2018-08-20 16:29:29,378 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-227 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-20 16:29:29,381 - 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.23,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=IGEoAXNnUN4pnBmqW26kWHxyV 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=0639ea8675f44f1bab72e1097507f733 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=veh7aL4uE9r5BKb2JoTiPAdnl export OS_REGION_NAME=regionOne 2018-08-20 16:29:29,381 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-20 16:29:29,382 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-20 16:29:29,406 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:29:29,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:29:29,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:29:29,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:29:29,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:29:29,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:29:29,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:29:29,690 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-20 16:29:29,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-20 16:29:29,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:29:29,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c20ca97d-26eb-4dee-9e5d-d0b431197657 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:29:29,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c20ca97d-26eb-4dee-9e5d-d0b431197657 2018-08-20 16:29:29,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:29:30,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:29:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["g5jfWYyqRZmSb3W7UaMq-g"], "issued_at": "2018-08-20T16:29:29.000000Z"}} 2018-08-20 16:29:30,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:31,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29: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-f5ce559b-0118-470d-97ad-5d4df8ba4021 x-compute-request-id: req-f5ce559b-0118-470d-97ad-5d4df8ba4021 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-20 16:29:31,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-f5ce559b-0118-470d-97ad-5d4df8ba4021 2018-08-20 16:29:31,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.5755109787s 2018-08-20 16:29:31,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-f5ce559b-0118-470d-97ad-5d4df8ba4021 2018-08-20 16:29:31,267 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-20 16:29:31,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:29:31,275 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:29:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9910b746-15a7-4d45-b869-083b346ca9ff Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 16:29:31,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-9910b746-15a7-4d45-b869-083b346ca9ff 2018-08-20 16:29:31,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:29:31,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:31,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6431554f-2325-4a7a-af14-91a60161e7d7 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3"}, "tags": [], "enabled": true, "id": "0dc4c689ca5f48478326a988e1b40ed3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 16:29:31,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-6431554f-2325-4a7a-af14-91a60161e7d7 2018-08-20 16:29:31,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.309205055237s 2018-08-20 16:29:31,586 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-6431554f-2325-4a7a-af14-91a60161e7d7 2018-08-20 16:29:31,587 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'0dc4c689ca5f48478326a988e1b40ed3', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-20 16:29:31,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-20 16:29:31,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:31,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfc29f6b-7053-4d63-b23d-5b1942d5b135 Content-Encoding: gzip Content-Length: 1972 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0745759a99b34899a51ca44e542379cf"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6025853856bf4c35af9715940730bf20", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0dff0289b2af4fb5ab4ade67ef6d660c"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d9deb94ea5b40fdbd670773fe199e28", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/12d8012bf7d246d59cc2e096bca700fc"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d9deb94ea5b40fdbd670773fe199e28", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/165709aabde94f5bb6da493f888c5f30"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e6af8c7be45430db7e9e59f8010f135", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/18d6189927864f4dac822b526e3b9519"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12b559676db645e8a04b05c81c9e709f", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2719728c7a17452a81d105e420a8e681"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b445507065d24d018a5ea7ae1fd1b3d7", "id": "2719728c7a17452a81d105e420a8e681"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/334282f4ed52408ea3fd2f8d22e7823a"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7201054fc9a046268b744bbb78e55641", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3786b50b5cda4ddd803c115c358e8dea"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f1fc853614074be2a0c0beb1ce04f343", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3927dca2985a45b8a2cbe08e7b6a2aa0"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7201054fc9a046268b744bbb78e55641", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3ce19a9024d54f4d844b1b3e0992973e"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6025853856bf4c35af9715940730bf20", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3f2588a9fcb74f658367cfd3e3c9160d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a225b602456e405e8b41665d9636d9f5", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3f68b52328c249afa0a28ed6b2a9a260"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f1fc853614074be2a0c0beb1ce04f343", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4330fea8672542ef8bbebf0f0a6397cb"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d9deb94ea5b40fdbd670773fe199e28", "id": "4330fea8672542ef8bbebf0f0a6397cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4a0b3620a1a14a2782569ef08045cee7"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12b559676db645e8a04b05c81c9e709f", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4e77deb0570c4e5aad9ac75d4b663ea6"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e6af8c7be45430db7e9e59f8010f135", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/557ad22ee6914d8a9f1c03cd254c8b1b"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6025853856bf4c35af9715940730bf20", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5ec720e0faf748ccb29c4019ef64964b"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0b2c81d178354316a59a5f26fbb141d2", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/62e4fb1f8a7544cabd201f1acf25781f"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b445507065d24d018a5ea7ae1fd1b3d7", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/666ba7090df241a296deec0c19870e09"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12a107ba5fe94cf48543f88f5be124fa", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/678d2461431c41528ee31f73f5e1c5c9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "910fef42db724bdeb1fa8bbf3c3250ce", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6a7f7f8fdd374743a16e1a53eecbd856"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e6af8c7be45430db7e9e59f8010f135", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/70abeb68f4ca434f9a678ab89a1c7915"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12a107ba5fe94cf48543f88f5be124fa", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/73717be56c8d4ab1ba371d0024b0d835"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "128d9665174f4f90a15f2ca586b78137", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7b7bf7fad80343719f677b42b6e7d7eb"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "974664aa4d5d44f0bdeaa7ff632bf474", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7ff8bb00a744445198c53095abeae75a"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b445507065d24d018a5ea7ae1fd1b3d7", "id": "7ff8bb00a744445198c53095abeae75a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8bb75eb46faf4e8689f160d0c61bffcd"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a225b602456e405e8b41665d9636d9f5", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9335b9ed200e427fa2285dbab0d4b8c4"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "128d9665174f4f90a15f2ca586b78137", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/97fe31e36112419d876d4f038c5a65a7"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "974664aa4d5d44f0bdeaa7ff632bf474", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a745773445cd4ab8b9028b4a5d54fee5"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "974664aa4d5d44f0bdeaa7ff632bf474", "id": "a745773445cd4ab8b9028b4a5d54fee5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b9048c59146349c782c19237d552b12c"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12a107ba5fe94cf48543f88f5be124fa", "id": "b9048c59146349c782c19237d552b12c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c85cb8f3222145899f0549f37fb06f4f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e542cb895a3f4177a56a423cb878eebb", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c8bae401d4f5474a99b0becdc28c01db"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "910fef42db724bdeb1fa8bbf3c3250ce", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cbf4cd7dd93f4943ad13c07c5372df9e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0b2c81d178354316a59a5f26fbb141d2", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ce144c6d01044cd49f4da9dc49966c12"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0b2c81d178354316a59a5f26fbb141d2", "id": "ce144c6d01044cd49f4da9dc49966c12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cf8b1d6fe0bc44698ef1b386fc835389"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7201054fc9a046268b744bbb78e55641", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d52e6ed992d34e1aa42ec0e8b23efd7e"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a225b602456e405e8b41665d9636d9f5", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d762b7a92f0642b1be8d1656b28324bf"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "910fef42db724bdeb1fa8bbf3c3250ce", "id": "d762b7a92f0642b1be8d1656b28324bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d9dd83b6dafa4d118a2008949cbcbc2c"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12b559676db645e8a04b05c81c9e709f", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/db9b4669ffb04a008eae20361e57281f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e542cb895a3f4177a56a423cb878eebb", "id": "db9b4669ffb04a008eae20361e57281f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e87843a15af14c07a118e3a573904ce5"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e542cb895a3f4177a56a423cb878eebb", "id": "e87843a15af14c07a118e3a573904ce5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/eed4ae978d744cf985ae4fce568b5999"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "128d9665174f4f90a15f2ca586b78137", "id": "eed4ae978d744cf985ae4fce568b5999"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fe9df36472904e47bad81207763a6be9"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f1fc853614074be2a0c0beb1ce04f343", "id": "fe9df36472904e47bad81207763a6be9"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-20 16:29:31,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-dfc29f6b-7053-4d63-b23d-5b1942d5b135 2018-08-20 16:29:31,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.328938961029s 2018-08-20 16:29:31,920 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-dfc29f6b-7053-4d63-b23d-5b1942d5b135 2018-08-20 16:29:31,927 - 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.23:5000/v3/endpoints/0745759a99b34899a51ca44e542379cf'}, u'url': u'http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6025853856bf4c35af9715940730bf20', u'id': u'0745759a99b34899a51ca44e542379cf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/0dff0289b2af4fb5ab4ade67ef6d660c'}, 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'7d9deb94ea5b40fdbd670773fe199e28', u'id': u'0dff0289b2af4fb5ab4ade67ef6d660c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/12d8012bf7d246d59cc2e096bca700fc'}, 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'7d9deb94ea5b40fdbd670773fe199e28', u'id': u'12d8012bf7d246d59cc2e096bca700fc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/165709aabde94f5bb6da493f888c5f30'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6e6af8c7be45430db7e9e59f8010f135', u'id': u'165709aabde94f5bb6da493f888c5f30'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/18d6189927864f4dac822b526e3b9519'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'12b559676db645e8a04b05c81c9e709f', u'id': u'18d6189927864f4dac822b526e3b9519'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/2719728c7a17452a81d105e420a8e681'}, u'url': u'http://172.30.9.23:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b445507065d24d018a5ea7ae1fd1b3d7', u'id': u'2719728c7a17452a81d105e420a8e681'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/334282f4ed52408ea3fd2f8d22e7823a'}, 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'7201054fc9a046268b744bbb78e55641', u'id': u'334282f4ed52408ea3fd2f8d22e7823a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3786b50b5cda4ddd803c115c358e8dea'}, 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'f1fc853614074be2a0c0beb1ce04f343', u'id': u'3786b50b5cda4ddd803c115c358e8dea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3927dca2985a45b8a2cbe08e7b6a2aa0'}, u'url': u'http://172.30.9.23:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7201054fc9a046268b744bbb78e55641', u'id': u'3927dca2985a45b8a2cbe08e7b6a2aa0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3ce19a9024d54f4d844b1b3e0992973e'}, u'url': u'http://12.0.0.25:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6025853856bf4c35af9715940730bf20', u'id': u'3ce19a9024d54f4d844b1b3e0992973e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3f2588a9fcb74f658367cfd3e3c9160d'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a225b602456e405e8b41665d9636d9f5', u'id': u'3f2588a9fcb74f658367cfd3e3c9160d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3f68b52328c249afa0a28ed6b2a9a260'}, u'url': u'http://172.30.9.23:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f1fc853614074be2a0c0beb1ce04f343', u'id': u'3f68b52328c249afa0a28ed6b2a9a260'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4330fea8672542ef8bbebf0f0a6397cb'}, u'url': u'http://172.30.9.23:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7d9deb94ea5b40fdbd670773fe199e28', u'id': u'4330fea8672542ef8bbebf0f0a6397cb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4a0b3620a1a14a2782569ef08045cee7'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'12b559676db645e8a04b05c81c9e709f', u'id': u'4a0b3620a1a14a2782569ef08045cee7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4e77deb0570c4e5aad9ac75d4b663ea6'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6e6af8c7be45430db7e9e59f8010f135', u'id': u'4e77deb0570c4e5aad9ac75d4b663ea6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/557ad22ee6914d8a9f1c03cd254c8b1b'}, u'url': u'http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6025853856bf4c35af9715940730bf20', u'id': u'557ad22ee6914d8a9f1c03cd254c8b1b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/5ec720e0faf748ccb29c4019ef64964b'}, u'url': u'http://172.30.9.23:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0b2c81d178354316a59a5f26fbb141d2', u'id': u'5ec720e0faf748ccb29c4019ef64964b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/62e4fb1f8a7544cabd201f1acf25781f'}, 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'b445507065d24d018a5ea7ae1fd1b3d7', u'id': u'62e4fb1f8a7544cabd201f1acf25781f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/666ba7090df241a296deec0c19870e09'}, u'url': u'http://172.30.9.23:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'12a107ba5fe94cf48543f88f5be124fa', u'id': u'666ba7090df241a296deec0c19870e09'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/678d2461431c41528ee31f73f5e1c5c9'}, 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'910fef42db724bdeb1fa8bbf3c3250ce', u'id': u'678d2461431c41528ee31f73f5e1c5c9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6a7f7f8fdd374743a16e1a53eecbd856'}, u'url': u'http://172.30.9.23:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6e6af8c7be45430db7e9e59f8010f135', u'id': u'6a7f7f8fdd374743a16e1a53eecbd856'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/70abeb68f4ca434f9a678ab89a1c7915'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'12a107ba5fe94cf48543f88f5be124fa', u'id': u'70abeb68f4ca434f9a678ab89a1c7915'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/73717be56c8d4ab1ba371d0024b0d835'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'128d9665174f4f90a15f2ca586b78137', u'id': u'73717be56c8d4ab1ba371d0024b0d835'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7b7bf7fad80343719f677b42b6e7d7eb'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'974664aa4d5d44f0bdeaa7ff632bf474', u'id': u'7b7bf7fad80343719f677b42b6e7d7eb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7ff8bb00a744445198c53095abeae75a'}, 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'b445507065d24d018a5ea7ae1fd1b3d7', u'id': u'7ff8bb00a744445198c53095abeae75a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8bb75eb46faf4e8689f160d0c61bffcd'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a225b602456e405e8b41665d9636d9f5', u'id': u'8bb75eb46faf4e8689f160d0c61bffcd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9335b9ed200e427fa2285dbab0d4b8c4'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'128d9665174f4f90a15f2ca586b78137', u'id': u'9335b9ed200e427fa2285dbab0d4b8c4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/97fe31e36112419d876d4f038c5a65a7'}, u'url': u'http://172.30.9.23:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'974664aa4d5d44f0bdeaa7ff632bf474', u'id': u'97fe31e36112419d876d4f038c5a65a7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a745773445cd4ab8b9028b4a5d54fee5'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'974664aa4d5d44f0bdeaa7ff632bf474', u'id': u'a745773445cd4ab8b9028b4a5d54fee5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/b9048c59146349c782c19237d552b12c'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'12a107ba5fe94cf48543f88f5be124fa', u'id': u'b9048c59146349c782c19237d552b12c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c85cb8f3222145899f0549f37fb06f4f'}, 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'e542cb895a3f4177a56a423cb878eebb', u'id': u'c85cb8f3222145899f0549f37fb06f4f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c8bae401d4f5474a99b0becdc28c01db'}, u'url': u'http://172.30.9.23:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'910fef42db724bdeb1fa8bbf3c3250ce', u'id': u'c8bae401d4f5474a99b0becdc28c01db'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/cbf4cd7dd93f4943ad13c07c5372df9e'}, 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'0b2c81d178354316a59a5f26fbb141d2', u'id': u'cbf4cd7dd93f4943ad13c07c5372df9e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/ce144c6d01044cd49f4da9dc49966c12'}, 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'0b2c81d178354316a59a5f26fbb141d2', u'id': u'ce144c6d01044cd49f4da9dc49966c12'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/cf8b1d6fe0bc44698ef1b386fc835389'}, 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'7201054fc9a046268b744bbb78e55641', u'id': u'cf8b1d6fe0bc44698ef1b386fc835389'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d52e6ed992d34e1aa42ec0e8b23efd7e'}, u'url': u'http://172.30.9.23:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a225b602456e405e8b41665d9636d9f5', u'id': u'd52e6ed992d34e1aa42ec0e8b23efd7e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d762b7a92f0642b1be8d1656b28324bf'}, 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'910fef42db724bdeb1fa8bbf3c3250ce', u'id': u'd762b7a92f0642b1be8d1656b28324bf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d9dd83b6dafa4d118a2008949cbcbc2c'}, u'url': u'http://172.30.9.23:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'12b559676db645e8a04b05c81c9e709f', u'id': u'd9dd83b6dafa4d118a2008949cbcbc2c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/db9b4669ffb04a008eae20361e57281f'}, 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'e542cb895a3f4177a56a423cb878eebb', u'id': u'db9b4669ffb04a008eae20361e57281f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e87843a15af14c07a118e3a573904ce5'}, u'url': u'http://172.30.9.23:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e542cb895a3f4177a56a423cb878eebb', u'id': u'e87843a15af14c07a118e3a573904ce5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/eed4ae978d744cf985ae4fce568b5999'}, u'url': u'http://172.30.9.23:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'128d9665174f4f90a15f2ca586b78137', u'id': u'eed4ae978d744cf985ae4fce568b5999'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/fe9df36472904e47bad81207763a6be9'}, 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'f1fc853614074be2a0c0beb1ce04f343', u'id': u'fe9df36472904e47bad81207763a6be9'})] 2018-08-20 16:29:31,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-20 16:29:31,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:32,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29: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-3988e3df-23ed-492c-8af5-a6e667e94d23 x-compute-request-id: req-3988e3df-23ed-492c-8af5-a6e667e94d23 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-20 16:29:32,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-3988e3df-23ed-492c-8af5-a6e667e94d23 2018-08-20 16:29:32,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.119151115417s 2018-08-20 16:29:32,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-3988e3df-23ed-492c-8af5-a6e667e94d23 2018-08-20 16:29:32,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-20 16:29:32,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:34,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a816f822-59d0-454c-84c1-1c5a9ce68bb8 x-compute-request-id: req-a816f822-59d0-454c-84c1-1c5a9ce68bb8 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-20 16:29:34,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-a816f822-59d0-454c-84c1-1c5a9ce68bb8 2018-08-20 16:29:34,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.22158193588s 2018-08-20 16:29:34,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-a816f822-59d0-454c-84c1-1c5a9ce68bb8 2018-08-20 16:29:34,287 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-20 16:29:34,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:29:34,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:35,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a03b8deb-19ad-41cb-ae3f-8cb34b6053f8 Date: Mon, 20 Aug 2018 16:29:35 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:29:35,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-a03b8deb-19ad-41cb-ae3f-8cb34b6053f8 2018-08-20 16:29:35,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.08667802811s 2018-08-20 16:29:35,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-a03b8deb-19ad-41cb-ae3f-8cb34b6053f8 2018-08-20 16:29:35,379 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-20 16:29:35,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 16:29:35,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:35,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29: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-d0c2e925-b20c-4abb-9470-11628eca7938 x-compute-request-id: req-d0c2e925-b20c-4abb-9470-11628eca7938 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 16:29:35,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-d0c2e925-b20c-4abb-9470-11628eca7938 2018-08-20 16:29:35,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.159041881561s 2018-08-20 16:29:35,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-d0c2e925-b20c-4abb-9470-11628eca7938 2018-08-20 16:29:35,540 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 278}, 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.5', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 281}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-20 16:29:35,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-20 16:29:35,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:35,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29: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 x-openstack-request-id: req-562dc7d6-f07c-41fa-be0b-49482228cec3 x-compute-request-id: req-562dc7d6-f07c-41fa-be0b-49482228cec3 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 16:29:35,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-562dc7d6-f07c-41fa-be0b-49482228cec3 2018-08-20 16:29:35,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0279269218445s 2018-08-20 16:29:35,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-562dc7d6-f07c-41fa-be0b-49482228cec3 2018-08-20 16:29:35,569 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-20 16:29:35,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:29:35,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:36,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-67d787f5-cfe8-4fed-831e-25b88e25f2df Date: Mon, 20 Aug 2018 16:29:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:29:36,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-67d787f5-cfe8-4fed-831e-25b88e25f2df 2018-08-20 16:29:36,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.2477209568s 2018-08-20 16:29:36,817 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-67d787f5-cfe8-4fed-831e-25b88e25f2df 2018-08-20 16:29:36,818 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'63f33945-a3b3-48c0-a82d-0120ca26ec45'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T16:25:12Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'51eccb3f-6587-4786-9b87-639d59173f56', 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'f5f56b19cabe41688975fa5f4e20e70d', u'created_at': u'2018-08-20T16:25:05Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f5f56b19cabe41688975fa5f4e20e70d'})] 2018-08-20 16:29:36,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:29:36,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:36,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8e2bb218-f206-4973-b5aa-190cdc23660a Date: Mon, 20 Aug 2018 16:29:36 GMT RESP BODY: {"ports":[]} 2018-08-20 16:29:36,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-8e2bb218-f206-4973-b5aa-190cdc23660a 2018-08-20 16:29:36,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0377759933472s 2018-08-20 16:29:36,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-8e2bb218-f206-4973-b5aa-190cdc23660a 2018-08-20 16:29:36,857 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-20 16:29:36,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 16:29:36,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:37,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3ae4ad6-02f1-4698-97bf-a142e316b193 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "0639ea8675f44f1bab72e1097507f733"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "04600668867b4d2daf44c8ddb6f03457"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733/users/04600668867b4d2daf44c8ddb6f03457/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "134909d448464db1b2fbdb4a97479731"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/134909d448464db1b2fbdb4a97479731/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "168470afab6249deb8ecb7fbe2efbf2e"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/168470afab6249deb8ecb7fbe2efbf2e/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "94247520886644678983ea7e03ba32f2"}, "user": {"id": "168470afab6249deb8ecb7fbe2efbf2e"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/168470afab6249deb8ecb7fbe2efbf2e/roles/94247520886644678983ea7e03ba32f2"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "3757ce8d7b8e49ca8c5958e7996b5389"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/3757ce8d7b8e49ca8c5958e7996b5389/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "3eb7d172070f4a56be4911cf68c7a8ed"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/3eb7d172070f4a56be4911cf68c7a8ed/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "4ccc67f1cdb04451a1adfe5a76298fe3"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/4ccc67f1cdb04451a1adfe5a76298fe3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "5b1bbaac21e9456eb7f11bdc81526fff"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/5b1bbaac21e9456eb7f11bdc81526fff/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "74c72c80be7741288338f6bac2e0653f"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/74c72c80be7741288338f6bac2e0653f/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "9743123f4edb456fa4f056120755a516"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/9743123f4edb456fa4f056120755a516/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "aad618b4a1b744c284c4ac40b57dc860"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/aad618b4a1b744c284c4ac40b57dc860/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "c33619a78b8d4e22b58ef5334e11fead"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/c33619a78b8d4e22b58ef5334e11fead/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "c864ae9b1cbc4347bda1e6a1c04ec23c"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/c864ae9b1cbc4347bda1e6a1c04ec23c/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"project": {"id": "f5f56b19cabe41688975fa5f4e20e70d"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "e41185143be945dd8609fb891dcb92e0"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d/users/e41185143be945dd8609fb891dcb92e0/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"domain": {"id": "0dc4c689ca5f48478326a988e1b40ed3"}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "24485619823148e6a969a6a9610cb970"}, "links": {"assignment": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3/users/24485619823148e6a969a6a9610cb970/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}, {"scope": {"system": {"all": true}}, "role": {"id": "2bb5b968af6a4dddaec5cfd10c00d91e"}, "user": {"id": "04600668867b4d2daf44c8ddb6f03457"}, "links": {"assignment": "http://172.30.9.23:5000/v3/system/users/04600668867b4d2daf44c8ddb6f03457/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}}], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-20 16:29:37,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-e3ae4ad6-02f1-4698-97bf-a142e316b193 2018-08-20 16:29:37,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.273096084595s 2018-08-20 16:29:37,134 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-e3ae4ad6-02f1-4698-97bf-a142e316b193 2018-08-20 16:29:37,137 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'0639ea8675f44f1bab72e1097507f733', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'04600668867b4d2daf44c8ddb6f03457'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'134909d448464db1b2fbdb4a97479731'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'168470afab6249deb8ecb7fbe2efbf2e'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'94247520886644678983ea7e03ba32f2', 'user': u'168470afab6249deb8ecb7fbe2efbf2e'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'3757ce8d7b8e49ca8c5958e7996b5389'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'3eb7d172070f4a56be4911cf68c7a8ed'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'4ccc67f1cdb04451a1adfe5a76298fe3'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'5b1bbaac21e9456eb7f11bdc81526fff'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'74c72c80be7741288338f6bac2e0653f'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'9743123f4edb456fa4f056120755a516'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'aad618b4a1b744c284c4ac40b57dc860'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'c33619a78b8d4e22b58ef5334e11fead'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'c864ae9b1cbc4347bda1e6a1c04ec23c'}), Munch({'project': u'f5f56b19cabe41688975fa5f4e20e70d', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'e41185143be945dd8609fb891dcb92e0'}), Munch({'domain': u'0dc4c689ca5f48478326a988e1b40ed3', 'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'24485619823148e6a969a6a9610cb970'}), Munch({'id': u'2bb5b968af6a4dddaec5cfd10c00d91e', 'user': u'04600668867b4d2daf44c8ddb6f03457'})] 2018-08-20 16:29:37,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:29:37,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:37,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82024835-735c-4421-be71-bc78c5ede2b6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:29:37,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-82024835-735c-4421-be71-bc78c5ede2b6 2018-08-20 16:29:37,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.309602975845s 2018-08-20 16:29:37,450 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-82024835-735c-4421-be71-bc78c5ede2b6 2018-08-20 16:29:37,452 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'09aa690d83fc44e49dc9ac63b521a3ef'}), 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'0b1108172d284ccbb970dd9eb7ccff69'}), 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'2bb5b968af6a4dddaec5cfd10c00d91e'}), 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'8c6a5936cbf1472c98f0ee9b58a1fbba'}), 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'94247520886644678983ea7e03ba32f2'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'e254437e436f418898bd004ffb1d92b3'})] 2018-08-20 16:29:37,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:29:37,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:38,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b48f9202-284f-4212-b90c-6b63dd87864e Date: Mon, 20 Aug 2018 16:29:38 GMT RESP BODY: {"routers": []} 2018-08-20 16:29:38,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b48f9202-284f-4212-b90c-6b63dd87864e 2018-08-20 16:29:38,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.06708502769s 2018-08-20 16:29:38,520 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b48f9202-284f-4212-b90c-6b63dd87864e 2018-08-20 16:29:38,520 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-20 16:29:38,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:29:38,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:38,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-812e24f3-2840-4867-aa66-ee64da43f6f9 x-compute-request-id: req-812e24f3-2840-4867-aa66-ee64da43f6f9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 16:29:38,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-812e24f3-2840-4867-aa66-ee64da43f6f9 2018-08-20 16:29:38,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.228783130646s 2018-08-20 16:29:38,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-812e24f3-2840-4867-aa66-ee64da43f6f9 2018-08-20 16:29:38,750 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-20 16:29:38,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 16:29:38,756 - 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-08-20 16:29:38,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:29:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d29acdd-16ed-49da-ba9b-8db703001b5e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-20 16:29:38,763 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-2d29acdd-16ed-49da-ba9b-8db703001b5e 2018-08-20 16:29:38,764 - 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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:38,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e8b3a4-c7b9-4c59-afb2-c79438b84e74 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0b2c81d178354316a59a5f26fbb141d2"}, "enabled": true, "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/128d9665174f4f90a15f2ca586b78137"}, "enabled": true, "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/12a107ba5fe94cf48543f88f5be124fa"}, "enabled": true, "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/12b559676db645e8a04b05c81c9e709f"}, "enabled": true, "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/17c1bee285824dbfa4f4d1e7e2da9053"}, "enabled": true, "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6025853856bf4c35af9715940730bf20"}, "enabled": true, "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6e6af8c7be45430db7e9e59f8010f135"}, "enabled": true, "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7201054fc9a046268b744bbb78e55641"}, "enabled": true, "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d9deb94ea5b40fdbd670773fe199e28"}, "enabled": true, "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/910fef42db724bdeb1fa8bbf3c3250ce"}, "enabled": true, "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/974664aa4d5d44f0bdeaa7ff632bf474"}, "enabled": true, "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a225b602456e405e8b41665d9636d9f5"}, "enabled": true, "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b445507065d24d018a5ea7ae1fd1b3d7"}, "enabled": true, "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/e542cb895a3f4177a56a423cb878eebb"}, "enabled": true, "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/f1fc853614074be2a0c0beb1ce04f343"}, "enabled": true, "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-20 16:29:38,955 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-02e8b3a4-c7b9-4c59-afb2-c79438b84e74 2018-08-20 16:29:38,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.201261043549s 2018-08-20 16:29:38,955 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-02e8b3a4-c7b9-4c59-afb2-c79438b84e74 2018-08-20 16:29:38,960 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'0b2c81d178354316a59a5f26fbb141d2', 'name': u'nova'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'128d9665174f4f90a15f2ca586b78137', 'name': u'panko'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'12a107ba5fe94cf48543f88f5be124fa', 'name': u'gnocchi'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'12b559676db645e8a04b05c81c9e709f', 'name': u'neutron'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'17c1bee285824dbfa4f4d1e7e2da9053', 'name': u'ceilometer'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'6025853856bf4c35af9715940730bf20', 'name': u'swift'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'6e6af8c7be45430db7e9e59f8010f135', 'name': u'keystone'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'7201054fc9a046268b744bbb78e55641', 'name': u'placement'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'7d9deb94ea5b40fdbd670773fe199e28', 'name': u'heat'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'910fef42db724bdeb1fa8bbf3c3250ce', 'name': u'cinder'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'974664aa4d5d44f0bdeaa7ff632bf474', 'name': u'glance'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'a225b602456e405e8b41665d9636d9f5', 'name': u'aodh'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'b445507065d24d018a5ea7ae1fd1b3d7', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'e542cb895a3f4177a56a423cb878eebb', 'name': u'cinderv2'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'f1fc853614074be2a0c0beb1ce04f343', 'name': u'cinderv3'})] 2018-08-20 16:29:38,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:29:38,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}807151b6fb0a460ef2b840e5dbffd4563efdfe9b" 2018-08-20 16:29:40,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-201fc524-999e-4870-97f2-83675c5c635d Date: Mon, 20 Aug 2018 16:29:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 16:29:40,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-201fc524-999e-4870-97f2-83675c5c635d 2018-08-20 16:29:40,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.05584812164s 2018-08-20 16:29:40,018 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-201fc524-999e-4870-97f2-83675c5c635d 2018-08-20 16:29:40,018 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:25:12Z', 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'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'tenant_id': u'f5f56b19cabe41688975fa5f4e20e70d', u'created_at': u'2018-08-20T16:25:12Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'f5f56b19cabe41688975fa5f4e20e70d'})] 2018-08-20 16:29:40,143 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:29:40,144 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-20 16:29:40,201 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-20 16:29:40,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:29:40,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:29:40,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:29:40,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:29:40,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:29:40,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:29:40,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:29:40,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:29:40,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:29:40,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:29:40,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:29:40,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a308a8f-5e77-4acf-9ac4-93805607948f Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:29:40,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4a308a8f-5e77-4acf-9ac4-93805607948f 2018-08-20 16:29:40,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:29:40,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:29:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["Z1TAeNhxSaK6FBo0LsBYYQ"], "issued_at": "2018-08-20T16:29:40.000000Z"}} 2018-08-20 16:29:40,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:29:40,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}8748529c4af7d0bf99215872bc4461f1991eca99" 2018-08-20 16:29:41,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-100450d8-43ea-46d2-b048-9707e7b059e9 Date: Mon, 20 Aug 2018 16:29:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:29:41,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-100450d8-43ea-46d2-b048-9707e7b059e9 2018-08-20 16:29:41,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.18995594978s 2018-08-20 16:29:41,947 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-100450d8-43ea-46d2-b048-9707e7b059e9 2018-08-20 16:29:41,947 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-20 16:29:41,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:29:41,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8748529c4af7d0bf99215872bc4461f1991eca99" -d '{"network": {"name": "tenantnetwork1-net_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d", "admin_state_up": true}}' 2018-08-20 16:29:43,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-962943b5-5332-4100-bda5-4ade2a713993 Date: Mon, 20 Aug 2018 16:29:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:29:43Z","is_default":false,"provider:segmentation_id":73,"name":"tenantnetwork1-net_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:29:43Z","mtu":1450}} 2018-08-20 16:29:43,435 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-962943b5-5332-4100-bda5-4ade2a713993 2018-08-20 16:29:43,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.48732590675s 2018-08-20 16:29:43,436 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-962943b5-5332-4100-bda5-4ade2a713993 2018-08-20 16:29:43,436 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T16:29:43Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa', u'provider:segmentation_id': 73, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d', u'admin_state_up': True, u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:29:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 16:29:43,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:29:43,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8748529c4af7d0bf99215872bc4461f1991eca99" 2018-08-20 16:29:44,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-63489905-2cf5-49e2-8067-3d73f7f9b5e3 Date: Mon, 20 Aug 2018 16:29:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:29:43Z","provider:segmentation_id":73,"name":"tenantnetwork1-net_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:29:43Z","provider:network_type":"vxlan"}]} 2018-08-20 16:29:44,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-63489905-2cf5-49e2-8067-3d73f7f9b5e3 2018-08-20 16:29:44,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.13800501823s 2018-08-20 16:29:44,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-63489905-2cf5-49e2-8067-3d73f7f9b5e3 2018-08-20 16:29:44,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:29:44,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8748529c4af7d0bf99215872bc4461f1991eca99" -d '{"subnet": {"name": "tenantnetwork1-subnet_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d", "enable_dhcp": true, "network_id": "8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:29:46,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b62839fc-7294-49a6-ac52-c13eeb97d37d Date: Mon, 20 Aug 2018 16:29:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:29:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:29:45Z","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":"0639ea8675f44f1bab72e1097507f733","id":"54e60fa4-c863-410d-b6a7-e5e95491b13a","subnetpool_id":null,"name":"tenantnetwork1-subnet_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d"}} 2018-08-20 16:29:46,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b62839fc-7294-49a6-ac52-c13eeb97d37d 2018-08-20 16:29:46,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.82291984558s 2018-08-20 16:29:46,400 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b62839fc-7294-49a6-ac52-c13eeb97d37d 2018-08-20 16:29:46,401 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:29:45Z', 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'54e60fa4-c863-410d-b6a7-e5e95491b13a', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d', u'enable_dhcp': True, u'network_id': u'8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:29:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 16:29:46,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:29:46,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8748529c4af7d0bf99215872bc4461f1991eca99" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "tenantnetwork1-router_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d", "admin_state_up": true}}' 2018-08-20 16:29:48,126 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-283f7c3f-3732-4e5e-a501-96e7668f9f33 Date: Mon, 20 Aug 2018 16:29:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T16:29:48Z", "revision_number": 2, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "5ce79ea7-dd80-4732-8167-bc063c3d9fcf", "name": "tenantnetwork1-router_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d"}} 2018-08-20 16:29:48,126 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-283f7c3f-3732-4e5e-a501-96e7668f9f33 2018-08-20 16:29:48,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.7248711586s 2018-08-20 16:29:48,126 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-283f7c3f-3732-4e5e-a501-96e7668f9f33 2018-08-20 16:29:48,127 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:29:46Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T16:29:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'id': u'5ce79ea7-dd80-4732-8167-bc063c3d9fcf', u'name': u'tenantnetwork1-router_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d'}) 2018-08-20 16:29:48,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:29:48,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/5ce79ea7-dd80-4732-8167-bc063c3d9fcf/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}8748529c4af7d0bf99215872bc4461f1991eca99" -d '{"subnet_id": "54e60fa4-c863-410d-b6a7-e5e95491b13a"}' 2018-08-20 16:29:51,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b2551607-cf52-43ba-b24d-7069176dc7ad Date: Mon, 20 Aug 2018 16:29:51 GMT RESP BODY: {"network_id": "8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "54e60fa4-c863-410d-b6a7-e5e95491b13a", "subnet_ids": ["54e60fa4-c863-410d-b6a7-e5e95491b13a"], "port_id": "71baf51e-604a-4588-91e1-f6a06d0bb972", "id": "5ce79ea7-dd80-4732-8167-bc063c3d9fcf"} 2018-08-20 16:29:51,206 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5ce79ea7-dd80-4732-8167-bc063c3d9fcf/add_router_interface.json used request id req-b2551607-cf52-43ba-b24d-7069176dc7ad 2018-08-20 16:29:51,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.07847595215s 2018-08-20 16:29:51,206 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5ce79ea7-dd80-4732-8167-bc063c3d9fcf/add_router_interface.json used request id req-b2551607-cf52-43ba-b24d-7069176dc7ad returning object 5ce79ea7-dd80-4732-8167-bc063c3d9fcf 2018-08-20 16:29:51,318 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:29:51,319 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-20 16:29:51,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:29:51,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/5ce79ea7-dd80-4732-8167-bc063c3d9fcf/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}8748529c4af7d0bf99215872bc4461f1991eca99" -d '{"subnet_id": "54e60fa4-c863-410d-b6a7-e5e95491b13a"}' 2018-08-20 16:29:53,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2dad8901-b5bb-4e84-b4a0-958e82577e6e Date: Mon, 20 Aug 2018 16:29:52 GMT RESP BODY: {"network_id": "8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "54e60fa4-c863-410d-b6a7-e5e95491b13a", "subnet_ids": ["54e60fa4-c863-410d-b6a7-e5e95491b13a"], "port_id": "71baf51e-604a-4588-91e1-f6a06d0bb972", "id": "5ce79ea7-dd80-4732-8167-bc063c3d9fcf"} 2018-08-20 16:29:53,127 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5ce79ea7-dd80-4732-8167-bc063c3d9fcf/remove_router_interface.json used request id req-2dad8901-b5bb-4e84-b4a0-958e82577e6e 2018-08-20 16:29:53,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.80304408073s 2018-08-20 16:29:53,127 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5ce79ea7-dd80-4732-8167-bc063c3d9fcf/remove_router_interface.json used request id req-2dad8901-b5bb-4e84-b4a0-958e82577e6e returning object 5ce79ea7-dd80-4732-8167-bc063c3d9fcf 2018-08-20 16:29:53,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:29:53,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8748529c4af7d0bf99215872bc4461f1991eca99" 2018-08-20 16:29:54,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-976ceee8-7ddc-457e-8d02-389eeb2bc44d Date: Mon, 20 Aug 2018 16:29:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T16:29:52Z", "revision_number": 4, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "5ce79ea7-dd80-4732-8167-bc063c3d9fcf", "name": "tenantnetwork1-router_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d"}]} 2018-08-20 16:29:54,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-976ceee8-7ddc-457e-8d02-389eeb2bc44d 2018-08-20 16:29:54,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.37026715279s 2018-08-20 16:29:54,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-976ceee8-7ddc-457e-8d02-389eeb2bc44d 2018-08-20 16:29:54,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:29:54,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/5ce79ea7-dd80-4732-8167-bc063c3d9fcf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8748529c4af7d0bf99215872bc4461f1991eca99" 2018-08-20 16:29:55,944 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-75ff2c9d-9e74-4e2a-9ef8-9b6553282160 Content-Length: 0 Date: Mon, 20 Aug 2018 16:29:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:29:55,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5ce79ea7-dd80-4732-8167-bc063c3d9fcf.json used request id req-75ff2c9d-9e74-4e2a-9ef8-9b6553282160 2018-08-20 16:29:55,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.443816185s 2018-08-20 16:29:55,944 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5ce79ea7-dd80-4732-8167-bc063c3d9fcf.json used request id req-75ff2c9d-9e74-4e2a-9ef8-9b6553282160 2018-08-20 16:29:55,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:29:55,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8748529c4af7d0bf99215872bc4461f1991eca99" 2018-08-20 16:29:57,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-ac36e84e-75ef-4f6b-a30d-d32736e5cc41 Date: Mon, 20 Aug 2018 16:29:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:29:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:29:45Z","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":"0639ea8675f44f1bab72e1097507f733","id":"54e60fa4-c863-410d-b6a7-e5e95491b13a","subnetpool_id":null,"name":"tenantnetwork1-subnet_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 16:29:57,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ac36e84e-75ef-4f6b-a30d-d32736e5cc41 2018-08-20 16:29:57,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.06347203255s 2018-08-20 16:29:57,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ac36e84e-75ef-4f6b-a30d-d32736e5cc41 2018-08-20 16:29:57,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:29:57,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/54e60fa4-c863-410d-b6a7-e5e95491b13a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8748529c4af7d0bf99215872bc4461f1991eca99" 2018-08-20 16:30:00,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-23b3086e-717d-4eb6-8407-57282a7a73b3 Date: Mon, 20 Aug 2018 16:30:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:30:00,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/54e60fa4-c863-410d-b6a7-e5e95491b13a.json used request id req-23b3086e-717d-4eb6-8407-57282a7a73b3 2018-08-20 16:30:00,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.59797811508s 2018-08-20 16:30:00,609 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/54e60fa4-c863-410d-b6a7-e5e95491b13a.json used request id req-23b3086e-717d-4eb6-8407-57282a7a73b3 2018-08-20 16:30:00,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:30:00,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8748529c4af7d0bf99215872bc4461f1991eca99" 2018-08-20 16:30:01,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-e777fa4c-df64-4205-82cb-f79b4797777a Date: Mon, 20 Aug 2018 16:30:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:30:00Z","provider:segmentation_id":73,"name":"tenantnetwork1-net_66c6e1c4-f7fb-4537-ad02-ee31a7dae39d","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:29:43Z","provider:network_type":"vxlan"}]} 2018-08-20 16:30:01,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e777fa4c-df64-4205-82cb-f79b4797777a 2018-08-20 16:30:01,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.3014690876s 2018-08-20 16:30:01,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e777fa4c-df64-4205-82cb-f79b4797777a 2018-08-20 16:30:01,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:30:01,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8748529c4af7d0bf99215872bc4461f1991eca99" 2018-08-20 16:30:03,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3c89420-6ace-41b7-81be-d017a3d97989 Date: Mon, 20 Aug 2018 16:30:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:30:03,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa.json used request id req-a3c89420-6ace-41b7-81be-d017a3d97989 2018-08-20 16:30:03,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.95039987564s 2018-08-20 16:30:03,863 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8d2ccb55-3f19-4f65-8af3-6e6d1a2df7aa.json used request id req-a3c89420-6ace-41b7-81be-d017a3d97989 2018-08-20 16:30:03,911 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-20 16:30:03,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:30:03,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:30:03,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:30:03,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:30:03,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:30:03,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:30:03,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:30:03,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:30:03,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:30:03,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:30:03,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:30:03,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e00bd1b-a145-4d5b-8e46-7353362d7375 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:30:03,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2e00bd1b-a145-4d5b-8e46-7353362d7375 2018-08-20 16:30:03,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:30:04,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:30:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["FDjCc3HTRfKd4KxAAty8FA"], "issued_at": "2018-08-20T16:30:04.000000Z"}} 2018-08-20 16:30:04,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:30:04,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:04,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bf62daed-1a02-4c9b-bf8c-c27a11b24bca Date: Mon, 20 Aug 2018 16:30:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:30:04,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bf62daed-1a02-4c9b-bf8c-c27a11b24bca 2018-08-20 16:30:04,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.37815785408s 2018-08-20 16:30:04,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bf62daed-1a02-4c9b-bf8c-c27a11b24bca 2018-08-20 16:30:04,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:30:04,755 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-816a674c-a2b9-45c6-aa96-4170067e7beb Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 16:30:04,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-816a674c-a2b9-45c6-aa96-4170067e7beb 2018-08-20 16:30:04,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:30:04,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:05,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdc51b9b-fd08-4d8f-978e-39da581242be Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3"}, "tags": [], "enabled": true, "id": "0dc4c689ca5f48478326a988e1b40ed3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 16:30:05,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-fdc51b9b-fd08-4d8f-978e-39da581242be 2018-08-20 16:30:05,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.318690061569s 2018-08-20 16:30:05,075 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-fdc51b9b-fd08-4d8f-978e-39da581242be 2018-08-20 16:30:05,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 16:30:05,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_43c363f0-ff2e-4536-ad1a-17d437843b79"}}' 2018-08-20 16:30:05,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95ca2ee7-36d2-47ff-a84e-60ad11cac647 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.23:5000/v3/projects/4cafae87beff48349f3d7b495c27391f"}, "tags": [], "enabled": true, "id": "4cafae87beff48349f3d7b495c27391f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_43c363f0-ff2e-4536-ad1a-17d437843b79"}} 2018-08-20 16:30:05,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-95ca2ee7-36d2-47ff-a84e-60ad11cac647 2018-08-20 16:30:05,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.354449033737s 2018-08-20 16:30:05,437 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-95ca2ee7-36d2-47ff-a84e-60ad11cac647 2018-08-20 16:30:05,438 - 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'4cafae87beff48349f3d7b495c27391f', '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_43c363f0-ff2e-4536-ad1a-17d437843b79'}) 2018-08-20 16:30:05,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 16:30:05,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e35d6506-0112-4800-876e-fd73de47754d", "email": null, "name": "tenantnetwork2-user_43c363f0-ff2e-4536-ad1a-17d437843b79"}}' 2018-08-20 16:30:05,943 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:30:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f46cb0f-d9ff-4eec-90d8-f51b37103cea Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_43c363f0-ff2e-4536-ad1a-17d437843b79", "links": {"self": "http://172.30.9.23:5000/v3/users/7215ce713096411cb0af9687b6a54659"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7215ce713096411cb0af9687b6a54659", "domain_id": "default", "password_expires_at": null}} 2018-08-20 16:30:05,944 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-3f46cb0f-d9ff-4eec-90d8-f51b37103cea 2018-08-20 16:30:05,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.499486923218s 2018-08-20 16:30:05,944 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-3f46cb0f-d9ff-4eec-90d8-f51b37103cea 2018-08-20 16:30:05,945 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7215ce713096411cb0af9687b6a54659', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_43c363f0-ff2e-4536-ad1a-17d437843b79'}) 2018-08-20 16:30:05,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:30:05,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:06,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b3709ac-0825-4875-9476-f5c519eff1bf Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:30:06,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1b3709ac-0825-4875-9476-f5c519eff1bf 2018-08-20 16:30:06,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200016021729s 2018-08-20 16:30:06,149 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1b3709ac-0825-4875-9476-f5c519eff1bf 2018-08-20 16:30:06,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:30:06,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:06,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5a3f432-6337-4f47-8930-7a9175bb00f3 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:30:06,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c5a3f432-6337-4f47-8930-7a9175bb00f3 2018-08-20 16:30:06,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.114947080612s 2018-08-20 16:30:06,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c5a3f432-6337-4f47-8930-7a9175bb00f3 2018-08-20 16:30:06,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:30:06,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:06,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e8b99ec-0b84-465b-beeb-a9dcbbd4d41d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:30:06,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8e8b99ec-0b84-465b-beeb-a9dcbbd4d41d 2018-08-20 16:30:06,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.266857862473s 2018-08-20 16:30:06,541 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8e8b99ec-0b84-465b-beeb-a9dcbbd4d41d 2018-08-20 16:30:06,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:30:06,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:06,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8f737a3-f992-44a4-badf-e24fbcc70bd0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 16:30:06,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a8f737a3-f992-44a4-badf-e24fbcc70bd0 2018-08-20 16:30:06,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19211602211s 2018-08-20 16:30:06,738 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a8f737a3-f992-44a4-badf-e24fbcc70bd0 2018-08-20 16:30:06,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:30:06,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:06,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50110f74-deef-4cbf-af11-f29b06ac9c1a Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_43c363f0-ff2e-4536-ad1a-17d437843b79", "links": {"self": "http://172.30.9.23:5000/v3/users/7215ce713096411cb0af9687b6a54659"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7215ce713096411cb0af9687b6a54659", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:30:06,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-50110f74-deef-4cbf-af11-f29b06ac9c1a 2018-08-20 16:30:06,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.221880197525s 2018-08-20 16:30:06,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-50110f74-deef-4cbf-af11-f29b06ac9c1a 2018-08-20 16:30:06,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:30:06,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:07,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-095716a5-3d7e-493d-a7a7-2c04b43a07a4 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/4cafae87beff48349f3d7b495c27391f"}, "tags": [], "enabled": true, "id": "4cafae87beff48349f3d7b495c27391f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_43c363f0-ff2e-4536-ad1a-17d437843b79"}]} 2018-08-20 16:30:07,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-095716a5-3d7e-493d-a7a7-2c04b43a07a4 2018-08-20 16:30:07,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201385974884s 2018-08-20 16:30:07,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-095716a5-3d7e-493d-a7a7-2c04b43a07a4 2018-08-20 16:30:07,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 16:30:07,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=7215ce713096411cb0af9687b6a54659&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=4cafae87beff48349f3d7b495c27391f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:07,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-221d2b3a-aec7-429b-adcf-d96b91413e3e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=7215ce713096411cb0af9687b6a54659&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=4cafae87beff48349f3d7b495c27391f", "previous": null, "next": null}} 2018-08-20 16:30:07,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=7215ce713096411cb0af9687b6a54659&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=4cafae87beff48349f3d7b495c27391f used request id req-221d2b3a-aec7-429b-adcf-d96b91413e3e 2018-08-20 16:30:07,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.288824796677s 2018-08-20 16:30:07,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=7215ce713096411cb0af9687b6a54659&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=4cafae87beff48349f3d7b495c27391f used request id req-221d2b3a-aec7-429b-adcf-d96b91413e3e 2018-08-20 16:30:07,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 16:30:07,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/4cafae87beff48349f3d7b495c27391f/users/7215ce713096411cb0af9687b6a54659/roles/0b1108172d284ccbb970dd9eb7ccff69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:07,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:30:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70c652f5-ddb8-4d27-9b19-eb341582157a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:30:07,824 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4cafae87beff48349f3d7b495c27391f/users/7215ce713096411cb0af9687b6a54659/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-70c652f5-ddb8-4d27-9b19-eb341582157a 2018-08-20 16:30:07,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.349894046783s 2018-08-20 16:30:07,824 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4cafae87beff48349f3d7b495c27391f/users/7215ce713096411cb0af9687b6a54659/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-70c652f5-ddb8-4d27-9b19-eb341582157a 2018-08-20 16:30:07,825 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_43c363f0-ff2e-4536-ad1a-17d437843b79', 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'4cafae87beff48349f3d7b495c27391f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'e35d6506-0112-4800-876e-fd73de47754d', 'username': u'tenantnetwork2-user_43c363f0-ff2e-4536-ad1a-17d437843b79', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 16:30:07,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:30:07,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:30:07,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:30:07,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:30:07,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:30:07,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:30:07,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:30:07,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:30:07,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:30:07,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:30:07,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:30:07,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:30:07,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:30:07,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:30:07,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:30:07,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:30:07,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:30:07,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:30:07,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:30:07,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:30:07,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:30:07,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:30:07,830 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_43c363f0-ff2e-4536-ad1a-17d437843b79', 'password': 'e35d6506-0112-4800-876e-fd73de47754d', 'project_name': 'tenantnetwork2-project_43c363f0-ff2e-4536-ad1a-17d437843b79', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '4cafae87beff48349f3d7b495c27391f', 'project_domain_name': 'Default'} 2018-08-20 16:30:07,831 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-20 16:30:07,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:30:07,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfc3f90d-5354-4394-9ae9-466b9661e01f Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:30:07,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bfc3f90d-5354-4394-9ae9-466b9661e01f 2018-08-20 16:30:07,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:30:08,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T17:30:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cafae87beff48349f3d7b495c27391f", "name": "tenantnetwork2-project_43c363f0-ff2e-4536-ad1a-17d437843b79"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_4cafae87beff48349f3d7b495c27391f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_4cafae87beff48349f3d7b495c27391f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4cafae87beff48349f3d7b495c27391f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/4cafae87beff48349f3d7b495c27391f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/4cafae87beff48349f3d7b495c27391f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4cafae87beff48349f3d7b495c27391f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/4cafae87beff48349f3d7b495c27391f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/4cafae87beff48349f3d7b495c27391f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4cafae87beff48349f3d7b495c27391f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/4cafae87beff48349f3d7b495c27391f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/4cafae87beff48349f3d7b495c27391f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4cafae87beff48349f3d7b495c27391f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/4cafae87beff48349f3d7b495c27391f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/4cafae87beff48349f3d7b495c27391f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_43c363f0-ff2e-4536-ad1a-17d437843b79", "id": "7215ce713096411cb0af9687b6a54659"}, "audit_ids": ["bucqt1yCQcuZ2Efuk4zlzQ"], "issued_at": "2018-08-20T16:30:08.000000Z"}} 2018-08-20 16:30:08,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:30:08,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" -d '{"network": {"name": "tenantnetwork2-net_43c363f0-ff2e-4536-ad1a-17d437843b79", "admin_state_up": true}}' 2018-08-20 16:30:09,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-8eecdc8e-d37e-4dc9-89f5-6cbe758b6637 Date: Mon, 20 Aug 2018 16:30:09 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4cafae87beff48349f3d7b495c27391f","created_at":"2018-08-20T16:30:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T16:30:08Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4cafae87beff48349f3d7b495c27391f","id":"8c14275c-73a3-4322-b207-10950be9c127","name":"tenantnetwork2-net_43c363f0-ff2e-4536-ad1a-17d437843b79"}} 2018-08-20 16:30:09,123 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8eecdc8e-d37e-4dc9-89f5-6cbe758b6637 2018-08-20 16:30:09,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.766705989838s 2018-08-20 16:30:09,123 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8eecdc8e-d37e-4dc9-89f5-6cbe758b6637 2018-08-20 16:30:09,124 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:30:08Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'8c14275c-73a3-4322-b207-10950be9c127', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_43c363f0-ff2e-4536-ad1a-17d437843b79', u'admin_state_up': True, u'tenant_id': u'4cafae87beff48349f3d7b495c27391f', u'created_at': u'2018-08-20T16:30:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4cafae87beff48349f3d7b495c27391f'}) 2018-08-20 16:30:09,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:30:09,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" 2018-08-20 16:30:09,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-2f12824d-f8a9-4bda-bc0f-c1d3ad81cfc2 Date: Mon, 20 Aug 2018 16:30: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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:30:08Z","tenant_id":"4cafae87beff48349f3d7b495c27391f","created_at":"2018-08-20T16:30:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"4cafae87beff48349f3d7b495c27391f","id":"8c14275c-73a3-4322-b207-10950be9c127","name":"tenantnetwork2-net_43c363f0-ff2e-4536-ad1a-17d437843b79"}]} 2018-08-20 16:30:09,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2f12824d-f8a9-4bda-bc0f-c1d3ad81cfc2 2018-08-20 16:30:09,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369776964188s 2018-08-20 16:30:09,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2f12824d-f8a9-4bda-bc0f-c1d3ad81cfc2 2018-08-20 16:30:09,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:30:09,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" -d '{"subnet": {"name": "tenantnetwork2-subnet_43c363f0-ff2e-4536-ad1a-17d437843b79", "enable_dhcp": true, "network_id": "8c14275c-73a3-4322-b207-10950be9c127", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:30:11,250 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e390eca0-46c5-4ddc-89e2-e7b1f9784034 Date: Mon, 20 Aug 2018 16:30:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c14275c-73a3-4322-b207-10950be9c127","tenant_id":"4cafae87beff48349f3d7b495c27391f","created_at":"2018-08-20T16:30:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:30:11Z","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":"4cafae87beff48349f3d7b495c27391f","id":"1002d5bc-88a9-4d87-a02d-cab7194c88ca","subnetpool_id":null,"name":"tenantnetwork2-subnet_43c363f0-ff2e-4536-ad1a-17d437843b79"}} 2018-08-20 16:30:11,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e390eca0-46c5-4ddc-89e2-e7b1f9784034 2018-08-20 16:30:11,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.75438690186s 2018-08-20 16:30:11,251 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e390eca0-46c5-4ddc-89e2-e7b1f9784034 2018-08-20 16:30:11,251 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:30:11Z', 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'1002d5bc-88a9-4d87-a02d-cab7194c88ca', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_43c363f0-ff2e-4536-ad1a-17d437843b79', u'enable_dhcp': True, u'network_id': u'8c14275c-73a3-4322-b207-10950be9c127', u'tenant_id': u'4cafae87beff48349f3d7b495c27391f', u'created_at': u'2018-08-20T16:30:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4cafae87beff48349f3d7b495c27391f'}) 2018-08-20 16:30:11,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:30:11,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "tenantnetwork2-router_43c363f0-ff2e-4536-ad1a-17d437843b79", "admin_state_up": true}}' 2018-08-20 16:30:12,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-e9743cef-f9d9-4851-a520-e1c1a3611758 Date: Mon, 20 Aug 2018 16:30:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:11Z", "admin_state_up": true, "updated_at": "2018-08-20T16:30:12Z", "revision_number": 2, "routes": [], "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "4d9a4506-3fec-411f-ad57-dd8cc170ae7c", "name": "tenantnetwork2-router_43c363f0-ff2e-4536-ad1a-17d437843b79"}} 2018-08-20 16:30:12,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e9743cef-f9d9-4851-a520-e1c1a3611758 2018-08-20 16:30:12,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.53213381767s 2018-08-20 16:30:12,784 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e9743cef-f9d9-4851-a520-e1c1a3611758 2018-08-20 16:30:12,785 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4cafae87beff48349f3d7b495c27391f', u'created_at': u'2018-08-20T16:30:11Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T16:30:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'4cafae87beff48349f3d7b495c27391f', u'id': u'4d9a4506-3fec-411f-ad57-dd8cc170ae7c', u'name': u'tenantnetwork2-router_43c363f0-ff2e-4536-ad1a-17d437843b79'}) 2018-08-20 16:30:12,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:30:12,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4d9a4506-3fec-411f-ad57-dd8cc170ae7c/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}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" -d '{"subnet_id": "1002d5bc-88a9-4d87-a02d-cab7194c88ca"}' 2018-08-20 16:30:16,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b6261fd7-1bea-422e-8964-29db8238ceaa Date: Mon, 20 Aug 2018 16:30:16 GMT RESP BODY: {"network_id": "8c14275c-73a3-4322-b207-10950be9c127", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "subnet_id": "1002d5bc-88a9-4d87-a02d-cab7194c88ca", "subnet_ids": ["1002d5bc-88a9-4d87-a02d-cab7194c88ca"], "port_id": "cc83866c-b081-4dae-8530-9670b4a03a61", "id": "4d9a4506-3fec-411f-ad57-dd8cc170ae7c"} 2018-08-20 16:30:16,123 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4d9a4506-3fec-411f-ad57-dd8cc170ae7c/add_router_interface.json used request id req-b6261fd7-1bea-422e-8964-29db8238ceaa 2018-08-20 16:30:16,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.33750486374s 2018-08-20 16:30:16,123 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4d9a4506-3fec-411f-ad57-dd8cc170ae7c/add_router_interface.json used request id req-b6261fd7-1bea-422e-8964-29db8238ceaa returning object 4d9a4506-3fec-411f-ad57-dd8cc170ae7c 2018-08-20 16:30:16,240 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:30:16,240 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-20 16:30:16,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:30:16,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4d9a4506-3fec-411f-ad57-dd8cc170ae7c/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}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" -d '{"subnet_id": "1002d5bc-88a9-4d87-a02d-cab7194c88ca"}' 2018-08-20 16:30:19,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1ae84eed-114f-4bc1-82d8-f2bc1750f9f6 Date: Mon, 20 Aug 2018 16:30:19 GMT RESP BODY: {"network_id": "8c14275c-73a3-4322-b207-10950be9c127", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "subnet_id": "1002d5bc-88a9-4d87-a02d-cab7194c88ca", "subnet_ids": ["1002d5bc-88a9-4d87-a02d-cab7194c88ca"], "port_id": "cc83866c-b081-4dae-8530-9670b4a03a61", "id": "4d9a4506-3fec-411f-ad57-dd8cc170ae7c"} 2018-08-20 16:30:19,138 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4d9a4506-3fec-411f-ad57-dd8cc170ae7c/remove_router_interface.json used request id req-1ae84eed-114f-4bc1-82d8-f2bc1750f9f6 2018-08-20 16:30:19,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.89230513573s 2018-08-20 16:30:19,138 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4d9a4506-3fec-411f-ad57-dd8cc170ae7c/remove_router_interface.json used request id req-1ae84eed-114f-4bc1-82d8-f2bc1750f9f6 returning object 4d9a4506-3fec-411f-ad57-dd8cc170ae7c 2018-08-20 16:30:19,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:30:19,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" 2018-08-20 16:30:19,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3688cbc2-f86d-4c1d-808f-cb43dd4f711b Date: Mon, 20 Aug 2018 16:30:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:11Z", "admin_state_up": true, "updated_at": "2018-08-20T16:30:18Z", "revision_number": 4, "routes": [], "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "4d9a4506-3fec-411f-ad57-dd8cc170ae7c", "name": "tenantnetwork2-router_43c363f0-ff2e-4536-ad1a-17d437843b79"}]} 2018-08-20 16:30:19,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3688cbc2-f86d-4c1d-808f-cb43dd4f711b 2018-08-20 16:30:19,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.149293899536s 2018-08-20 16:30:19,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3688cbc2-f86d-4c1d-808f-cb43dd4f711b 2018-08-20 16:30:19,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:30:19,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/4d9a4506-3fec-411f-ad57-dd8cc170ae7c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" 2018-08-20 16:30:21,992 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce34ac39-10be-4ddf-8242-37f59dc92609 Content-Length: 0 Date: Mon, 20 Aug 2018 16:30:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:30:21,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4d9a4506-3fec-411f-ad57-dd8cc170ae7c.json used request id req-ce34ac39-10be-4ddf-8242-37f59dc92609 2018-08-20 16:30:21,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.70229005814s 2018-08-20 16:30:21,993 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4d9a4506-3fec-411f-ad57-dd8cc170ae7c.json used request id req-ce34ac39-10be-4ddf-8242-37f59dc92609 2018-08-20 16:30:21,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:30:21,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" 2018-08-20 16:30:22,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-74c89c9e-d0b8-4517-b2a6-946f193aa3a3 Date: Mon, 20 Aug 2018 16:30:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c14275c-73a3-4322-b207-10950be9c127","tenant_id":"4cafae87beff48349f3d7b495c27391f","created_at":"2018-08-20T16:30:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:30:11Z","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":"4cafae87beff48349f3d7b495c27391f","id":"1002d5bc-88a9-4d87-a02d-cab7194c88ca","subnetpool_id":null,"name":"tenantnetwork2-subnet_43c363f0-ff2e-4536-ad1a-17d437843b79"}]} 2018-08-20 16:30:22,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-74c89c9e-d0b8-4517-b2a6-946f193aa3a3 2018-08-20 16:30:22,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.371099948883s 2018-08-20 16:30:22,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-74c89c9e-d0b8-4517-b2a6-946f193aa3a3 2018-08-20 16:30:22,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:30:22,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/1002d5bc-88a9-4d87-a02d-cab7194c88ca.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" 2018-08-20 16:30:24,794 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da2ae735-40c0-4257-91d0-d58cfb7216a0 Date: Mon, 20 Aug 2018 16:30:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:30:24,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1002d5bc-88a9-4d87-a02d-cab7194c88ca.json used request id req-da2ae735-40c0-4257-91d0-d58cfb7216a0 2018-08-20 16:30:24,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.42833089828s 2018-08-20 16:30:24,795 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1002d5bc-88a9-4d87-a02d-cab7194c88ca.json used request id req-da2ae735-40c0-4257-91d0-d58cfb7216a0 2018-08-20 16:30:24,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:30:24,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" 2018-08-20 16:30:25,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-f617b715-1ae6-45fc-bf32-45779c9f9ac7 Date: Mon, 20 Aug 2018 16:30:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:30:24Z","tenant_id":"4cafae87beff48349f3d7b495c27391f","created_at":"2018-08-20T16:30:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4cafae87beff48349f3d7b495c27391f","id":"8c14275c-73a3-4322-b207-10950be9c127","name":"tenantnetwork2-net_43c363f0-ff2e-4536-ad1a-17d437843b79"}]} 2018-08-20 16:30:25,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f617b715-1ae6-45fc-bf32-45779c9f9ac7 2018-08-20 16:30:25,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.1691069603s 2018-08-20 16:30:25,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f617b715-1ae6-45fc-bf32-45779c9f9ac7 2018-08-20 16:30:25,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:30:25,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/8c14275c-73a3-4322-b207-10950be9c127.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f08f3d6a9666eac77b02637cb8e0e0edcbb92f63" 2018-08-20 16:30:27,046 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8298e46d-44a1-4d5d-b8b1-52eb88cfd6a3 Date: Mon, 20 Aug 2018 16:30:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:30:27,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8c14275c-73a3-4322-b207-10950be9c127.json used request id req-8298e46d-44a1-4d5d-b8b1-52eb88cfd6a3 2018-08-20 16:30:27,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.08046913147s 2018-08-20 16:30:27,046 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8c14275c-73a3-4322-b207-10950be9c127.json used request id req-8298e46d-44a1-4d5d-b8b1-52eb88cfd6a3 2018-08-20 16:30:27,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:30:27,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:27,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1233645-03a8-4de1-bf49-420bc04aaf15 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_43c363f0-ff2e-4536-ad1a-17d437843b79", "links": {"self": "http://172.30.9.23:5000/v3/users/7215ce713096411cb0af9687b6a54659"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7215ce713096411cb0af9687b6a54659", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:30:27,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f1233645-03a8-4de1-bf49-420bc04aaf15 2018-08-20 16:30:27,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217831134796s 2018-08-20 16:30:27,265 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f1233645-03a8-4de1-bf49-420bc04aaf15 2018-08-20 16:30:27,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:30:27,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/7215ce713096411cb0af9687b6a54659 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:27,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30d04e45-6093-4679-8085-19e842badba8 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_43c363f0-ff2e-4536-ad1a-17d437843b79", "links": {"self": "http://172.30.9.23:5000/v3/users/7215ce713096411cb0af9687b6a54659"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "7215ce713096411cb0af9687b6a54659", "description": null}} 2018-08-20 16:30:27,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/7215ce713096411cb0af9687b6a54659 used request id req-30d04e45-6093-4679-8085-19e842badba8 2018-08-20 16:30:27,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.305102109909s 2018-08-20 16:30:27,576 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/7215ce713096411cb0af9687b6a54659 used request id req-30d04e45-6093-4679-8085-19e842badba8 2018-08-20 16:30:27,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 16:30:27,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/7215ce713096411cb0af9687b6a54659 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:28,004 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:30:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b6280e4-4443-448f-818b-b912afc5352f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:30:28,005 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7215ce713096411cb0af9687b6a54659 used request id req-9b6280e4-4443-448f-818b-b912afc5352f 2018-08-20 16:30:28,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.428297996521s 2018-08-20 16:30:28,005 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7215ce713096411cb0af9687b6a54659 used request id req-9b6280e4-4443-448f-818b-b912afc5352f 2018-08-20 16:30:28,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:30:28,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:28,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1244bee4-c855-4552-aef2-32aa36f5d3e3 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/4cafae87beff48349f3d7b495c27391f"}, "tags": [], "enabled": true, "id": "4cafae87beff48349f3d7b495c27391f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_43c363f0-ff2e-4536-ad1a-17d437843b79"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 16:30:28,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-1244bee4-c855-4552-aef2-32aa36f5d3e3 2018-08-20 16:30:28,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200366020203s 2018-08-20 16:30:28,212 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-1244bee4-c855-4552-aef2-32aa36f5d3e3 2018-08-20 16:30:28,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 16:30:28,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/4cafae87beff48349f3d7b495c27391f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a6402f943e2118e582a6471393e714e911bd0ad" 2018-08-20 16:30:28,514 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:30:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32d79e63-1fa8-437e-9826-dfb696b636a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:30:28,514 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4cafae87beff48349f3d7b495c27391f used request id req-32d79e63-1fa8-437e-9826-dfb696b636a8 2018-08-20 16:30:28,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.298267126083s 2018-08-20 16:30:28,514 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4cafae87beff48349f3d7b495c27391f used request id req-32d79e63-1fa8-437e-9826-dfb696b636a8 2018-08-20 16:30:28,537 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:30:28,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:30:28,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:30:28,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:30:28,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0922873d-ea71-471c-95c4-8bec6e1820af Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:30:28,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0922873d-ea71-471c-95c4-8bec6e1820af 2018-08-20 16:30:28,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:30:29,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:30:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["gkSaXnVIRMOPO5jyVENNqw"], "issued_at": "2018-08-20T16:30:28.000000Z"}} 2018-08-20 16:30:29,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:30:29,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:29,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-54759e47-ca9d-43f3-8d1f-da27472e5a66 Date: Mon, 20 Aug 2018 16:30:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:30:29,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-54759e47-ca9d-43f3-8d1f-da27472e5a66 2018-08-20 16:30:29,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.430602073669s 2018-08-20 16:30:29,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-54759e47-ca9d-43f3-8d1f-da27472e5a66 2018-08-20 16:30:29,458 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-20 16:30:29,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:30:29,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" -d '{"network": {"name": "vmready1-net_64463f8b-6594-443a-b18b-ad49dbce5de5", "admin_state_up": true}}' 2018-08-20 16:30:30,011 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-525a54b2-eaba-4f9a-b184-025d371b8202 Date: Mon, 20 Aug 2018 16:30:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ea71865b-ff56-48a1-9c20-ca1846c6b2b6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:30:29Z","is_default":false,"provider:segmentation_id":98,"name":"vmready1-net_64463f8b-6594-443a-b18b-ad49dbce5de5","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:30:29Z","mtu":1450}} 2018-08-20 16:30:30,011 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-525a54b2-eaba-4f9a-b184-025d371b8202 2018-08-20 16:30:30,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.552338123322s 2018-08-20 16:30:30,011 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-525a54b2-eaba-4f9a-b184-025d371b8202 2018-08-20 16:30:30,012 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T16:30:29Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ea71865b-ff56-48a1-9c20-ca1846c6b2b6', u'provider:segmentation_id': 98, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_64463f8b-6594-443a-b18b-ad49dbce5de5', u'admin_state_up': True, u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:30:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 16:30:30,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:30:30,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:30,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-fb1e90bf-8b1c-4687-bc52-81b4d6aa1541 Date: Mon, 20 Aug 2018 16:30:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ea71865b-ff56-48a1-9c20-ca1846c6b2b6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:30:29Z","provider:segmentation_id":98,"name":"vmready1-net_64463f8b-6594-443a-b18b-ad49dbce5de5","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:30:29Z","provider:network_type":"vxlan"}]} 2018-08-20 16:30:30,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-fb1e90bf-8b1c-4687-bc52-81b4d6aa1541 2018-08-20 16:30:30,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.353605031967s 2018-08-20 16:30:30,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-fb1e90bf-8b1c-4687-bc52-81b4d6aa1541 2018-08-20 16:30:30,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:30:30,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" -d '{"subnet": {"name": "vmready1-subnet_64463f8b-6594-443a-b18b-ad49dbce5de5", "enable_dhcp": true, "network_id": "ea71865b-ff56-48a1-9c20-ca1846c6b2b6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:30:31,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4c6d57c5-1c03-40a3-9d51-62372e60a346 Date: Mon, 20 Aug 2018 16:30:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea71865b-ff56-48a1-9c20-ca1846c6b2b6","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:30:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:30:30Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"6981c565-a95c-415a-b1e7-43e92c210a22","subnetpool_id":null,"name":"vmready1-subnet_64463f8b-6594-443a-b18b-ad49dbce5de5"}} 2018-08-20 16:30:31,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4c6d57c5-1c03-40a3-9d51-62372e60a346 2018-08-20 16:30:31,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.904563903809s 2018-08-20 16:30:31,274 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4c6d57c5-1c03-40a3-9d51-62372e60a346 2018-08-20 16:30:31,274 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:30:30Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'6981c565-a95c-415a-b1e7-43e92c210a22', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_64463f8b-6594-443a-b18b-ad49dbce5de5', u'enable_dhcp': True, u'network_id': u'ea71865b-ff56-48a1-9c20-ca1846c6b2b6', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:30:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 16:30:31,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:30:31,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "vmready1-router_64463f8b-6594-443a-b18b-ad49dbce5de5", "admin_state_up": true}}' 2018-08-20 16:30:32,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-7f457324-fb44-4a94-9505-eae82979b37e Date: Mon, 20 Aug 2018 16:30:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:30:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T16:30:32Z", "revision_number": 2, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "068bf82d-2d2a-4744-8023-0a4bc3fa974a", "name": "vmready1-router_64463f8b-6594-443a-b18b-ad49dbce5de5"}} 2018-08-20 16:30:32,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7f457324-fb44-4a94-9505-eae82979b37e 2018-08-20 16:30:32,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.63507199287s 2018-08-20 16:30:32,910 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7f457324-fb44-4a94-9505-eae82979b37e 2018-08-20 16:30:32,911 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:30:31Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T16:30:32Z', u'revision_number': 2, u'routes': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'id': u'068bf82d-2d2a-4744-8023-0a4bc3fa974a', u'name': u'vmready1-router_64463f8b-6594-443a-b18b-ad49dbce5de5'}) 2018-08-20 16:30:32,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:30:32,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/068bf82d-2d2a-4744-8023-0a4bc3fa974a/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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" -d '{"subnet_id": "6981c565-a95c-415a-b1e7-43e92c210a22"}' 2018-08-20 16:30:35,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a7f85f33-8ad5-4c8f-952d-929451f47483 Date: Mon, 20 Aug 2018 16:30:36 GMT RESP BODY: {"network_id": "ea71865b-ff56-48a1-9c20-ca1846c6b2b6", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "6981c565-a95c-415a-b1e7-43e92c210a22", "subnet_ids": ["6981c565-a95c-415a-b1e7-43e92c210a22"], "port_id": "7e22319d-5d30-4c4d-b916-0db9c45fcfd4", "id": "068bf82d-2d2a-4744-8023-0a4bc3fa974a"} 2018-08-20 16:30:35,770 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/068bf82d-2d2a-4744-8023-0a4bc3fa974a/add_router_interface.json used request id req-a7f85f33-8ad5-4c8f-952d-929451f47483 2018-08-20 16:30:35,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.85852098465s 2018-08-20 16:30:35,770 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/068bf82d-2d2a-4744-8023-0a4bc3fa974a/add_router_interface.json used request id req-a7f85f33-8ad5-4c8f-952d-929451f47483 returning object 068bf82d-2d2a-4744-8023-0a4bc3fa974a 2018-08-20 16:30:35,771 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 16:30:35,903 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 16:30:35,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:30:35,910 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 16:30:35 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 16:30:35,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:30:35,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:36,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e075696f-6132-4a7b-bcdc-ebe18fab27cc Date: Mon, 20 Aug 2018 16:30:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:30:36,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e075696f-6132-4a7b-bcdc-ebe18fab27cc 2018-08-20 16:30:36,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.801162004471s 2018-08-20 16:30:36,716 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e075696f-6132-4a7b-bcdc-ebe18fab27cc 2018-08-20 16:30:36,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:30:36,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5"}' 2018-08-20 16:30:37,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a8b4f0e4-6629-4c57-ad78-04d5f0dd6ec1 Date: Mon, 20 Aug 2018 16:30:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:30:37Z", "file": "/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "f764f584-7531-4786-8fb4-fabf1725aab1", "size": null, "self": "/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5", "checksum": null, "created_at": "2018-08-20T16:30:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:30:37,557 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a8b4f0e4-6629-4c57-ad78-04d5f0dd6ec1 2018-08-20 16:30:37,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.83283495903s 2018-08-20 16:30:37,558 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a8b4f0e4-6629-4c57-ad78-04d5f0dd6ec1 returning object f764f584-7531-4786-8fb4-fabf1725aab1 2018-08-20 16:30:37,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:30:37,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1/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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" -d '' 2018-08-20 16:30:41,095 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0c394c18-5888-4d9c-aa26-eadced942ad2 Date: Mon, 20 Aug 2018 16:30:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:30:41,095 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1/file used request id req-0c394c18-5888-4d9c-aa26-eadced942ad2 2018-08-20 16:30:41,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.53620219231s 2018-08-20 16:30:41,095 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1/file used request id req-0c394c18-5888-4d9c-aa26-eadced942ad2 2018-08-20 16:30:41,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:30:41,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:41,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-80f0b900-953a-4894-bd4f-f0b202713be2 Date: Mon, 20 Aug 2018 16:30:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:30:40Z", "file": "/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "f764f584-7531-4786-8fb4-fabf1725aab1", "size": 12716032, "self": "/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/f764f584-7531-4786-8fb4-fabf1725aab1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/f764f584-7531-4786-8fb4-fabf1725aab1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:30:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:30:41,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-80f0b900-953a-4894-bd4f-f0b202713be2 2018-08-20 16:30:41,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.889352083206s 2018-08-20 16:30:41,989 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-80f0b900-953a-4894-bd4f-f0b202713be2 2018-08-20 16:30:41,991 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/f764f584-7531-4786-8fb4-fabf1725aab1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'f764f584-7531-4786-8fb4-fabf1725aab1', 'size': 12716032, u'self': u'/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/f764f584-7531-4786-8fb4-fabf1725aab1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:30:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T16:30:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5', 'created': u'2018-08-20T16:30:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:30:37Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:30:41,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:30:41,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_64463f8b-6594-443a-b18b-ad49dbce5de5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:30:42,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30: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-7489a03f-a7da-4826-9e55-5fd17f225e15 x-compute-request-id: req-7489a03f-a7da-4826-9e55-5fd17f225e15 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_64463f8b-6594-443a-b18b-ad49dbce5de5", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/64e140db-72f5-4b95-b52a-704ab3c77026", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/64e140db-72f5-4b95-b52a-704ab3c77026", "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": "64e140db-72f5-4b95-b52a-704ab3c77026"}} 2018-08-20 16:30:42,477 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7489a03f-a7da-4826-9e55-5fd17f225e15 2018-08-20 16:30:42,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.485399961472s 2018-08-20 16:30:42,478 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7489a03f-a7da-4826-9e55-5fd17f225e15 2018-08-20 16:30:42,479 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_64463f8b-6594-443a-b18b-ad49dbce5de5', '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'0639ea8675f44f1bab72e1097507f733', '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'64e140db-72f5-4b95-b52a-704ab3c77026', 'swap': 0}) 2018-08-20 16:30:42,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:30:42,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/64e140db-72f5-4b95-b52a-704ab3c77026/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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" -d '{"extra_specs": {}}' 2018-08-20 16:30:42,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30: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-0b26c6bc-1857-4ae4-a1fc-e3dba96eb0d4 x-compute-request-id: req-0b26c6bc-1857-4ae4-a1fc-e3dba96eb0d4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:30:42,614 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/64e140db-72f5-4b95-b52a-704ab3c77026/os-extra_specs used request id req-0b26c6bc-1857-4ae4-a1fc-e3dba96eb0d4 2018-08-20 16:30:42,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.134373903275s 2018-08-20 16:30:42,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/64e140db-72f5-4b95-b52a-704ab3c77026/os-extra_specs used request id req-0b26c6bc-1857-4ae4-a1fc-e3dba96eb0d4 2018-08-20 16:30:42,726 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:30:42,727 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 16:30:42,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:30:42,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/068bf82d-2d2a-4744-8023-0a4bc3fa974a/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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" -d '{"subnet_id": "6981c565-a95c-415a-b1e7-43e92c210a22"}' 2018-08-20 16:30:44,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a1bfa3a2-e9f2-49a0-8106-49ccbac14cad Date: Mon, 20 Aug 2018 16:30:44 GMT RESP BODY: {"network_id": "ea71865b-ff56-48a1-9c20-ca1846c6b2b6", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "6981c565-a95c-415a-b1e7-43e92c210a22", "subnet_ids": ["6981c565-a95c-415a-b1e7-43e92c210a22"], "port_id": "7e22319d-5d30-4c4d-b916-0db9c45fcfd4", "id": "068bf82d-2d2a-4744-8023-0a4bc3fa974a"} 2018-08-20 16:30:44,618 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/068bf82d-2d2a-4744-8023-0a4bc3fa974a/remove_router_interface.json used request id req-a1bfa3a2-e9f2-49a0-8106-49ccbac14cad 2018-08-20 16:30:44,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.88648200035s 2018-08-20 16:30:44,619 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/068bf82d-2d2a-4744-8023-0a4bc3fa974a/remove_router_interface.json used request id req-a1bfa3a2-e9f2-49a0-8106-49ccbac14cad returning object 068bf82d-2d2a-4744-8023-0a4bc3fa974a 2018-08-20 16:30:44,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:30:44,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:44,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-80d0c2fd-2083-45da-b676-e260490aef84 Date: Mon, 20 Aug 2018 16:30:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:30:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T16:30:43Z", "revision_number": 4, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "068bf82d-2d2a-4744-8023-0a4bc3fa974a", "name": "vmready1-router_64463f8b-6594-443a-b18b-ad49dbce5de5"}]} 2018-08-20 16:30:44,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-80d0c2fd-2083-45da-b676-e260490aef84 2018-08-20 16:30:44,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.129744052887s 2018-08-20 16:30:44,749 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-80d0c2fd-2083-45da-b676-e260490aef84 2018-08-20 16:30:44,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:30:44,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/068bf82d-2d2a-4744-8023-0a4bc3fa974a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:46,688 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bebb96c2-9889-413f-96a5-585798a16cca Content-Length: 0 Date: Mon, 20 Aug 2018 16:30:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:30:46,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/068bf82d-2d2a-4744-8023-0a4bc3fa974a.json used request id req-bebb96c2-9889-413f-96a5-585798a16cca 2018-08-20 16:30:46,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.93741106987s 2018-08-20 16:30:46,689 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/068bf82d-2d2a-4744-8023-0a4bc3fa974a.json used request id req-bebb96c2-9889-413f-96a5-585798a16cca 2018-08-20 16:30:46,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:30:46,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:47,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-d085367a-5428-4287-ba1c-d589cb259703 Date: Mon, 20 Aug 2018 16:30:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea71865b-ff56-48a1-9c20-ca1846c6b2b6","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:30:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"6981c565-a95c-415a-b1e7-43e92c210a22","subnetpool_id":null,"name":"vmready1-subnet_64463f8b-6594-443a-b18b-ad49dbce5de5"}]} 2018-08-20 16:30:47,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d085367a-5428-4287-ba1c-d589cb259703 2018-08-20 16:30:47,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.05664682388s 2018-08-20 16:30:47,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d085367a-5428-4287-ba1c-d589cb259703 2018-08-20 16:30:47,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:30:47,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/6981c565-a95c-415a-b1e7-43e92c210a22.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:50,528 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a9e39905-e3b3-44ce-bc46-aa31049db72c Date: Mon, 20 Aug 2018 16:30:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:30:50,528 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6981c565-a95c-415a-b1e7-43e92c210a22.json used request id req-a9e39905-e3b3-44ce-bc46-aa31049db72c 2018-08-20 16:30:50,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.78058314323s 2018-08-20 16:30:50,529 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6981c565-a95c-415a-b1e7-43e92c210a22.json used request id req-a9e39905-e3b3-44ce-bc46-aa31049db72c 2018-08-20 16:30:50,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:30:50,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:51,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-1fac9da4-3972-423e-8099-ffe7bd298fc4 Date: Mon, 20 Aug 2018 16:30:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ea71865b-ff56-48a1-9c20-ca1846c6b2b6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:30:49Z","provider:segmentation_id":98,"name":"vmready1-net_64463f8b-6594-443a-b18b-ad49dbce5de5","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:30:29Z","provider:network_type":"vxlan"}]} 2018-08-20 16:30:51,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1fac9da4-3972-423e-8099-ffe7bd298fc4 2018-08-20 16:30:51,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.21192002296s 2018-08-20 16:30:51,741 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1fac9da4-3972-423e-8099-ffe7bd298fc4 2018-08-20 16:30:51,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:30:51,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/ea71865b-ff56-48a1-9c20-ca1846c6b2b6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:53,640 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a475da0-b7e8-4d85-b099-426de9e3cad5 Date: Mon, 20 Aug 2018 16:30:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:30:53,640 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ea71865b-ff56-48a1-9c20-ca1846c6b2b6.json used request id req-1a475da0-b7e8-4d85-b099-426de9e3cad5 2018-08-20 16:30:53,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.89738297462s 2018-08-20 16:30:53,640 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ea71865b-ff56-48a1-9c20-ca1846c6b2b6.json used request id req-1a475da0-b7e8-4d85-b099-426de9e3cad5 2018-08-20 16:30:53,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:30:53,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:54,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-6fadd15d-0200-4803-b95f-66e9d96babc7 Date: Mon, 20 Aug 2018 16:30:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:30:40Z", "file": "/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "f764f584-7531-4786-8fb4-fabf1725aab1", "size": 12716032, "self": "/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/f764f584-7531-4786-8fb4-fabf1725aab1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/f764f584-7531-4786-8fb4-fabf1725aab1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_64463f8b-6594-443a-b18b-ad49dbce5de5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:30:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:30:54,500 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6fadd15d-0200-4803-b95f-66e9d96babc7 2018-08-20 16:30:54,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.855495929718s 2018-08-20 16:30:54,500 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6fadd15d-0200-4803-b95f-66e9d96babc7 2018-08-20 16:30:54,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 16:30:54,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:55,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-82b56df4-b09b-404d-a68d-ce5c8246f720 Date: Mon, 20 Aug 2018 16:30:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:30:55,700 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1 used request id req-82b56df4-b09b-404d-a68d-ce5c8246f720 2018-08-20 16:30:55,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.19770908356s 2018-08-20 16:30:55,700 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f764f584-7531-4786-8fb4-fabf1725aab1 used request id req-82b56df4-b09b-404d-a68d-ce5c8246f720 2018-08-20 16:30:55,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:30:55,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:55,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30: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-65405510-3d9a-413a-84b0-6f89b8c0e197 x-compute-request-id: req-65405510-3d9a-413a-84b0-6f89b8c0e197 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_64463f8b-6594-443a-b18b-ad49dbce5de5", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/64e140db-72f5-4b95-b52a-704ab3c77026", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/64e140db-72f5-4b95-b52a-704ab3c77026", "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": "64e140db-72f5-4b95-b52a-704ab3c77026"}]} 2018-08-20 16:30:55,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-65405510-3d9a-413a-84b0-6f89b8c0e197 2018-08-20 16:30:55,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.141072034836s 2018-08-20 16:30:55,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-65405510-3d9a-413a-84b0-6f89b8c0e197 2018-08-20 16:30:55,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 16:30:55,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/64e140db-72f5-4b95-b52a-704ab3c77026 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b2be22831fdc0e7550f6a1dc20572489a12d68c" 2018-08-20 16:30:56,010 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:30: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-61b0e180-9164-4872-a63c-bb9af4c0a599 x-compute-request-id: req-61b0e180-9164-4872-a63c-bb9af4c0a599 Content-Length: 0 Content-Type: application/json 2018-08-20 16:30:56,011 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/64e140db-72f5-4b95-b52a-704ab3c77026 used request id req-61b0e180-9164-4872-a63c-bb9af4c0a599 2018-08-20 16:30:56,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.16716504097s 2018-08-20 16:30:56,011 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/64e140db-72f5-4b95-b52a-704ab3c77026 used request id req-61b0e180-9164-4872-a63c-bb9af4c0a599 2018-08-20 16:30:56,063 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-20 16:30:56,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:30:56,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:30:56,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:30:56,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:30:56,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:30:56,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:30:56,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:30:56,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:30:56,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:30:56,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:30:56,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:30:56,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84569149-c2e2-488b-80cb-62c8877149c7 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:30:56,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-84569149-c2e2-488b-80cb-62c8877149c7 2018-08-20 16:30:56,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:30:56,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:30:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["sDJa1cXRTciLs6He-wU2eg"], "issued_at": "2018-08-20T16:30:56.000000Z"}} 2018-08-20 16:30:56,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:30:56,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:30:57,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d210263d-d0e8-45f7-9216-9732ce9dc0a6 Date: Mon, 20 Aug 2018 16:30:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:30:57,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d210263d-d0e8-45f7-9216-9732ce9dc0a6 2018-08-20 16:30:57,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.1618540287s 2018-08-20 16:30:57,681 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d210263d-d0e8-45f7-9216-9732ce9dc0a6 2018-08-20 16:30:57,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:30:57,691 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:30:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06f8970e-c129-4fa9-a1ac-9082b9b59703 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 16:30:57,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-06f8970e-c129-4fa9-a1ac-9082b9b59703 2018-08-20 16:30:57,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:30:57,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:30:57,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3136812-6e42-4892-9e1e-0d9e7e88f73e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3"}, "tags": [], "enabled": true, "id": "0dc4c689ca5f48478326a988e1b40ed3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 16:30:57,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-d3136812-6e42-4892-9e1e-0d9e7e88f73e 2018-08-20 16:30:57,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.224550008774s 2018-08-20 16:30:57,917 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-d3136812-6e42-4892-9e1e-0d9e7e88f73e 2018-08-20 16:30:57,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 16:30:57,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_6dce85da-2553-45b1-9ff2-367e77ab3369"}}' 2018-08-20 16:30:58,216 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:30:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79553ded-c441-46d8-9683-0070eeb46829 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.23:5000/v3/projects/8db735dac0c6473bbb6bc1ae3bbca962"}, "tags": [], "enabled": true, "id": "8db735dac0c6473bbb6bc1ae3bbca962", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_6dce85da-2553-45b1-9ff2-367e77ab3369"}} 2018-08-20 16:30:58,216 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-79553ded-c441-46d8-9683-0070eeb46829 2018-08-20 16:30:58,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.292415857315s 2018-08-20 16:30:58,216 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-79553ded-c441-46d8-9683-0070eeb46829 2018-08-20 16:30:58,217 - 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'8db735dac0c6473bbb6bc1ae3bbca962', '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_6dce85da-2553-45b1-9ff2-367e77ab3369'}) 2018-08-20 16:30:58,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 16:30:58,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "bedefb13-374d-4390-904f-2365170aca39", "email": null, "name": "vmready2-user_6dce85da-2553-45b1-9ff2-367e77ab3369"}}' 2018-08-20 16:30:58,793 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:30:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a73079f-b05b-4ddb-a2c1-04204fe43353 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_6dce85da-2553-45b1-9ff2-367e77ab3369", "links": {"self": "http://172.30.9.23:5000/v3/users/d154f97d75ad41dbb5cf65b7557bc202"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d154f97d75ad41dbb5cf65b7557bc202", "domain_id": "default", "password_expires_at": null}} 2018-08-20 16:30:58,794 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-5a73079f-b05b-4ddb-a2c1-04204fe43353 2018-08-20 16:30:58,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.570909976959s 2018-08-20 16:30:58,794 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-5a73079f-b05b-4ddb-a2c1-04204fe43353 2018-08-20 16:30:58,795 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd154f97d75ad41dbb5cf65b7557bc202', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_6dce85da-2553-45b1-9ff2-367e77ab3369'}) 2018-08-20 16:30:58,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:30:58,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:30:59,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-724524cf-e598-4c18-a217-f89c07ab3eae Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:30:59,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-724524cf-e598-4c18-a217-f89c07ab3eae 2018-08-20 16:30:59,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.217560052872s 2018-08-20 16:30:59,016 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-724524cf-e598-4c18-a217-f89c07ab3eae 2018-08-20 16:30:59,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:30:59,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:30:59,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5d4a5f3-6888-4789-807b-fa1d0648009b Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:30:59,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a5d4a5f3-6888-4789-807b-fa1d0648009b 2018-08-20 16:30:59,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183980941772s 2018-08-20 16:30:59,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a5d4a5f3-6888-4789-807b-fa1d0648009b 2018-08-20 16:30:59,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:30:59,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:30:59,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b90a83ed-d8d6-48e6-90fd-0af083dbd94a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:30:59,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b90a83ed-d8d6-48e6-90fd-0af083dbd94a 2018-08-20 16:30:59,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201627016068s 2018-08-20 16:30:59,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b90a83ed-d8d6-48e6-90fd-0af083dbd94a 2018-08-20 16:30:59,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:30:59,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:30:59,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-effa0cc0-6dd9-4aa2-9075-6028741b5bbc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 16:30:59,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-effa0cc0-6dd9-4aa2-9075-6028741b5bbc 2018-08-20 16:30:59,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181864976883s 2018-08-20 16:30:59,599 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-effa0cc0-6dd9-4aa2-9075-6028741b5bbc 2018-08-20 16:30:59,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:30:59,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:30:59,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64651073-5aef-4d85-97d9-eb365b3d0974 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_6dce85da-2553-45b1-9ff2-367e77ab3369", "links": {"self": "http://172.30.9.23:5000/v3/users/d154f97d75ad41dbb5cf65b7557bc202"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d154f97d75ad41dbb5cf65b7557bc202", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:30:59,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-64651073-5aef-4d85-97d9-eb365b3d0974 2018-08-20 16:30:59,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219367027283s 2018-08-20 16:30:59,820 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-64651073-5aef-4d85-97d9-eb365b3d0974 2018-08-20 16:30:59,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:30:59,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:31:00,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55eda391-93d8-46a3-9619-60af757dee4f Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/8db735dac0c6473bbb6bc1ae3bbca962"}, "tags": [], "enabled": true, "id": "8db735dac0c6473bbb6bc1ae3bbca962", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_6dce85da-2553-45b1-9ff2-367e77ab3369"}]} 2018-08-20 16:31:00,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-55eda391-93d8-46a3-9619-60af757dee4f 2018-08-20 16:31:00,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.20606803894s 2018-08-20 16:31:00,038 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-55eda391-93d8-46a3-9619-60af757dee4f 2018-08-20 16:31:00,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 16:31:00,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=d154f97d75ad41dbb5cf65b7557bc202&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8db735dac0c6473bbb6bc1ae3bbca962" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:31:00,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d04277e8-976f-40b2-983c-ebf52b6b8567 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=d154f97d75ad41dbb5cf65b7557bc202&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8db735dac0c6473bbb6bc1ae3bbca962", "previous": null, "next": null}} 2018-08-20 16:31:00,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=d154f97d75ad41dbb5cf65b7557bc202&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8db735dac0c6473bbb6bc1ae3bbca962 used request id req-d04277e8-976f-40b2-983c-ebf52b6b8567 2018-08-20 16:31:00,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.218184947968s 2018-08-20 16:31:00,264 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=d154f97d75ad41dbb5cf65b7557bc202&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8db735dac0c6473bbb6bc1ae3bbca962 used request id req-d04277e8-976f-40b2-983c-ebf52b6b8567 2018-08-20 16:31:00,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 16:31:00,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/8db735dac0c6473bbb6bc1ae3bbca962/users/d154f97d75ad41dbb5cf65b7557bc202/roles/0b1108172d284ccbb970dd9eb7ccff69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:31:00,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:31:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03510b0b-f838-459c-baf7-6ac6002b12ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:31:00,551 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8db735dac0c6473bbb6bc1ae3bbca962/users/d154f97d75ad41dbb5cf65b7557bc202/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-03510b0b-f838-459c-baf7-6ac6002b12ef 2018-08-20 16:31:00,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.283340930939s 2018-08-20 16:31:00,551 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8db735dac0c6473bbb6bc1ae3bbca962/users/d154f97d75ad41dbb5cf65b7557bc202/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-03510b0b-f838-459c-baf7-6ac6002b12ef 2018-08-20 16:31:00,552 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_6dce85da-2553-45b1-9ff2-367e77ab3369', 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'8db735dac0c6473bbb6bc1ae3bbca962', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'bedefb13-374d-4390-904f-2365170aca39', 'username': u'vmready2-user_6dce85da-2553-45b1-9ff2-367e77ab3369', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 16:31:00,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:31:00,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:31:00,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:31:00,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:31:00,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:31:00,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:31:00,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:31:00,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:31:00,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:31:00,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:31:00,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:31:00,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:31:00,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:31:00,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:31:00,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:31:00,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:31:00,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:31:00,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:31:00,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:31:00,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:31:00,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:31:00,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:31:00,557 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_6dce85da-2553-45b1-9ff2-367e77ab3369', 'password': 'bedefb13-374d-4390-904f-2365170aca39', 'project_name': 'vmready2-project_6dce85da-2553-45b1-9ff2-367e77ab3369', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '8db735dac0c6473bbb6bc1ae3bbca962', 'project_domain_name': 'Default'} 2018-08-20 16:31:00,557 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-20 16:31:00,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:31:00,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32db9567-a349-4e52-a1ba-c1520a41f641 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:31:00,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-32db9567-a349-4e52-a1ba-c1520a41f641 2018-08-20 16:31:00,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:31:00,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T17:31:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8db735dac0c6473bbb6bc1ae3bbca962", "name": "vmready2-project_6dce85da-2553-45b1-9ff2-367e77ab3369"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8db735dac0c6473bbb6bc1ae3bbca962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_8db735dac0c6473bbb6bc1ae3bbca962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/8db735dac0c6473bbb6bc1ae3bbca962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_6dce85da-2553-45b1-9ff2-367e77ab3369", "id": "d154f97d75ad41dbb5cf65b7557bc202"}, "audit_ids": ["5jmfPSwYT86YmNjidhvYnw"], "issued_at": "2018-08-20T16:31:01.000000Z"}} 2018-08-20 16:31:00,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:31:00,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" -d '{"network": {"name": "vmready2-net_6dce85da-2553-45b1-9ff2-367e77ab3369", "admin_state_up": true}}' 2018-08-20 16:31:01,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-d55ead47-6a95-4204-9d31-f51fd530451d Date: Mon, 20 Aug 2018 16:31:01 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8db735dac0c6473bbb6bc1ae3bbca962","created_at":"2018-08-20T16:31:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T16:31:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8db735dac0c6473bbb6bc1ae3bbca962","id":"a810b312-0fa9-4983-9cbd-28356df322fe","name":"vmready2-net_6dce85da-2553-45b1-9ff2-367e77ab3369"}} 2018-08-20 16:31:01,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d55ead47-6a95-4204-9d31-f51fd530451d 2018-08-20 16:31:01,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.64623093605s 2018-08-20 16:31:01,609 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d55ead47-6a95-4204-9d31-f51fd530451d 2018-08-20 16:31:01,609 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:31:01Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'a810b312-0fa9-4983-9cbd-28356df322fe', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_6dce85da-2553-45b1-9ff2-367e77ab3369', u'admin_state_up': True, u'tenant_id': u'8db735dac0c6473bbb6bc1ae3bbca962', u'created_at': u'2018-08-20T16:31:01Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8db735dac0c6473bbb6bc1ae3bbca962'}) 2018-08-20 16:31:01,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:31:01,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:02,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-264b21a8-b4ad-4124-8ed6-450751315dc4 Date: Mon, 20 Aug 2018 16:31:02 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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:31:01Z","tenant_id":"8db735dac0c6473bbb6bc1ae3bbca962","created_at":"2018-08-20T16:31:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"8db735dac0c6473bbb6bc1ae3bbca962","id":"a810b312-0fa9-4983-9cbd-28356df322fe","name":"vmready2-net_6dce85da-2553-45b1-9ff2-367e77ab3369"}]} 2018-08-20 16:31:02,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-264b21a8-b4ad-4124-8ed6-450751315dc4 2018-08-20 16:31:02,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.418550014496s 2018-08-20 16:31:02,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-264b21a8-b4ad-4124-8ed6-450751315dc4 2018-08-20 16:31:02,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:31:02,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" -d '{"subnet": {"name": "vmready2-subnet_6dce85da-2553-45b1-9ff2-367e77ab3369", "enable_dhcp": true, "network_id": "a810b312-0fa9-4983-9cbd-28356df322fe", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:31:03,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ae6330f8-bd14-44b8-bbba-8c72f2d7be19 Date: Mon, 20 Aug 2018 16:31:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a810b312-0fa9-4983-9cbd-28356df322fe","tenant_id":"8db735dac0c6473bbb6bc1ae3bbca962","created_at":"2018-08-20T16:31:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:31:02Z","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":"8db735dac0c6473bbb6bc1ae3bbca962","id":"aed05c34-ed8e-4266-97fb-c7bf20432f44","subnetpool_id":null,"name":"vmready2-subnet_6dce85da-2553-45b1-9ff2-367e77ab3369"}} 2018-08-20 16:31:03,063 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ae6330f8-bd14-44b8-bbba-8c72f2d7be19 2018-08-20 16:31:03,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.03276205063s 2018-08-20 16:31:03,064 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ae6330f8-bd14-44b8-bbba-8c72f2d7be19 2018-08-20 16:31:03,064 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:31:02Z', 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'aed05c34-ed8e-4266-97fb-c7bf20432f44', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_6dce85da-2553-45b1-9ff2-367e77ab3369', u'enable_dhcp': True, u'network_id': u'a810b312-0fa9-4983-9cbd-28356df322fe', u'tenant_id': u'8db735dac0c6473bbb6bc1ae3bbca962', u'created_at': u'2018-08-20T16:31:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8db735dac0c6473bbb6bc1ae3bbca962'}) 2018-08-20 16:31:03,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:31:03,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "vmready2-router_6dce85da-2553-45b1-9ff2-367e77ab3369", "admin_state_up": true}}' 2018-08-20 16:31:04,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-a881ebe5-1137-46eb-b3aa-61274262c142 Date: Mon, 20 Aug 2018 16:31:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:03Z", "admin_state_up": true, "updated_at": "2018-08-20T16:31:04Z", "revision_number": 2, "routes": [], "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "48b7da0b-fdee-4dd0-bbe9-2483560c434c", "name": "vmready2-router_6dce85da-2553-45b1-9ff2-367e77ab3369"}} 2018-08-20 16:31:04,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a881ebe5-1137-46eb-b3aa-61274262c142 2018-08-20 16:31:04,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.43863797188s 2018-08-20 16:31:04,504 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a881ebe5-1137-46eb-b3aa-61274262c142 2018-08-20 16:31:04,504 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8db735dac0c6473bbb6bc1ae3bbca962', u'created_at': u'2018-08-20T16:31:03Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T16:31:04Z', u'revision_number': 2, u'routes': [], u'project_id': u'8db735dac0c6473bbb6bc1ae3bbca962', u'id': u'48b7da0b-fdee-4dd0-bbe9-2483560c434c', u'name': u'vmready2-router_6dce85da-2553-45b1-9ff2-367e77ab3369'}) 2018-08-20 16:31:04,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:31:04,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/48b7da0b-fdee-4dd0-bbe9-2483560c434c/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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" -d '{"subnet_id": "aed05c34-ed8e-4266-97fb-c7bf20432f44"}' 2018-08-20 16:31:07,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-97b1bcba-c987-4a47-88d4-9dd6cbc8d52e Date: Mon, 20 Aug 2018 16:31:07 GMT RESP BODY: {"network_id": "a810b312-0fa9-4983-9cbd-28356df322fe", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "subnet_id": "aed05c34-ed8e-4266-97fb-c7bf20432f44", "subnet_ids": ["aed05c34-ed8e-4266-97fb-c7bf20432f44"], "port_id": "42979c1b-c3b0-4386-86e8-09a43ad0c964", "id": "48b7da0b-fdee-4dd0-bbe9-2483560c434c"} 2018-08-20 16:31:07,067 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/48b7da0b-fdee-4dd0-bbe9-2483560c434c/add_router_interface.json used request id req-97b1bcba-c987-4a47-88d4-9dd6cbc8d52e 2018-08-20 16:31:07,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.56195497513s 2018-08-20 16:31:07,067 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/48b7da0b-fdee-4dd0-bbe9-2483560c434c/add_router_interface.json used request id req-97b1bcba-c987-4a47-88d4-9dd6cbc8d52e returning object 48b7da0b-fdee-4dd0-bbe9-2483560c434c 2018-08-20 16:31:07,067 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 16:31:07,199 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 16:31:07,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:31:07,206 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 16:31:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 16:31:07,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:31:07,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:07,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-102a73fa-fe28-4ab0-8e8f-cc350ada8cba Date: Mon, 20 Aug 2018 16:31:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:31:07,529 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-102a73fa-fe28-4ab0-8e8f-cc350ada8cba 2018-08-20 16:31:07,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.318933010101s 2018-08-20 16:31:07,530 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-102a73fa-fe28-4ab0-8e8f-cc350ada8cba 2018-08-20 16:31:07,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:31:07,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369"}' 2018-08-20 16:31:08,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-82f89f8c-34d3-4442-b4e8-fae03793f6e0 Date: Mon, 20 Aug 2018 16:31:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:31:08Z", "file": "/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/file", "owner": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "350fc9d6-4c18-474f-acfe-3022db4e7a9c", "size": null, "self": "/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369", "checksum": null, "created_at": "2018-08-20T16:31:08Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:31:08,504 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-82f89f8c-34d3-4442-b4e8-fae03793f6e0 2018-08-20 16:31:08,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.966728925705s 2018-08-20 16:31:08,505 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-82f89f8c-34d3-4442-b4e8-fae03793f6e0 returning object 350fc9d6-4c18-474f-acfe-3022db4e7a9c 2018-08-20 16:31:08,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:31:08,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" -d '' 2018-08-20 16:31:09,885 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2cf1cf2e-c46c-4bf1-aafb-c5e5fe575ee7 Date: Mon, 20 Aug 2018 16:31:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:31:09,885 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/file used request id req-2cf1cf2e-c46c-4bf1-aafb-c5e5fe575ee7 2018-08-20 16:31:09,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.37955999374s 2018-08-20 16:31:09,885 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/file used request id req-2cf1cf2e-c46c-4bf1-aafb-c5e5fe575ee7 2018-08-20 16:31:09,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:31:09,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:10,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-68c1abca-2f0f-476a-8bbe-bee82f49c336 Date: Mon, 20 Aug 2018 16:31:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:31:09Z", "file": "/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/file", "owner": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "350fc9d6-4c18-474f-acfe-3022db4e7a9c", "size": 12716032, "self": "/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:31:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:31:10,819 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-68c1abca-2f0f-476a-8bbe-bee82f49c336 2018-08-20 16:31:10,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.929722070694s 2018-08-20 16:31:10,820 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-68c1abca-2f0f-476a-8bbe-bee82f49c336 2018-08-20 16:31:10,821 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/file', 'owner': u'8db735dac0c6473bbb6bc1ae3bbca962', 'id': u'350fc9d6-4c18-474f-acfe-3022db4e7a9c', 'size': 12716032, u'self': u'/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8db735dac0c6473bbb6bc1ae3bbca962', 'name': 'vmready2-project_6dce85da-2553-45b1-9ff2-367e77ab3369', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:31:09Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T16:31:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369', 'created': u'2018-08-20T16:31:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:31:08Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:31:10,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:31:10,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_6dce85da-2553-45b1-9ff2-367e77ab3369", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:31:11,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-d152ee2b-c544-4c99-a962-c44e33f46e06 x-compute-request-id: req-d152ee2b-c544-4c99-a962-c44e33f46e06 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_6dce85da-2553-45b1-9ff2-367e77ab3369", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/14c8056d-4fed-452a-9e68-73d98e12fda9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/14c8056d-4fed-452a-9e68-73d98e12fda9", "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": "14c8056d-4fed-452a-9e68-73d98e12fda9"}} 2018-08-20 16:31:11,613 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d152ee2b-c544-4c99-a962-c44e33f46e06 2018-08-20 16:31:11,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.790181875229s 2018-08-20 16:31:11,613 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d152ee2b-c544-4c99-a962-c44e33f46e06 2018-08-20 16:31:11,614 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_6dce85da-2553-45b1-9ff2-367e77ab3369', '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'0639ea8675f44f1bab72e1097507f733', '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'14c8056d-4fed-452a-9e68-73d98e12fda9', 'swap': 0}) 2018-08-20 16:31:11,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:31:11,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/14c8056d-4fed-452a-9e68-73d98e12fda9/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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" -d '{"extra_specs": {}}' 2018-08-20 16:31:11,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-5c29893a-7465-43da-99db-769b36364366 x-compute-request-id: req-5c29893a-7465-43da-99db-769b36364366 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:31:11,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/14c8056d-4fed-452a-9e68-73d98e12fda9/os-extra_specs used request id req-5c29893a-7465-43da-99db-769b36364366 2018-08-20 16:31:11,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.128832817078s 2018-08-20 16:31:11,744 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/14c8056d-4fed-452a-9e68-73d98e12fda9/os-extra_specs used request id req-5c29893a-7465-43da-99db-769b36364366 2018-08-20 16:31:11,855 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:31:11,855 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 16:31:11,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:31:11,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/48b7da0b-fdee-4dd0-bbe9-2483560c434c/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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" -d '{"subnet_id": "aed05c34-ed8e-4266-97fb-c7bf20432f44"}' 2018-08-20 16:31:13,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-57100df0-d06e-493c-81b8-2e41d654862e Date: Mon, 20 Aug 2018 16:31:13 GMT RESP BODY: {"network_id": "a810b312-0fa9-4983-9cbd-28356df322fe", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "subnet_id": "aed05c34-ed8e-4266-97fb-c7bf20432f44", "subnet_ids": ["aed05c34-ed8e-4266-97fb-c7bf20432f44"], "port_id": "42979c1b-c3b0-4386-86e8-09a43ad0c964", "id": "48b7da0b-fdee-4dd0-bbe9-2483560c434c"} 2018-08-20 16:31:13,981 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/48b7da0b-fdee-4dd0-bbe9-2483560c434c/remove_router_interface.json used request id req-57100df0-d06e-493c-81b8-2e41d654862e 2018-08-20 16:31:13,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.12101817131s 2018-08-20 16:31:13,981 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/48b7da0b-fdee-4dd0-bbe9-2483560c434c/remove_router_interface.json used request id req-57100df0-d06e-493c-81b8-2e41d654862e returning object 48b7da0b-fdee-4dd0-bbe9-2483560c434c 2018-08-20 16:31:13,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:31:13,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:15,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-ea6da3a1-572b-498a-892c-5a47a0a45237 Date: Mon, 20 Aug 2018 16:31:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:03Z", "admin_state_up": true, "updated_at": "2018-08-20T16:31:13Z", "revision_number": 4, "routes": [], "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "48b7da0b-fdee-4dd0-bbe9-2483560c434c", "name": "vmready2-router_6dce85da-2553-45b1-9ff2-367e77ab3369"}]} 2018-08-20 16:31:15,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-ea6da3a1-572b-498a-892c-5a47a0a45237 2018-08-20 16:31:15,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.27830410004s 2018-08-20 16:31:15,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-ea6da3a1-572b-498a-892c-5a47a0a45237 2018-08-20 16:31:15,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:31:15,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/48b7da0b-fdee-4dd0-bbe9-2483560c434c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:16,767 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6be1cce-bb8d-4553-8583-59dff9fb5736 Content-Length: 0 Date: Mon, 20 Aug 2018 16:31:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:31:16,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/48b7da0b-fdee-4dd0-bbe9-2483560c434c.json used request id req-a6be1cce-bb8d-4553-8583-59dff9fb5736 2018-08-20 16:31:16,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.50523710251s 2018-08-20 16:31:16,768 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/48b7da0b-fdee-4dd0-bbe9-2483560c434c.json used request id req-a6be1cce-bb8d-4553-8583-59dff9fb5736 2018-08-20 16:31:16,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:31:16,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:17,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c590fd06-4b9f-49af-9b44-aa1d8886e0b9 Date: Mon, 20 Aug 2018 16:31:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a810b312-0fa9-4983-9cbd-28356df322fe","tenant_id":"8db735dac0c6473bbb6bc1ae3bbca962","created_at":"2018-08-20T16:31:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:31:02Z","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":"8db735dac0c6473bbb6bc1ae3bbca962","id":"aed05c34-ed8e-4266-97fb-c7bf20432f44","subnetpool_id":null,"name":"vmready2-subnet_6dce85da-2553-45b1-9ff2-367e77ab3369"}]} 2018-08-20 16:31:17,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c590fd06-4b9f-49af-9b44-aa1d8886e0b9 2018-08-20 16:31:17,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.326340913773s 2018-08-20 16:31:17,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c590fd06-4b9f-49af-9b44-aa1d8886e0b9 2018-08-20 16:31:17,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:31:17,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/aed05c34-ed8e-4266-97fb-c7bf20432f44.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:19,763 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e40ab480-6324-4e49-8ba1-d20d58d45932 Date: Mon, 20 Aug 2018 16:31:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:31:19,763 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/aed05c34-ed8e-4266-97fb-c7bf20432f44.json used request id req-e40ab480-6324-4e49-8ba1-d20d58d45932 2018-08-20 16:31:19,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.66698312759s 2018-08-20 16:31:19,764 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/aed05c34-ed8e-4266-97fb-c7bf20432f44.json used request id req-e40ab480-6324-4e49-8ba1-d20d58d45932 2018-08-20 16:31:19,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:31:19,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:19,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-9004633b-fec1-4aae-ad71-172bc4997e54 Date: Mon, 20 Aug 2018 16:31:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:31:19Z","tenant_id":"8db735dac0c6473bbb6bc1ae3bbca962","created_at":"2018-08-20T16:31:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8db735dac0c6473bbb6bc1ae3bbca962","id":"a810b312-0fa9-4983-9cbd-28356df322fe","name":"vmready2-net_6dce85da-2553-45b1-9ff2-367e77ab3369"}]} 2018-08-20 16:31:19,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9004633b-fec1-4aae-ad71-172bc4997e54 2018-08-20 16:31:19,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10347700119s 2018-08-20 16:31:19,868 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9004633b-fec1-4aae-ad71-172bc4997e54 2018-08-20 16:31:19,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:31:19,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/a810b312-0fa9-4983-9cbd-28356df322fe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:21,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-295251ab-c8a1-4c41-9834-8f54a9eecb6d Date: Mon, 20 Aug 2018 16:31:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:31:21,510 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a810b312-0fa9-4983-9cbd-28356df322fe.json used request id req-295251ab-c8a1-4c41-9834-8f54a9eecb6d 2018-08-20 16:31:21,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.64097809792s 2018-08-20 16:31:21,510 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a810b312-0fa9-4983-9cbd-28356df322fe.json used request id req-295251ab-c8a1-4c41-9834-8f54a9eecb6d 2018-08-20 16:31:21,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:31:21,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:22,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-9d778076-9213-4d71-a389-f3736932781e Date: Mon, 20 Aug 2018 16:31:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:31:09Z", "file": "/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/file", "owner": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "350fc9d6-4c18-474f-acfe-3022db4e7a9c", "size": 12716032, "self": "/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_6dce85da-2553-45b1-9ff2-367e77ab3369", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:31:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:31:22,486 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9d778076-9213-4d71-a389-f3736932781e 2018-08-20 16:31:22,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.971802949905s 2018-08-20 16:31:22,487 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9d778076-9213-4d71-a389-f3736932781e 2018-08-20 16:31:22,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 16:31:22,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6671d78cf37cdfda5496dc06c0d34f385ee4450a" 2018-08-20 16:31:23,567 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-81d4c643-b5f3-4d11-ac12-6b4f8e1e8a8e Date: Mon, 20 Aug 2018 16:31:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:31:23,567 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c used request id req-81d4c643-b5f3-4d11-ac12-6b4f8e1e8a8e 2018-08-20 16:31:23,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.07837796211s 2018-08-20 16:31:23,567 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/350fc9d6-4c18-474f-acfe-3022db4e7a9c used request id req-81d4c643-b5f3-4d11-ac12-6b4f8e1e8a8e 2018-08-20 16:31:23,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:31:23,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:31:23,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-1e170e63-cb21-40dd-9b7b-d8e30e2c59cc x-compute-request-id: req-1e170e63-cb21-40dd-9b7b-d8e30e2c59cc Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_6dce85da-2553-45b1-9ff2-367e77ab3369", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/14c8056d-4fed-452a-9e68-73d98e12fda9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/14c8056d-4fed-452a-9e68-73d98e12fda9", "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": "14c8056d-4fed-452a-9e68-73d98e12fda9"}]} 2018-08-20 16:31:23,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1e170e63-cb21-40dd-9b7b-d8e30e2c59cc 2018-08-20 16:31:23,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250499248505s 2018-08-20 16:31:23,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1e170e63-cb21-40dd-9b7b-d8e30e2c59cc 2018-08-20 16:31:23,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 16:31:23,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/14c8056d-4fed-452a-9e68-73d98e12fda9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:31:23,746 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:31: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-8199e9b6-42b9-48cf-a926-5efb401455cf x-compute-request-id: req-8199e9b6-42b9-48cf-a926-5efb401455cf Content-Length: 0 Content-Type: application/json 2018-08-20 16:31:23,746 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/14c8056d-4fed-452a-9e68-73d98e12fda9 used request id req-8199e9b6-42b9-48cf-a926-5efb401455cf 2018-08-20 16:31:23,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.151797056198s 2018-08-20 16:31:23,747 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/14c8056d-4fed-452a-9e68-73d98e12fda9 used request id req-8199e9b6-42b9-48cf-a926-5efb401455cf 2018-08-20 16:31:23,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:31:23,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:31:23,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c23646c-00af-4f3e-9a6f-0e27572d5291 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_6dce85da-2553-45b1-9ff2-367e77ab3369", "links": {"self": "http://172.30.9.23:5000/v3/users/d154f97d75ad41dbb5cf65b7557bc202"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d154f97d75ad41dbb5cf65b7557bc202", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:31:23,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3c23646c-00af-4f3e-9a6f-0e27572d5291 2018-08-20 16:31:23,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209373950958s 2018-08-20 16:31:23,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3c23646c-00af-4f3e-9a6f-0e27572d5291 2018-08-20 16:31:23,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:31:23,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/d154f97d75ad41dbb5cf65b7557bc202 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:31:24,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be69a2f0-07c6-4ebe-be21-0bd5d0d911b8 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_6dce85da-2553-45b1-9ff2-367e77ab3369", "links": {"self": "http://172.30.9.23:5000/v3/users/d154f97d75ad41dbb5cf65b7557bc202"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d154f97d75ad41dbb5cf65b7557bc202", "description": null}} 2018-08-20 16:31:24,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/d154f97d75ad41dbb5cf65b7557bc202 used request id req-be69a2f0-07c6-4ebe-be21-0bd5d0d911b8 2018-08-20 16:31:24,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207092046738s 2018-08-20 16:31:24,170 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/d154f97d75ad41dbb5cf65b7557bc202 used request id req-be69a2f0-07c6-4ebe-be21-0bd5d0d911b8 2018-08-20 16:31:24,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 16:31:24,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/d154f97d75ad41dbb5cf65b7557bc202 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:31:24,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:31:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb9c2226-03b4-47c3-908f-f210f45a945a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:31:24,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/d154f97d75ad41dbb5cf65b7557bc202 used request id req-fb9c2226-03b4-47c3-908f-f210f45a945a 2018-08-20 16:31:24,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.295156002045s 2018-08-20 16:31:24,467 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/d154f97d75ad41dbb5cf65b7557bc202 used request id req-fb9c2226-03b4-47c3-908f-f210f45a945a 2018-08-20 16:31:24,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:31:24,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:31:24,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-821c0161-3b6a-42c3-9474-4b46f9b179af Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/8db735dac0c6473bbb6bc1ae3bbca962"}, "tags": [], "enabled": true, "id": "8db735dac0c6473bbb6bc1ae3bbca962", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_6dce85da-2553-45b1-9ff2-367e77ab3369"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 16:31:24,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-821c0161-3b6a-42c3-9474-4b46f9b179af 2018-08-20 16:31:24,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194458007812s 2018-08-20 16:31:24,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-821c0161-3b6a-42c3-9474-4b46f9b179af 2018-08-20 16:31:24,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 16:31:24,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/8db735dac0c6473bbb6bc1ae3bbca962 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ff2ef310d5a15f82d9a22f107f43dbde76ea0a6e" 2018-08-20 16:31:25,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:31:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a1695c1-a94c-4bf8-91fa-efc3d5956518 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:31:25,108 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8db735dac0c6473bbb6bc1ae3bbca962 used request id req-8a1695c1-a94c-4bf8-91fa-efc3d5956518 2018-08-20 16:31:25,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.436290025711s 2018-08-20 16:31:25,108 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8db735dac0c6473bbb6bc1ae3bbca962 used request id req-8a1695c1-a94c-4bf8-91fa-efc3d5956518 2018-08-20 16:31:25,162 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-20 16:31:25,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:31:25,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:31:25,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:31:25,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:31:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:31:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:31:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:31:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:31:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:31:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:31:25,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:31:25,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd3008e8-76f3-493c-8c67-64583956729c Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:31:25,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dd3008e8-76f3-493c-8c67-64583956729c 2018-08-20 16:31:25,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:31:25,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:31:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["yrGz3f0GQzmQp3KGbivwcw"], "issued_at": "2018-08-20T16:31:25.000000Z"}} 2018-08-20 16:31:25,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:31:25,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:26,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7926c36f-c972-48e3-9c9b-92f3dc320064 Date: Mon, 20 Aug 2018 16:31:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:31:26,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7926c36f-c972-48e3-9c9b-92f3dc320064 2018-08-20 16:31:26,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.385410070419s 2018-08-20 16:31:26,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7926c36f-c972-48e3-9c9b-92f3dc320064 2018-08-20 16:31:26,013 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-20 16:31:26,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:31:26,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"network": {"name": "singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "admin_state_up": true}}' 2018-08-20 16:31:26,566 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-aa96221e-533b-49b2-a1a1-7e42c9af50fe Date: Mon, 20 Aug 2018 16:31:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:31:26Z","is_default":false,"provider:segmentation_id":34,"name":"singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:26Z","mtu":1450}} 2018-08-20 16:31:26,566 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-aa96221e-533b-49b2-a1a1-7e42c9af50fe 2018-08-20 16:31:26,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.552707910538s 2018-08-20 16:31:26,566 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-aa96221e-533b-49b2-a1a1-7e42c9af50fe 2018-08-20 16:31:26,567 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T16:31:26Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd71f914f-104c-4b98-8fd4-ebf2e653eb3e', u'provider:segmentation_id': 34, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54', u'admin_state_up': True, u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:31:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 16:31:26,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:31:26,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:26,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-e3ec1a54-a7e6-4332-889d-be6e24370250 Date: Mon, 20 Aug 2018 16:31:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:31:26Z","provider:segmentation_id":34,"name":"singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:26Z","provider:network_type":"vxlan"}]} 2018-08-20 16:31:26,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e3ec1a54-a7e6-4332-889d-be6e24370250 2018-08-20 16:31:26,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.388806819916s 2018-08-20 16:31:26,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e3ec1a54-a7e6-4332-889d-be6e24370250 2018-08-20 16:31:26,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:31:26,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"subnet": {"name": "singlevm1-subnet_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "enable_dhcp": true, "network_id": "d71f914f-104c-4b98-8fd4-ebf2e653eb3e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:31:27,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-897b343d-0931-448e-ae3b-810e7f173781 Date: Mon, 20 Aug 2018 16:31:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:31:27Z","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":"0639ea8675f44f1bab72e1097507f733","id":"4ac1a604-e51a-4a2b-a86e-388d38e0740e","subnetpool_id":null,"name":"singlevm1-subnet_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}} 2018-08-20 16:31:27,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-897b343d-0931-448e-ae3b-810e7f173781 2018-08-20 16:31:27,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.769556045532s 2018-08-20 16:31:27,728 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-897b343d-0931-448e-ae3b-810e7f173781 2018-08-20 16:31:27,728 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:31:27Z', 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'4ac1a604-e51a-4a2b-a86e-388d38e0740e', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_82b4d4f1-9ca1-4712-b4dc-7db883c17e54', u'enable_dhcp': True, u'network_id': u'd71f914f-104c-4b98-8fd4-ebf2e653eb3e', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:31:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 16:31:27,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:31:27,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "singlevm1-router_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "admin_state_up": true}}' 2018-08-20 16:31:30,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-2c02d065-2ec6-4249-89c3-bc2bd7d27b22 Date: Mon, 20 Aug 2018 16:31:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:31:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T16:31:29Z", "revision_number": 2, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "99d6c10a-bea9-4d5f-a275-868795fe5aa8", "name": "singlevm1-router_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}} 2018-08-20 16:31:30,095 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-2c02d065-2ec6-4249-89c3-bc2bd7d27b22 2018-08-20 16:31:30,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.36594700813s 2018-08-20 16:31:30,095 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-2c02d065-2ec6-4249-89c3-bc2bd7d27b22 2018-08-20 16:31:30,096 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:31:28Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T16:31:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'id': u'99d6c10a-bea9-4d5f-a275-868795fe5aa8', u'name': u'singlevm1-router_82b4d4f1-9ca1-4712-b4dc-7db883c17e54'}) 2018-08-20 16:31:30,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:31:30,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/99d6c10a-bea9-4d5f-a275-868795fe5aa8/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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"subnet_id": "4ac1a604-e51a-4a2b-a86e-388d38e0740e"}' 2018-08-20 16:31:32,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-949b57f2-84df-45ff-b248-7b236ee824c0 Date: Mon, 20 Aug 2018 16:31:32 GMT RESP BODY: {"network_id": "d71f914f-104c-4b98-8fd4-ebf2e653eb3e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "4ac1a604-e51a-4a2b-a86e-388d38e0740e", "subnet_ids": ["4ac1a604-e51a-4a2b-a86e-388d38e0740e"], "port_id": "28bd4bdb-2705-4b45-95b0-6f07a4592251", "id": "99d6c10a-bea9-4d5f-a275-868795fe5aa8"} 2018-08-20 16:31:32,805 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/99d6c10a-bea9-4d5f-a275-868795fe5aa8/add_router_interface.json used request id req-949b57f2-84df-45ff-b248-7b236ee824c0 2018-08-20 16:31:32,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.70833110809s 2018-08-20 16:31:32,805 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/99d6c10a-bea9-4d5f-a275-868795fe5aa8/add_router_interface.json used request id req-949b57f2-84df-45ff-b248-7b236ee824c0 returning object 99d6c10a-bea9-4d5f-a275-868795fe5aa8 2018-08-20 16:31:32,805 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 16:31:32,933 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 16:31:32,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:31:32,941 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 16:31:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 16:31:32,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:31:32,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:33,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e8a29f35-6b8c-415a-b42c-02b1219cc12d Date: Mon, 20 Aug 2018 16:31:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:31:33,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e8a29f35-6b8c-415a-b42c-02b1219cc12d 2018-08-20 16:31:33,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.304889917374s 2018-08-20 16:31:33,251 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e8a29f35-6b8c-415a-b42c-02b1219cc12d 2018-08-20 16:31:33,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:31:33,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}' 2018-08-20 16:31:34,111 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-47c76da6-e39d-4c3a-ad06-077775e5ea3a Date: Mon, 20 Aug 2018 16:31:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:31:33Z", "file": "/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "1f538740-1f68-47fa-b13e-4efeb990801a", "size": null, "self": "/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "checksum": null, "created_at": "2018-08-20T16:31:33Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:31:34,111 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-47c76da6-e39d-4c3a-ad06-077775e5ea3a 2018-08-20 16:31:34,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.851198911667s 2018-08-20 16:31:34,111 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-47c76da6-e39d-4c3a-ad06-077775e5ea3a returning object 1f538740-1f68-47fa-b13e-4efeb990801a 2018-08-20 16:31:34,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:31:34,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a/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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '' 2018-08-20 16:31:35,525 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6d474be2-96d3-48cd-aca8-7be46d97d929 Date: Mon, 20 Aug 2018 16:31:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:31:35,525 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a/file used request id req-6d474be2-96d3-48cd-aca8-7be46d97d929 2018-08-20 16:31:35,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.41330599785s 2018-08-20 16:31:35,526 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a/file used request id req-6d474be2-96d3-48cd-aca8-7be46d97d929 2018-08-20 16:31:35,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:31:35,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:36,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7ae5c86f-68d0-4036-8340-ad9a691dcad8 Date: Mon, 20 Aug 2018 16:31:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:31:35Z", "file": "/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "1f538740-1f68-47fa-b13e-4efeb990801a", "size": 12716032, "self": "/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1f538740-1f68-47fa-b13e-4efeb990801a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1f538740-1f68-47fa-b13e-4efeb990801a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:31:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:31:36,328 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7ae5c86f-68d0-4036-8340-ad9a691dcad8 2018-08-20 16:31:36,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.798313140869s 2018-08-20 16:31:36,328 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7ae5c86f-68d0-4036-8340-ad9a691dcad8 2018-08-20 16:31:36,330 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1f538740-1f68-47fa-b13e-4efeb990801a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'1f538740-1f68-47fa-b13e-4efeb990801a', 'size': 12716032, u'self': u'/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1f538740-1f68-47fa-b13e-4efeb990801a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:31:35Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T16:31:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54', 'created': u'2018-08-20T16:31:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:31:33Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:31:36,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:31:36,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:31:37,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-69f69764-5c1e-4186-8440-34c2073b2427 x-compute-request-id: req-69f69764-5c1e-4186-8440-34c2073b2427 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "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": "7b38707f-e480-469d-b5c0-6863e2fde50b"}} 2018-08-20 16:31:37,189 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-69f69764-5c1e-4186-8440-34c2073b2427 2018-08-20 16:31:37,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.858062982559s 2018-08-20 16:31:37,190 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-69f69764-5c1e-4186-8440-34c2073b2427 2018-08-20 16:31:37,191 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_82b4d4f1-9ca1-4712-b4dc-7db883c17e54', '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'0639ea8675f44f1bab72e1097507f733', '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'7b38707f-e480-469d-b5c0-6863e2fde50b', 'swap': 0}) 2018-08-20 16:31:37,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:31:37,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b/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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"extra_specs": {}}' 2018-08-20 16:31:37,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-6cdb7d28-fedf-43ca-8f50-a43b21e968d1 x-compute-request-id: req-6cdb7d28-fedf-43ca-8f50-a43b21e968d1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:31:37,355 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b/os-extra_specs used request id req-6cdb7d28-fedf-43ca-8f50-a43b21e968d1 2018-08-20 16:31:37,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.163079977036s 2018-08-20 16:31:37,355 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b/os-extra_specs used request id req-6cdb7d28-fedf-43ca-8f50-a43b21e968d1 2018-08-20 16:31:37,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 16:31:37,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"keypair": {"name": "singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}}' 2018-08-20 16:31:37,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-4cb37278-6bb9-4e34-b7dc-42394674adc0 x-compute-request-id: req-4cb37278-6bb9-4e34-b7dc-42394674adc0 Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAmCGdT7eqclWHSCG0zZgQSIR24kUU2qXkq4xQwLtYOgmN4llyk4vHqb7ypHeBaM6gWaHPGFWorUknbICB8etAVjoOkpum1tz68rKoU4efJtt3GSgcNYn8QFOg9oJff4KEHqi9UDIzXpLV8uljfrCgApKNhpB4uppluBXnKaIz3AnRtvoezHpC6btJxbngXiGtiBTd1Y0QHE3BD5UYeZ5YzZ9rMiNH4VZMcDvoenCtK7EMcJM9l8xhMZOT6vHFIlEDeVPogIvlcIzivtTCnzkeBuDKn09lgdt1aRjvOU0GrrMnXw1MCSSxq3uZLRcthxZWl1sSwRA5oZl6HHCdY8at Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwJghnU+3qnJVh0ghtM2YEEiEduJFFNql5KuMUMC7WDoJjeJZ\ncpOLx6m+8qR3gWjOoFmhzxhVqK1JJ2yAgfHrQFY6DpKbptbc+vKyqFOHnybbdxko\nHDWJ/EBToPaCX3+ChB6ovVAyM16S1fLpY36woAKSjYaQeLqaZbgV5ymiM9wJ0bb6\nHsx6Qum7ScW54F4hrYgU3dWNEBxNwQ+VGHmeWM2fazIjR+FWTHA76HpwrSuxDHCT\nPZfMYTGTk+rxxSJRA3lT6ICL5XCM4r7Uwp85Hgbgyp9PZYHbdWkY7zlNBq6zJ18N\nTAkksat7mS0XLYcWVpdbEsEQOaGZehxwnWPGrQIDAQABAoIBAQCOHnUHqbDFpVM5\n3d+JlQE2WtztAXGqvuIWCQUk/eQBaeps+e+5nelS8A7I7NaG9zkqmJnPwYxMSXsn\nDWkS+tr3gemboVIc3ob446k0j1cP+VOP4k936YYmT62mpOF16Rj9t8Ya1RgGUi6W\nlIbm9bEOkndk2jy36jNPBnWbPFzGWLrnTnCQs5IHFwVgx2tuCmsfqcSGGacVJ21g\nSw1N77jJUtvdJ9FeuNJKliWuKD4JCm0ORKmMGHoX9A5h35uSaTp0iabMyShj3Aug\nIfF7I8g0ItJ2OZsYqPINZtlpMtzfcPqbFK7thURKWWq4lS+jAhj5xCxglHPPBp/a\npJ4PE6khAoGBAPSAwbGLE7lZ/BFVMA+qLPZY3j8T2Yd6cBAJ4J6lKPM4vL3lwaMr\niIHqrZ+/V3rl1NbRxgaYhrZoGeWgYXSk+alucjUL9/VpvZk+4VPzq7QgUFIUW4Tw\na6reUFQL6Vi+wPMkIOB9JOAc1cIYb8Co2wJcDSy3FTs3jlR35bPasyoJAoGBAMmm\ng/iXV3yNFz9QLJkUVIjO/02moiW+a23/zuyprJTSywFmFRK/vxRHHvGIcmNqpbLu\ngoKasPnEULclg2TBD866ndX+auf3XoiKZoBlIz0gbC+EsMxznWdcRpHTjVOx8V7d\nmroXV9OTyyiLi07HMSWMcGPp+PpQdvlDIY3jU3CFAoGARmc43t20LT/69Ca6cxhG\nYB0Qycr2bStVT1j4w9W85+QjfO7GhiyH3xjrK7+V+f5p/f1jbwzGZYmuQ0+eIE9M\n0HvMCPhMSu9Kt/DCQ0E75N8VIb1Y6PutlQL00G6pn3M17g0uJlYCo0HKT1xn+Wrl\nvVUyOfjx9R43Lp1jmBlWU7kCgYBxgbOjiL0MNPczAlQ4TsNOxwXalcOL72XVYzr8\n6H1mwEjZHrcZ+Kj8JxR57M5Gu89Nqwf3sE+SKDku/oS5gBr/yPfzbuSKcinaPd14\nxHVTgR6kmNJUI3gkqEJo72YMCIvPVHo16dHcHMMsrW/bBjDZ6/WPqDIn5Iczw9/t\nWFqtaQKBgQDErDMBze+TYqIOjNs6eoEtTNFncznndgcfTvarHypzTh7uXu0POhEm\nUyr+peWHGbQNm/pN2kkgD9XqJz/wpmjAepvlsabLK9Cz5hR9xcjN+csDp3+RcIcu\nPqdh0aVTQmC9qMbT+aWANAa5KXHM8p9Io/cKYoBJQMBo3AH8Dazvmw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "04600668867b4d2daf44c8ddb6f03457", "name": "singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "fingerprint": "19:36:b7:8c:63:cb:60:08:19:e0:2d:59:0c:0d:ac:bc"}} 2018-08-20 16:31:37,636 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-4cb37278-6bb9-4e34-b7dc-42394674adc0 2018-08-20 16:31:37,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.280291080475s 2018-08-20 16:31:37,636 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-4cb37278-6bb9-4e34-b7dc-42394674adc0 2018-08-20 16:31:37,637 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAmCGdT7eqclWHSCG0zZgQSIR24kUU2qXkq4xQwLtYOgmN4llyk4vHqb7ypHeBaM6gWaHPGFWorUknbICB8etAVjoOkpum1tz68rKoU4efJtt3GSgcNYn8QFOg9oJff4KEHqi9UDIzXpLV8uljfrCgApKNhpB4uppluBXnKaIz3AnRtvoezHpC6btJxbngXiGtiBTd1Y0QHE3BD5UYeZ5YzZ9rMiNH4VZMcDvoenCtK7EMcJM9l8xhMZOT6vHFIlEDeVPogIvlcIzivtTCnzkeBuDKn09lgdt1aRjvOU0GrrMnXw1MCSSxq3uZLRcthxZWl1sSwRA5oZl6HHCdY8at Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwJghnU+3qnJVh0ghtM2YEEiEduJFFNql5KuMUMC7WDoJjeJZ\ncpOLx6m+8qR3gWjOoFmhzxhVqK1JJ2yAgfHrQFY6DpKbptbc+vKyqFOHnybbdxko\nHDWJ/EBToPaCX3+ChB6ovVAyM16S1fLpY36woAKSjYaQeLqaZbgV5ymiM9wJ0bb6\nHsx6Qum7ScW54F4hrYgU3dWNEBxNwQ+VGHmeWM2fazIjR+FWTHA76HpwrSuxDHCT\nPZfMYTGTk+rxxSJRA3lT6ICL5XCM4r7Uwp85Hgbgyp9PZYHbdWkY7zlNBq6zJ18N\nTAkksat7mS0XLYcWVpdbEsEQOaGZehxwnWPGrQIDAQABAoIBAQCOHnUHqbDFpVM5\n3d+JlQE2WtztAXGqvuIWCQUk/eQBaeps+e+5nelS8A7I7NaG9zkqmJnPwYxMSXsn\nDWkS+tr3gemboVIc3ob446k0j1cP+VOP4k936YYmT62mpOF16Rj9t8Ya1RgGUi6W\nlIbm9bEOkndk2jy36jNPBnWbPFzGWLrnTnCQs5IHFwVgx2tuCmsfqcSGGacVJ21g\nSw1N77jJUtvdJ9FeuNJKliWuKD4JCm0ORKmMGHoX9A5h35uSaTp0iabMyShj3Aug\nIfF7I8g0ItJ2OZsYqPINZtlpMtzfcPqbFK7thURKWWq4lS+jAhj5xCxglHPPBp/a\npJ4PE6khAoGBAPSAwbGLE7lZ/BFVMA+qLPZY3j8T2Yd6cBAJ4J6lKPM4vL3lwaMr\niIHqrZ+/V3rl1NbRxgaYhrZoGeWgYXSk+alucjUL9/VpvZk+4VPzq7QgUFIUW4Tw\na6reUFQL6Vi+wPMkIOB9JOAc1cIYb8Co2wJcDSy3FTs3jlR35bPasyoJAoGBAMmm\ng/iXV3yNFz9QLJkUVIjO/02moiW+a23/zuyprJTSywFmFRK/vxRHHvGIcmNqpbLu\ngoKasPnEULclg2TBD866ndX+auf3XoiKZoBlIz0gbC+EsMxznWdcRpHTjVOx8V7d\nmroXV9OTyyiLi07HMSWMcGPp+PpQdvlDIY3jU3CFAoGARmc43t20LT/69Ca6cxhG\nYB0Qycr2bStVT1j4w9W85+QjfO7GhiyH3xjrK7+V+f5p/f1jbwzGZYmuQ0+eIE9M\n0HvMCPhMSu9Kt/DCQ0E75N8VIb1Y6PutlQL00G6pn3M17g0uJlYCo0HKT1xn+Wrl\nvVUyOfjx9R43Lp1jmBlWU7kCgYBxgbOjiL0MNPczAlQ4TsNOxwXalcOL72XVYzr8\n6H1mwEjZHrcZ+Kj8JxR57M5Gu89Nqwf3sE+SKDku/oS5gBr/yPfzbuSKcinaPd14\nxHVTgR6kmNJUI3gkqEJo72YMCIvPVHo16dHcHMMsrW/bBjDZ6/WPqDIn5Iczw9/t\nWFqtaQKBgQDErDMBze+TYqIOjNs6eoEtTNFncznndgcfTvarHypzTh7uXu0POhEm\nUyr+peWHGbQNm/pN2kkgD9XqJz/wpmjAepvlsabLK9Cz5hR9xcjN+csDp3+RcIcu\nPqdh0aVTQmC9qMbT+aWANAa5KXHM8p9Io/cKYoBJQMBo3AH8Dazvmw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'04600668867b4d2daf44c8ddb6f03457', 'name': u'singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54', 'created_at': '2018-08-20T16:31:37.637509', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'19:36:b7:8c:63:cb:60:08:19:e0:2d:59:0c:0d:ac:bc', 'type': 'ssh', 'id': u'singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54'}) 2018-08-20 16:31:37,638 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAwJghnU+3qnJVh0ghtM2YEEiEduJFFNql5KuMUMC7WDoJjeJZ cpOLx6m+8qR3gWjOoFmhzxhVqK1JJ2yAgfHrQFY6DpKbptbc+vKyqFOHnybbdxko HDWJ/EBToPaCX3+ChB6ovVAyM16S1fLpY36woAKSjYaQeLqaZbgV5ymiM9wJ0bb6 Hsx6Qum7ScW54F4hrYgU3dWNEBxNwQ+VGHmeWM2fazIjR+FWTHA76HpwrSuxDHCT PZfMYTGTk+rxxSJRA3lT6ICL5XCM4r7Uwp85Hgbgyp9PZYHbdWkY7zlNBq6zJ18N TAkksat7mS0XLYcWVpdbEsEQOaGZehxwnWPGrQIDAQABAoIBAQCOHnUHqbDFpVM5 3d+JlQE2WtztAXGqvuIWCQUk/eQBaeps+e+5nelS8A7I7NaG9zkqmJnPwYxMSXsn DWkS+tr3gemboVIc3ob446k0j1cP+VOP4k936YYmT62mpOF16Rj9t8Ya1RgGUi6W lIbm9bEOkndk2jy36jNPBnWbPFzGWLrnTnCQs5IHFwVgx2tuCmsfqcSGGacVJ21g Sw1N77jJUtvdJ9FeuNJKliWuKD4JCm0ORKmMGHoX9A5h35uSaTp0iabMyShj3Aug IfF7I8g0ItJ2OZsYqPINZtlpMtzfcPqbFK7thURKWWq4lS+jAhj5xCxglHPPBp/a pJ4PE6khAoGBAPSAwbGLE7lZ/BFVMA+qLPZY3j8T2Yd6cBAJ4J6lKPM4vL3lwaMr iIHqrZ+/V3rl1NbRxgaYhrZoGeWgYXSk+alucjUL9/VpvZk+4VPzq7QgUFIUW4Tw a6reUFQL6Vi+wPMkIOB9JOAc1cIYb8Co2wJcDSy3FTs3jlR35bPasyoJAoGBAMmm g/iXV3yNFz9QLJkUVIjO/02moiW+a23/zuyprJTSywFmFRK/vxRHHvGIcmNqpbLu goKasPnEULclg2TBD866ndX+auf3XoiKZoBlIz0gbC+EsMxznWdcRpHTjVOx8V7d mroXV9OTyyiLi07HMSWMcGPp+PpQdvlDIY3jU3CFAoGARmc43t20LT/69Ca6cxhG YB0Qycr2bStVT1j4w9W85+QjfO7GhiyH3xjrK7+V+f5p/f1jbwzGZYmuQ0+eIE9M 0HvMCPhMSu9Kt/DCQ0E75N8VIb1Y6PutlQL00G6pn3M17g0uJlYCo0HKT1xn+Wrl vVUyOfjx9R43Lp1jmBlWU7kCgYBxgbOjiL0MNPczAlQ4TsNOxwXalcOL72XVYzr8 6H1mwEjZHrcZ+Kj8JxR57M5Gu89Nqwf3sE+SKDku/oS5gBr/yPfzbuSKcinaPd14 xHVTgR6kmNJUI3gkqEJo72YMCIvPVHo16dHcHMMsrW/bBjDZ6/WPqDIn5Iczw9/t WFqtaQKBgQDErDMBze+TYqIOjNs6eoEtTNFncznndgcfTvarHypzTh7uXu0POhEm Uyr+peWHGbQNm/pN2kkgD9XqJz/wpmjAepvlsabLK9Cz5hR9xcjN+csDp3+RcIcu Pqdh0aVTQmC9qMbT+aWANAa5KXHM8p9Io/cKYoBJQMBo3AH8Dazvmw== -----END RSA PRIVATE KEY----- 2018-08-20 16:31:37,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 16:31:37,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"security_group": {"name": "singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-20 16:31:37,831 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-329793d5-b925-4fb7-8ebe-4ee765a1a6f2 Date: Mon, 20 Aug 2018 16:31:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:31:37Z", "updated_at": "2018-08-20T16:31:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:37Z", "revision_number": 0, "id": "5990d3fa-a7ff-478a-a219-abbd98c685a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:37Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:38Z", "revision_number": 0, "id": "db013847-96e7-4802-a8c1-912100c6039c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:38Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "name": "singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}} 2018-08-20 16:31:37,831 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-329793d5-b925-4fb7-8ebe-4ee765a1a6f2 2018-08-20 16:31:37,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.190478086472s 2018-08-20 16:31:37,831 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-329793d5-b925-4fb7-8ebe-4ee765a1a6f2 2018-08-20 16:31:37,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:31:37,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:38,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-3356e71f-fc48-4f20-9a15-c9946ca38532 Date: Mon, 20 Aug 2018 16:31:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:31:37Z", "updated_at": "2018-08-20T16:31:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:37Z", "revision_number": 0, "id": "5990d3fa-a7ff-478a-a219-abbd98c685a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:37Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:38Z", "revision_number": 0, "id": "db013847-96e7-4802-a8c1-912100c6039c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:38Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "name": "singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}]} 2018-08-20 16:31:38,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-3356e71f-fc48-4f20-9a15-c9946ca38532 2018-08-20 16:31:38,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.32321190834s 2018-08-20 16:31:38,160 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-3356e71f-fc48-4f20-9a15-c9946ca38532 2018-08-20 16:31:38,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 16:31:38,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -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": "de6f8178-a881-4173-86e8-d7e5d8afbb16"}}' 2018-08-20 16:31:38,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0d74aca5-b2f5-418e-b039-fd291ff6aead Date: Mon, 20 Aug 2018 16:31:38 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T16:31:38Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "port_range_min": 22, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:31:38Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "e9b21eda-9a35-46cb-b2d5-09f148e8bfd3"}} 2018-08-20 16:31:38,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-0d74aca5-b2f5-418e-b039-fd291ff6aead 2018-08-20 16:31:38,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.157742023468s 2018-08-20 16:31:38,323 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-0d74aca5-b2f5-418e-b039-fd291ff6aead 2018-08-20 16:31:38,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:31:38,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:38,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-6af45208-2a73-4770-a9f0-1eacf876a59e Date: Mon, 20 Aug 2018 16:31:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:31:37Z", "updated_at": "2018-08-20T16:31:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:37Z", "revision_number": 0, "id": "5990d3fa-a7ff-478a-a219-abbd98c685a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:37Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:38Z", "revision_number": 0, "id": "db013847-96e7-4802-a8c1-912100c6039c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:38Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T16:31:38Z", "revision_number": 0, "id": "e9b21eda-9a35-46cb-b2d5-09f148e8bfd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:38Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 2, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "name": "singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}]} 2018-08-20 16:31:38,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6af45208-2a73-4770-a9f0-1eacf876a59e 2018-08-20 16:31:38,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.341773986816s 2018-08-20 16:31:38,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6af45208-2a73-4770-a9f0-1eacf876a59e 2018-08-20 16:31:38,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 16:31:38,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -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": "de6f8178-a881-4173-86e8-d7e5d8afbb16"}}' 2018-08-20 16:31:39,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a80ba7ba-0e62-4674-9965-ef19da1fe5ad Date: Mon, 20 Aug 2018 16:31:39 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:31:39Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:31:39Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "6e330e16-18a3-473e-936e-f07cf8643587"}} 2018-08-20 16:31:39,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-a80ba7ba-0e62-4674-9965-ef19da1fe5ad 2018-08-20 16:31:39,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.445333003998s 2018-08-20 16:31:39,118 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-a80ba7ba-0e62-4674-9965-ef19da1fe5ad 2018-08-20 16:31:39,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:31:39,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:39,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-4911b8ab-37a4-4eb6-9471-1859d43af9ef Date: Mon, 20 Aug 2018 16:31:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4ac1a604-e51a-4a2b-a86e-388d38e0740e"],"description":"","tags":[],"updated_at":"2018-08-20T16:31:27Z","provider:segmentation_id":34,"name":"singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:26Z","provider:network_type":"vxlan"}]} 2018-08-20 16:31:39,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4911b8ab-37a4-4eb6-9471-1859d43af9ef 2018-08-20 16:31:39,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344203948975s 2018-08-20 16:31:39,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4911b8ab-37a4-4eb6-9471-1859d43af9ef 2018-08-20 16:31:39,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:31:39,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:40,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-48316c53-2e54-4d63-9302-7224c1edd8eb Date: Mon, 20 Aug 2018 16:31:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:31:35Z", "file": "/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "1f538740-1f68-47fa-b13e-4efeb990801a", "size": 12716032, "self": "/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1f538740-1f68-47fa-b13e-4efeb990801a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1f538740-1f68-47fa-b13e-4efeb990801a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:31:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:31:40,249 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-48316c53-2e54-4d63-9302-7224c1edd8eb 2018-08-20 16:31:40,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.780071973801s 2018-08-20 16:31:40,249 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-48316c53-2e54-4d63-9302-7224c1edd8eb 2018-08-20 16:31:40,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:31:40,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:40,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-1ef121ec-ee84-4d95-9eb3-444346d8a081 x-compute-request-id: req-1ef121ec-ee84-4d95-9eb3-444346d8a081 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "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": "7b38707f-e480-469d-b5c0-6863e2fde50b"}]} 2018-08-20 16:31:40,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1ef121ec-ee84-4d95-9eb3-444346d8a081 2018-08-20 16:31:40,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0342650413513s 2018-08-20 16:31:40,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1ef121ec-ee84-4d95-9eb3-444346d8a081 2018-08-20 16:31:40,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 16:31:40,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"server": {"name": "singlevm1-vm_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "imageRef": "1f538740-1f68-47fa-b13e-4efeb990801a", "key_name": "singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "flavorRef": "7b38707f-e480-469d-b5c0-6863e2fde50b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d71f914f-104c-4b98-8fd4-ebf2e653eb3e"}], "security_groups": [{"name": "de6f8178-a881-4173-86e8-d7e5d8afbb16"}]}}' 2018-08-20 16:31:45,343 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:31: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-f3fdfafa-e9aa-4c92-880b-7143bab2eab5 x-compute-request-id: req-f3fdfafa-e9aa-4c92-880b-7143bab2eab5 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "de6f8178-a881-4173-86e8-d7e5d8afbb16"}], "OS-DCF:diskConfig": "MANUAL", "id": "ec921b9f-0f47-4edb-acb9-a77b9d63d532", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "bookmark"}], "adminPass": "2QpdYNWMD3Qi"}} 2018-08-20 16:31:45,344 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f3fdfafa-e9aa-4c92-880b-7143bab2eab5 2018-08-20 16:31:45,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.05645298958s 2018-08-20 16:31:45,344 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f3fdfafa-e9aa-4c92-880b-7143bab2eab5 2018-08-20 16:31:45,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:31:45,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:46,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-6c81a47e-8c16-4388-bf9f-fca2975b68e6 x-compute-request-id: req-6c81a47e-8c16-4388-bf9f-fca2975b68e6 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.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "bookmark"}], "image": {"id": "1f538740-1f68-47fa-b13e-4efeb990801a", "links": [{"href": "http://172.30.9.23:8774/images/1f538740-1f68-47fa-b13e-4efeb990801a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b38707f-e480-469d-b5c0-6863e2fde50b", "links": [{"href": "http://172.30.9.23:8774/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "rel": "bookmark"}]}, "id": "ec921b9f-0f47-4edb-acb9-a77b9d63d532", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:31:45Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "created": "2018-08-20T16:31:45Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:31:46,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6c81a47e-8c16-4388-bf9f-fca2975b68e6 2018-08-20 16:31:46,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699254989624s 2018-08-20 16:31:46,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6c81a47e-8c16-4388-bf9f-fca2975b68e6 2018-08-20 16:31:46,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:31:46,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:46,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-98b19c16-ef9c-4d5e-a4d4-0d6526df4f3e Date: Mon, 20 Aug 2018 16:31:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4ac1a604-e51a-4a2b-a86e-388d38e0740e"],"description":"","tags":[],"updated_at":"2018-08-20T16:31:27Z","provider:segmentation_id":34,"name":"singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:26Z","provider:network_type":"vxlan"}]} 2018-08-20 16:31:46,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-98b19c16-ef9c-4d5e-a4d4-0d6526df4f3e 2018-08-20 16:31:46,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.082729101181s 2018-08-20 16:31:46,134 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-98b19c16-ef9c-4d5e-a4d4-0d6526df4f3e 2018-08-20 16:31:46,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:31:46,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:47,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-742ad856-f97c-4043-a59d-7a1af5fc953f Date: Mon, 20 Aug 2018 16:31:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:31:27Z","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":"0639ea8675f44f1bab72e1097507f733","id":"4ac1a604-e51a-4a2b-a86e-388d38e0740e","subnetpool_id":null,"name":"singlevm1-subnet_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 16:31:47,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-742ad856-f97c-4043-a59d-7a1af5fc953f 2018-08-20 16:31:47,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.0712249279s 2018-08-20 16:31:47,207 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-742ad856-f97c-4043-a59d-7a1af5fc953f 2018-08-20 16:31:47,208 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:31:49,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:31:49,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:51,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-94f89647-7784-4723-9e38-103c9ee6ac49 x-compute-request-id: req-94f89647-7784-4723-9e38-103c9ee6ac49 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "bookmark"}], "image": {"id": "1f538740-1f68-47fa-b13e-4efeb990801a", "links": [{"href": "http://172.30.9.23:8774/images/1f538740-1f68-47fa-b13e-4efeb990801a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b38707f-e480-469d-b5c0-6863e2fde50b", "links": [{"href": "http://172.30.9.23:8774/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "rel": "bookmark"}]}, "id": "ec921b9f-0f47-4edb-acb9-a77b9d63d532", "security_groups": [{"name": "singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:31:48Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "created": "2018-08-20T16:31:45Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:31:51,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-94f89647-7784-4723-9e38-103c9ee6ac49 2018-08-20 16:31:51,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.83008790016s 2018-08-20 16:31:51,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-94f89647-7784-4723-9e38-103c9ee6ac49 2018-08-20 16:31:51,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:31:53,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:31:53,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:54,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-bbea8112-48dd-416c-be59-af4f97d95459 x-compute-request-id: req-bbea8112-48dd-416c-be59-af4f97d95459 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.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "bookmark"}], "image": {"id": "1f538740-1f68-47fa-b13e-4efeb990801a", "links": [{"href": "http://172.30.9.23:8774/images/1f538740-1f68-47fa-b13e-4efeb990801a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b38707f-e480-469d-b5c0-6863e2fde50b", "links": [{"href": "http://172.30.9.23:8774/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "rel": "bookmark"}]}, "id": "ec921b9f-0f47-4edb-acb9-a77b9d63d532", "security_groups": [{"name": "singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:31:50Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "created": "2018-08-20T16:31:45Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:31:54,394 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bbea8112-48dd-416c-be59-af4f97d95459 2018-08-20 16:31:54,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.34652996063s 2018-08-20 16:31:54,395 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bbea8112-48dd-416c-be59-af4f97d95459 2018-08-20 16:31:54,399 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:31:56,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:31:56,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:31:57,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbb8b5ad-e5f9-4d6e-9f64-ef72db79bf97 x-compute-request-id: req-cbb8b5ad-e5f9-4d6e-9f64-ef72db79bf97 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:9e:0c", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "bookmark"}], "image": {"id": "1f538740-1f68-47fa-b13e-4efeb990801a", "links": [{"href": "http://172.30.9.23:8774/images/1f538740-1f68-47fa-b13e-4efeb990801a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7b38707f-e480-469d-b5c0-6863e2fde50b", "links": [{"href": "http://172.30.9.23:8774/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "rel": "bookmark"}]}, "id": "ec921b9f-0f47-4edb-acb9-a77b9d63d532", "security_groups": [{"name": "singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:31:50Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "created": "2018-08-20T16:31:45Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:31:57,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cbb8b5ad-e5f9-4d6e-9f64-ef72db79bf97 2018-08-20 16:31:57,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33488988876s 2018-08-20 16:31:57,737 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cbb8b5ad-e5f9-4d6e-9f64-ef72db79bf97 2018-08-20 16:31:57,741 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:31:59,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:31:59,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:01,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:31: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-38feb0e2-b3f4-4bc0-8c77-d3c7a6160427 x-compute-request-id: req-38feb0e2-b3f4-4bc0-8c77-d3c7a6160427 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:9e:0c", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "bookmark"}], "image": {"id": "1f538740-1f68-47fa-b13e-4efeb990801a", "links": [{"href": "http://172.30.9.23:8774/images/1f538740-1f68-47fa-b13e-4efeb990801a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-20T16:31:58.000000", "flavor": {"id": "7b38707f-e480-469d-b5c0-6863e2fde50b", "links": [{"href": "http://172.30.9.23:8774/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "rel": "bookmark"}]}, "id": "ec921b9f-0f47-4edb-acb9-a77b9d63d532", "security_groups": [{"name": "singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:31:58Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "created": "2018-08-20T16:31:45Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:32:01,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-38feb0e2-b3f4-4bc0-8c77-d3c7a6160427 2018-08-20 16:32:01,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31550908089s 2018-08-20 16:32:01,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-38feb0e2-b3f4-4bc0-8c77-d3c7a6160427 2018-08-20 16:32:01,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:32:01,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=ec921b9f-0f47-4edb-acb9-a77b9d63d532" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:01,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-f18c4c63-f6b8-49b5-a954-324041f8c5ba Date: Mon, 20 Aug 2018 16:32:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T16:31:57Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4ac1a604-e51a-4a2b-a86e-388d38e0740e","ip_address":"192.168.120.14"}],"id":"98b343e3-1b84-4a14-868b-70462b1f521c","security_groups":["de6f8178-a881-4173-86e8-d7e5d8afbb16"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:42:9e:0c","project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ec921b9f-0f47-4edb-acb9-a77b9d63d532","name":"","admin_state_up":true,"network_id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:49Z","binding:vnic_type":"normal"}]} 2018-08-20 16:32:01,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=ec921b9f-0f47-4edb-acb9-a77b9d63d532 used request id req-f18c4c63-f6b8-49b5-a954-324041f8c5ba 2018-08-20 16:32:01,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.30491900444s 2018-08-20 16:32:01,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=ec921b9f-0f47-4edb-acb9-a77b9d63d532 used request id req-f18c4c63-f6b8-49b5-a954-324041f8c5ba 2018-08-20 16:32:01,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:32:01,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=98b343e3-1b84-4a14-868b-70462b1f521c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:01,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9ad3ad7e-662f-4f08-8d24-129f8285e62d Date: Mon, 20 Aug 2018 16:32:01 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:32:01,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=98b343e3-1b84-4a14-868b-70462b1f521c used request id req-9ad3ad7e-662f-4f08-8d24-129f8285e62d 2018-08-20 16:32:01,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0487849712372s 2018-08-20 16:32:01,422 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=98b343e3-1b84-4a14-868b-70462b1f521c used request id req-9ad3ad7e-662f-4f08-8d24-129f8285e62d 2018-08-20 16:32:01,422 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:42:9e:0c', 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'1f538740-1f68-47fa-b13e-4efeb990801a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-20T16:31:58.000000', 'flavor': Munch({u'id': u'7b38707f-e480-469d-b5c0-6863e2fde50b'}), 'az': u'nova', 'id': u'ec921b9f-0f47-4edb-acb9-a77b9d63d532', 'security_groups': [Munch({u'name': u'singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'04600668867b4d2daf44c8ddb6f03457', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-20T16:31:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T16:31:58Z', 'hostId': u'd68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'd68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99', '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-08-20T16:31:58.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'0639ea8675f44f1bab72e1097507f733', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_82b4d4f1-9ca1-4712-b4dc-7db883c17e54', 'adminPass': u'2QpdYNWMD3Qi', 'tenant_id': u'0639ea8675f44f1bab72e1097507f733', 'created_at': u'2018-08-20T16:31:45Z', 'created': u'2018-08-20T16:31:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 16:32:01,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:32:01,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:01,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-456ead47-b3d9-4153-99b1-a5017d5b6af1 Date: Mon, 20 Aug 2018 16:32:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4ac1a604-e51a-4a2b-a86e-388d38e0740e"],"description":"","tags":[],"updated_at":"2018-08-20T16:31:27Z","provider:segmentation_id":34,"name":"singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:26Z","provider:network_type":"vxlan"}]} 2018-08-20 16:32:01,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-456ead47-b3d9-4153-99b1-a5017d5b6af1 2018-08-20 16:32:01,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269670009613s 2018-08-20 16:32:01,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-456ead47-b3d9-4153-99b1-a5017d5b6af1 2018-08-20 16:32:01,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:32:01,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=ec921b9f-0f47-4edb-acb9-a77b9d63d532" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:02,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-e74eef94-4ae3-4304-92a9-e320cdb58587 Date: Mon, 20 Aug 2018 16:32:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T16:31:57Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4ac1a604-e51a-4a2b-a86e-388d38e0740e","ip_address":"192.168.120.14"}],"id":"98b343e3-1b84-4a14-868b-70462b1f521c","security_groups":["de6f8178-a881-4173-86e8-d7e5d8afbb16"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:42:9e:0c","project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ec921b9f-0f47-4edb-acb9-a77b9d63d532","name":"","admin_state_up":true,"network_id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:49Z","binding:vnic_type":"normal"}]} 2018-08-20 16:32:02,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=ec921b9f-0f47-4edb-acb9-a77b9d63d532 used request id req-e74eef94-4ae3-4304-92a9-e320cdb58587 2018-08-20 16:32:02,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.31220293045s 2018-08-20 16:32:02,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=ec921b9f-0f47-4edb-acb9-a77b9d63d532 used request id req-e74eef94-4ae3-4304-92a9-e320cdb58587 2018-08-20 16:32:02,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 16:32:02,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.14", "port_id": "98b343e3-1b84-4a14-868b-70462b1f521c"}}' 2018-08-20 16:32:05,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-17b53fa7-395e-4c5b-a685-5d4774de2ece Date: Mon, 20 Aug 2018 16:32:05 GMT RESP BODY: {"floatingip": {"router_id": "99d6c10a-bea9-4d5f-a275-868795fe5aa8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:32:04Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "98b343e3-1b84-4a14-868b-70462b1f521c", "id": "03587a3f-c4d8-493f-bf6c-84b05df471ca", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:32:04Z", "project_id": "0639ea8675f44f1bab72e1097507f733"}} 2018-08-20 16:32:05,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-17b53fa7-395e-4c5b-a685-5d4774de2ece 2018-08-20 16:32:05,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.98868107796s 2018-08-20 16:32:05,000 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-17b53fa7-395e-4c5b-a685-5d4774de2ece 2018-08-20 16:32:05,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:32:05,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:05,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-dab89b19-9e0f-452d-b2ad-69189d79b5ad Date: Mon, 20 Aug 2018 16:32:05 GMT RESP BODY: {"floatingips": [{"router_id": "99d6c10a-bea9-4d5f-a275-868795fe5aa8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:32:04Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "98b343e3-1b84-4a14-868b-70462b1f521c", "id": "03587a3f-c4d8-493f-bf6c-84b05df471ca", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:32:04Z", "project_id": "0639ea8675f44f1bab72e1097507f733"}]} 2018-08-20 16:32:05,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-dab89b19-9e0f-452d-b2ad-69189d79b5ad 2018-08-20 16:32:05,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.3349609375s 2018-08-20 16:32:05,344 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-dab89b19-9e0f-452d-b2ad-69189d79b5ad 2018-08-20 16:32:05,348 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'99d6c10a-bea9-4d5f-a275-868795fe5aa8', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'0639ea8675f44f1bab72e1097507f733', 'created_at': u'2018-08-20T16:32:04Z', 'attached': True, 'updated_at': u'2018-08-20T16:32:04Z', 'id': u'03587a3f-c4d8-493f-bf6c-84b05df471ca', 'floating_network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'99d6c10a-bea9-4d5f-a275-868795fe5aa8', 'project_id': u'0639ea8675f44f1bab72e1097507f733', 'port_id': u'98b343e3-1b84-4a14-868b-70462b1f521c', 'port': u'98b343e3-1b84-4a14-868b-70462b1f521c', 'network': u'51eccb3f-6587-4786-9b87-639d59173f56'}) 2018-08-20 16:32:05,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 16:32:05,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532/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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 16:32:06,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32: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-a0cba1df-b473-4c9d-9464-cc3938c4ec67 x-compute-request-id: req-a0cba1df-b473-4c9d-9464-cc3938c4ec67 Content-Encoding: gzip Content-Length: 9601 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513809252 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.193376] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195738] pid_max: default: 32768 minimum: 301\n[ 0.197039] ACPI: Core revision 20150930\n[ 0.198799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200699] Security Framework initialized\n[ 0.201855] Yama: becoming mindful.\n[ 0.202890] AppArmor: AppArmor initialized\n[ 0.204121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205986] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207774] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209509] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211502] Initializing cgroup subsys io\n[ 0.212711] Initializing cgroup subsys memory\n[ 0.213981] Initializing cgroup subsys devices\n[ 0.215228] Initializing cgroup subsys freezer\n[ 0.216508] Initializing cgroup subsys net_cls\n[ 0.217745] Initializing cgroup subsys perf_event\n[ 0.219040] Initializing cgroup subsys net_prio\n[ 0.220371] Initializing cgroup subsys hugetlb\n[ 0.221616] Initializing cgroup subsys pids\n[ 0.222853] CPU: Physical Processor ID: 0\n[ 0.224738] mce: CPU supports 10 MCE banks\n[ 0.225935] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250246] ftrace: allocating 31920 entries in 125 pages\n[ 0.275400] smpboot: Max logical packages: 1\n[ 0.276660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.278589] x2apic enabled\n[ 0.279741] Switched APIC routing to physical x2apic.\n[ 0.282282] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.286671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289204] KVM setup paravirtual spinlock\n[ 0.290851] x86: Booted up 1 node, 1 CPUs\n[ 0.292029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293964] devtmpfs: initialized\n[ 0.295932] evm: security.selinux\n[ 0.296925] evm: security.SMACK64\n[ 0.297920] evm: security.SMACK64EXEC\n[ 0.299013] evm: security.SMACK64TRANSMUTE\n[ 0.300155] evm: security.SMACK64MMAP\n[ 0.301253] evm: security.ima\n[ 0.302174] evm: security.capability\n[ 0.303280] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305879] pinctrl core: initialized pinctrl subsystem\n[ 0.307400] RTC time: 16:31:58, date: 08/20/18\n[ 0.308725] NET: Registered protocol family 16\n[ 0.310096] cpuidle: using governor ladder\n[ 0.311303] cpuidle: using governor menu\n[ 0.312425] PCCT header not found.\n[ 0.313529] ACPI: bus type PCI registered\n[ 0.314670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316421] PCI: Using configuration type 1 for base access\n[ 0.318600] ACPI: Added _OSI(Module Device)\n[ 0.319798] ACPI: Added _OSI(Processor Device)\n[ 0.321054] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322365] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324587] ACPI: Interpreter enabled\n[ 0.325708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328409] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336358] ACPI: (supports S0 S5)\n[ 0.337363] ACPI: Using IOAPIC for interrupt routing\n[ 0.338696] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345992] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347665] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350734] acpiphp: Slot [3] registered\n[ 0.351896] acpiphp: Slot [4] registered\n[ 0.353023] acpiphp: Slot [5] registered\n[ 0.354152] acpiphp: Slot [6] registered\n[ 0.355294] acpiphp: Slot [7] registered\n[ 0.356461] acpiphp: Slot [8] registered\n[ 0.357588] acpiphp: Slot [9] registered\n[ 0.358705] acpiphp: Slot [10] registered\n[ 0.359848] acpiphp: Slot [11] registered\n[ 0.360990] acpiphp: Slot [12] registered\n[ 0.362182] acpiphp: Slot [13] registered\n[ 0.363391] acpiphp: Slot [14] registered\n[ 0.364539] acpiphp: Slot [15] registered\n[ 0.379473] acpiphp: Slot [16] registered\n[ 0.380622] acpiphp: Slot [17] registered\n[ 0.381793] acpiphp: Slot [18] registered\n[ 0.382959] acpiphp: Slot [19] registered\n[ 0.384133] acpiphp: Slot [20] registered\n[ 0.385279] acpiphp: Slot [21] registered\n[ 0.386454] acpiphp: Slot [22] registered\n[ 0.387637] acpiphp: Slot [23] registered\n[ 0.388822] acpiphp: Slot [24] registered\n[ 0.390000] acpiphp: Slot [25] registered\n[ 0.391184] acpiphp: Slot [26] registered\n[ 0.392358] acpiphp: Slot [27] registered\n[ 0.393534] acpiphp: Slot [28] registered\n[ 0.394717] acpiphp: Slot [29] registered\n[ 0.395887] acpiphp: Slot [30] registered\n[ 0.397060] acpiphp: Slot [31] registered\n[ 0.398233] PCI host bridge to bus 0000:00\n[ 0.399404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401151] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.402899] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405003] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407120] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413443] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.416980] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418802] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425246] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.447267] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.449357] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.451411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.453431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.457477] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.459334] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.463154] vgaarb: loaded\n[ 0.464024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.465754] SCSI subsystem initialized\n[ 0.467067] ACPI: bus type USB registered\n[ 0.468260] usbcore: registered new interface driver usbfs\n[ 0.469722] usbcore: registered new interface driver hub\n[ 0.471153] usbcore: registered new device driver usb\n[ 0.472728] PCI: Using ACPI for IRQ routing\n[ 0.474304] NetLabel: Initializing\n[ 0.475332] NetLabel: domain hash size = 128\n[ 0.476549] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.477921] NetLabel: unlabeled traffic allowed by default\n[ 0.479560] clocksource: Switched to clocksource kvm-clock\n[ 0.489428] AppArmor: AppArmor Filesystem Enabled\n[ 0.490809] pnp: PnP ACPI init\n[ 0.492094] pnp: PnP ACPI: found 5 devices\n[ 0.498986] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.501454] NET: Registered protocol family 2\n[ 0.502955] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.504853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.506598] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.508367] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509906] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511628] NET: Registered protocol family 1\n[ 0.512887] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.514509] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516047] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.547074] Trying to unpack rootfs image as initramfs...\n[ 0.609591] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612378] Scanning for low memory corruption every 60 seconds\n[ 0.614462] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616195] audit: initializing netlink subsys (disabled)\n[ 0.617768] audit: type=2000 audit(1534782719.089:1): initialized\n[ 0.619829] Initialise system trusted keyring\n[ 0.621286] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.622994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625867] zbud: loaded\n[ 0.626918] VFS: Disk quotas dquot_6.6.0\n[ 0.628152] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630466] fuse init (API version 7.23)\n[ 0.631793] Key type big_key registered\n[ 0.632950] Allocating IMA MOK and blacklist keyrings.\n[ 0.634720] Key type asymmetric registered\n[ 0.635944] Asymmetric key parser 'x509' registered\n[ 0.637328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639498] io scheduler noop registered\n[ 0.640688] io scheduler deadline registered (default)\n[ 0.642155] io scheduler cfq registered\n[ 0.643389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.644930] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.646796] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.648906] ACPI: Power Button [PWRF]\n[ 0.650171] GHES: HEST is not enabled!\n[ 0.664269] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692801] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.695731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.719409] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.722544] Linux agpgart interface v0.103\n[ 0.726003] brd: module loaded\n[ 0.728287] loop: module loaded\n[ 0.733322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735492] GPT:90111 != 2097151\n[ 0.736512] GPT:Alternate GPT header not at the end of the disk.\n[ 0.738131] GPT:90111 != 2097151\n[ 0.739134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.740558] vda: vda1 vda15\n[ 0.742263] scsi host0: ata_piix\n[ 0.743371] scsi host1: ata_piix\n[ 0.744410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746198] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748529] libphy: Fixed MDIO Bus: probed\n[ 0.749730] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751126] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.753945] PPP generic driver version 2.4.2\n[ 0.755286] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757041] ehci-pci: EHCI PCI platform driver\n[ 0.758273] ehci-platform: EHCI generic platform driver\n[ 0.759681] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761252] ohci-pci: OHCI PCI platform driver\n[ 0.762533] ohci-platform: OHCI generic platform driver\n[ 0.763924] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778562] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779998] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782091] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783544] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785192] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786967] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788953] usb usb1: Product: UHCI Host Controller\n[ 0.790295] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791863] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793341] hub 1-0:1.0: USB hub found\n[ 0.794439] hub 1-0:1.0: 2 ports detected\n[ 0.795729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798662] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799986] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801396] mousedev: PS/2 mouse device common for all mice\n[ 0.803110] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.807146] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808796] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810460] i2c /dev entries driver\n[ 0.811528] device-mapper: uevent: version 1.0.3\n[ 0.812864] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.815144] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.817009] NET: Registered protocol family 10\n[ 0.818581] NET: Registered protocol family 17\n[ 0.819834] Key type dns_resolver registered\n[ 0.821152] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822659] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825123] registered taskstats version 1\n[ 0.826270] Loading compiled-in X.509 certificates\n[ 0.828111] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830677] zswap: loaded using pool lzo/zbud\n[ 0.832720] Key type trusted registered\n[ 0.834831] Key type encrypted registered\n[ 0.836014] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837461] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838890] evm: HMAC attrs: 0x1\n[ 0.840213] Magic number: 14:689:540\n[ 0.841318] node: hash matches\n[ 0.842342] rtc_cmos 00:00: setting system clock to 2018-08-20 16:31:59 UTC (1534782719)\n[ 0.844607] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.846172] EDD information not available.\n[ 0.905328] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.907451] Write protecting the kernel read-only data: 14336k\n[ 0.910394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912883] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\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.063021] 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.89. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCFY5E0g3S/f+f6LZuJhSsBZERN2J+GK41EBskmZ6ecSnubFqsa24pHn5Da6q6sK53MYX9PEHYjgOXsBIomp8Yl3uNBZWp42pqloZAp0w3YYJB//nn2BGry7Qbmh5FfAQyS+g3YC8Sd/z5pMM2OMtxHgdaB1dLPtRVaj0UyX2Wk/l+1x6UFBbc+dmY+DsCpHX7J37733wHiKko9qL6O7UlIFPQ9+d3j/7o0tPH78xT/K/YuodPaceSWn4LTx/b5Md77lUre5oDJImJspalpKZ0pR0agzJ50gx98j6dVmBveJALxF2l3h280AVZCMt2wR3ibhYB/7SOkwj+rqz8DQs2N root@singlevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54\nssh-dss AAAAB3NzaC1kc3MAAACBAKqOrMowpECrVzUTMuehgxEaCrEIl9zp8cxeDPXzGZMEYRqUNY8v21uw/yyo2LeKh7SV375P5z62bC0LPZtWKLC1qJc4e+sRrr7RWOLySlCxGONTKIFxnVoXqXBYksn48VFR7NnBzPZcjh2bbgTj56ZecT0oOznkLPce0U9AjDz5AAAAFQDOdioC2C43Zw2cGhcB+kHcHxazNwAAAIBessigfXmaehK2dxrlM2mNnU3IH6DdXDfm/Y2ULPJFCAcYta/SlwUM82zUvgJXraAd7cbPx+kpGeeze/Gr7dpz1TXJtNIMK+/lyN39o/IPE50i5pH6PcNr2inEGnXnRWLSt5XZ0R2FQFkOzuuk/zbdERcwq6KzmhtLDLnYtmVNgAAAAIAcy8hxwhBrXePtkDhv8Qh9HyN9S0yh+9b4K8+88XA2jcyyDIPdWDfOIGHs6PhsVvo19YXrASfrXs2MAEb/GklBHAQl7ryMq6njbYGlPVaMXy/hgt75daG759+0kQNfC1DzzLwx6fS5pICS38wSCCWuMgvPlh7vj8kkvMCjvUtvmw== root@singlevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.38s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe42:9e0c/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.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-82b4d4f1-9ca1-4712-b4dc-7db883c17e54\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.90 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54 login: "} 2018-08-20 16:32:06,258 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532/action used request id req-a0cba1df-b473-4c9d-9464-cc3938c4ec67 2018-08-20 16:32:06,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.909481048584s 2018-08-20 16:32:06,259 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532/action used request id req-a0cba1df-b473-4c9d-9464-cc3938c4ec67 2018-08-20 16:32:06,259 - 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 513809252 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.193376] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195738] pid_max: default: 32768 minimum: 301 [ 0.197039] ACPI: Core revision 20150930 [ 0.198799] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200699] Security Framework initialized [ 0.201855] Yama: becoming mindful. [ 0.202890] AppArmor: AppArmor initialized [ 0.204121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.205986] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.207774] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209509] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211502] Initializing cgroup subsys io [ 0.212711] Initializing cgroup subsys memory [ 0.213981] Initializing cgroup subsys devices [ 0.215228] Initializing cgroup subsys freezer [ 0.216508] Initializing cgroup subsys net_cls [ 0.217745] Initializing cgroup subsys perf_event [ 0.219040] Initializing cgroup subsys net_prio [ 0.220371] Initializing cgroup subsys hugetlb [ 0.221616] Initializing cgroup subsys pids [ 0.222853] CPU: Physical Processor ID: 0 [ 0.224738] mce: CPU supports 10 MCE banks [ 0.225935] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.243556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.250246] ftrace: allocating 31920 entries in 125 pages [ 0.275400] smpboot: Max logical packages: 1 [ 0.276660] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.278589] x2apic enabled [ 0.279741] Switched APIC routing to physical x2apic. [ 0.282282] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.286671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289204] KVM setup paravirtual spinlock [ 0.290851] x86: Booted up 1 node, 1 CPUs [ 0.292029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293964] devtmpfs: initialized [ 0.295932] evm: security.selinux [ 0.296925] evm: security.SMACK64 [ 0.297920] evm: security.SMACK64EXEC [ 0.299013] evm: security.SMACK64TRANSMUTE [ 0.300155] evm: security.SMACK64MMAP [ 0.301253] evm: security.ima [ 0.302174] evm: security.capability [ 0.303280] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305879] pinctrl core: initialized pinctrl subsystem [ 0.307400] RTC time: 16:31:58, date: 08/20/18 [ 0.308725] NET: Registered protocol family 16 [ 0.310096] cpuidle: using governor ladder [ 0.311303] cpuidle: using governor menu [ 0.312425] PCCT header not found. [ 0.313529] ACPI: bus type PCI registered [ 0.314670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316421] PCI: Using configuration type 1 for base access [ 0.318600] ACPI: Added _OSI(Module Device) [ 0.319798] ACPI: Added _OSI(Processor Device) [ 0.321054] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322365] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324587] ACPI: Interpreter enabled [ 0.325708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328409] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336358] ACPI: (supports S0 S5) [ 0.337363] ACPI: Using IOAPIC for interrupt routing [ 0.338696] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345992] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.347665] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350734] acpiphp: Slot [3] registered [ 0.351896] acpiphp: Slot [4] registered [ 0.353023] acpiphp: Slot [5] registered [ 0.354152] acpiphp: Slot [6] registered [ 0.355294] acpiphp: Slot [7] registered [ 0.356461] acpiphp: Slot [8] registered [ 0.357588] acpiphp: Slot [9] registered [ 0.358705] acpiphp: Slot [10] registered [ 0.359848] acpiphp: Slot [11] registered [ 0.360990] acpiphp: Slot [12] registered [ 0.362182] acpiphp: Slot [13] registered [ 0.363391] acpiphp: Slot [14] registered [ 0.364539] acpiphp: Slot [15] registered [ 0.379473] acpiphp: Slot [16] registered [ 0.380622] acpiphp: Slot [17] registered [ 0.381793] acpiphp: Slot [18] registered [ 0.382959] acpiphp: Slot [19] registered [ 0.384133] acpiphp: Slot [20] registered [ 0.385279] acpiphp: Slot [21] registered [ 0.386454] acpiphp: Slot [22] registered [ 0.387637] acpiphp: Slot [23] registered [ 0.388822] acpiphp: Slot [24] registered [ 0.390000] acpiphp: Slot [25] registered [ 0.391184] acpiphp: Slot [26] registered [ 0.392358] acpiphp: Slot [27] registered [ 0.393534] acpiphp: Slot [28] registered [ 0.394717] acpiphp: Slot [29] registered [ 0.395887] acpiphp: Slot [30] registered [ 0.397060] acpiphp: Slot [31] registered [ 0.398233] PCI host bridge to bus 0000:00 [ 0.399404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401151] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.402899] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405003] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407120] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.409269] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.413443] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.416980] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.418802] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425246] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447267] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.449357] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.451411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.453431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.455692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.457477] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.459334] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.460873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.463154] vgaarb: loaded [ 0.464024] vgaarb: bridge control possible 0000:00:02.0 [ 0.465754] SCSI subsystem initialized [ 0.467067] ACPI: bus type USB registered [ 0.468260] usbcore: registered new interface driver usbfs [ 0.469722] usbcore: registered new interface driver hub [ 0.471153] usbcore: registered new device driver usb [ 0.472728] PCI: Using ACPI for IRQ routing [ 0.474304] NetLabel: Initializing [ 0.475332] NetLabel: domain hash size = 128 [ 0.476549] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.477921] NetLabel: unlabeled traffic allowed by default [ 0.479560] clocksource: Switched to clocksource kvm-clock [ 0.489428] AppArmor: AppArmor Filesystem Enabled [ 0.490809] pnp: PnP ACPI init [ 0.492094] pnp: PnP ACPI: found 5 devices [ 0.498986] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.501454] NET: Registered protocol family 2 [ 0.502955] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506598] TCP: Hash tables configured (established 4096 bind 4096) [ 0.508367] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509906] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.511628] NET: Registered protocol family 1 [ 0.512887] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.514509] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516047] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.530439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.547074] Trying to unpack rootfs image as initramfs... [ 0.609591] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612378] Scanning for low memory corruption every 60 seconds [ 0.614462] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616195] audit: initializing netlink subsys (disabled) [ 0.617768] audit: type=2000 audit(1534782719.089:1): initialized [ 0.619829] Initialise system trusted keyring [ 0.621286] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.625867] zbud: loaded [ 0.626918] VFS: Disk quotas dquot_6.6.0 [ 0.628152] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.630466] fuse init (API version 7.23) [ 0.631793] Key type big_key registered [ 0.632950] Allocating IMA MOK and blacklist keyrings. [ 0.634720] Key type asymmetric registered [ 0.635944] Asymmetric key parser 'x509' registered [ 0.637328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.639498] io scheduler noop registered [ 0.640688] io scheduler deadline registered (default) [ 0.642155] io scheduler cfq registered [ 0.643389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.644930] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.646796] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.648906] ACPI: Power Button [PWRF] [ 0.650171] GHES: HEST is not enabled! [ 0.664269] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.692801] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.695731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719409] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.722544] Linux agpgart interface v0.103 [ 0.726003] brd: module loaded [ 0.728287] loop: module loaded [ 0.733322] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.735492] GPT:90111 != 2097151 [ 0.736512] GPT:Alternate GPT header not at the end of the disk. [ 0.738131] GPT:90111 != 2097151 [ 0.739134] GPT: Use GNU Parted to correct GPT errors. [ 0.740558] vda: vda1 vda15 [ 0.742263] scsi host0: ata_piix [ 0.743371] scsi host1: ata_piix [ 0.744410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.746198] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.748529] libphy: Fixed MDIO Bus: probed [ 0.749730] tun: Universal TUN/TAP device driver, 1.6 [ 0.751126] tun: (C) 1999-2004 Max Krasnyansky [ 0.753945] PPP generic driver version 2.4.2 [ 0.755286] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.757041] ehci-pci: EHCI PCI platform driver [ 0.758273] ehci-platform: EHCI generic platform driver [ 0.759681] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.761252] ohci-pci: OHCI PCI platform driver [ 0.762533] ohci-platform: OHCI generic platform driver [ 0.763924] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778562] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779998] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.782091] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783544] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.785192] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786967] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788953] usb usb1: Product: UHCI Host Controller [ 0.790295] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791863] usb usb1: SerialNumber: 0000:00:01.2 [ 0.793341] hub 1-0:1.0: USB hub found [ 0.794439] hub 1-0:1.0: 2 ports detected [ 0.795729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.798662] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799986] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.801396] mousedev: PS/2 mouse device common for all mice [ 0.803110] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.805594] rtc_cmos 00:00: RTC can wake from S4 [ 0.807146] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808796] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.810460] i2c /dev entries driver [ 0.811528] device-mapper: uevent: version 1.0.3 [ 0.812864] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.815144] ledtrig-cpu: registered to indicate activity on CPUs [ 0.817009] NET: Registered protocol family 10 [ 0.818581] NET: Registered protocol family 17 [ 0.819834] Key type dns_resolver registered [ 0.821152] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822659] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.825123] registered taskstats version 1 [ 0.826270] Loading compiled-in X.509 certificates [ 0.828111] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.830677] zswap: loaded using pool lzo/zbud [ 0.832720] Key type trusted registered [ 0.834831] Key type encrypted registered [ 0.836014] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837461] ima: No TPM chip found, activating TPM-bypass! [ 0.838890] evm: HMAC attrs: 0x1 [ 0.840213] Magic number: 14:689:540 [ 0.841318] node: hash matches [ 0.842342] rtc_cmos 00:00: setting system clock to 2018-08-20 16:31:59 UTC (1534782719) [ 0.844607] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.846172] EDD information not available. [ 0.905328] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.907451] Write protecting the kernel read-only data: 14336k [ 0.910394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.912883] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 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.063021] 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.89. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCFY5E0g3S/f+f6LZuJhSsBZERN2J+GK41EBskmZ6ecSnubFqsa24pHn5Da6q6sK53MYX9PEHYjgOXsBIomp8Yl3uNBZWp42pqloZAp0w3YYJB//nn2BGry7Qbmh5FfAQyS+g3YC8Sd/z5pMM2OMtxHgdaB1dLPtRVaj0UyX2Wk/l+1x6UFBbc+dmY+DsCpHX7J37733wHiKko9qL6O7UlIFPQ9+d3j/7o0tPH78xT/K/YuodPaceSWn4LTx/b5Md77lUre5oDJImJspalpKZ0pR0agzJ50gx98j6dVmBveJALxF2l3h280AVZCMt2wR3ibhYB/7SOkwj+rqz8DQs2N root@singlevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54 ssh-dss AAAAB3NzaC1kc3MAAACBAKqOrMowpECrVzUTMuehgxEaCrEIl9zp8cxeDPXzGZMEYRqUNY8v21uw/yyo2LeKh7SV375P5z62bC0LPZtWKLC1qJc4e+sRrr7RWOLySlCxGONTKIFxnVoXqXBYksn48VFR7NnBzPZcjh2bbgTj56ZecT0oOznkLPce0U9AjDz5AAAAFQDOdioC2C43Zw2cGhcB+kHcHxazNwAAAIBessigfXmaehK2dxrlM2mNnU3IH6DdXDfm/Y2ULPJFCAcYta/SlwUM82zUvgJXraAd7cbPx+kpGeeze/Gr7dpz1TXJtNIMK+/lyN39o/IPE50i5pH6PcNr2inEGnXnRWLSt5XZ0R2FQFkOzuuk/zbdERcwq6KzmhtLDLnYtmVNgAAAAIAcy8hxwhBrXePtkDhv8Qh9HyN9S0yh+9b4K8+88XA2jcyyDIPdWDfOIGHs6PhsVvo19YXrASfrXs2MAEb/GklBHAQl7ryMq6njbYGlPVaMXy/hgt75daG759+0kQNfC1DzzLwx6fS5pICS38wSCCWuMgvPlh7vj8kkvMCjvUtvmw== root@singlevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.38s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe42:9e0c/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.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-82b4d4f1-9ca1-4712-b4dc-7db883c17e54 launch-index: 0 === cirros: current=0.4.0 uptime=3.90 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54 login: 2018-08-20 16:32:07,262 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-20 16:32:16,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 16:32:16,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532/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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 16:32:16,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32: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-b7f08a7f-23fd-480d-8ad9-4554e2c3c149 x-compute-request-id: req-b7f08a7f-23fd-480d-8ad9-4554e2c3c149 Content-Encoding: gzip Content-Length: 9601 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513809252 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.193376] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195738] pid_max: default: 32768 minimum: 301\n[ 0.197039] ACPI: Core revision 20150930\n[ 0.198799] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200699] Security Framework initialized\n[ 0.201855] Yama: becoming mindful.\n[ 0.202890] AppArmor: AppArmor initialized\n[ 0.204121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205986] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207774] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209509] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211502] Initializing cgroup subsys io\n[ 0.212711] Initializing cgroup subsys memory\n[ 0.213981] Initializing cgroup subsys devices\n[ 0.215228] Initializing cgroup subsys freezer\n[ 0.216508] Initializing cgroup subsys net_cls\n[ 0.217745] Initializing cgroup subsys perf_event\n[ 0.219040] Initializing cgroup subsys net_prio\n[ 0.220371] Initializing cgroup subsys hugetlb\n[ 0.221616] Initializing cgroup subsys pids\n[ 0.222853] CPU: Physical Processor ID: 0\n[ 0.224738] mce: CPU supports 10 MCE banks\n[ 0.225935] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250246] ftrace: allocating 31920 entries in 125 pages\n[ 0.275400] smpboot: Max logical packages: 1\n[ 0.276660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.278589] x2apic enabled\n[ 0.279741] Switched APIC routing to physical x2apic.\n[ 0.282282] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.286671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289204] KVM setup paravirtual spinlock\n[ 0.290851] x86: Booted up 1 node, 1 CPUs\n[ 0.292029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293964] devtmpfs: initialized\n[ 0.295932] evm: security.selinux\n[ 0.296925] evm: security.SMACK64\n[ 0.297920] evm: security.SMACK64EXEC\n[ 0.299013] evm: security.SMACK64TRANSMUTE\n[ 0.300155] evm: security.SMACK64MMAP\n[ 0.301253] evm: security.ima\n[ 0.302174] evm: security.capability\n[ 0.303280] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305879] pinctrl core: initialized pinctrl subsystem\n[ 0.307400] RTC time: 16:31:58, date: 08/20/18\n[ 0.308725] NET: Registered protocol family 16\n[ 0.310096] cpuidle: using governor ladder\n[ 0.311303] cpuidle: using governor menu\n[ 0.312425] PCCT header not found.\n[ 0.313529] ACPI: bus type PCI registered\n[ 0.314670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316421] PCI: Using configuration type 1 for base access\n[ 0.318600] ACPI: Added _OSI(Module Device)\n[ 0.319798] ACPI: Added _OSI(Processor Device)\n[ 0.321054] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322365] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324587] ACPI: Interpreter enabled\n[ 0.325708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328409] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336358] ACPI: (supports S0 S5)\n[ 0.337363] ACPI: Using IOAPIC for interrupt routing\n[ 0.338696] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345992] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347665] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350734] acpiphp: Slot [3] registered\n[ 0.351896] acpiphp: Slot [4] registered\n[ 0.353023] acpiphp: Slot [5] registered\n[ 0.354152] acpiphp: Slot [6] registered\n[ 0.355294] acpiphp: Slot [7] registered\n[ 0.356461] acpiphp: Slot [8] registered\n[ 0.357588] acpiphp: Slot [9] registered\n[ 0.358705] acpiphp: Slot [10] registered\n[ 0.359848] acpiphp: Slot [11] registered\n[ 0.360990] acpiphp: Slot [12] registered\n[ 0.362182] acpiphp: Slot [13] registered\n[ 0.363391] acpiphp: Slot [14] registered\n[ 0.364539] acpiphp: Slot [15] registered\n[ 0.379473] acpiphp: Slot [16] registered\n[ 0.380622] acpiphp: Slot [17] registered\n[ 0.381793] acpiphp: Slot [18] registered\n[ 0.382959] acpiphp: Slot [19] registered\n[ 0.384133] acpiphp: Slot [20] registered\n[ 0.385279] acpiphp: Slot [21] registered\n[ 0.386454] acpiphp: Slot [22] registered\n[ 0.387637] acpiphp: Slot [23] registered\n[ 0.388822] acpiphp: Slot [24] registered\n[ 0.390000] acpiphp: Slot [25] registered\n[ 0.391184] acpiphp: Slot [26] registered\n[ 0.392358] acpiphp: Slot [27] registered\n[ 0.393534] acpiphp: Slot [28] registered\n[ 0.394717] acpiphp: Slot [29] registered\n[ 0.395887] acpiphp: Slot [30] registered\n[ 0.397060] acpiphp: Slot [31] registered\n[ 0.398233] PCI host bridge to bus 0000:00\n[ 0.399404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401151] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.402899] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405003] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407120] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409269] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413443] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.416980] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418802] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425246] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.447267] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.449357] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.451411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.453431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.457477] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.459334] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.463154] vgaarb: loaded\n[ 0.464024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.465754] SCSI subsystem initialized\n[ 0.467067] ACPI: bus type USB registered\n[ 0.468260] usbcore: registered new interface driver usbfs\n[ 0.469722] usbcore: registered new interface driver hub\n[ 0.471153] usbcore: registered new device driver usb\n[ 0.472728] PCI: Using ACPI for IRQ routing\n[ 0.474304] NetLabel: Initializing\n[ 0.475332] NetLabel: domain hash size = 128\n[ 0.476549] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.477921] NetLabel: unlabeled traffic allowed by default\n[ 0.479560] clocksource: Switched to clocksource kvm-clock\n[ 0.489428] AppArmor: AppArmor Filesystem Enabled\n[ 0.490809] pnp: PnP ACPI init\n[ 0.492094] pnp: PnP ACPI: found 5 devices\n[ 0.498986] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.501454] NET: Registered protocol family 2\n[ 0.502955] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.504853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.506598] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.508367] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509906] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511628] NET: Registered protocol family 1\n[ 0.512887] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.514509] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516047] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.547074] Trying to unpack rootfs image as initramfs...\n[ 0.609591] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612378] Scanning for low memory corruption every 60 seconds\n[ 0.614462] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616195] audit: initializing netlink subsys (disabled)\n[ 0.617768] audit: type=2000 audit(1534782719.089:1): initialized\n[ 0.619829] Initialise system trusted keyring\n[ 0.621286] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.622994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625867] zbud: loaded\n[ 0.626918] VFS: Disk quotas dquot_6.6.0\n[ 0.628152] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630466] fuse init (API version 7.23)\n[ 0.631793] Key type big_key registered\n[ 0.632950] Allocating IMA MOK and blacklist keyrings.\n[ 0.634720] Key type asymmetric registered\n[ 0.635944] Asymmetric key parser 'x509' registered\n[ 0.637328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639498] io scheduler noop registered\n[ 0.640688] io scheduler deadline registered (default)\n[ 0.642155] io scheduler cfq registered\n[ 0.643389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.644930] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.646796] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.648906] ACPI: Power Button [PWRF]\n[ 0.650171] GHES: HEST is not enabled!\n[ 0.664269] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692801] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.695731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.719409] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.722544] Linux agpgart interface v0.103\n[ 0.726003] brd: module loaded\n[ 0.728287] loop: module loaded\n[ 0.733322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735492] GPT:90111 != 2097151\n[ 0.736512] GPT:Alternate GPT header not at the end of the disk.\n[ 0.738131] GPT:90111 != 2097151\n[ 0.739134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.740558] vda: vda1 vda15\n[ 0.742263] scsi host0: ata_piix\n[ 0.743371] scsi host1: ata_piix\n[ 0.744410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746198] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748529] libphy: Fixed MDIO Bus: probed\n[ 0.749730] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751126] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.753945] PPP generic driver version 2.4.2\n[ 0.755286] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757041] ehci-pci: EHCI PCI platform driver\n[ 0.758273] ehci-platform: EHCI generic platform driver\n[ 0.759681] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761252] ohci-pci: OHCI PCI platform driver\n[ 0.762533] ohci-platform: OHCI generic platform driver\n[ 0.763924] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778562] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779998] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782091] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783544] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785192] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786967] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788953] usb usb1: Product: UHCI Host Controller\n[ 0.790295] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791863] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793341] hub 1-0:1.0: USB hub found\n[ 0.794439] hub 1-0:1.0: 2 ports detected\n[ 0.795729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798662] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799986] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801396] mousedev: PS/2 mouse device common for all mice\n[ 0.803110] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.807146] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808796] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810460] i2c /dev entries driver\n[ 0.811528] device-mapper: uevent: version 1.0.3\n[ 0.812864] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.815144] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.817009] NET: Registered protocol family 10\n[ 0.818581] NET: Registered protocol family 17\n[ 0.819834] Key type dns_resolver registered\n[ 0.821152] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822659] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825123] registered taskstats version 1\n[ 0.826270] Loading compiled-in X.509 certificates\n[ 0.828111] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830677] zswap: loaded using pool lzo/zbud\n[ 0.832720] Key type trusted registered\n[ 0.834831] Key type encrypted registered\n[ 0.836014] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837461] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838890] evm: HMAC attrs: 0x1\n[ 0.840213] Magic number: 14:689:540\n[ 0.841318] node: hash matches\n[ 0.842342] rtc_cmos 00:00: setting system clock to 2018-08-20 16:31:59 UTC (1534782719)\n[ 0.844607] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.846172] EDD information not available.\n[ 0.905328] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.907451] Write protecting the kernel read-only data: 14336k\n[ 0.910394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912883] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\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.063021] 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.89. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCFY5E0g3S/f+f6LZuJhSsBZERN2J+GK41EBskmZ6ecSnubFqsa24pHn5Da6q6sK53MYX9PEHYjgOXsBIomp8Yl3uNBZWp42pqloZAp0w3YYJB//nn2BGry7Qbmh5FfAQyS+g3YC8Sd/z5pMM2OMtxHgdaB1dLPtRVaj0UyX2Wk/l+1x6UFBbc+dmY+DsCpHX7J37733wHiKko9qL6O7UlIFPQ9+d3j/7o0tPH78xT/K/YuodPaceSWn4LTx/b5Md77lUre5oDJImJspalpKZ0pR0agzJ50gx98j6dVmBveJALxF2l3h280AVZCMt2wR3ibhYB/7SOkwj+rqz8DQs2N root@singlevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54\nssh-dss AAAAB3NzaC1kc3MAAACBAKqOrMowpECrVzUTMuehgxEaCrEIl9zp8cxeDPXzGZMEYRqUNY8v21uw/yyo2LeKh7SV375P5z62bC0LPZtWKLC1qJc4e+sRrr7RWOLySlCxGONTKIFxnVoXqXBYksn48VFR7NnBzPZcjh2bbgTj56ZecT0oOznkLPce0U9AjDz5AAAAFQDOdioC2C43Zw2cGhcB+kHcHxazNwAAAIBessigfXmaehK2dxrlM2mNnU3IH6DdXDfm/Y2ULPJFCAcYta/SlwUM82zUvgJXraAd7cbPx+kpGeeze/Gr7dpz1TXJtNIMK+/lyN39o/IPE50i5pH6PcNr2inEGnXnRWLSt5XZ0R2FQFkOzuuk/zbdERcwq6KzmhtLDLnYtmVNgAAAAIAcy8hxwhBrXePtkDhv8Qh9HyN9S0yh+9b4K8+88XA2jcyyDIPdWDfOIGHs6PhsVvo19YXrASfrXs2MAEb/GklBHAQl7ryMq6njbYGlPVaMXy/hgt75daG759+0kQNfC1DzzLwx6fS5pICS38wSCCWuMgvPlh7vj8kkvMCjvUtvmw== root@singlevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.38s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe42:9e0c/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.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-82b4d4f1-9ca1-4712-b4dc-7db883c17e54\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.90 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54 login: "} 2018-08-20 16:32:16,519 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532/action used request id req-b7f08a7f-23fd-480d-8ad9-4554e2c3c149 2018-08-20 16:32:16,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.255475997925s 2018-08-20 16:32:16,519 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532/action used request id req-b7f08a7f-23fd-480d-8ad9-4554e2c3c149 2018-08-20 16:32:16,520 - 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 513809252 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.193376] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195738] pid_max: default: 32768 minimum: 301 [ 0.197039] ACPI: Core revision 20150930 [ 0.198799] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200699] Security Framework initialized [ 0.201855] Yama: becoming mindful. [ 0.202890] AppArmor: AppArmor initialized [ 0.204121] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.205986] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.207774] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209509] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211502] Initializing cgroup subsys io [ 0.212711] Initializing cgroup subsys memory [ 0.213981] Initializing cgroup subsys devices [ 0.215228] Initializing cgroup subsys freezer [ 0.216508] Initializing cgroup subsys net_cls [ 0.217745] Initializing cgroup subsys perf_event [ 0.219040] Initializing cgroup subsys net_prio [ 0.220371] Initializing cgroup subsys hugetlb [ 0.221616] Initializing cgroup subsys pids [ 0.222853] CPU: Physical Processor ID: 0 [ 0.224738] mce: CPU supports 10 MCE banks [ 0.225935] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.243556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.250246] ftrace: allocating 31920 entries in 125 pages [ 0.275400] smpboot: Max logical packages: 1 [ 0.276660] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.278589] x2apic enabled [ 0.279741] Switched APIC routing to physical x2apic. [ 0.282282] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.286671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289204] KVM setup paravirtual spinlock [ 0.290851] x86: Booted up 1 node, 1 CPUs [ 0.292029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293964] devtmpfs: initialized [ 0.295932] evm: security.selinux [ 0.296925] evm: security.SMACK64 [ 0.297920] evm: security.SMACK64EXEC [ 0.299013] evm: security.SMACK64TRANSMUTE [ 0.300155] evm: security.SMACK64MMAP [ 0.301253] evm: security.ima [ 0.302174] evm: security.capability [ 0.303280] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305879] pinctrl core: initialized pinctrl subsystem [ 0.307400] RTC time: 16:31:58, date: 08/20/18 [ 0.308725] NET: Registered protocol family 16 [ 0.310096] cpuidle: using governor ladder [ 0.311303] cpuidle: using governor menu [ 0.312425] PCCT header not found. [ 0.313529] ACPI: bus type PCI registered [ 0.314670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316421] PCI: Using configuration type 1 for base access [ 0.318600] ACPI: Added _OSI(Module Device) [ 0.319798] ACPI: Added _OSI(Processor Device) [ 0.321054] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322365] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324587] ACPI: Interpreter enabled [ 0.325708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328409] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336358] ACPI: (supports S0 S5) [ 0.337363] ACPI: Using IOAPIC for interrupt routing [ 0.338696] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342646] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345992] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.347665] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350734] acpiphp: Slot [3] registered [ 0.351896] acpiphp: Slot [4] registered [ 0.353023] acpiphp: Slot [5] registered [ 0.354152] acpiphp: Slot [6] registered [ 0.355294] acpiphp: Slot [7] registered [ 0.356461] acpiphp: Slot [8] registered [ 0.357588] acpiphp: Slot [9] registered [ 0.358705] acpiphp: Slot [10] registered [ 0.359848] acpiphp: Slot [11] registered [ 0.360990] acpiphp: Slot [12] registered [ 0.362182] acpiphp: Slot [13] registered [ 0.363391] acpiphp: Slot [14] registered [ 0.364539] acpiphp: Slot [15] registered [ 0.379473] acpiphp: Slot [16] registered [ 0.380622] acpiphp: Slot [17] registered [ 0.381793] acpiphp: Slot [18] registered [ 0.382959] acpiphp: Slot [19] registered [ 0.384133] acpiphp: Slot [20] registered [ 0.385279] acpiphp: Slot [21] registered [ 0.386454] acpiphp: Slot [22] registered [ 0.387637] acpiphp: Slot [23] registered [ 0.388822] acpiphp: Slot [24] registered [ 0.390000] acpiphp: Slot [25] registered [ 0.391184] acpiphp: Slot [26] registered [ 0.392358] acpiphp: Slot [27] registered [ 0.393534] acpiphp: Slot [28] registered [ 0.394717] acpiphp: Slot [29] registered [ 0.395887] acpiphp: Slot [30] registered [ 0.397060] acpiphp: Slot [31] registered [ 0.398233] PCI host bridge to bus 0000:00 [ 0.399404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401151] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.402899] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405003] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407120] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.409269] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.413443] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.416980] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.418802] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423168] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425246] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447267] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.449357] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.451411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.453431] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.455692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.457477] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.459334] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.460873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.463154] vgaarb: loaded [ 0.464024] vgaarb: bridge control possible 0000:00:02.0 [ 0.465754] SCSI subsystem initialized [ 0.467067] ACPI: bus type USB registered [ 0.468260] usbcore: registered new interface driver usbfs [ 0.469722] usbcore: registered new interface driver hub [ 0.471153] usbcore: registered new device driver usb [ 0.472728] PCI: Using ACPI for IRQ routing [ 0.474304] NetLabel: Initializing [ 0.475332] NetLabel: domain hash size = 128 [ 0.476549] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.477921] NetLabel: unlabeled traffic allowed by default [ 0.479560] clocksource: Switched to clocksource kvm-clock [ 0.489428] AppArmor: AppArmor Filesystem Enabled [ 0.490809] pnp: PnP ACPI init [ 0.492094] pnp: PnP ACPI: found 5 devices [ 0.498986] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.501454] NET: Registered protocol family 2 [ 0.502955] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506598] TCP: Hash tables configured (established 4096 bind 4096) [ 0.508367] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509906] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.511628] NET: Registered protocol family 1 [ 0.512887] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.514509] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516047] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.530439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.547074] Trying to unpack rootfs image as initramfs... [ 0.609591] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612378] Scanning for low memory corruption every 60 seconds [ 0.614462] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616195] audit: initializing netlink subsys (disabled) [ 0.617768] audit: type=2000 audit(1534782719.089:1): initialized [ 0.619829] Initialise system trusted keyring [ 0.621286] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.625867] zbud: loaded [ 0.626918] VFS: Disk quotas dquot_6.6.0 [ 0.628152] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.630466] fuse init (API version 7.23) [ 0.631793] Key type big_key registered [ 0.632950] Allocating IMA MOK and blacklist keyrings. [ 0.634720] Key type asymmetric registered [ 0.635944] Asymmetric key parser 'x509' registered [ 0.637328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.639498] io scheduler noop registered [ 0.640688] io scheduler deadline registered (default) [ 0.642155] io scheduler cfq registered [ 0.643389] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.644930] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.646796] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.648906] ACPI: Power Button [PWRF] [ 0.650171] GHES: HEST is not enabled! [ 0.664269] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.692801] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.695731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719409] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.722544] Linux agpgart interface v0.103 [ 0.726003] brd: module loaded [ 0.728287] loop: module loaded [ 0.733322] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.735492] GPT:90111 != 2097151 [ 0.736512] GPT:Alternate GPT header not at the end of the disk. [ 0.738131] GPT:90111 != 2097151 [ 0.739134] GPT: Use GNU Parted to correct GPT errors. [ 0.740558] vda: vda1 vda15 [ 0.742263] scsi host0: ata_piix [ 0.743371] scsi host1: ata_piix [ 0.744410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.746198] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.748529] libphy: Fixed MDIO Bus: probed [ 0.749730] tun: Universal TUN/TAP device driver, 1.6 [ 0.751126] tun: (C) 1999-2004 Max Krasnyansky [ 0.753945] PPP generic driver version 2.4.2 [ 0.755286] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.757041] ehci-pci: EHCI PCI platform driver [ 0.758273] ehci-platform: EHCI generic platform driver [ 0.759681] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.761252] ohci-pci: OHCI PCI platform driver [ 0.762533] ohci-platform: OHCI generic platform driver [ 0.763924] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778562] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779998] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.782091] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783544] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.785192] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786967] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788953] usb usb1: Product: UHCI Host Controller [ 0.790295] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791863] usb usb1: SerialNumber: 0000:00:01.2 [ 0.793341] hub 1-0:1.0: USB hub found [ 0.794439] hub 1-0:1.0: 2 ports detected [ 0.795729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.798662] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799986] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.801396] mousedev: PS/2 mouse device common for all mice [ 0.803110] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.805594] rtc_cmos 00:00: RTC can wake from S4 [ 0.807146] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808796] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.810460] i2c /dev entries driver [ 0.811528] device-mapper: uevent: version 1.0.3 [ 0.812864] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.815144] ledtrig-cpu: registered to indicate activity on CPUs [ 0.817009] NET: Registered protocol family 10 [ 0.818581] NET: Registered protocol family 17 [ 0.819834] Key type dns_resolver registered [ 0.821152] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822659] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.825123] registered taskstats version 1 [ 0.826270] Loading compiled-in X.509 certificates [ 0.828111] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.830677] zswap: loaded using pool lzo/zbud [ 0.832720] Key type trusted registered [ 0.834831] Key type encrypted registered [ 0.836014] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837461] ima: No TPM chip found, activating TPM-bypass! [ 0.838890] evm: HMAC attrs: 0x1 [ 0.840213] Magic number: 14:689:540 [ 0.841318] node: hash matches [ 0.842342] rtc_cmos 00:00: setting system clock to 2018-08-20 16:31:59 UTC (1534782719) [ 0.844607] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.846172] EDD information not available. [ 0.905328] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.907451] Write protecting the kernel read-only data: 14336k [ 0.910394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.912883] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 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.063021] 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.89. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCFY5E0g3S/f+f6LZuJhSsBZERN2J+GK41EBskmZ6ecSnubFqsa24pHn5Da6q6sK53MYX9PEHYjgOXsBIomp8Yl3uNBZWp42pqloZAp0w3YYJB//nn2BGry7Qbmh5FfAQyS+g3YC8Sd/z5pMM2OMtxHgdaB1dLPtRVaj0UyX2Wk/l+1x6UFBbc+dmY+DsCpHX7J37733wHiKko9qL6O7UlIFPQ9+d3j/7o0tPH78xT/K/YuodPaceSWn4LTx/b5Md77lUre5oDJImJspalpKZ0pR0agzJ50gx98j6dVmBveJALxF2l3h280AVZCMt2wR3ibhYB/7SOkwj+rqz8DQs2N root@singlevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54 ssh-dss AAAAB3NzaC1kc3MAAACBAKqOrMowpECrVzUTMuehgxEaCrEIl9zp8cxeDPXzGZMEYRqUNY8v21uw/yyo2LeKh7SV375P5z62bC0LPZtWKLC1qJc4e+sRrr7RWOLySlCxGONTKIFxnVoXqXBYksn48VFR7NnBzPZcjh2bbgTj56ZecT0oOznkLPce0U9AjDz5AAAAFQDOdioC2C43Zw2cGhcB+kHcHxazNwAAAIBessigfXmaehK2dxrlM2mNnU3IH6DdXDfm/Y2ULPJFCAcYta/SlwUM82zUvgJXraAd7cbPx+kpGeeze/Gr7dpz1TXJtNIMK+/lyN39o/IPE50i5pH6PcNr2inEGnXnRWLSt5XZ0R2FQFkOzuuk/zbdERcwq6KzmhtLDLnYtmVNgAAAAIAcy8hxwhBrXePtkDhv8Qh9HyN9S0yh+9b4K8+88XA2jcyyDIPdWDfOIGHs6PhsVvo19YXrASfrXs2MAEb/GklBHAQl7ryMq6njbYGlPVaMXy/hgt75daG759+0kQNfC1DzzLwx6fS5pICS38wSCCWuMgvPlh7vj8kkvMCjvUtvmw== root@singlevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.38s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe42:9e0c/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.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-82b4d4f1-9ca1-4712-b4dc-7db883c17e54 launch-index: 0 === cirros: current=0.4.0 uptime=3.90 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-82b4d4f1-9ca1-4712-b4dc-7db883c17e54 login: 2018-08-20 16:32:16,522 - paramiko.transport - DEBUG - starting thread (client mode): 0x3f247a10L 2018-08-20 16:32:16,523 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 16:32:16,523 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 16:32:16,523 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 16:32:16,525 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 16:32:16,525 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 16:32:16,525 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 16:32:16,526 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 16:32:16,526 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 16:32:16,526 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 16:32:16,547 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 16:32:16,548 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 16:32:16,555 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 89d1f3d1aee2e73142cae4a8961bc316 2018-08-20 16:32:16,556 - paramiko.transport - DEBUG - Trying discovered key 1936b78c63cb600819e02d590c0dacbc in /tmp/tmpycl3ZS 2018-08-20 16:32:16,586 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 16:32:16,592 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 16:32:16,621 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 16:32:16,622 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 16:32:16,622 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 16:32:16,623 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 16:32:16,624 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 16:32:16,625 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-20 16:32:16,625 - functest.core.singlevm - DEBUG - error: 2018-08-20 16:32:16,629 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 16:32:16,741 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:32:16,741 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 16:32:16,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 16:32:16,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/03587a3f-c4d8-493f-bf6c-84b05df471ca.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:17,856 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1f425807-a6fe-44eb-b771-4fa558ce91d2 Content-Length: 0 Date: Mon, 20 Aug 2018 16:32:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:32:17,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/03587a3f-c4d8-493f-bf6c-84b05df471ca.json used request id req-1f425807-a6fe-44eb-b771-4fa558ce91d2 2018-08-20 16:32:17,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.10661482811s 2018-08-20 16:32:17,857 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/03587a3f-c4d8-493f-bf6c-84b05df471ca.json used request id req-1f425807-a6fe-44eb-b771-4fa558ce91d2 2018-08-20 16:32:17,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:32:17,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:17,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9c44ca09-e47f-4ce9-a0f2-a52ea2b39837 Date: Mon, 20 Aug 2018 16:32:18 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:32:17,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-9c44ca09-e47f-4ce9-a0f2-a52ea2b39837 2018-08-20 16:32:17,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0445909500122s 2018-08-20 16:32:17,906 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-9c44ca09-e47f-4ce9-a0f2-a52ea2b39837 2018-08-20 16:32:17,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 16:32:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:18,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:32: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-afabdb5b-2d46-4907-875d-27bc1db34ef3 x-compute-request-id: req-afabdb5b-2d46-4907-875d-27bc1db34ef3 Content-Type: application/json 2018-08-20 16:32:18,243 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532 used request id req-afabdb5b-2d46-4907-875d-27bc1db34ef3 2018-08-20 16:32:18,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.336073160172s 2018-08-20 16:32:18,243 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532 used request id req-afabdb5b-2d46-4907-875d-27bc1db34ef3 2018-08-20 16:32:18,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:32:18,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:19,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32: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-0c7dce7f-b89b-479a-8dc7-f9e6885c3fb8 x-compute-request-id: req-0c7dce7f-b89b-479a-8dc7-f9e6885c3fb8 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:9e:0c", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:9e:0c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ec921b9f-0f47-4edb-acb9-a77b9d63d532", "rel": "bookmark"}], "image": {"id": "1f538740-1f68-47fa-b13e-4efeb990801a", "links": [{"href": "http://172.30.9.23:8774/images/1f538740-1f68-47fa-b13e-4efeb990801a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-20T16:31:58.000000", "flavor": {"id": "7b38707f-e480-469d-b5c0-6863e2fde50b", "links": [{"href": "http://172.30.9.23:8774/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "rel": "bookmark"}]}, "id": "ec921b9f-0f47-4edb-acb9-a77b9d63d532", "security_groups": [{"name": "singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:32:18Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "created": "2018-08-20T16:31:45Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:32:19,596 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0c7dce7f-b89b-479a-8dc7-f9e6885c3fb8 2018-08-20 16:32:19,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35276699066s 2018-08-20 16:32:19,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0c7dce7f-b89b-479a-8dc7-f9e6885c3fb8 2018-08-20 16:32:19,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:32:21,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:32:21,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:21,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e43b788-366d-42b6-b4b3-bc34a910aee7 x-compute-request-id: req-9e43b788-366d-42b6-b4b3-bc34a910aee7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 16:32:21,820 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9e43b788-366d-42b6-b4b3-bc34a910aee7 2018-08-20 16:32:21,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.220340013504s 2018-08-20 16:32:21,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9e43b788-366d-42b6-b4b3-bc34a910aee7 2018-08-20 16:32:21,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:32:21,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:21,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-03d80162-3eea-420b-8b67-b58aa59447af Date: Mon, 20 Aug 2018 16:32:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:31:37Z", "updated_at": "2018-08-20T16:31:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:37Z", "revision_number": 0, "id": "5990d3fa-a7ff-478a-a219-abbd98c685a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:37Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:39Z", "revision_number": 0, "id": "6e330e16-18a3-473e-936e-f07cf8643587", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:39Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:38Z", "revision_number": 0, "id": "db013847-96e7-4802-a8c1-912100c6039c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:38Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T16:31:38Z", "revision_number": 0, "id": "e9b21eda-9a35-46cb-b2d5-09f148e8bfd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:38Z", "security_group_id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 3, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "de6f8178-a881-4173-86e8-d7e5d8afbb16", "name": "singlevm1-sg_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}]} 2018-08-20 16:32:21,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-03d80162-3eea-420b-8b67-b58aa59447af 2018-08-20 16:32:21,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0702929496765s 2018-08-20 16:32:21,894 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-03d80162-3eea-420b-8b67-b58aa59447af 2018-08-20 16:32:21,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 16:32:21,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/de6f8178-a881-4173-86e8-d7e5d8afbb16.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:22,063 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a20e3eb-d9b5-49a3-be54-e59711e2c13d Content-Length: 0 Date: Mon, 20 Aug 2018 16:32:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:32:22,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/de6f8178-a881-4173-86e8-d7e5d8afbb16.json used request id req-2a20e3eb-d9b5-49a3-be54-e59711e2c13d 2018-08-20 16:32:22,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.164505958557s 2018-08-20 16:32:22,063 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/de6f8178-a881-4173-86e8-d7e5d8afbb16.json used request id req-2a20e3eb-d9b5-49a3-be54-e59711e2c13d 2018-08-20 16:32:22,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 16:32:22,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:22,155 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:32: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-796e9c70-bab0-4f58-9f13-0a21f780c41f x-compute-request-id: req-796e9c70-bab0-4f58-9f13-0a21f780c41f Content-Length: 0 Content-Type: application/json 2018-08-20 16:32:22,155 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54 used request id req-796e9c70-bab0-4f58-9f13-0a21f780c41f 2018-08-20 16:32:22,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0912821292877s 2018-08-20 16:32:22,155 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_82b4d4f1-9ca1-4712-b4dc-7db883c17e54 used request id req-796e9c70-bab0-4f58-9f13-0a21f780c41f 2018-08-20 16:32:22,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:32:22,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/99d6c10a-bea9-4d5f-a275-868795fe5aa8/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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" -d '{"subnet_id": "4ac1a604-e51a-4a2b-a86e-388d38e0740e"}' 2018-08-20 16:32:24,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-efe64bf1-af58-4d94-855e-3c557e47a130 Date: Mon, 20 Aug 2018 16:32:24 GMT RESP BODY: {"network_id": "d71f914f-104c-4b98-8fd4-ebf2e653eb3e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "4ac1a604-e51a-4a2b-a86e-388d38e0740e", "subnet_ids": ["4ac1a604-e51a-4a2b-a86e-388d38e0740e"], "port_id": "28bd4bdb-2705-4b45-95b0-6f07a4592251", "id": "99d6c10a-bea9-4d5f-a275-868795fe5aa8"} 2018-08-20 16:32:24,143 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/99d6c10a-bea9-4d5f-a275-868795fe5aa8/remove_router_interface.json used request id req-efe64bf1-af58-4d94-855e-3c557e47a130 2018-08-20 16:32:24,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.9874920845s 2018-08-20 16:32:24,144 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/99d6c10a-bea9-4d5f-a275-868795fe5aa8/remove_router_interface.json used request id req-efe64bf1-af58-4d94-855e-3c557e47a130 returning object 99d6c10a-bea9-4d5f-a275-868795fe5aa8 2018-08-20 16:32:24,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:32:24,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:25,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3b344769-b76b-4af2-8cb8-4d5ffeb3dd4b Date: Mon, 20 Aug 2018 16:32:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:31:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T16:32:23Z", "revision_number": 4, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "99d6c10a-bea9-4d5f-a275-868795fe5aa8", "name": "singlevm1-router_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"}]} 2018-08-20 16:32:25,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3b344769-b76b-4af2-8cb8-4d5ffeb3dd4b 2018-08-20 16:32:25,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.16060113907s 2018-08-20 16:32:25,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3b344769-b76b-4af2-8cb8-4d5ffeb3dd4b 2018-08-20 16:32:25,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:32:25,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/99d6c10a-bea9-4d5f-a275-868795fe5aa8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:26,841 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7d39b4bd-7364-49a0-b027-950ace52ebce Content-Length: 0 Date: Mon, 20 Aug 2018 16:32:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:32:26,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/99d6c10a-bea9-4d5f-a275-868795fe5aa8.json used request id req-7d39b4bd-7364-49a0-b027-950ace52ebce 2018-08-20 16:32:26,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.53415107727s 2018-08-20 16:32:26,841 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/99d6c10a-bea9-4d5f-a275-868795fe5aa8.json used request id req-7d39b4bd-7364-49a0-b027-950ace52ebce 2018-08-20 16:32:26,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:32:26,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:27,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-7d2efbcc-1e72-48d4-9393-aee3febe492a Date: Mon, 20 Aug 2018 16:32:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:31:27Z","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":"0639ea8675f44f1bab72e1097507f733","id":"4ac1a604-e51a-4a2b-a86e-388d38e0740e","subnetpool_id":null,"name":"singlevm1-subnet_82b4d4f1-9ca1-4712-b4dc-7db883c17e54"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 16:32:27,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7d2efbcc-1e72-48d4-9393-aee3febe492a 2018-08-20 16:32:27,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.340657949448s 2018-08-20 16:32:27,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7d2efbcc-1e72-48d4-9393-aee3febe492a 2018-08-20 16:32:27,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:32:27,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/4ac1a604-e51a-4a2b-a86e-388d38e0740e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:29,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-542829e0-d55e-43f3-be15-ce760f077b4e Date: Mon, 20 Aug 2018 16:32:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:32:29,751 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4ac1a604-e51a-4a2b-a86e-388d38e0740e.json used request id req-542829e0-d55e-43f3-be15-ce760f077b4e 2018-08-20 16:32:29,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.56639719009s 2018-08-20 16:32:29,751 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4ac1a604-e51a-4a2b-a86e-388d38e0740e.json used request id req-542829e0-d55e-43f3-be15-ce760f077b4e 2018-08-20 16:32:29,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:32:29,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:29,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-00ad6869-99b7-42ed-9de1-6f2bd5b48cff Date: Mon, 20 Aug 2018 16:32:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d71f914f-104c-4b98-8fd4-ebf2e653eb3e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:32:29Z","provider:segmentation_id":34,"name":"singlevm1-net_82b4d4f1-9ca1-4712-b4dc-7db883c17e54","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:31:26Z","provider:network_type":"vxlan"}]} 2018-08-20 16:32:29,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-00ad6869-99b7-42ed-9de1-6f2bd5b48cff 2018-08-20 16:32:29,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106576919556s 2018-08-20 16:32:29,859 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-00ad6869-99b7-42ed-9de1-6f2bd5b48cff 2018-08-20 16:32:29,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:32:29,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d71f914f-104c-4b98-8fd4-ebf2e653eb3e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:31,529 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d3e94878-d460-4485-a270-b9e5fe2fb6da Date: Mon, 20 Aug 2018 16:32:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:32:31,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d71f914f-104c-4b98-8fd4-ebf2e653eb3e.json used request id req-d3e94878-d460-4485-a270-b9e5fe2fb6da 2018-08-20 16:32:31,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.66961503029s 2018-08-20 16:32:31,530 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d71f914f-104c-4b98-8fd4-ebf2e653eb3e.json used request id req-d3e94878-d460-4485-a270-b9e5fe2fb6da 2018-08-20 16:32:31,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:32:31,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:32,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8644d4af-514b-463f-96fa-c6c2cc2e7c6e Date: Mon, 20 Aug 2018 16:32:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:31:35Z", "file": "/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "1f538740-1f68-47fa-b13e-4efeb990801a", "size": 12716032, "self": "/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1f538740-1f68-47fa-b13e-4efeb990801a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1f538740-1f68-47fa-b13e-4efeb990801a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:31:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:32:32,303 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8644d4af-514b-463f-96fa-c6c2cc2e7c6e 2018-08-20 16:32:32,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.76914191246s 2018-08-20 16:32:32,304 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8644d4af-514b-463f-96fa-c6c2cc2e7c6e 2018-08-20 16:32:32,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 16:32:32,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:33,530 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-62e513d3-e381-4fd5-9055-7169fd030d40 Date: Mon, 20 Aug 2018 16:32:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:32:33,530 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a used request id req-62e513d3-e381-4fd5-9055-7169fd030d40 2018-08-20 16:32:33,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.22455692291s 2018-08-20 16:32:33,530 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1f538740-1f68-47fa-b13e-4efeb990801a used request id req-62e513d3-e381-4fd5-9055-7169fd030d40 2018-08-20 16:32:33,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:32:33,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:33,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32: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-0e47065a-45c5-489a-9386-32c522ae0629 x-compute-request-id: req-0e47065a-45c5-489a-9386-32c522ae0629 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_82b4d4f1-9ca1-4712-b4dc-7db883c17e54", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b", "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": "7b38707f-e480-469d-b5c0-6863e2fde50b"}]} 2018-08-20 16:32:33,668 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-0e47065a-45c5-489a-9386-32c522ae0629 2018-08-20 16:32:33,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.137061834335s 2018-08-20 16:32:33,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-0e47065a-45c5-489a-9386-32c522ae0629 2018-08-20 16:32:33,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 16:32:33,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ed3b6ef6342260b3eaa0cbdacfc179fc2e667ad0" 2018-08-20 16:32:33,716 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:32:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-55373930-808d-48a8-baa0-383e8e860303 x-compute-request-id: req-55373930-808d-48a8-baa0-383e8e860303 Content-Length: 0 Content-Type: application/json 2018-08-20 16:32:33,716 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b used request id req-55373930-808d-48a8-baa0-383e8e860303 2018-08-20 16:32:33,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0468459129333s 2018-08-20 16:32:33,717 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7b38707f-e480-469d-b5c0-6863e2fde50b used request id req-55373930-808d-48a8-baa0-383e8e860303 2018-08-20 16:32:33,771 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-20 16:32:33,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:32:33,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:32:33,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:32:33,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:32:33,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:32:33,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:32:33,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:32:33,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:32:33,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:32:33,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:32:33,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:32:33,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f160b3e-765e-4c70-8be1-31e2af999905 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:32:33,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0f160b3e-765e-4c70-8be1-31e2af999905 2018-08-20 16:32:33,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:32:34,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["emAaqK9yQrGr22m-izxwKw"], "issued_at": "2018-08-20T16:32:34.000000Z"}} 2018-08-20 16:32:34,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:32:34,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:32:34,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4b6427e4-c4fa-4221-89cc-4f4a634f9644 Date: Mon, 20 Aug 2018 16:32:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:32:34,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4b6427e4-c4fa-4221-89cc-4f4a634f9644 2018-08-20 16:32:34,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354044914246s 2018-08-20 16:32:34,568 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4b6427e4-c4fa-4221-89cc-4f4a634f9644 2018-08-20 16:32:34,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:32:34,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:32:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4772dff-b777-4167-8430-3c6c4b2d7c3d Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 16:32:34,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-d4772dff-b777-4167-8430-3c6c4b2d7c3d 2018-08-20 16:32:34,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:32:34,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:32:34,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-199e2744-0c13-48b1-bfed-e8f132d0970d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3"}, "tags": [], "enabled": true, "id": "0dc4c689ca5f48478326a988e1b40ed3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 16:32:34,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-199e2744-0c13-48b1-bfed-e8f132d0970d 2018-08-20 16:32:34,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.188919067383s 2018-08-20 16:32:34,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-199e2744-0c13-48b1-bfed-e8f132d0970d 2018-08-20 16:32:34,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 16:32:34,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5"}}' 2018-08-20 16:32:35,051 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:32:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bf7d7e7-37b6-48b0-85f8-689a6e05110c 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.23:5000/v3/projects/8511eb252404411cba663db8360c4e18"}, "tags": [], "enabled": true, "id": "8511eb252404411cba663db8360c4e18", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5"}} 2018-08-20 16:32:35,051 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-7bf7d7e7-37b6-48b0-85f8-689a6e05110c 2018-08-20 16:32:35,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.276333093643s 2018-08-20 16:32:35,052 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-7bf7d7e7-37b6-48b0-85f8-689a6e05110c 2018-08-20 16:32:35,052 - 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'8511eb252404411cba663db8360c4e18', '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_25513722-a03c-4727-87a3-7664696e5dc5'}) 2018-08-20 16:32:35,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 16:32:35,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a6ba4a75-ca59-4aba-ab76-cb9a8617cd8b", "email": null, "name": "singlevm2-user_25513722-a03c-4727-87a3-7664696e5dc5"}}' 2018-08-20 16:32:35,649 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:32:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd7517be-450f-4c83-b483-54f401193246 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_25513722-a03c-4727-87a3-7664696e5dc5", "links": {"self": "http://172.30.9.23:5000/v3/users/1f0fd89627724a6aa41eb5f7c0b39c29"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f0fd89627724a6aa41eb5f7c0b39c29", "domain_id": "default", "password_expires_at": null}} 2018-08-20 16:32:35,649 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-dd7517be-450f-4c83-b483-54f401193246 2018-08-20 16:32:35,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.590493917465s 2018-08-20 16:32:35,649 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-dd7517be-450f-4c83-b483-54f401193246 2018-08-20 16:32:35,650 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1f0fd89627724a6aa41eb5f7c0b39c29', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_25513722-a03c-4727-87a3-7664696e5dc5'}) 2018-08-20 16:32:35,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:32:35,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:32:35,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e55a302f-44a5-41c9-b34a-7bf152b6c994 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:32:35,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e55a302f-44a5-41c9-b34a-7bf152b6c994 2018-08-20 16:32:35,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.209971904755s 2018-08-20 16:32:35,864 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e55a302f-44a5-41c9-b34a-7bf152b6c994 2018-08-20 16:32:35,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:32:35,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:32:36,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b3db1be-9152-4bd6-8f99-961848e3743b Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:32:36,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6b3db1be-9152-4bd6-8f99-961848e3743b 2018-08-20 16:32:36,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188935995102s 2018-08-20 16:32:36,058 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6b3db1be-9152-4bd6-8f99-961848e3743b 2018-08-20 16:32:36,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:32:36,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:32:36,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d28d025c-cee5-4583-b6d0-4bbb4e8d7323 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:32:36,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d28d025c-cee5-4583-b6d0-4bbb4e8d7323 2018-08-20 16:32:36,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199749946594s 2018-08-20 16:32:36,263 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d28d025c-cee5-4583-b6d0-4bbb4e8d7323 2018-08-20 16:32:36,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:32:36,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:32:36,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b10cd0aa-6291-410a-8645-735f311fa148 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 16:32:36,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-b10cd0aa-6291-410a-8645-735f311fa148 2018-08-20 16:32:36,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.195296049118s 2018-08-20 16:32:36,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-b10cd0aa-6291-410a-8645-735f311fa148 2018-08-20 16:32:36,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:32:36,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:32:36,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b7aa274-5c1a-4ac2-9151-2797128f4ebe Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "singlevm2-user_25513722-a03c-4727-87a3-7664696e5dc5", "links": {"self": "http://172.30.9.23:5000/v3/users/1f0fd89627724a6aa41eb5f7c0b39c29"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f0fd89627724a6aa41eb5f7c0b39c29", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:32:36,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9b7aa274-5c1a-4ac2-9151-2797128f4ebe 2018-08-20 16:32:36,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215404033661s 2018-08-20 16:32:36,680 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9b7aa274-5c1a-4ac2-9151-2797128f4ebe 2018-08-20 16:32:36,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:32:36,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:32:36,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c5edc6-2092-4535-b3a9-dd16ab4226bc Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/8511eb252404411cba663db8360c4e18"}, "tags": [], "enabled": true, "id": "8511eb252404411cba663db8360c4e18", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5"}]} 2018-08-20 16:32:36,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f5c5edc6-2092-4535-b3a9-dd16ab4226bc 2018-08-20 16:32:36,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200324058533s 2018-08-20 16:32:36,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f5c5edc6-2092-4535-b3a9-dd16ab4226bc 2018-08-20 16:32:36,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 16:32:36,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=1f0fd89627724a6aa41eb5f7c0b39c29&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8511eb252404411cba663db8360c4e18" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:32:37,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df1cbda0-d07e-42c6-a918-fceb3f34a2ce Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=1f0fd89627724a6aa41eb5f7c0b39c29&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8511eb252404411cba663db8360c4e18", "previous": null, "next": null}} 2018-08-20 16:32:37,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=1f0fd89627724a6aa41eb5f7c0b39c29&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8511eb252404411cba663db8360c4e18 used request id req-df1cbda0-d07e-42c6-a918-fceb3f34a2ce 2018-08-20 16:32:37,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.197974920273s 2018-08-20 16:32:37,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=1f0fd89627724a6aa41eb5f7c0b39c29&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8511eb252404411cba663db8360c4e18 used request id req-df1cbda0-d07e-42c6-a918-fceb3f34a2ce 2018-08-20 16:32:37,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 16:32:37,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/8511eb252404411cba663db8360c4e18/users/1f0fd89627724a6aa41eb5f7c0b39c29/roles/0b1108172d284ccbb970dd9eb7ccff69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:32:37,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:32:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-defe51d4-0691-42f8-ac0a-d1286a2147c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:32:37,379 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8511eb252404411cba663db8360c4e18/users/1f0fd89627724a6aa41eb5f7c0b39c29/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-defe51d4-0691-42f8-ac0a-d1286a2147c3 2018-08-20 16:32:37,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.284813165665s 2018-08-20 16:32:37,379 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8511eb252404411cba663db8360c4e18/users/1f0fd89627724a6aa41eb5f7c0b39c29/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-defe51d4-0691-42f8-ac0a-d1286a2147c3 2018-08-20 16:32:37,380 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5', 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'8511eb252404411cba663db8360c4e18', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'a6ba4a75-ca59-4aba-ab76-cb9a8617cd8b', 'username': u'singlevm2-user_25513722-a03c-4727-87a3-7664696e5dc5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 16:32:37,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:32:37,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:32:37,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:32:37,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:32:37,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:32:37,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:32:37,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:32:37,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:32:37,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:32:37,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:32:37,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:32:37,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:32:37,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:32:37,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:32:37,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:32:37,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:32:37,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:32:37,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:32:37,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:32:37,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:32:37,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:32:37,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:32:37,386 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_25513722-a03c-4727-87a3-7664696e5dc5', 'password': 'a6ba4a75-ca59-4aba-ab76-cb9a8617cd8b', 'project_name': 'singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '8511eb252404411cba663db8360c4e18', 'project_domain_name': 'Default'} 2018-08-20 16:32:37,386 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-20 16:32:37,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:32:37,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d350901-5cf7-4fb9-9970-ca5b3440c418 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:32:37,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0d350901-5cf7-4fb9-9970-ca5b3440c418 2018-08-20 16:32:37,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:32:37,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T17:32:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8511eb252404411cba663db8360c4e18", "name": "singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8511eb252404411cba663db8360c4e18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_8511eb252404411cba663db8360c4e18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8511eb252404411cba663db8360c4e18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/8511eb252404411cba663db8360c4e18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/8511eb252404411cba663db8360c4e18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8511eb252404411cba663db8360c4e18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/8511eb252404411cba663db8360c4e18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/8511eb252404411cba663db8360c4e18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8511eb252404411cba663db8360c4e18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/8511eb252404411cba663db8360c4e18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/8511eb252404411cba663db8360c4e18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8511eb252404411cba663db8360c4e18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/8511eb252404411cba663db8360c4e18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/8511eb252404411cba663db8360c4e18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_25513722-a03c-4727-87a3-7664696e5dc5", "id": "1f0fd89627724a6aa41eb5f7c0b39c29"}, "audit_ids": ["x6PfToyCSsm29y_d5KgMgQ"], "issued_at": "2018-08-20T16:32:37.000000Z"}} 2018-08-20 16:32:37,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:32:37,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"network": {"name": "singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5", "admin_state_up": true}}' 2018-08-20 16:32:38,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-e3907310-be3d-4b83-b66c-de89214ed960 Date: Mon, 20 Aug 2018 16:32:38 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T16:32:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8511eb252404411cba663db8360c4e18","id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","name":"singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5"}} 2018-08-20 16:32:38,716 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e3907310-be3d-4b83-b66c-de89214ed960 2018-08-20 16:32:38,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.897296905518s 2018-08-20 16:32:38,716 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e3907310-be3d-4b83-b66c-de89214ed960 2018-08-20 16:32:38,717 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:32:38Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'fe86be25-b3a0-41d0-b3dd-b159243af0bf', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5', u'admin_state_up': True, u'tenant_id': u'8511eb252404411cba663db8360c4e18', u'created_at': u'2018-08-20T16:32:38Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8511eb252404411cba663db8360c4e18'}) 2018-08-20 16:32:38,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:32:38,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:39,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-9d567d5d-63ba-44e4-b3d7-c6f3ed58b902 Date: Mon, 20 Aug 2018 16:32:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:32:38Z","tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"8511eb252404411cba663db8360c4e18","id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","name":"singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5"}]} 2018-08-20 16:32:39,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9d567d5d-63ba-44e4-b3d7-c6f3ed58b902 2018-08-20 16:32:39,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.342176914215s 2018-08-20 16:32:39,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9d567d5d-63ba-44e4-b3d7-c6f3ed58b902 2018-08-20 16:32:39,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:32:39,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"subnet": {"name": "singlevm2-subnet_25513722-a03c-4727-87a3-7664696e5dc5", "enable_dhcp": true, "network_id": "fe86be25-b3a0-41d0-b3dd-b159243af0bf", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:32:39,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-2eaf405e-2d31-48b2-b104-81e391ec9dcb Date: Mon, 20 Aug 2018 16:32:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:32:39Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"8511eb252404411cba663db8360c4e18","id":"2e02f946-636d-4ee7-a201-76ffb2cf4857","subnetpool_id":null,"name":"singlevm2-subnet_25513722-a03c-4727-87a3-7664696e5dc5"}} 2018-08-20 16:32:39,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2eaf405e-2d31-48b2-b104-81e391ec9dcb 2018-08-20 16:32:39,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.87379193306s 2018-08-20 16:32:39,935 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2eaf405e-2d31-48b2-b104-81e391ec9dcb 2018-08-20 16:32:39,935 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:32:39Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'2e02f946-636d-4ee7-a201-76ffb2cf4857', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_25513722-a03c-4727-87a3-7664696e5dc5', u'enable_dhcp': True, u'network_id': u'fe86be25-b3a0-41d0-b3dd-b159243af0bf', u'tenant_id': u'8511eb252404411cba663db8360c4e18', u'created_at': u'2018-08-20T16:32:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8511eb252404411cba663db8360c4e18'}) 2018-08-20 16:32:39,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:32:39,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "singlevm2-router_25513722-a03c-4727-87a3-7664696e5dc5", "admin_state_up": true}}' 2018-08-20 16:32:41,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-0cf02929-7087-491a-822c-2db53a902b10 Date: Mon, 20 Aug 2018 16:32:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:40Z", "admin_state_up": true, "updated_at": "2018-08-20T16:32:41Z", "revision_number": 2, "routes": [], "project_id": "8511eb252404411cba663db8360c4e18", "id": "18cc0c0c-1fc0-4ff2-a5e5-794730fbba19", "name": "singlevm2-router_25513722-a03c-4727-87a3-7664696e5dc5"}} 2018-08-20 16:32:41,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0cf02929-7087-491a-822c-2db53a902b10 2018-08-20 16:32:41,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.68053722382s 2018-08-20 16:32:41,617 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0cf02929-7087-491a-822c-2db53a902b10 2018-08-20 16:32:41,617 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8511eb252404411cba663db8360c4e18', u'created_at': u'2018-08-20T16:32:40Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T16:32:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'8511eb252404411cba663db8360c4e18', u'id': u'18cc0c0c-1fc0-4ff2-a5e5-794730fbba19', u'name': u'singlevm2-router_25513722-a03c-4727-87a3-7664696e5dc5'}) 2018-08-20 16:32:41,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:32:41,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/18cc0c0c-1fc0-4ff2-a5e5-794730fbba19/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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"subnet_id": "2e02f946-636d-4ee7-a201-76ffb2cf4857"}' 2018-08-20 16:32:43,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-37bba504-8ab7-42bd-a94b-8d07f7f3d8b1 Date: Mon, 20 Aug 2018 16:32:44 GMT RESP BODY: {"network_id": "fe86be25-b3a0-41d0-b3dd-b159243af0bf", "tenant_id": "8511eb252404411cba663db8360c4e18", "subnet_id": "2e02f946-636d-4ee7-a201-76ffb2cf4857", "subnet_ids": ["2e02f946-636d-4ee7-a201-76ffb2cf4857"], "port_id": "b2e0bf63-0858-4da2-bc11-34d49ea58f54", "id": "18cc0c0c-1fc0-4ff2-a5e5-794730fbba19"} 2018-08-20 16:32:43,918 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/18cc0c0c-1fc0-4ff2-a5e5-794730fbba19/add_router_interface.json used request id req-37bba504-8ab7-42bd-a94b-8d07f7f3d8b1 2018-08-20 16:32:43,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.29990291595s 2018-08-20 16:32:43,918 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/18cc0c0c-1fc0-4ff2-a5e5-794730fbba19/add_router_interface.json used request id req-37bba504-8ab7-42bd-a94b-8d07f7f3d8b1 returning object 18cc0c0c-1fc0-4ff2-a5e5-794730fbba19 2018-08-20 16:32:43,919 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 16:32:44,050 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 16:32:44,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:32:44,057 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 16:32:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 16:32:44,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:32:44,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:44,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9ba9cfa4-36fe-4ab3-b2f2-d46f59de70b4 Date: Mon, 20 Aug 2018 16:32:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:32:44,863 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9ba9cfa4-36fe-4ab3-b2f2-d46f59de70b4 2018-08-20 16:32:44,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.803953170776s 2018-08-20 16:32:44,864 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9ba9cfa4-36fe-4ab3-b2f2-d46f59de70b4 2018-08-20 16:32:44,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:32:44,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5"}' 2018-08-20 16:32:45,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/027fc409-83df-4941-acba-98bc84fc1279 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1daf402d-a69a-4c21-b611-c946313b1fa0 Date: Mon, 20 Aug 2018 16:32:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:32:45Z", "file": "/v2/images/027fc409-83df-4941-acba-98bc84fc1279/file", "owner": "8511eb252404411cba663db8360c4e18", "id": "027fc409-83df-4941-acba-98bc84fc1279", "size": null, "self": "/v2/images/027fc409-83df-4941-acba-98bc84fc1279", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5", "checksum": null, "created_at": "2018-08-20T16:32:45Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:32:45,744 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1daf402d-a69a-4c21-b611-c946313b1fa0 2018-08-20 16:32:45,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.87171292305s 2018-08-20 16:32:45,744 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1daf402d-a69a-4c21-b611-c946313b1fa0 returning object 027fc409-83df-4941-acba-98bc84fc1279 2018-08-20 16:32:45,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:32:45,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/027fc409-83df-4941-acba-98bc84fc1279/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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '' 2018-08-20 16:32:46,983 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-affe74f8-4d51-4701-9cb2-e6e7b2661f9f Date: Mon, 20 Aug 2018 16:32:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:32:46,983 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/027fc409-83df-4941-acba-98bc84fc1279/file used request id req-affe74f8-4d51-4701-9cb2-e6e7b2661f9f 2018-08-20 16:32:46,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23778891563s 2018-08-20 16:32:46,983 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/027fc409-83df-4941-acba-98bc84fc1279/file used request id req-affe74f8-4d51-4701-9cb2-e6e7b2661f9f 2018-08-20 16:32:46,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:32:46,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:47,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-441e5a24-da5d-4ded-aa7c-024e94b1b60b Date: Mon, 20 Aug 2018 16:32:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:32:46Z", "file": "/v2/images/027fc409-83df-4941-acba-98bc84fc1279/file", "owner": "8511eb252404411cba663db8360c4e18", "id": "027fc409-83df-4941-acba-98bc84fc1279", "size": 12716032, "self": "/v2/images/027fc409-83df-4941-acba-98bc84fc1279", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/027fc409-83df-4941-acba-98bc84fc1279/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/027fc409-83df-4941-acba-98bc84fc1279/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:32:45Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:32:47,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-441e5a24-da5d-4ded-aa7c-024e94b1b60b 2018-08-20 16:32:47,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.306504011154s 2018-08-20 16:32:47,294 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-441e5a24-da5d-4ded-aa7c-024e94b1b60b 2018-08-20 16:32:47,296 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/027fc409-83df-4941-acba-98bc84fc1279/snap', u'metadata': Munch({})})], 'file': u'/v2/images/027fc409-83df-4941-acba-98bc84fc1279/file', 'owner': u'8511eb252404411cba663db8360c4e18', 'id': u'027fc409-83df-4941-acba-98bc84fc1279', 'size': 12716032, u'self': u'/v2/images/027fc409-83df-4941-acba-98bc84fc1279', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8511eb252404411cba663db8360c4e18', 'name': 'singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/027fc409-83df-4941-acba-98bc84fc1279/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:32:46Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T16:32:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/027fc409-83df-4941-acba-98bc84fc1279', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5', 'created': u'2018-08-20T16:32:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:32:45Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/027fc409-83df-4941-acba-98bc84fc1279', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:32:47,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:32:47,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_25513722-a03c-4727-87a3-7664696e5dc5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:32:47,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd10ecc2-1995-4d9b-b4e6-79175bbf938f x-compute-request-id: req-cd10ecc2-1995-4d9b-b4e6-79175bbf938f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_25513722-a03c-4727-87a3-7664696e5dc5", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "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": "6b6078f7-5988-4d15-88b7-29988078c329"}} 2018-08-20 16:32:47,679 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cd10ecc2-1995-4d9b-b4e6-79175bbf938f 2018-08-20 16:32:47,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.381678819656s 2018-08-20 16:32:47,679 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cd10ecc2-1995-4d9b-b4e6-79175bbf938f 2018-08-20 16:32:47,680 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_25513722-a03c-4727-87a3-7664696e5dc5', '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'0639ea8675f44f1bab72e1097507f733', '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'6b6078f7-5988-4d15-88b7-29988078c329', 'swap': 0}) 2018-08-20 16:32:47,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:32:47,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/6b6078f7-5988-4d15-88b7-29988078c329/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}86f94f87392f3f3660a1a518b327eb43261d2a63" -d '{"extra_specs": {}}' 2018-08-20 16:32:47,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-569d9ca8-cfc2-437d-8557-f72b9e294cbd x-compute-request-id: req-569d9ca8-cfc2-437d-8557-f72b9e294cbd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:32:47,702 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/6b6078f7-5988-4d15-88b7-29988078c329/os-extra_specs used request id req-569d9ca8-cfc2-437d-8557-f72b9e294cbd 2018-08-20 16:32:47,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213370323181s 2018-08-20 16:32:47,702 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/6b6078f7-5988-4d15-88b7-29988078c329/os-extra_specs used request id req-569d9ca8-cfc2-437d-8557-f72b9e294cbd 2018-08-20 16:32:47,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 16:32:47,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"keypair": {"name": "singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5"}}' 2018-08-20 16:32:48,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-019176ec-833d-45cc-8af1-8e5213006d38 x-compute-request-id: req-019176ec-833d-45cc-8af1-8e5213006d38 Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEzCFpW4yInFVTFD0kJTt74lLzVn3En+Or61AcVOls8uxyuQBCvqr3yF+UEM+shtyUrdhyzk+Y6ODnLfSizaF4Iuo5AusXS/GmWA2SgDpyTb5uHCMKgi2lw+Gj3LgHHH2Mfzbg/exozRlsroyUIAD62w4+twsmxXd0xWgB9MmlCWEeHa1J/fb4suwRSZwOx/5T12mWIsFslqBzierem5Mv6aCeold7Nx9Vn+Mgk580JRuLFArOV66yNuQqTjjarx/9rTZpd1sFZZGjYnTZRVmrhEnUjwcMHva8d1yQOU4CIrx0WOdoWr/XemK+XbLnNEMA2QCwdOGxjo95jvzamTLJ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxMwhaVuMiJxVUxQ9JCU7e+JS81Z9xJ/jq+tQHFTpbPLscrkA\nQr6q98hflBDPrIbclK3Ycs5PmOjg5y30os2heCLqOQLrF0vxplgNkoA6ck2+bhwj\nCoItpcPho9y4Bxx9jH824P3saM0ZbK6MlCAA+tsOPrcLJsV3dMVoAfTJpQlhHh2t\nSf32+LLsEUmcDsf+U9dpliLBbJagc4nq3puTL+mgnqJXezcfVZ/jIJOfNCUbixQK\nzleusjbkKk442q8f/a02aXdbBWWRo2J02UVZq4RJ1I8HDB72vHdckDlOAiK8dFjn\naFq/13pivl2y5zRDANkAsHThsY6PeY782pkyyQIDAQABAoIBAHkxGHZQaZgLZkQ2\nV3y17Q7ajqjKH8OBj2xlCj2YUPPGGbSAl1eDIbhbzfhZ7fpaRubMtFnnEX+iEjZr\nx5amuYRJRCJ92JbNLvB4k0sf6l5P4DDg5PdouYG2wnLtzuqaMfresMYXuYnEnJ6g\nU3Q4zUGuuvQGNzjWLD1eADIMNE2MB0xnnzskpChHAGI7usp3ZzZiasBti4K7X1jh\nZNgqMlnhN4Gi7IqqqMja3w+sOrTO3AuXwghfXWDl11rzKkqfGTvSnvgQc/n1nnuv\n4fkEjvGGUqoMOaKlju2wrXwgHeCF586rYmn5Klaat0txjADznCLjg30EFtl1X5mD\nO/9uBXECgYEA7I7UF1fJHb3tc+9SnOmZ+X5InXbJEHh52XtJuzhNl9uMB8zMbCG2\nxQc+aqaDGAuriqoIYyh/LiGT0Kgy+5ToqAtdsZJCLTVaVBnjE4TD1u9A5iir/2Gu\nmwVZ9Eq6+ZS1f1L6sfhnNl+bjHe3ZEVV1GswnzWt05mwePy+9R/qGx0CgYEA1Pi9\n0ybi7qaQg1vBfiHccVPTSFo8z8XViAac8u4iH1uS9xDiDXCboAakjjLJHyGqSBon\nSATUp06Kc2dzE6AUP4nAmsBqFhSj9A6ZJ3z/J4wA4yvQiRpxkO6c5uShhwjlkjMw\n2VIqu39cfM/ySBiEukrWS76wbIABtC1Q4u3KOp0CgYEAvnQP1etbhJKRRrH79VEu\nImzF0eD86EHW+H4GUrF15zlfeDgurTBHkkHOwtbk3MsohS94KT1Fh8KI24lP4rV0\nyza7bGew1+0ImIVvCRvvAHEH80XzlFz00uJwFfrEpoRPy/7mz7qKfoBjH6iTAivA\nepECSGxTUvV92yrCI2BafxECgYBarmMdQkSEO1XzKKGV1FMpyfh/qTSVf3YxSieP\n5MeQtIw6OO0XregF1m5Awe0THWGE++XX636kknOvOdAs/g9BEqV4/w7swfMhmwmp\nX7bBHwLNt70+c40BmigixBznA2nEu5lEH5FkbpFx75UJD6+MJwtiCxrRyBtxnY4A\nYiGmnQKBgETNgNR4Wf3wMU+S1TjbsahpD5ORhRXvs75jD94wuPIpfyz24rkwL9Kx\n6jFAqiS/dcI1cPIEruzK9F+mJZdIR3/Yn/Xg12PxYBNJ+yHz7hiFfkRYL2R3aR9N\nGHrbunyt/pkoC1adz1QWWFIJvRZ203HI71RL2g7vVEtRfHZNqIbr\n-----END RSA PRIVATE KEY-----\n", "user_id": "1f0fd89627724a6aa41eb5f7c0b39c29", "name": "singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5", "fingerprint": "0c:a6:2e:4e:7e:d3:1c:b4:0d:65:83:5a:51:dc:e5:07"}} 2018-08-20 16:32:48,300 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-019176ec-833d-45cc-8af1-8e5213006d38 2018-08-20 16:32:48,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.597010135651s 2018-08-20 16:32:48,300 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-019176ec-833d-45cc-8af1-8e5213006d38 2018-08-20 16:32:48,301 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEzCFpW4yInFVTFD0kJTt74lLzVn3En+Or61AcVOls8uxyuQBCvqr3yF+UEM+shtyUrdhyzk+Y6ODnLfSizaF4Iuo5AusXS/GmWA2SgDpyTb5uHCMKgi2lw+Gj3LgHHH2Mfzbg/exozRlsroyUIAD62w4+twsmxXd0xWgB9MmlCWEeHa1J/fb4suwRSZwOx/5T12mWIsFslqBzierem5Mv6aCeold7Nx9Vn+Mgk580JRuLFArOV66yNuQqTjjarx/9rTZpd1sFZZGjYnTZRVmrhEnUjwcMHva8d1yQOU4CIrx0WOdoWr/XemK+XbLnNEMA2QCwdOGxjo95jvzamTLJ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxMwhaVuMiJxVUxQ9JCU7e+JS81Z9xJ/jq+tQHFTpbPLscrkA\nQr6q98hflBDPrIbclK3Ycs5PmOjg5y30os2heCLqOQLrF0vxplgNkoA6ck2+bhwj\nCoItpcPho9y4Bxx9jH824P3saM0ZbK6MlCAA+tsOPrcLJsV3dMVoAfTJpQlhHh2t\nSf32+LLsEUmcDsf+U9dpliLBbJagc4nq3puTL+mgnqJXezcfVZ/jIJOfNCUbixQK\nzleusjbkKk442q8f/a02aXdbBWWRo2J02UVZq4RJ1I8HDB72vHdckDlOAiK8dFjn\naFq/13pivl2y5zRDANkAsHThsY6PeY782pkyyQIDAQABAoIBAHkxGHZQaZgLZkQ2\nV3y17Q7ajqjKH8OBj2xlCj2YUPPGGbSAl1eDIbhbzfhZ7fpaRubMtFnnEX+iEjZr\nx5amuYRJRCJ92JbNLvB4k0sf6l5P4DDg5PdouYG2wnLtzuqaMfresMYXuYnEnJ6g\nU3Q4zUGuuvQGNzjWLD1eADIMNE2MB0xnnzskpChHAGI7usp3ZzZiasBti4K7X1jh\nZNgqMlnhN4Gi7IqqqMja3w+sOrTO3AuXwghfXWDl11rzKkqfGTvSnvgQc/n1nnuv\n4fkEjvGGUqoMOaKlju2wrXwgHeCF586rYmn5Klaat0txjADznCLjg30EFtl1X5mD\nO/9uBXECgYEA7I7UF1fJHb3tc+9SnOmZ+X5InXbJEHh52XtJuzhNl9uMB8zMbCG2\nxQc+aqaDGAuriqoIYyh/LiGT0Kgy+5ToqAtdsZJCLTVaVBnjE4TD1u9A5iir/2Gu\nmwVZ9Eq6+ZS1f1L6sfhnNl+bjHe3ZEVV1GswnzWt05mwePy+9R/qGx0CgYEA1Pi9\n0ybi7qaQg1vBfiHccVPTSFo8z8XViAac8u4iH1uS9xDiDXCboAakjjLJHyGqSBon\nSATUp06Kc2dzE6AUP4nAmsBqFhSj9A6ZJ3z/J4wA4yvQiRpxkO6c5uShhwjlkjMw\n2VIqu39cfM/ySBiEukrWS76wbIABtC1Q4u3KOp0CgYEAvnQP1etbhJKRRrH79VEu\nImzF0eD86EHW+H4GUrF15zlfeDgurTBHkkHOwtbk3MsohS94KT1Fh8KI24lP4rV0\nyza7bGew1+0ImIVvCRvvAHEH80XzlFz00uJwFfrEpoRPy/7mz7qKfoBjH6iTAivA\nepECSGxTUvV92yrCI2BafxECgYBarmMdQkSEO1XzKKGV1FMpyfh/qTSVf3YxSieP\n5MeQtIw6OO0XregF1m5Awe0THWGE++XX636kknOvOdAs/g9BEqV4/w7swfMhmwmp\nX7bBHwLNt70+c40BmigixBznA2nEu5lEH5FkbpFx75UJD6+MJwtiCxrRyBtxnY4A\nYiGmnQKBgETNgNR4Wf3wMU+S1TjbsahpD5ORhRXvs75jD94wuPIpfyz24rkwL9Kx\n6jFAqiS/dcI1cPIEruzK9F+mJZdIR3/Yn/Xg12PxYBNJ+yHz7hiFfkRYL2R3aR9N\nGHrbunyt/pkoC1adz1QWWFIJvRZ203HI71RL2g7vVEtRfHZNqIbr\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'1f0fd89627724a6aa41eb5f7c0b39c29', 'name': u'singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5', 'created_at': '2018-08-20T16:32:48.301596', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8511eb252404411cba663db8360c4e18', 'name': 'singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0c:a6:2e:4e:7e:d3:1c:b4:0d:65:83:5a:51:dc:e5:07', 'type': 'ssh', 'id': u'singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5'}) 2018-08-20 16:32:48,302 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAxMwhaVuMiJxVUxQ9JCU7e+JS81Z9xJ/jq+tQHFTpbPLscrkA Qr6q98hflBDPrIbclK3Ycs5PmOjg5y30os2heCLqOQLrF0vxplgNkoA6ck2+bhwj CoItpcPho9y4Bxx9jH824P3saM0ZbK6MlCAA+tsOPrcLJsV3dMVoAfTJpQlhHh2t Sf32+LLsEUmcDsf+U9dpliLBbJagc4nq3puTL+mgnqJXezcfVZ/jIJOfNCUbixQK zleusjbkKk442q8f/a02aXdbBWWRo2J02UVZq4RJ1I8HDB72vHdckDlOAiK8dFjn aFq/13pivl2y5zRDANkAsHThsY6PeY782pkyyQIDAQABAoIBAHkxGHZQaZgLZkQ2 V3y17Q7ajqjKH8OBj2xlCj2YUPPGGbSAl1eDIbhbzfhZ7fpaRubMtFnnEX+iEjZr x5amuYRJRCJ92JbNLvB4k0sf6l5P4DDg5PdouYG2wnLtzuqaMfresMYXuYnEnJ6g U3Q4zUGuuvQGNzjWLD1eADIMNE2MB0xnnzskpChHAGI7usp3ZzZiasBti4K7X1jh ZNgqMlnhN4Gi7IqqqMja3w+sOrTO3AuXwghfXWDl11rzKkqfGTvSnvgQc/n1nnuv 4fkEjvGGUqoMOaKlju2wrXwgHeCF586rYmn5Klaat0txjADznCLjg30EFtl1X5mD O/9uBXECgYEA7I7UF1fJHb3tc+9SnOmZ+X5InXbJEHh52XtJuzhNl9uMB8zMbCG2 xQc+aqaDGAuriqoIYyh/LiGT0Kgy+5ToqAtdsZJCLTVaVBnjE4TD1u9A5iir/2Gu mwVZ9Eq6+ZS1f1L6sfhnNl+bjHe3ZEVV1GswnzWt05mwePy+9R/qGx0CgYEA1Pi9 0ybi7qaQg1vBfiHccVPTSFo8z8XViAac8u4iH1uS9xDiDXCboAakjjLJHyGqSBon SATUp06Kc2dzE6AUP4nAmsBqFhSj9A6ZJ3z/J4wA4yvQiRpxkO6c5uShhwjlkjMw 2VIqu39cfM/ySBiEukrWS76wbIABtC1Q4u3KOp0CgYEAvnQP1etbhJKRRrH79VEu ImzF0eD86EHW+H4GUrF15zlfeDgurTBHkkHOwtbk3MsohS94KT1Fh8KI24lP4rV0 yza7bGew1+0ImIVvCRvvAHEH80XzlFz00uJwFfrEpoRPy/7mz7qKfoBjH6iTAivA epECSGxTUvV92yrCI2BafxECgYBarmMdQkSEO1XzKKGV1FMpyfh/qTSVf3YxSieP 5MeQtIw6OO0XregF1m5Awe0THWGE++XX636kknOvOdAs/g9BEqV4/w7swfMhmwmp X7bBHwLNt70+c40BmigixBznA2nEu5lEH5FkbpFx75UJD6+MJwtiCxrRyBtxnY4A YiGmnQKBgETNgNR4Wf3wMU+S1TjbsahpD5ORhRXvs75jD94wuPIpfyz24rkwL9Kx 6jFAqiS/dcI1cPIEruzK9F+mJZdIR3/Yn/Xg12PxYBNJ+yHz7hiFfkRYL2R3aR9N GHrbunyt/pkoC1adz1QWWFIJvRZ203HI71RL2g7vVEtRfHZNqIbr -----END RSA PRIVATE KEY----- 2018-08-20 16:32:48,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 16:32:48,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"security_group": {"name": "singlevm2-sg_25513722-a03c-4727-87a3-7664696e5dc5", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-20 16:32:48,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-a44e632e-f7ea-4584-9bad-2df7e8a1abc6 Date: Mon, 20 Aug 2018 16:32:48 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:48Z", "updated_at": "2018-08-20T16:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:48Z", "revision_number": 0, "id": "b8f2e949-87ee-4448-b61c-ec16c9004295", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:48Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:48Z", "revision_number": 0, "id": "c9969e4d-c8fd-4102-9f29-720195682b96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:48Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "name": "singlevm2-sg_25513722-a03c-4727-87a3-7664696e5dc5"}} 2018-08-20 16:32:48,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a44e632e-f7ea-4584-9bad-2df7e8a1abc6 2018-08-20 16:32:48,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.508434057236s 2018-08-20 16:32:48,813 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a44e632e-f7ea-4584-9bad-2df7e8a1abc6 2018-08-20 16:32:48,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:32:48,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:49,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-4ab8d821-2bde-4a94-aab3-ae82caaa7565 Date: Mon, 20 Aug 2018 16:32:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:48Z", "updated_at": "2018-08-20T16:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:48Z", "revision_number": 0, "id": "b8f2e949-87ee-4448-b61c-ec16c9004295", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:48Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:48Z", "revision_number": 0, "id": "c9969e4d-c8fd-4102-9f29-720195682b96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:48Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "name": "singlevm2-sg_25513722-a03c-4727-87a3-7664696e5dc5"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 16:32:49,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4ab8d821-2bde-4a94-aab3-ae82caaa7565 2018-08-20 16:32:49,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.299638986588s 2018-08-20 16:32:49,118 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4ab8d821-2bde-4a94-aab3-ae82caaa7565 2018-08-20 16:32:49,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 16:32:49,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -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": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0"}}' 2018-08-20 16:32:49,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a12954ae-6328-4dc9-b2a2-b3859fe84759 Date: Mon, 20 Aug 2018 16:32:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T16:32:49Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "port_range_min": 22, "revision_number": 0, "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:49Z", "project_id": "8511eb252404411cba663db8360c4e18", "id": "aaa5698c-5ce5-46d0-bb69-f37c98997e39"}} 2018-08-20 16:32:49,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-a12954ae-6328-4dc9-b2a2-b3859fe84759 2018-08-20 16:32:49,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.152976036072s 2018-08-20 16:32:49,275 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-a12954ae-6328-4dc9-b2a2-b3859fe84759 2018-08-20 16:32:49,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:32:49,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:49,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-a74dcef3-4093-4d44-ab36-fd23b912eff0 Date: Mon, 20 Aug 2018 16:32:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:48Z", "updated_at": "2018-08-20T16:32:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T16:32:49Z", "revision_number": 0, "id": "aaa5698c-5ce5-46d0-bb69-f37c98997e39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:49Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:48Z", "revision_number": 0, "id": "b8f2e949-87ee-4448-b61c-ec16c9004295", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:48Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:48Z", "revision_number": 0, "id": "c9969e4d-c8fd-4102-9f29-720195682b96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:48Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 2, "project_id": "8511eb252404411cba663db8360c4e18", "id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "name": "singlevm2-sg_25513722-a03c-4727-87a3-7664696e5dc5"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 16:32:49,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a74dcef3-4093-4d44-ab36-fd23b912eff0 2018-08-20 16:32:49,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.303696870804s 2018-08-20 16:32:49,583 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a74dcef3-4093-4d44-ab36-fd23b912eff0 2018-08-20 16:32:49,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 16:32:49,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -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": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0"}}' 2018-08-20 16:32:49,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-967e7329-5fe6-41ba-9c81-3f5c744b6d2f Date: Mon, 20 Aug 2018 16:32:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:32:49Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "port_range_min": null, "revision_number": 0, "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:49Z", "project_id": "8511eb252404411cba663db8360c4e18", "id": "05a57790-08ca-46fe-882f-ef9bbdab3ae2"}} 2018-08-20 16:32:49,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-967e7329-5fe6-41ba-9c81-3f5c744b6d2f 2018-08-20 16:32:49,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.185127973557s 2018-08-20 16:32:49,772 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-967e7329-5fe6-41ba-9c81-3f5c744b6d2f 2018-08-20 16:32:49,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:32:49,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:49,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-6db8c8c9-7e54-41a8-a053-b1b78216cfae Date: Mon, 20 Aug 2018 16:32:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e02f946-636d-4ee7-a201-76ffb2cf4857"],"updated_at":"2018-08-20T16:32:39Z","tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8511eb252404411cba663db8360c4e18","id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","name":"singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5"}]} 2018-08-20 16:32:49,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6db8c8c9-7e54-41a8-a053-b1b78216cfae 2018-08-20 16:32:49,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109200954437s 2018-08-20 16:32:49,883 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6db8c8c9-7e54-41a8-a053-b1b78216cfae 2018-08-20 16:32:49,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:32:49,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:50,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d6955248-ed60-45f2-9460-43aec1a9bfec Date: Mon, 20 Aug 2018 16:32:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:32:46Z", "file": "/v2/images/027fc409-83df-4941-acba-98bc84fc1279/file", "owner": "8511eb252404411cba663db8360c4e18", "id": "027fc409-83df-4941-acba-98bc84fc1279", "size": 12716032, "self": "/v2/images/027fc409-83df-4941-acba-98bc84fc1279", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/027fc409-83df-4941-acba-98bc84fc1279/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/027fc409-83df-4941-acba-98bc84fc1279/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:32:45Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:32:50,171 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d6955248-ed60-45f2-9460-43aec1a9bfec 2018-08-20 16:32:50,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284147977829s 2018-08-20 16:32:50,172 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d6955248-ed60-45f2-9460-43aec1a9bfec 2018-08-20 16:32:50,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:32:50,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:50,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32: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-71e5ccf3-e5ea-4200-8523-c2c5023023b6 x-compute-request-id: req-71e5ccf3-e5ea-4200-8523-c2c5023023b6 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_25513722-a03c-4727-87a3-7664696e5dc5", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "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": "6b6078f7-5988-4d15-88b7-29988078c329"}]} 2018-08-20 16:32:50,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-71e5ccf3-e5ea-4200-8523-c2c5023023b6 2018-08-20 16:32:50,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.162710905075s 2018-08-20 16:32:50,336 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-71e5ccf3-e5ea-4200-8523-c2c5023023b6 2018-08-20 16:32:50,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 16:32:50,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"server": {"name": "singlevm2-vm_25513722-a03c-4727-87a3-7664696e5dc5", "imageRef": "027fc409-83df-4941-acba-98bc84fc1279", "key_name": "singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5", "flavorRef": "6b6078f7-5988-4d15-88b7-29988078c329", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fe86be25-b3a0-41d0-b3dd-b159243af0bf"}], "security_groups": [{"name": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0"}]}}' 2018-08-20 16:32:55,167 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:32:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-882b2572-82e7-45e4-a0f5-e43b0950cf24 x-compute-request-id: req-882b2572-82e7-45e4-a0f5-e43b0950cf24 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0"}], "OS-DCF:diskConfig": "MANUAL", "id": "b376f830-7907-45fa-b831-89ca2d81946a", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "bookmark"}], "adminPass": "qyPs64R5tZhb"}} 2018-08-20 16:32:55,167 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-882b2572-82e7-45e4-a0f5-e43b0950cf24 2018-08-20 16:32:55,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.82898402214s 2018-08-20 16:32:55,167 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-882b2572-82e7-45e4-a0f5-e43b0950cf24 2018-08-20 16:32:55,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:32:55,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:56,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32: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-b2bba76d-1456-4d5f-a7ff-4141b2840742 x-compute-request-id: req-b2bba76d-1456-4d5f-a7ff-4141b2840742 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.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "bookmark"}], "image": {"id": "027fc409-83df-4941-acba-98bc84fc1279", "links": [{"href": "http://172.30.9.23:8774/images/027fc409-83df-4941-acba-98bc84fc1279", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b6078f7-5988-4d15-88b7-29988078c329", "links": [{"href": "http://172.30.9.23:8774/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "rel": "bookmark"}]}, "id": "b376f830-7907-45fa-b831-89ca2d81946a", "user_id": "1f0fd89627724a6aa41eb5f7c0b39c29", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:32:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5", "name": "singlevm2-vm_25513722-a03c-4727-87a3-7664696e5dc5", "created": "2018-08-20T16:32:55Z", "tenant_id": "8511eb252404411cba663db8360c4e18", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:32:56,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2bba76d-1456-4d5f-a7ff-4141b2840742 2018-08-20 16:32:56,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20152902603s 2018-08-20 16:32:56,370 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2bba76d-1456-4d5f-a7ff-4141b2840742 2018-08-20 16:32:56,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:32:56,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:56,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-bb294d4b-e219-40db-9649-df36d5e67333 Date: Mon, 20 Aug 2018 16:32:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e02f946-636d-4ee7-a201-76ffb2cf4857"],"updated_at":"2018-08-20T16:32:39Z","tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8511eb252404411cba663db8360c4e18","id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","name":"singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5"}]} 2018-08-20 16:32:56,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bb294d4b-e219-40db-9649-df36d5e67333 2018-08-20 16:32:56,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29324388504s 2018-08-20 16:32:56,670 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bb294d4b-e219-40db-9649-df36d5e67333 2018-08-20 16:32:56,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:32:56,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:32:56,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-11251c0f-acfe-405f-b994-2810942d16f3 Date: Mon, 20 Aug 2018 16:32:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:32:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"8511eb252404411cba663db8360c4e18","id":"2e02f946-636d-4ee7-a201-76ffb2cf4857","subnetpool_id":null,"name":"singlevm2-subnet_25513722-a03c-4727-87a3-7664696e5dc5"}]} 2018-08-20 16:32:56,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-11251c0f-acfe-405f-b994-2810942d16f3 2018-08-20 16:32:56,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.310614824295s 2018-08-20 16:32:56,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-11251c0f-acfe-405f-b994-2810942d16f3 2018-08-20 16:32:56,983 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:32:58,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:32:58,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:00,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:32: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-11cd6e9e-866d-42ea-98b5-ba46301feff6 x-compute-request-id: req-11cd6e9e-866d-42ea-98b5-ba46301feff6 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.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "bookmark"}], "image": {"id": "027fc409-83df-4941-acba-98bc84fc1279", "links": [{"href": "http://172.30.9.23:8774/images/027fc409-83df-4941-acba-98bc84fc1279", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b6078f7-5988-4d15-88b7-29988078c329", "links": [{"href": "http://172.30.9.23:8774/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "rel": "bookmark"}]}, "id": "b376f830-7907-45fa-b831-89ca2d81946a", "security_groups": [{"name": "singlevm2-sg_25513722-a03c-4727-87a3-7664696e5dc5"}], "user_id": "1f0fd89627724a6aa41eb5f7c0b39c29", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:32:58Z", "hostId": "7ac2fb301a3168389b9123e603855f24a0498246b7c5b847d62ac34d", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5", "name": "singlevm2-vm_25513722-a03c-4727-87a3-7664696e5dc5", "created": "2018-08-20T16:32:55Z", "tenant_id": "8511eb252404411cba663db8360c4e18", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:33:00,506 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-11cd6e9e-866d-42ea-98b5-ba46301feff6 2018-08-20 16:33:00,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.52052807808s 2018-08-20 16:33:00,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-11cd6e9e-866d-42ea-98b5-ba46301feff6 2018-08-20 16:33:00,511 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:33:02,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:33:02,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:03,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33: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-1e24d8f0-bf92-4856-a5fe-77603f236ff5 x-compute-request-id: req-1e24d8f0-bf92-4856-a5fe-77603f236ff5 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.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "bookmark"}], "image": {"id": "027fc409-83df-4941-acba-98bc84fc1279", "links": [{"href": "http://172.30.9.23:8774/images/027fc409-83df-4941-acba-98bc84fc1279", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b6078f7-5988-4d15-88b7-29988078c329", "links": [{"href": "http://172.30.9.23:8774/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "rel": "bookmark"}]}, "id": "b376f830-7907-45fa-b831-89ca2d81946a", "security_groups": [{"name": "singlevm2-sg_25513722-a03c-4727-87a3-7664696e5dc5"}], "user_id": "1f0fd89627724a6aa41eb5f7c0b39c29", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:32:58Z", "hostId": "7ac2fb301a3168389b9123e603855f24a0498246b7c5b847d62ac34d", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5", "name": "singlevm2-vm_25513722-a03c-4727-87a3-7664696e5dc5", "created": "2018-08-20T16:32:55Z", "tenant_id": "8511eb252404411cba663db8360c4e18", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:33:03,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1e24d8f0-bf92-4856-a5fe-77603f236ff5 2018-08-20 16:33:03,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12138080597s 2018-08-20 16:33:03,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1e24d8f0-bf92-4856-a5fe-77603f236ff5 2018-08-20 16:33:03,638 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:33:05,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:33:05,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:07,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ecbd2df-05a4-4206-8971-15b9b4b8411b x-compute-request-id: req-2ecbd2df-05a4-4206-8971-15b9b4b8411b Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ed:ef", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "bookmark"}], "image": {"id": "027fc409-83df-4941-acba-98bc84fc1279", "links": [{"href": "http://172.30.9.23:8774/images/027fc409-83df-4941-acba-98bc84fc1279", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:33:04.000000", "flavor": {"id": "6b6078f7-5988-4d15-88b7-29988078c329", "links": [{"href": "http://172.30.9.23:8774/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "rel": "bookmark"}]}, "id": "b376f830-7907-45fa-b831-89ca2d81946a", "security_groups": [{"name": "singlevm2-sg_25513722-a03c-4727-87a3-7664696e5dc5"}], "user_id": "1f0fd89627724a6aa41eb5f7c0b39c29", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:33:04Z", "hostId": "7ac2fb301a3168389b9123e603855f24a0498246b7c5b847d62ac34d", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5", "name": "singlevm2-vm_25513722-a03c-4727-87a3-7664696e5dc5", "created": "2018-08-20T16:32:55Z", "tenant_id": "8511eb252404411cba663db8360c4e18", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:33:07,013 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2ecbd2df-05a4-4206-8971-15b9b4b8411b 2018-08-20 16:33:07,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.372164011s 2018-08-20 16:33:07,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2ecbd2df-05a4-4206-8971-15b9b4b8411b 2018-08-20 16:33:07,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:33:07,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=b376f830-7907-45fa-b831-89ca2d81946a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:07,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3094d1fd-d551-4bd4-a99c-6086b5f83a43 Date: Mon, 20 Aug 2018 16:33:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:59Z","admin_state_up":true,"updated_at":"2018-08-20T16:33:04Z","binding:vnic_type":"normal","device_id":"b376f830-7907-45fa-b831-89ca2d81946a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b0:ed:ef","id":"970ae49d-bb25-473f-992d-78b75e6e5f15","port_security_enabled":true,"project_id":"8511eb252404411cba663db8360c4e18","fixed_ips":[{"subnet_id":"2e02f946-636d-4ee7-a201-76ffb2cf4857","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["a092f6a5-8ab4-4c57-9107-80e0b4b152b0"],"name":""}]} 2018-08-20 16:33:07,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b376f830-7907-45fa-b831-89ca2d81946a used request id req-3094d1fd-d551-4bd4-a99c-6086b5f83a43 2018-08-20 16:33:07,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.321582078934s 2018-08-20 16:33:07,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b376f830-7907-45fa-b831-89ca2d81946a used request id req-3094d1fd-d551-4bd4-a99c-6086b5f83a43 2018-08-20 16:33:07,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:33:07,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=970ae49d-bb25-473f-992d-78b75e6e5f15" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:07,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2fca4944-2d4b-4355-b1fa-de05221b4044 Date: Mon, 20 Aug 2018 16:33:07 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:33:07,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=970ae49d-bb25-473f-992d-78b75e6e5f15 used request id req-2fca4944-2d4b-4355-b1fa-de05221b4044 2018-08-20 16:33:07,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.296868801117s 2018-08-20 16:33:07,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=970ae49d-bb25-473f-992d-78b75e6e5f15 used request id req-2fca4944-2d4b-4355-b1fa-de05221b4044 2018-08-20 16:33:07,642 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b0:ed:ef', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'027fc409-83df-4941-acba-98bc84fc1279'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:33:04.000000', 'flavor': Munch({u'id': u'6b6078f7-5988-4d15-88b7-29988078c329'}), 'az': u'nova', 'id': u'b376f830-7907-45fa-b831-89ca2d81946a', 'security_groups': [Munch({u'name': u'singlevm2-sg_25513722-a03c-4727-87a3-7664696e5dc5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1f0fd89627724a6aa41eb5f7c0b39c29', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8511eb252404411cba663db8360c4e18', 'name': 'singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-20T16:33:04.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T16:33:04Z', 'hostId': u'7ac2fb301a3168389b9123e603855f24a0498246b7c5b847d62ac34d', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'7ac2fb301a3168389b9123e603855f24a0498246b7c5b847d62ac34d', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:33:04.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'8511eb252404411cba663db8360c4e18', 'name': u'singlevm2-vm_25513722-a03c-4727-87a3-7664696e5dc5', 'adminPass': u'qyPs64R5tZhb', 'tenant_id': u'8511eb252404411cba663db8360c4e18', 'created_at': u'2018-08-20T16:32:55Z', 'created': u'2018-08-20T16:32:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 16:33:07,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:33:07,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:08,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-77fd0013-946e-4fef-be5e-5160418203c2 Date: Mon, 20 Aug 2018 16:33: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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e02f946-636d-4ee7-a201-76ffb2cf4857"],"updated_at":"2018-08-20T16:32:39Z","tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8511eb252404411cba663db8360c4e18","id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","name":"singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5"}]} 2018-08-20 16:33:08,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-77fd0013-946e-4fef-be5e-5160418203c2 2018-08-20 16:33:08,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.39555311203s 2018-08-20 16:33:08,042 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-77fd0013-946e-4fef-be5e-5160418203c2 2018-08-20 16:33:08,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:33:08,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=b376f830-7907-45fa-b831-89ca2d81946a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:08,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bd9cd94d-0c12-4b0f-b67c-21988102f9a4 Date: Mon, 20 Aug 2018 16:33:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:59Z","admin_state_up":true,"updated_at":"2018-08-20T16:33:04Z","binding:vnic_type":"normal","device_id":"b376f830-7907-45fa-b831-89ca2d81946a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b0:ed:ef","id":"970ae49d-bb25-473f-992d-78b75e6e5f15","port_security_enabled":true,"project_id":"8511eb252404411cba663db8360c4e18","fixed_ips":[{"subnet_id":"2e02f946-636d-4ee7-a201-76ffb2cf4857","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["a092f6a5-8ab4-4c57-9107-80e0b4b152b0"],"name":""}]} 2018-08-20 16:33:08,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b376f830-7907-45fa-b831-89ca2d81946a used request id req-bd9cd94d-0c12-4b0f-b67c-21988102f9a4 2018-08-20 16:33:08,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0469610691071s 2018-08-20 16:33:08,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b376f830-7907-45fa-b831-89ca2d81946a used request id req-bd9cd94d-0c12-4b0f-b67c-21988102f9a4 2018-08-20 16:33:08,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 16:33:08,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.10", "port_id": "970ae49d-bb25-473f-992d-78b75e6e5f15"}}' 2018-08-20 16:33:10,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-cd200013-864c-48ed-975c-b39b761652e4 Date: Mon, 20 Aug 2018 16:33:10 GMT RESP BODY: {"floatingip": {"router_id": "18cc0c0c-1fc0-4ff2-a5e5-794730fbba19", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:33:09Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "970ae49d-bb25-473f-992d-78b75e6e5f15", "id": "7555bc7f-e2a3-4a42-aa0d-5b7a166d4560", "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:33:09Z", "project_id": "8511eb252404411cba663db8360c4e18"}} 2018-08-20 16:33:10,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-cd200013-864c-48ed-975c-b39b761652e4 2018-08-20 16:33:10,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.30900001526s 2018-08-20 16:33:10,400 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-cd200013-864c-48ed-975c-b39b761652e4 2018-08-20 16:33:10,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:33:10,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:10,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-121d196d-1e38-4cd4-b045-62baab192e9c Date: Mon, 20 Aug 2018 16:33:10 GMT RESP BODY: {"floatingips": [{"router_id": "18cc0c0c-1fc0-4ff2-a5e5-794730fbba19", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:33:09Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "970ae49d-bb25-473f-992d-78b75e6e5f15", "id": "7555bc7f-e2a3-4a42-aa0d-5b7a166d4560", "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:33:09Z", "project_id": "8511eb252404411cba663db8360c4e18"}]} 2018-08-20 16:33:10,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-121d196d-1e38-4cd4-b045-62baab192e9c 2018-08-20 16:33:10,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0649471282959s 2018-08-20 16:33:10,474 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-121d196d-1e38-4cd4-b045-62baab192e9c 2018-08-20 16:33:10,478 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'18cc0c0c-1fc0-4ff2-a5e5-794730fbba19', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'8511eb252404411cba663db8360c4e18', 'created_at': u'2018-08-20T16:33:09Z', 'attached': True, 'updated_at': u'2018-08-20T16:33:09Z', 'id': u'7555bc7f-e2a3-4a42-aa0d-5b7a166d4560', 'floating_network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8511eb252404411cba663db8360c4e18', 'name': 'singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'18cc0c0c-1fc0-4ff2-a5e5-794730fbba19', 'project_id': u'8511eb252404411cba663db8360c4e18', 'port_id': u'970ae49d-bb25-473f-992d-78b75e6e5f15', 'port': u'970ae49d-bb25-473f-992d-78b75e6e5f15', 'network': u'51eccb3f-6587-4786-9b87-639d59173f56'}) 2018-08-20 16:33:10,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 16:33:10,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a/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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 16:33:10,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ff72c85-306f-4b5d-98c6-c02140dfd153 x-compute-request-id: req-6ff72c85-306f-4b5d-98c6-c02140dfd153 Content-Encoding: gzip Content-Length: 9589 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 478563916 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.181272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.183464] pid_max: default: 32768 minimum: 301\n[ 0.184658] ACPI: Core revision 20150930\n[ 0.186285] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.188007] Security Framework initialized\n[ 0.189088] Yama: becoming mindful.\n[ 0.190060] AppArmor: AppArmor initialized\n[ 0.191181] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.192898] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.194542] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197935] Initializing cgroup subsys io\n[ 0.199013] Initializing cgroup subsys memory\n[ 0.200177] Initializing cgroup subsys devices\n[ 0.201334] Initializing cgroup subsys freezer\n[ 0.202478] Initializing cgroup subsys net_cls\n[ 0.203620] Initializing cgroup subsys perf_event\n[ 0.204825] Initializing cgroup subsys net_prio\n[ 0.205989] Initializing cgroup subsys hugetlb\n[ 0.207131] Initializing cgroup subsys pids\n[ 0.208282] CPU: Physical Processor ID: 0\n[ 0.210042] mce: CPU supports 10 MCE banks\n[ 0.211150] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212475] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227206] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.234161] ftrace: allocating 31920 entries in 125 pages\n[ 0.259709] smpboot: Max logical packages: 1\n[ 0.260878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.262758] x2apic enabled\n[ 0.264040] Switched APIC routing to physical x2apic.\n[ 0.266722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.268564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.271727] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.274553] KVM setup paravirtual spinlock\n[ 0.276298] x86: Booted up 1 node, 1 CPUs\n[ 0.277566] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279985] devtmpfs: initialized\n[ 0.282085] evm: security.selinux\n[ 0.283036] evm: security.SMACK64\n[ 0.283981] evm: security.SMACK64EXEC\n[ 0.284982] evm: security.SMACK64TRANSMUTE\n[ 0.286075] evm: security.SMACK64MMAP\n[ 0.287083] evm: security.ima\n[ 0.287955] evm: security.capability\n[ 0.289023] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291510] pinctrl core: initialized pinctrl subsystem\n[ 0.292951] RTC time: 16:33:04, date: 08/20/18\n[ 0.294216] NET: Registered protocol family 16\n[ 0.295519] cpuidle: using governor ladder\n[ 0.296621] cpuidle: using governor menu\n[ 0.297685] PCCT header not found.\n[ 0.298691] ACPI: bus type PCI registered\n[ 0.299781] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301435] PCI: Using configuration type 1 for base access\n[ 0.303560] ACPI: Added _OSI(Module Device)\n[ 0.304721] ACPI: Added _OSI(Processor Device)\n[ 0.305883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307068] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309193] ACPI: Interpreter enabled\n[ 0.310220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320147] ACPI: (supports S0 S5)\n[ 0.321108] ACPI: Using IOAPIC for interrupt routing\n[ 0.322382] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326146] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327673] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329339] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331370] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334309] acpiphp: Slot [3] registered\n[ 0.335390] acpiphp: Slot [4] registered\n[ 0.336473] acpiphp: Slot [5] registered\n[ 0.337560] acpiphp: Slot [6] registered\n[ 0.338644] acpiphp: Slot [7] registered\n[ 0.339722] acpiphp: Slot [8] registered\n[ 0.340805] acpiphp: Slot [9] registered\n[ 0.341870] acpiphp: Slot [10] registered\n[ 0.342968] acpiphp: Slot [11] registered\n[ 0.344070] acpiphp: Slot [12] registered\n[ 0.345172] acpiphp: Slot [13] registered\n[ 0.346265] acpiphp: Slot [14] registered\n[ 0.347365] acpiphp: Slot [15] registered\n[ 0.362318] acpiphp: Slot [16] registered\n[ 0.363418] acpiphp: Slot [17] registered\n[ 0.364501] acpiphp: Slot [18] registered\n[ 0.365593] acpiphp: Slot [19] registered\n[ 0.366690] acpiphp: Slot [20] registered\n[ 0.367796] acpiphp: Slot [21] registered\n[ 0.368895] acpiphp: Slot [22] registered\n[ 0.369992] acpiphp: Slot [23] registered\n[ 0.371091] acpiphp: Slot [24] registered\n[ 0.372192] acpiphp: Slot [25] registered\n[ 0.373289] acpiphp: Slot [26] registered\n[ 0.374379] acpiphp: Slot [27] registered\n[ 0.375483] acpiphp: Slot [28] registered\n[ 0.376586] acpiphp: Slot [29] registered\n[ 0.377686] acpiphp: Slot [30] registered\n[ 0.378778] acpiphp: Slot [31] registered\n[ 0.380221] PCI host bridge to bus 0000:00\n[ 0.381366] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.382997] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.384620] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.386587] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.388547] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.390552] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.394469] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.396169] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.397739] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.399429] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.403804] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.405751] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.426518] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.428484] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.430809] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.432696] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.434622] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436296] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438054] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.439455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.441534] vgaarb: loaded\n[ 0.442352] vgaarb: bridge control possible 0000:00:02.0\n[ 0.443978] SCSI subsystem initialized\n[ 0.445220] ACPI: bus type USB registered\n[ 0.446330] usbcore: registered new interface driver usbfs\n[ 0.447703] usbcore: registered new interface driver hub\n[ 0.449024] usbcore: registered new device driver usb\n[ 0.450491] PCI: Using ACPI for IRQ routing\n[ 0.451984] NetLabel: Initializing\n[ 0.452952] NetLabel: domain hash size = 128\n[ 0.454097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.455380] NetLabel: unlabeled traffic allowed by default\n[ 0.456933] clocksource: Switched to clocksource kvm-clock\n[ 0.466998] AppArmor: AppArmor Filesystem Enabled\n[ 0.468291] pnp: PnP ACPI init\n[ 0.469506] pnp: PnP ACPI: found 5 devices\n[ 0.476301] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.478595] NET: Registered protocol family 2\n[ 0.480286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482074] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.483682] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485297] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486748] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488306] NET: Registered protocol family 1\n[ 0.489480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.490944] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.506853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521414] Trying to unpack rootfs image as initramfs...\n[ 0.584301] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589292] Scanning for low memory corruption every 60 seconds\n[ 0.591424] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593000] audit: initializing netlink subsys (disabled)\n[ 0.594424] audit: type=2000 audit(1534782785.040:1): initialized\n[ 0.596254] Initialise system trusted keyring\n[ 0.597645] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.599204] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.601898] zbud: loaded\n[ 0.602880] VFS: Disk quotas dquot_6.6.0\n[ 0.603996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.606133] fuse init (API version 7.23)\n[ 0.607341] Key type big_key registered\n[ 0.608422] Allocating IMA MOK and blacklist keyrings.\n[ 0.610152] Key type asymmetric registered\n[ 0.611266] Asymmetric key parser 'x509' registered\n[ 0.612555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.614581] io scheduler noop registered\n[ 0.615648] io scheduler deadline registered (default)\n[ 0.617001] io scheduler cfq registered\n[ 0.618167] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.623256] ACPI: Power Button [PWRF]\n[ 0.624460] GHES: HEST is not enabled!\n[ 0.638975] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668543] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695058] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698025] Linux agpgart interface v0.103\n[ 0.701368] brd: module loaded\n[ 0.703536] loop: module loaded\n[ 0.708702] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.710697] GPT:90111 != 2097151\n[ 0.711628] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713116] GPT:90111 != 2097151\n[ 0.714048] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715359] vda: vda1 vda15\n[ 0.717029] scsi host0: ata_piix\n[ 0.718087] scsi host1: ata_piix\n[ 0.719070] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722671] libphy: Fixed MDIO Bus: probed\n[ 0.723798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725103] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728309] PPP generic driver version 2.4.2\n[ 0.730012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.732321] ehci-pci: EHCI PCI platform driver\n[ 0.734019] ehci-platform: EHCI generic platform driver\n[ 0.735628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.737119] ohci-pci: OHCI PCI platform driver\n[ 0.738289] ohci-platform: OHCI generic platform driver\n[ 0.739595] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.754187] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.755513] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.757516] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.758879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.760411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.762067] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.764007] usb usb1: Product: UHCI Host Controller\n[ 0.765257] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.766774] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.768184] hub 1-0:1.0: USB hub found\n[ 0.769257] hub 1-0:1.0: 2 ports detected\n[ 0.770515] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.773380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.774712] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.776122] mousedev: PS/2 mouse device common for all mice\n[ 0.777828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.780290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.781826] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.783427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.785044] i2c /dev entries driver\n[ 0.786085] device-mapper: uevent: version 1.0.3\n[ 0.787371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.789604] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.791443] NET: Registered protocol family 10\n[ 0.792990] NET: Registered protocol family 17\n[ 0.794203] Key type dns_resolver registered\n[ 0.795501] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.799383] registered taskstats version 1\n[ 0.800524] Loading compiled-in X.509 certificates\n[ 0.802344] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804869] zswap: loaded using pool lzo/zbud\n[ 0.806921] Key type trusted registered\n[ 0.809018] Key type encrypted registered\n[ 0.810123] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811527] ima: No TPM chip found, activating TPM-bypass!\n[ 0.812951] evm: HMAC attrs: 0x1\n[ 0.814231] Magic number: 14:242:591\n[ 0.815397] rtc_cmos 00:00: setting system clock to 2018-08-20 16:33:05 UTC (1534782785)\n[ 0.817594] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819098] EDD information not available.\n[ 0.882497] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.898717] Write protecting the kernel read-only data: 14336k\n[ 0.901663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904120] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\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.061468] 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.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMoJBWL33JJOEWcIFnoOu+dATxfZ4QQK1wweAxGZvskqkx6YqAFeTy/kMcfnjKfnhyPmL2LYJ7YfxZYLDcaJGx3yx7ATPoiBnqEKG3890BDfmAwFO3EgpaTeqmOELpGA/dYRgnn8/ZkkeG78WyZB+9tMemoaAU2wT4IwJGjYJCO1VgbiUbFxpl/blWsrfNekVmpof8IcrVneNGf4uSm35v/HofBRHsQgoHERGHupIlIbV/9HHGAasVfbKGWRZLY85vr5D8Ku7Wb12aqKAmDRfBXjmHHB+qE59opyttlyl45z1nR7rJxTdmG9l5/ckL8DZJhGRUmXfZqUEnlQtMsolP root@singlevm2-vm-25513722-a03c-4727-87a3-7664696e5dc5\nssh-dss AAAAB3NzaC1kc3MAAACBALKQcEAFArQQv6bkFNaeiLrL2Wtc5/9mosik0yWqgN5fuKHvXAwsqxcCkInQWiMSeB9uYuDX5xCddz3b9cezQpPTiq8hpkgMv7Su7nq5sc7ktbYAEkm2Oi/V25rZXQ0UkgTJycRQiaEuuOAsUj7DdiQFkdYC6tLuNSH2nrMXnIYzAAAAFQCnQj4hrzemq4R3lbdTSwgBZDzIiwAAAIAypKtETR3mzVDxPhiQCb1JBrDLEeKWPLgAu9OtMciql8JaPtibhQ34Nogi1v0DRjY4AwsNsgCbhZd67s69apPToWiUEk4Mgjo/v84SEw7tQ9XeKHovkdQTtFL4qiJHEu6U7rowbsGOxpPoZP2ntdr9slazZnmcQsNquaI0T2YR6AAAAIEAjaGnIdNdgWfUYbL9LgNPt9X2gexms/p/x+4fw9CvZ6a9Mi9QEeOHQnlWWfwGDWk1RBI61xuqiW3vYTL1yc2iys2mK9Vv79t8zHOSGsEcCG4siLn/Kr4p1kyzBIfQ5+TDKl5Wd2Vzb+pyNmdR4PNjs644ncITX71OYySdfEbnXgs= root@singlevm2-vm-25513722-a03c-4727-87a3-7664696e5dc5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:feb0:edef/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.10 \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-25513722-a03c-4727-87a3-7664696e5dc5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.87 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-25513722-a03c-4727-87a3-7664696e5dc5 login: "} 2018-08-20 16:33:10,756 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a/action used request id req-6ff72c85-306f-4b5d-98c6-c02140dfd153 2018-08-20 16:33:10,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.27712392807s 2018-08-20 16:33:10,757 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a/action used request id req-6ff72c85-306f-4b5d-98c6-c02140dfd153 2018-08-20 16:33:10,757 - 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 478563916 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.181272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.183464] pid_max: default: 32768 minimum: 301 [ 0.184658] ACPI: Core revision 20150930 [ 0.186285] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.188007] Security Framework initialized [ 0.189088] Yama: becoming mindful. [ 0.190060] AppArmor: AppArmor initialized [ 0.191181] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.192898] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.194542] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196125] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197935] Initializing cgroup subsys io [ 0.199013] Initializing cgroup subsys memory [ 0.200177] Initializing cgroup subsys devices [ 0.201334] Initializing cgroup subsys freezer [ 0.202478] Initializing cgroup subsys net_cls [ 0.203620] Initializing cgroup subsys perf_event [ 0.204825] Initializing cgroup subsys net_prio [ 0.205989] Initializing cgroup subsys hugetlb [ 0.207131] Initializing cgroup subsys pids [ 0.208282] CPU: Physical Processor ID: 0 [ 0.210042] mce: CPU supports 10 MCE banks [ 0.211150] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212475] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227206] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.234161] ftrace: allocating 31920 entries in 125 pages [ 0.259709] smpboot: Max logical packages: 1 [ 0.260878] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.262758] x2apic enabled [ 0.264040] Switched APIC routing to physical x2apic. [ 0.266722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.268564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.271727] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.274553] KVM setup paravirtual spinlock [ 0.276298] x86: Booted up 1 node, 1 CPUs [ 0.277566] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.279985] devtmpfs: initialized [ 0.282085] evm: security.selinux [ 0.283036] evm: security.SMACK64 [ 0.283981] evm: security.SMACK64EXEC [ 0.284982] evm: security.SMACK64TRANSMUTE [ 0.286075] evm: security.SMACK64MMAP [ 0.287083] evm: security.ima [ 0.287955] evm: security.capability [ 0.289023] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291510] pinctrl core: initialized pinctrl subsystem [ 0.292951] RTC time: 16:33:04, date: 08/20/18 [ 0.294216] NET: Registered protocol family 16 [ 0.295519] cpuidle: using governor ladder [ 0.296621] cpuidle: using governor menu [ 0.297685] PCCT header not found. [ 0.298691] ACPI: bus type PCI registered [ 0.299781] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.301435] PCI: Using configuration type 1 for base access [ 0.303560] ACPI: Added _OSI(Module Device) [ 0.304721] ACPI: Added _OSI(Processor Device) [ 0.305883] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307068] ACPI: Added _OSI(Processor Aggregator Device) [ 0.309193] ACPI: Interpreter enabled [ 0.310220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.312710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.315182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.320147] ACPI: (supports S0 S5) [ 0.321108] ACPI: Using IOAPIC for interrupt routing [ 0.322382] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326146] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327673] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329339] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.331370] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.334309] acpiphp: Slot [3] registered [ 0.335390] acpiphp: Slot [4] registered [ 0.336473] acpiphp: Slot [5] registered [ 0.337560] acpiphp: Slot [6] registered [ 0.338644] acpiphp: Slot [7] registered [ 0.339722] acpiphp: Slot [8] registered [ 0.340805] acpiphp: Slot [9] registered [ 0.341870] acpiphp: Slot [10] registered [ 0.342968] acpiphp: Slot [11] registered [ 0.344070] acpiphp: Slot [12] registered [ 0.345172] acpiphp: Slot [13] registered [ 0.346265] acpiphp: Slot [14] registered [ 0.347365] acpiphp: Slot [15] registered [ 0.362318] acpiphp: Slot [16] registered [ 0.363418] acpiphp: Slot [17] registered [ 0.364501] acpiphp: Slot [18] registered [ 0.365593] acpiphp: Slot [19] registered [ 0.366690] acpiphp: Slot [20] registered [ 0.367796] acpiphp: Slot [21] registered [ 0.368895] acpiphp: Slot [22] registered [ 0.369992] acpiphp: Slot [23] registered [ 0.371091] acpiphp: Slot [24] registered [ 0.372192] acpiphp: Slot [25] registered [ 0.373289] acpiphp: Slot [26] registered [ 0.374379] acpiphp: Slot [27] registered [ 0.375483] acpiphp: Slot [28] registered [ 0.376586] acpiphp: Slot [29] registered [ 0.377686] acpiphp: Slot [30] registered [ 0.378778] acpiphp: Slot [31] registered [ 0.380221] PCI host bridge to bus 0000:00 [ 0.381366] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.382997] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.384620] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.386587] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.388547] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.390552] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.394469] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.396169] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.397739] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.399429] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.403804] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.405751] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.426518] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.428484] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.430809] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.432696] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.434622] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.436296] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.438054] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.439455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.441534] vgaarb: loaded [ 0.442352] vgaarb: bridge control possible 0000:00:02.0 [ 0.443978] SCSI subsystem initialized [ 0.445220] ACPI: bus type USB registered [ 0.446330] usbcore: registered new interface driver usbfs [ 0.447703] usbcore: registered new interface driver hub [ 0.449024] usbcore: registered new device driver usb [ 0.450491] PCI: Using ACPI for IRQ routing [ 0.451984] NetLabel: Initializing [ 0.452952] NetLabel: domain hash size = 128 [ 0.454097] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.455380] NetLabel: unlabeled traffic allowed by default [ 0.456933] clocksource: Switched to clocksource kvm-clock [ 0.466998] AppArmor: AppArmor Filesystem Enabled [ 0.468291] pnp: PnP ACPI init [ 0.469506] pnp: PnP ACPI: found 5 devices [ 0.476301] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.478595] NET: Registered protocol family 2 [ 0.480286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.482074] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.483682] TCP: Hash tables configured (established 4096 bind 4096) [ 0.485297] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.486748] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.488306] NET: Registered protocol family 1 [ 0.489480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.490944] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.492372] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.506853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.521414] Trying to unpack rootfs image as initramfs... [ 0.584301] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.589292] Scanning for low memory corruption every 60 seconds [ 0.591424] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.593000] audit: initializing netlink subsys (disabled) [ 0.594424] audit: type=2000 audit(1534782785.040:1): initialized [ 0.596254] Initialise system trusted keyring [ 0.597645] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.599204] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.601898] zbud: loaded [ 0.602880] VFS: Disk quotas dquot_6.6.0 [ 0.603996] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.606133] fuse init (API version 7.23) [ 0.607341] Key type big_key registered [ 0.608422] Allocating IMA MOK and blacklist keyrings. [ 0.610152] Key type asymmetric registered [ 0.611266] Asymmetric key parser 'x509' registered [ 0.612555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.614581] io scheduler noop registered [ 0.615648] io scheduler deadline registered (default) [ 0.617001] io scheduler cfq registered [ 0.618167] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.619559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.621293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.623256] ACPI: Power Button [PWRF] [ 0.624460] GHES: HEST is not enabled! [ 0.638975] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.668543] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.671427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.695058] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.698025] Linux agpgart interface v0.103 [ 0.701368] brd: module loaded [ 0.703536] loop: module loaded [ 0.708702] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.710697] GPT:90111 != 2097151 [ 0.711628] GPT:Alternate GPT header not at the end of the disk. [ 0.713116] GPT:90111 != 2097151 [ 0.714048] GPT: Use GNU Parted to correct GPT errors. [ 0.715359] vda: vda1 vda15 [ 0.717029] scsi host0: ata_piix [ 0.718087] scsi host1: ata_piix [ 0.719070] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.720710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.722671] libphy: Fixed MDIO Bus: probed [ 0.723798] tun: Universal TUN/TAP device driver, 1.6 [ 0.725103] tun: (C) 1999-2004 Max Krasnyansky [ 0.728309] PPP generic driver version 2.4.2 [ 0.730012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.732321] ehci-pci: EHCI PCI platform driver [ 0.734019] ehci-platform: EHCI generic platform driver [ 0.735628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.737119] ohci-pci: OHCI PCI platform driver [ 0.738289] ohci-platform: OHCI generic platform driver [ 0.739595] uhci_hcd: USB Universal Host Controller Interface driver [ 0.754187] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.755513] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.757516] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.758879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.760411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.762067] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.764007] usb usb1: Product: UHCI Host Controller [ 0.765257] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.766774] usb usb1: SerialNumber: 0000:00:01.2 [ 0.768184] hub 1-0:1.0: USB hub found [ 0.769257] hub 1-0:1.0: 2 ports detected [ 0.770515] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.773380] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.774712] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.776122] mousedev: PS/2 mouse device common for all mice [ 0.777828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.780290] rtc_cmos 00:00: RTC can wake from S4 [ 0.781826] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.783427] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.785044] i2c /dev entries driver [ 0.786085] device-mapper: uevent: version 1.0.3 [ 0.787371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.789604] ledtrig-cpu: registered to indicate activity on CPUs [ 0.791443] NET: Registered protocol family 10 [ 0.792990] NET: Registered protocol family 17 [ 0.794203] Key type dns_resolver registered [ 0.795501] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.796989] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.799383] registered taskstats version 1 [ 0.800524] Loading compiled-in X.509 certificates [ 0.802344] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.804869] zswap: loaded using pool lzo/zbud [ 0.806921] Key type trusted registered [ 0.809018] Key type encrypted registered [ 0.810123] AppArmor: AppArmor sha1 policy hashing enabled [ 0.811527] ima: No TPM chip found, activating TPM-bypass! [ 0.812951] evm: HMAC attrs: 0x1 [ 0.814231] Magic number: 14:242:591 [ 0.815397] rtc_cmos 00:00: setting system clock to 2018-08-20 16:33:05 UTC (1534782785) [ 0.817594] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.819098] EDD information not available. [ 0.882497] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.898717] Write protecting the kernel read-only data: 14336k [ 0.901663] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904120] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 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.061468] 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.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMoJBWL33JJOEWcIFnoOu+dATxfZ4QQK1wweAxGZvskqkx6YqAFeTy/kMcfnjKfnhyPmL2LYJ7YfxZYLDcaJGx3yx7ATPoiBnqEKG3890BDfmAwFO3EgpaTeqmOELpGA/dYRgnn8/ZkkeG78WyZB+9tMemoaAU2wT4IwJGjYJCO1VgbiUbFxpl/blWsrfNekVmpof8IcrVneNGf4uSm35v/HofBRHsQgoHERGHupIlIbV/9HHGAasVfbKGWRZLY85vr5D8Ku7Wb12aqKAmDRfBXjmHHB+qE59opyttlyl45z1nR7rJxTdmG9l5/ckL8DZJhGRUmXfZqUEnlQtMsolP root@singlevm2-vm-25513722-a03c-4727-87a3-7664696e5dc5 ssh-dss AAAAB3NzaC1kc3MAAACBALKQcEAFArQQv6bkFNaeiLrL2Wtc5/9mosik0yWqgN5fuKHvXAwsqxcCkInQWiMSeB9uYuDX5xCddz3b9cezQpPTiq8hpkgMv7Su7nq5sc7ktbYAEkm2Oi/V25rZXQ0UkgTJycRQiaEuuOAsUj7DdiQFkdYC6tLuNSH2nrMXnIYzAAAAFQCnQj4hrzemq4R3lbdTSwgBZDzIiwAAAIAypKtETR3mzVDxPhiQCb1JBrDLEeKWPLgAu9OtMciql8JaPtibhQ34Nogi1v0DRjY4AwsNsgCbhZd67s69apPToWiUEk4Mgjo/v84SEw7tQ9XeKHovkdQTtFL4qiJHEu6U7rowbsGOxpPoZP2ntdr9slazZnmcQsNquaI0T2YR6AAAAIEAjaGnIdNdgWfUYbL9LgNPt9X2gexms/p/x+4fw9CvZ6a9Mi9QEeOHQnlWWfwGDWk1RBI61xuqiW3vYTL1yc2iys2mK9Vv79t8zHOSGsEcCG4siLn/Kr4p1kyzBIfQ5+TDKl5Wd2Vzb+pyNmdR4PNjs644ncITX71OYySdfEbnXgs= root@singlevm2-vm-25513722-a03c-4727-87a3-7664696e5dc5 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:feb0:edef/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.10 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-25513722-a03c-4727-87a3-7664696e5dc5 launch-index: 0 === cirros: current=0.4.0 uptime=3.87 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-25513722-a03c-4727-87a3-7664696e5dc5 login: 2018-08-20 16:33:11,758 - paramiko.transport - DEBUG - starting thread (client mode): 0x3f231790L 2018-08-20 16:33:11,759 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 16:33:11,759 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 16:33:11,759 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 16:33:11,760 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 16:33:11,761 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 16:33:11,761 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 16:33:11,761 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 16:33:11,761 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 16:33:11,761 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 16:33:11,778 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 16:33:11,779 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 16:33:11,791 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: 5ace764252915389fcf32afd2b4ce088 2018-08-20 16:33:11,792 - paramiko.transport - DEBUG - Trying discovered key 0ca62e4e7ed31cb40d65835a51dce507 in /tmp/tmp5Xj4qB 2018-08-20 16:33:11,817 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 16:33:11,824 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 16:33:11,857 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 16:33:11,858 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 16:33:11,858 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 16:33:11,859 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 16:33:11,860 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 16:33:11,860 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-20 16:33:11,861 - functest.core.singlevm - DEBUG - error: 2018-08-20 16:33:11,865 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 16:33:11,970 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:33:11,970 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:34 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 16:33:11,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 16:33:11,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/7555bc7f-e2a3-4a42-aa0d-5b7a166d4560.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:13,287 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f9140b8-fb26-4aa2-9806-57328c54c747 Content-Length: 0 Date: Mon, 20 Aug 2018 16:33:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:33:13,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/7555bc7f-e2a3-4a42-aa0d-5b7a166d4560.json used request id req-5f9140b8-fb26-4aa2-9806-57328c54c747 2018-08-20 16:33:13,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.31059193611s 2018-08-20 16:33:13,287 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/7555bc7f-e2a3-4a42-aa0d-5b7a166d4560.json used request id req-5f9140b8-fb26-4aa2-9806-57328c54c747 2018-08-20 16:33:13,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:33:13,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:13,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d67d814d-d1a5-4bed-b8e2-b04aae74972a Date: Mon, 20 Aug 2018 16:33:13 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:33:13,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-d67d814d-d1a5-4bed-b8e2-b04aae74972a 2018-08-20 16:33:13,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0610461235046s 2018-08-20 16:33:13,353 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-d67d814d-d1a5-4bed-b8e2-b04aae74972a 2018-08-20 16:33:13,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 16:33:13,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:13,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:33:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e07d5b4-5fb6-4ec5-8cb7-b6a0584d89dd x-compute-request-id: req-9e07d5b4-5fb6-4ec5-8cb7-b6a0584d89dd Content-Type: application/json 2018-08-20 16:33:13,717 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a used request id req-9e07d5b4-5fb6-4ec5-8cb7-b6a0584d89dd 2018-08-20 16:33:13,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.362434864044s 2018-08-20 16:33:13,717 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a used request id req-9e07d5b4-5fb6-4ec5-8cb7-b6a0584d89dd 2018-08-20 16:33:13,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:33:13,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:14,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cc18aca-16ca-4d0f-b2e4-74403cbb7cec x-compute-request-id: req-9cc18aca-16ca-4d0f-b2e4-74403cbb7cec Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ed:ef", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ed:ef", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b376f830-7907-45fa-b831-89ca2d81946a", "rel": "bookmark"}], "image": {"id": "027fc409-83df-4941-acba-98bc84fc1279", "links": [{"href": "http://172.30.9.23:8774/images/027fc409-83df-4941-acba-98bc84fc1279", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:33:04.000000", "flavor": {"id": "6b6078f7-5988-4d15-88b7-29988078c329", "links": [{"href": "http://172.30.9.23:8774/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "rel": "bookmark"}]}, "id": "b376f830-7907-45fa-b831-89ca2d81946a", "security_groups": [{"name": "singlevm2-sg_25513722-a03c-4727-87a3-7664696e5dc5"}], "user_id": "1f0fd89627724a6aa41eb5f7c0b39c29", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:33:13Z", "hostId": "7ac2fb301a3168389b9123e603855f24a0498246b7c5b847d62ac34d", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5", "name": "singlevm2-vm_25513722-a03c-4727-87a3-7664696e5dc5", "created": "2018-08-20T16:32:55Z", "tenant_id": "8511eb252404411cba663db8360c4e18", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:33:14,962 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9cc18aca-16ca-4d0f-b2e4-74403cbb7cec 2018-08-20 16:33:14,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2450799942s 2018-08-20 16:33:14,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9cc18aca-16ca-4d0f-b2e4-74403cbb7cec 2018-08-20 16:33:14,965 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:33:16,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:33:16,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:17,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-377b7af0-00e5-4b43-b086-76ee41e3480a x-compute-request-id: req-377b7af0-00e5-4b43-b086-76ee41e3480a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 16:33:17,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-377b7af0-00e5-4b43-b086-76ee41e3480a 2018-08-20 16:33:17,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0940008163452s 2018-08-20 16:33:17,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-377b7af0-00e5-4b43-b086-76ee41e3480a 2018-08-20 16:33:17,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:33:17,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:17,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-acef055e-c81b-43f2-b028-425a8af716ad Date: Mon, 20 Aug 2018 16:33:17 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:48Z", "updated_at": "2018-08-20T16:32:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:49Z", "revision_number": 0, "id": "05a57790-08ca-46fe-882f-ef9bbdab3ae2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:49Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T16:32:49Z", "revision_number": 0, "id": "aaa5698c-5ce5-46d0-bb69-f37c98997e39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:49Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:48Z", "revision_number": 0, "id": "b8f2e949-87ee-4448-b61c-ec16c9004295", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:48Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:48Z", "revision_number": 0, "id": "c9969e4d-c8fd-4102-9f29-720195682b96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:48Z", "security_group_id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 3, "project_id": "8511eb252404411cba663db8360c4e18", "id": "a092f6a5-8ab4-4c57-9107-80e0b4b152b0", "name": "singlevm2-sg_25513722-a03c-4727-87a3-7664696e5dc5"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 16:33:17,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-acef055e-c81b-43f2-b028-425a8af716ad 2018-08-20 16:33:17,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0617730617523s 2018-08-20 16:33:17,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-acef055e-c81b-43f2-b028-425a8af716ad 2018-08-20 16:33:17,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 16:33:17,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/a092f6a5-8ab4-4c57-9107-80e0b4b152b0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:17,845 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cec8f6eb-6a31-4839-b93a-0edaba5b1f0e Content-Length: 0 Date: Mon, 20 Aug 2018 16:33:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:33:17,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a092f6a5-8ab4-4c57-9107-80e0b4b152b0.json used request id req-cec8f6eb-6a31-4839-b93a-0edaba5b1f0e 2018-08-20 16:33:17,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.716101169586s 2018-08-20 16:33:17,846 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/a092f6a5-8ab4-4c57-9107-80e0b4b152b0.json used request id req-cec8f6eb-6a31-4839-b93a-0edaba5b1f0e 2018-08-20 16:33:17,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 16:33:17,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:17,927 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:33: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-0c08760c-b7a6-43d1-97e6-81dc02cf9142 x-compute-request-id: req-0c08760c-b7a6-43d1-97e6-81dc02cf9142 Content-Length: 0 Content-Type: application/json 2018-08-20 16:33:17,927 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5 used request id req-0c08760c-b7a6-43d1-97e6-81dc02cf9142 2018-08-20 16:33:17,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0808341503143s 2018-08-20 16:33:17,927 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_25513722-a03c-4727-87a3-7664696e5dc5 used request id req-0c08760c-b7a6-43d1-97e6-81dc02cf9142 2018-08-20 16:33:17,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:33:17,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/18cc0c0c-1fc0-4ff2-a5e5-794730fbba19/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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" -d '{"subnet_id": "2e02f946-636d-4ee7-a201-76ffb2cf4857"}' 2018-08-20 16:33:19,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-47bc67de-bec2-499a-aeb8-112d1b2214d0 Date: Mon, 20 Aug 2018 16:33:19 GMT RESP BODY: {"network_id": "fe86be25-b3a0-41d0-b3dd-b159243af0bf", "tenant_id": "8511eb252404411cba663db8360c4e18", "subnet_id": "2e02f946-636d-4ee7-a201-76ffb2cf4857", "subnet_ids": ["2e02f946-636d-4ee7-a201-76ffb2cf4857"], "port_id": "b2e0bf63-0858-4da2-bc11-34d49ea58f54", "id": "18cc0c0c-1fc0-4ff2-a5e5-794730fbba19"} 2018-08-20 16:33:19,622 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/18cc0c0c-1fc0-4ff2-a5e5-794730fbba19/remove_router_interface.json used request id req-47bc67de-bec2-499a-aeb8-112d1b2214d0 2018-08-20 16:33:19,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.69459199905s 2018-08-20 16:33:19,623 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/18cc0c0c-1fc0-4ff2-a5e5-794730fbba19/remove_router_interface.json used request id req-47bc67de-bec2-499a-aeb8-112d1b2214d0 returning object 18cc0c0c-1fc0-4ff2-a5e5-794730fbba19 2018-08-20 16:33:19,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:33:19,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:19,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-2430e46c-df25-4cc4-bc4e-2d46f49dab8c Date: Mon, 20 Aug 2018 16:33:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:40Z", "admin_state_up": true, "updated_at": "2018-08-20T16:33:18Z", "revision_number": 4, "routes": [], "project_id": "8511eb252404411cba663db8360c4e18", "id": "18cc0c0c-1fc0-4ff2-a5e5-794730fbba19", "name": "singlevm2-router_25513722-a03c-4727-87a3-7664696e5dc5"}]} 2018-08-20 16:33:19,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-2430e46c-df25-4cc4-bc4e-2d46f49dab8c 2018-08-20 16:33:19,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.143877983093s 2018-08-20 16:33:19,768 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-2430e46c-df25-4cc4-bc4e-2d46f49dab8c 2018-08-20 16:33:19,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:33:19,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/18cc0c0c-1fc0-4ff2-a5e5-794730fbba19.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:21,237 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40b3415e-3fbe-4c10-a7d7-f8b5fe6429f2 Content-Length: 0 Date: Mon, 20 Aug 2018 16:33:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:33:21,237 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/18cc0c0c-1fc0-4ff2-a5e5-794730fbba19.json used request id req-40b3415e-3fbe-4c10-a7d7-f8b5fe6429f2 2018-08-20 16:33:21,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.46858286858s 2018-08-20 16:33:21,238 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/18cc0c0c-1fc0-4ff2-a5e5-794730fbba19.json used request id req-40b3415e-3fbe-4c10-a7d7-f8b5fe6429f2 2018-08-20 16:33:21,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:33:21,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:21,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-977b1d39-e69f-4d8b-ad9c-1094a6b3f8b2 Date: Mon, 20 Aug 2018 16:33:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:32:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"8511eb252404411cba663db8360c4e18","id":"2e02f946-636d-4ee7-a201-76ffb2cf4857","subnetpool_id":null,"name":"singlevm2-subnet_25513722-a03c-4727-87a3-7664696e5dc5"}]} 2018-08-20 16:33:21,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-977b1d39-e69f-4d8b-ad9c-1094a6b3f8b2 2018-08-20 16:33:21,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0420830249786s 2018-08-20 16:33:21,281 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-977b1d39-e69f-4d8b-ad9c-1094a6b3f8b2 2018-08-20 16:33:21,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:33:21,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/2e02f946-636d-4ee7-a201-76ffb2cf4857.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:23,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be364e28-5b54-4832-a0e6-45b66adb29a3 Date: Mon, 20 Aug 2018 16:33:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:33:23,538 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/2e02f946-636d-4ee7-a201-76ffb2cf4857.json used request id req-be364e28-5b54-4832-a0e6-45b66adb29a3 2018-08-20 16:33:23,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.25526690483s 2018-08-20 16:33:23,538 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/2e02f946-636d-4ee7-a201-76ffb2cf4857.json used request id req-be364e28-5b54-4832-a0e6-45b66adb29a3 2018-08-20 16:33:23,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:33:23,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:23,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-c790ac09-c916-4085-b235-e4cead16151d Date: Mon, 20 Aug 2018 16:33:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:33:23Z","tenant_id":"8511eb252404411cba663db8360c4e18","created_at":"2018-08-20T16:32:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8511eb252404411cba663db8360c4e18","id":"fe86be25-b3a0-41d0-b3dd-b159243af0bf","name":"singlevm2-net_25513722-a03c-4727-87a3-7664696e5dc5"}]} 2018-08-20 16:33:23,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c790ac09-c916-4085-b235-e4cead16151d 2018-08-20 16:33:23,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0977158546448s 2018-08-20 16:33:23,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c790ac09-c916-4085-b235-e4cead16151d 2018-08-20 16:33:23,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:33:23,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/fe86be25-b3a0-41d0-b3dd-b159243af0bf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:25,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-04518125-026b-45b6-8eb8-c95629130560 Date: Mon, 20 Aug 2018 16:33:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:33:25,601 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/fe86be25-b3a0-41d0-b3dd-b159243af0bf.json used request id req-04518125-026b-45b6-8eb8-c95629130560 2018-08-20 16:33:25,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.96288204193s 2018-08-20 16:33:25,601 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/fe86be25-b3a0-41d0-b3dd-b159243af0bf.json used request id req-04518125-026b-45b6-8eb8-c95629130560 2018-08-20 16:33:25,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:33:25,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:25,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-5a038e3f-cdca-44f0-aac9-46dabb2b6d42 Date: Mon, 20 Aug 2018 16:33:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:32:46Z", "file": "/v2/images/027fc409-83df-4941-acba-98bc84fc1279/file", "owner": "8511eb252404411cba663db8360c4e18", "id": "027fc409-83df-4941-acba-98bc84fc1279", "size": 12716032, "self": "/v2/images/027fc409-83df-4941-acba-98bc84fc1279", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/027fc409-83df-4941-acba-98bc84fc1279/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/027fc409-83df-4941-acba-98bc84fc1279/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_25513722-a03c-4727-87a3-7664696e5dc5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:32:45Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:33:25,644 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5a038e3f-cdca-44f0-aac9-46dabb2b6d42 2018-08-20 16:33:25,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391249656677s 2018-08-20 16:33:25,645 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5a038e3f-cdca-44f0-aac9-46dabb2b6d42 2018-08-20 16:33:25,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 16:33:25,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/027fc409-83df-4941-acba-98bc84fc1279 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab1dcc5ef090e9d09d2aaa7bb73e8c1d0c7dbdfd" 2018-08-20 16:33:27,028 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-74e9bc48-9102-433b-9101-7bfaa4647a82 Date: Mon, 20 Aug 2018 16:33:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:33:27,029 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/027fc409-83df-4941-acba-98bc84fc1279 used request id req-74e9bc48-9102-433b-9101-7bfaa4647a82 2018-08-20 16:33:27,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.38216090202s 2018-08-20 16:33:27,029 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/027fc409-83df-4941-acba-98bc84fc1279 used request id req-74e9bc48-9102-433b-9101-7bfaa4647a82 2018-08-20 16:33:27,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:33:27,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:33:27,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33: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-43482c38-6689-45a4-b6f3-42e809c75483 x-compute-request-id: req-43482c38-6689-45a4-b6f3-42e809c75483 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_25513722-a03c-4727-87a3-7664696e5dc5", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b6078f7-5988-4d15-88b7-29988078c329", "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": "6b6078f7-5988-4d15-88b7-29988078c329"}]} 2018-08-20 16:33:27,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-43482c38-6689-45a4-b6f3-42e809c75483 2018-08-20 16:33:27,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.133534908295s 2018-08-20 16:33:27,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-43482c38-6689-45a4-b6f3-42e809c75483 2018-08-20 16:33:27,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 16:33:27,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/6b6078f7-5988-4d15-88b7-29988078c329 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:33:27,213 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:33:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6e55b00a-5225-490c-8390-acf8fb197a83 x-compute-request-id: req-6e55b00a-5225-490c-8390-acf8fb197a83 Content-Length: 0 Content-Type: application/json 2018-08-20 16:33:27,213 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6b6078f7-5988-4d15-88b7-29988078c329 used request id req-6e55b00a-5225-490c-8390-acf8fb197a83 2018-08-20 16:33:27,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0484569072723s 2018-08-20 16:33:27,214 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6b6078f7-5988-4d15-88b7-29988078c329 used request id req-6e55b00a-5225-490c-8390-acf8fb197a83 2018-08-20 16:33:27,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:33:27,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:33:27,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e60dc65-de54-46a8-a13d-0952f1358cb3 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "singlevm2-user_25513722-a03c-4727-87a3-7664696e5dc5", "links": {"self": "http://172.30.9.23:5000/v3/users/1f0fd89627724a6aa41eb5f7c0b39c29"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f0fd89627724a6aa41eb5f7c0b39c29", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:33:27,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1e60dc65-de54-46a8-a13d-0952f1358cb3 2018-08-20 16:33:27,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220980167389s 2018-08-20 16:33:27,436 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1e60dc65-de54-46a8-a13d-0952f1358cb3 2018-08-20 16:33:27,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:33:27,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/1f0fd89627724a6aa41eb5f7c0b39c29 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:33:27,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2698c2ac-5d26-4556-bc5d-dbbc97fc5148 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_25513722-a03c-4727-87a3-7664696e5dc5", "links": {"self": "http://172.30.9.23:5000/v3/users/1f0fd89627724a6aa41eb5f7c0b39c29"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1f0fd89627724a6aa41eb5f7c0b39c29", "description": null}} 2018-08-20 16:33:27,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/1f0fd89627724a6aa41eb5f7c0b39c29 used request id req-2698c2ac-5d26-4556-bc5d-dbbc97fc5148 2018-08-20 16:33:27,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208079099655s 2018-08-20 16:33:27,650 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/1f0fd89627724a6aa41eb5f7c0b39c29 used request id req-2698c2ac-5d26-4556-bc5d-dbbc97fc5148 2018-08-20 16:33:27,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 16:33:27,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/1f0fd89627724a6aa41eb5f7c0b39c29 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:33:28,070 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:33:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9497542-e053-442d-921f-20d10c27c4f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:33:28,070 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/1f0fd89627724a6aa41eb5f7c0b39c29 used request id req-b9497542-e053-442d-921f-20d10c27c4f1 2018-08-20 16:33:28,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.419175863266s 2018-08-20 16:33:28,070 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/1f0fd89627724a6aa41eb5f7c0b39c29 used request id req-b9497542-e053-442d-921f-20d10c27c4f1 2018-08-20 16:33:28,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:33:28,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:33:28,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf30a64-9812-4c33-af13-9ccb2787a2d9 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/8511eb252404411cba663db8360c4e18"}, "tags": [], "enabled": true, "id": "8511eb252404411cba663db8360c4e18", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_25513722-a03c-4727-87a3-7664696e5dc5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 16:33:28,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-aaf30a64-9812-4c33-af13-9ccb2787a2d9 2018-08-20 16:33:28,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.174740076065s 2018-08-20 16:33:28,252 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-aaf30a64-9812-4c33-af13-9ccb2787a2d9 2018-08-20 16:33:28,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 16:33:28,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/8511eb252404411cba663db8360c4e18 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86f94f87392f3f3660a1a518b327eb43261d2a63" 2018-08-20 16:33:28,570 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:33:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da3a49f5-660e-4d9d-bec1-a88e8ef0d4dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:33:28,570 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8511eb252404411cba663db8360c4e18 used request id req-da3a49f5-660e-4d9d-bec1-a88e8ef0d4dd 2018-08-20 16:33:28,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.314387083054s 2018-08-20 16:33:28,571 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8511eb252404411cba663db8360c4e18 used request id req-da3a49f5-660e-4d9d-bec1-a88e8ef0d4dd 2018-08-20 16:33:28,624 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-20 16:33:28,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:33:28,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:33:28,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:33:28,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:33:28,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:33:28,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:33:28,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:33:28,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:33:28,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:33:28,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:33:28,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e815e23-799b-42b4-ba4c-a27de5734d8d Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:33:28,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0e815e23-799b-42b4-ba4c-a27de5734d8d 2018-08-20 16:33:28,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:33:29,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:33:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["p2esxXH5Rbe2BGcBvqYvuA"], "issued_at": "2018-08-20T16:33:29.000000Z"}} 2018-08-20 16:33:29,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:33:29,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:33:29,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a1d7e7ea-a378-4961-a483-1fc49a913f87 Date: Mon, 20 Aug 2018 16:33:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:33:29,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a1d7e7ea-a378-4961-a483-1fc49a913f87 2018-08-20 16:33:29,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.362432956696s 2018-08-20 16:33:29,443 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a1d7e7ea-a378-4961-a483-1fc49a913f87 2018-08-20 16:33:29,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:33:29,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:33:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca82dd51-aa84-4e15-a07d-8bcc4b3be4c9 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 16:33:29,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-ca82dd51-aa84-4e15-a07d-8bcc4b3be4c9 2018-08-20 16:33:29,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:33:29,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:33:29,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ee2a322-64a8-4f61-94e7-8eb66572b9fe Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3"}, "tags": [], "enabled": true, "id": "0dc4c689ca5f48478326a988e1b40ed3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 16:33:29,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-5ee2a322-64a8-4f61-94e7-8eb66572b9fe 2018-08-20 16:33:29,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197582006454s 2018-08-20 16:33:29,651 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-5ee2a322-64a8-4f61-94e7-8eb66572b9fe 2018-08-20 16:33:29,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 16:33:29,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}}' 2018-08-20 16:33:29,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:33:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0575f51e-cb1c-45dd-927d-d94124169a40 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.23:5000/v3/projects/11be53cfbb1c4b7e9835447c81af6f5b"}, "tags": [], "enabled": true, "id": "11be53cfbb1c4b7e9835447c81af6f5b", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}} 2018-08-20 16:33:29,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0575f51e-cb1c-45dd-927d-d94124169a40 2018-08-20 16:33:29,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.245247840881s 2018-08-20 16:33:29,903 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0575f51e-cb1c-45dd-927d-d94124169a40 2018-08-20 16:33:29,904 - 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'11be53cfbb1c4b7e9835447c81af6f5b', '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_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28'}) 2018-08-20 16:33:29,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 16:33:29,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9fa6c004-f2b6-4c41-a8f7-3586fa0bfc63", "email": null, "name": "vping_ssh-user_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}}' 2018-08-20 16:33:30,426 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:33:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88baf285-58a0-427f-a14a-7f06cf9a6d6b Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "links": {"self": "http://172.30.9.23:5000/v3/users/325910713f7143b2bd1b54253350776d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "325910713f7143b2bd1b54253350776d", "domain_id": "default", "password_expires_at": null}} 2018-08-20 16:33:30,426 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-88baf285-58a0-427f-a14a-7f06cf9a6d6b 2018-08-20 16:33:30,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.515899896622s 2018-08-20 16:33:30,426 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-88baf285-58a0-427f-a14a-7f06cf9a6d6b 2018-08-20 16:33:30,427 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'325910713f7143b2bd1b54253350776d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28'}) 2018-08-20 16:33:30,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:33:30,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:33:30,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88b731ad-fa3b-4fb4-9b94-3b35899ca995 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:33:30,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-88b731ad-fa3b-4fb4-9b94-3b35899ca995 2018-08-20 16:33:30,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1981549263s 2018-08-20 16:33:30,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-88b731ad-fa3b-4fb4-9b94-3b35899ca995 2018-08-20 16:33:30,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:33:30,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:33:30,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a08356c-60cf-44d7-b3a3-5d7a2dc95140 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:33:30,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5a08356c-60cf-44d7-b3a3-5d7a2dc95140 2018-08-20 16:33:30,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18686413765s 2018-08-20 16:33:30,820 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5a08356c-60cf-44d7-b3a3-5d7a2dc95140 2018-08-20 16:33:30,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:33:30,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:33:31,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe0a870b-82f9-410a-b113-acc52ff628c8 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:33:31,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fe0a870b-82f9-410a-b113-acc52ff628c8 2018-08-20 16:33:31,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201480150223s 2018-08-20 16:33:31,027 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fe0a870b-82f9-410a-b113-acc52ff628c8 2018-08-20 16:33:31,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:33:31,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:33:31,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f149daba-d3a9-4bbe-a63f-02727994f41b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 16:33:31,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f149daba-d3a9-4bbe-a63f-02727994f41b 2018-08-20 16:33:31,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19282078743s 2018-08-20 16:33:31,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f149daba-d3a9-4bbe-a63f-02727994f41b 2018-08-20 16:33:31,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:33:31,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:33:31,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcb9b3f4-8412-49b7-8348-05eb1a499947 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "links": {"self": "http://172.30.9.23:5000/v3/users/325910713f7143b2bd1b54253350776d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "325910713f7143b2bd1b54253350776d", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:33:31,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dcb9b3f4-8412-49b7-8348-05eb1a499947 2018-08-20 16:33:31,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216324090958s 2018-08-20 16:33:31,442 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dcb9b3f4-8412-49b7-8348-05eb1a499947 2018-08-20 16:33:31,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:33:31,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:33:31,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29709a9f-02dd-488b-8a4f-abe4e10b7297 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/11be53cfbb1c4b7e9835447c81af6f5b"}, "tags": [], "enabled": true, "id": "11be53cfbb1c4b7e9835447c81af6f5b", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:33:31,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-29709a9f-02dd-488b-8a4f-abe4e10b7297 2018-08-20 16:33:31,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112796068192s 2018-08-20 16:33:31,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-29709a9f-02dd-488b-8a4f-abe4e10b7297 2018-08-20 16:33:31,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 16:33:31,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=325910713f7143b2bd1b54253350776d&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=11be53cfbb1c4b7e9835447c81af6f5b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:33:31,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b3d7fa-1db9-4f74-a7ed-d6d13b52db63 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=325910713f7143b2bd1b54253350776d&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=11be53cfbb1c4b7e9835447c81af6f5b", "previous": null, "next": null}} 2018-08-20 16:33:31,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=325910713f7143b2bd1b54253350776d&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=11be53cfbb1c4b7e9835447c81af6f5b used request id req-09b3d7fa-1db9-4f74-a7ed-d6d13b52db63 2018-08-20 16:33:31,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.116615056992s 2018-08-20 16:33:31,690 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=325910713f7143b2bd1b54253350776d&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=11be53cfbb1c4b7e9835447c81af6f5b used request id req-09b3d7fa-1db9-4f74-a7ed-d6d13b52db63 2018-08-20 16:33:31,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 16:33:31,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/11be53cfbb1c4b7e9835447c81af6f5b/users/325910713f7143b2bd1b54253350776d/roles/0b1108172d284ccbb970dd9eb7ccff69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:33:31,961 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efffdb9a-5c40-48d9-887c-74635ed212d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:33:31,961 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/11be53cfbb1c4b7e9835447c81af6f5b/users/325910713f7143b2bd1b54253350776d/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-efffdb9a-5c40-48d9-887c-74635ed212d0 2018-08-20 16:33:31,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.267271995544s 2018-08-20 16:33:31,962 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/11be53cfbb1c4b7e9835447c81af6f5b/users/325910713f7143b2bd1b54253350776d/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-efffdb9a-5c40-48d9-887c-74635ed212d0 2018-08-20 16:33:31,962 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 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'11be53cfbb1c4b7e9835447c81af6f5b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '9fa6c004-f2b6-4c41-a8f7-3586fa0bfc63', 'username': u'vping_ssh-user_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 16:33:31,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:33:31,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:33:31,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:33:31,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:33:31,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:33:31,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:33:31,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:33:31,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:33:31,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:33:31,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:33:31,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:33:31,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:33:31,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:33:31,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:33:31,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:33:31,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:33:31,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:33:31,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:33:31,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:33:31,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:33:31,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:33:31,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:33:31,968 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'password': '9fa6c004-f2b6-4c41-a8f7-3586fa0bfc63', 'project_name': 'vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '11be53cfbb1c4b7e9835447c81af6f5b', 'project_domain_name': 'Default'} 2018-08-20 16:33:31,968 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-20 16:33:31,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:33:31,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5dc5dcd-e719-4539-9482-202b5852c73b Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:33:31,976 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d5dc5dcd-e719-4539-9482-202b5852c73b 2018-08-20 16:33:31,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:33:32,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T17:33:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11be53cfbb1c4b7e9835447c81af6f5b", "name": "vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_11be53cfbb1c4b7e9835447c81af6f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_11be53cfbb1c4b7e9835447c81af6f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/11be53cfbb1c4b7e9835447c81af6f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "id": "325910713f7143b2bd1b54253350776d"}, "audit_ids": ["FlxU-YwORQuGRvW-oRmiPg"], "issued_at": "2018-08-20T16:33:32.000000Z"}} 2018-08-20 16:33:32,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:33:32,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"network": {"name": "vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "admin_state_up": true}}' 2018-08-20 16:33:33,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-97865380-78b1-452a-9bba-a9157eb5ef3c Date: Mon, 20 Aug 2018 16:33:33 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T16:33:33Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"11be53cfbb1c4b7e9835447c81af6f5b","id":"88aa16ba-a542-41ce-9d15-5f026363c433","name":"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}} 2018-08-20 16:33:33,284 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-97865380-78b1-452a-9bba-a9157eb5ef3c 2018-08-20 16:33:33,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.905028104782s 2018-08-20 16:33:33,284 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-97865380-78b1-452a-9bba-a9157eb5ef3c 2018-08-20 16:33:33,285 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:33:33Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'88aa16ba-a542-41ce-9d15-5f026363c433', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', u'admin_state_up': True, u'tenant_id': u'11be53cfbb1c4b7e9835447c81af6f5b', u'created_at': u'2018-08-20T16:33:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'11be53cfbb1c4b7e9835447c81af6f5b'}) 2018-08-20 16:33:33,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:33:33,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:33,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-03835d30-3c0c-40fe-a1cd-3feae6fa78b3 Date: Mon, 20 Aug 2018 16:33: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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:33:33Z","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"11be53cfbb1c4b7e9835447c81af6f5b","id":"88aa16ba-a542-41ce-9d15-5f026363c433","name":"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:33:33,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-03835d30-3c0c-40fe-a1cd-3feae6fa78b3 2018-08-20 16:33:33,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.379385948181s 2018-08-20 16:33:33,665 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-03835d30-3c0c-40fe-a1cd-3feae6fa78b3 2018-08-20 16:33:33,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:33:33,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"subnet": {"name": "vping_ssh-subnet_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "enable_dhcp": true, "network_id": "88aa16ba-a542-41ce-9d15-5f026363c433", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:33:34,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-d5298519-1d4e-4d68-9536-999992b7b5c0 Date: Mon, 20 Aug 2018 16:33:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88aa16ba-a542-41ce-9d15-5f026363c433","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:33:34Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"11be53cfbb1c4b7e9835447c81af6f5b","id":"c627c59e-50c4-40eb-ad62-70b90247e89a","subnetpool_id":null,"name":"vping_ssh-subnet_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}} 2018-08-20 16:33:34,613 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d5298519-1d4e-4d68-9536-999992b7b5c0 2018-08-20 16:33:34,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.946572065353s 2018-08-20 16:33:34,614 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d5298519-1d4e-4d68-9536-999992b7b5c0 2018-08-20 16:33:34,614 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:33:34Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'c627c59e-50c4-40eb-ad62-70b90247e89a', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', u'enable_dhcp': True, u'network_id': u'88aa16ba-a542-41ce-9d15-5f026363c433', u'tenant_id': u'11be53cfbb1c4b7e9835447c81af6f5b', u'created_at': u'2018-08-20T16:33:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'11be53cfbb1c4b7e9835447c81af6f5b'}) 2018-08-20 16:33:34,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:33:34,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "vping_ssh-router_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "admin_state_up": true}}' 2018-08-20 16:33:36,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-df5cc1f6-7243-4d26-a9ef-b85d7cd79843 Date: Mon, 20 Aug 2018 16:33:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:35Z", "admin_state_up": true, "updated_at": "2018-08-20T16:33:36Z", "revision_number": 2, "routes": [], "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "45d43e12-a97f-4ace-ae43-aa535c54b45f", "name": "vping_ssh-router_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}} 2018-08-20 16:33:36,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-df5cc1f6-7243-4d26-a9ef-b85d7cd79843 2018-08-20 16:33:36,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.70711708069s 2018-08-20 16:33:36,322 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-df5cc1f6-7243-4d26-a9ef-b85d7cd79843 2018-08-20 16:33:36,323 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'11be53cfbb1c4b7e9835447c81af6f5b', u'created_at': u'2018-08-20T16:33:35Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T16:33:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'11be53cfbb1c4b7e9835447c81af6f5b', u'id': u'45d43e12-a97f-4ace-ae43-aa535c54b45f', u'name': u'vping_ssh-router_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28'}) 2018-08-20 16:33:36,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:33:36,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/45d43e12-a97f-4ace-ae43-aa535c54b45f/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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"subnet_id": "c627c59e-50c4-40eb-ad62-70b90247e89a"}' 2018-08-20 16:33:38,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-90a404f4-069e-4005-9092-242028dba13e Date: Mon, 20 Aug 2018 16:33:38 GMT RESP BODY: {"network_id": "88aa16ba-a542-41ce-9d15-5f026363c433", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "subnet_id": "c627c59e-50c4-40eb-ad62-70b90247e89a", "subnet_ids": ["c627c59e-50c4-40eb-ad62-70b90247e89a"], "port_id": "fd78ccd2-2211-4241-a742-eb98e181e398", "id": "45d43e12-a97f-4ace-ae43-aa535c54b45f"} 2018-08-20 16:33:38,609 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/45d43e12-a97f-4ace-ae43-aa535c54b45f/add_router_interface.json used request id req-90a404f4-069e-4005-9092-242028dba13e 2018-08-20 16:33:38,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.28584098816s 2018-08-20 16:33:38,610 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/45d43e12-a97f-4ace-ae43-aa535c54b45f/add_router_interface.json used request id req-90a404f4-069e-4005-9092-242028dba13e returning object 45d43e12-a97f-4ace-ae43-aa535c54b45f 2018-08-20 16:33:38,610 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 16:33:38,742 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 16:33:38,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:33:38,749 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 16:33:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 16:33:38,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:33:38,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:39,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5655c72f-72b4-4fd6-b356-3cf746f0f350 Date: Mon, 20 Aug 2018 16:33:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:33:39,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5655c72f-72b4-4fd6-b356-3cf746f0f350 2018-08-20 16:33:39,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.30498790741s 2018-08-20 16:33:39,056 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5655c72f-72b4-4fd6-b356-3cf746f0f350 2018-08-20 16:33:39,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:33:39,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}' 2018-08-20 16:33:39,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-03e487fc-50c1-4335-a8bc-144bddfa5196 Date: Mon, 20 Aug 2018 16:33:39 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:33:39Z", "file": "/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9/file", "owner": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "size": null, "self": "/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "checksum": null, "created_at": "2018-08-20T16:33:39Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:33:39,401 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-03e487fc-50c1-4335-a8bc-144bddfa5196 2018-08-20 16:33:39,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.336535930634s 2018-08-20 16:33:39,402 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-03e487fc-50c1-4335-a8bc-144bddfa5196 returning object 8605e595-c063-4924-aaab-cca4ff5eebd9 2018-08-20 16:33:39,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:33:39,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9/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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '' 2018-08-20 16:33:40,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a91b4e45-8bcc-4d10-a51b-04a0e36f4cdb Date: Mon, 20 Aug 2018 16:33:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:33:40,898 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9/file used request id req-a91b4e45-8bcc-4d10-a51b-04a0e36f4cdb 2018-08-20 16:33:40,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.49522304535s 2018-08-20 16:33:40,898 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9/file used request id req-a91b4e45-8bcc-4d10-a51b-04a0e36f4cdb 2018-08-20 16:33:40,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:33:40,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:41,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-4bfdca52-90b3-4fc8-8b1f-c496fdb4e1f4 Date: Mon, 20 Aug 2018 16:33:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:33:40Z", "file": "/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9/file", "owner": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "size": 12716032, "self": "/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/8605e595-c063-4924-aaab-cca4ff5eebd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/8605e595-c063-4924-aaab-cca4ff5eebd9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:33:39Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:33:41,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4bfdca52-90b3-4fc8-8b1f-c496fdb4e1f4 2018-08-20 16:33:41,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.323553800583s 2018-08-20 16:33:41,226 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4bfdca52-90b3-4fc8-8b1f-c496fdb4e1f4 2018-08-20 16:33:41,228 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/8605e595-c063-4924-aaab-cca4ff5eebd9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9/file', 'owner': u'11be53cfbb1c4b7e9835447c81af6f5b', 'id': u'8605e595-c063-4924-aaab-cca4ff5eebd9', 'size': 12716032, u'self': u'/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'name': 'vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/8605e595-c063-4924-aaab-cca4ff5eebd9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:33:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T16:33:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'created': u'2018-08-20T16:33:39Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:33:39Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:33:41,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:33:41,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:33:42,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33: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-ae68ee37-67df-4502-a267-f147d6a0e785 x-compute-request-id: req-ae68ee37-67df-4502-a267-f147d6a0e785 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "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": "175baefd-2830-45cf-8c88-4bdb767c18d6"}} 2018-08-20 16:33:42,092 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ae68ee37-67df-4502-a267-f147d6a0e785 2018-08-20 16:33:42,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.862910985947s 2018-08-20 16:33:42,092 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ae68ee37-67df-4502-a267-f147d6a0e785 2018-08-20 16:33:42,093 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', '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'0639ea8675f44f1bab72e1097507f733', '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'175baefd-2830-45cf-8c88-4bdb767c18d6', 'swap': 0}) 2018-08-20 16:33:42,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:33:42,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6/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}6f99f0dcd115143502397e41d2449e961fe62301" -d '{"extra_specs": {}}' 2018-08-20 16:33:42,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33: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-f89df267-b687-49b6-add9-d3656d929a6a x-compute-request-id: req-f89df267-b687-49b6-add9-d3656d929a6a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:33:42,116 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6/os-extra_specs used request id req-f89df267-b687-49b6-add9-d3656d929a6a 2018-08-20 16:33:42,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0221288204193s 2018-08-20 16:33:42,116 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6/os-extra_specs used request id req-f89df267-b687-49b6-add9-d3656d929a6a 2018-08-20 16:33:42,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 16:33:42,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"keypair": {"name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}}' 2018-08-20 16:33:43,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33: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-6d1e4ca1-18ce-40d7-ab97-76565e3de246 x-compute-request-id: req-6d1e4ca1-18ce-40d7-ab97-76565e3de246 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC//MM0BNBBWvGfyix3z3fMGMybNDmyg3ikpyg1a+Y897JPMJZWMtVWmOOHvivIBlTd3mLbbTidqWPIb1kdTjyjM6k8bVi+/8Bq+trKxR2izyyVEYviJq5usRFSrrnKsfgrEkrWUVUOPUZXyeCGFhgmXXT6PabGdQNLigEp7TKSpj5dnE5Ql7oJplyFWpI4MN/Zp84PMI0As+MEQhwF6CLJRnq5yn4F9OUr5jCskBRXBXP6J0eyp0itwmmgmtnD1LHcLGDwF2xYewSwU5/yqHKaDq5fgEzdTIPCY/JamnpVGZ9B9I3q8hVHcegBikNz3dF52wkGbVFiHY7qSnwAh67N Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAv/zDNATQQVrxn8osd893zBjMmzQ5soN4pKcoNWvmPPeyTzCW\nVjLVVpjjh74ryAZU3d5i2204naljyG9ZHU48ozOpPG1Yvv/AavraysUdos8slRGL\n4iaubrERUq65yrH4KxJK1lFVDj1GV8nghhYYJl10+j2mxnUDS4oBKe0ykqY+XZxO\nUJe6CaZchVqSODDf2afODzCNALPjBEIcBegiyUZ6ucp+BfTlK+YwrJAUVwVz+idH\nsqdIrcJpoJrZw9Sx3Cxg8BdsWHsEsFOf8qhymg6uX4BM3UyDwmPyWpp6VRmfQfSN\n6vIVR3HoAYpDc93RedsJBm1RYh2O6kp8AIeuzQIDAQABAoIBAQCSz/NmIBgxIh6L\nlssSg7CUfpJYTUOh4y+qmbkBwRU7oh7Ut87+87h4lEnKT/6i41SapajrK0aUKiiH\n6b43ztBH7QWJlAS9ak32gQY28S2MhukMxXI26mWReA5LMBobiqTAKyjXYzKrxOe5\n0kLDxrmI/QarJeIW+PwgE9R3/08hHHRQEjfOlFFOH9l/yREO7E3LTKj+k4IHByUp\nJH+EL9dQDXUuSq/1Cgbw0G9Pk5Vzxr2uSjPGGwMTv6757Ajkr8CrygYZoVcguRzP\nRWIcV9TVlYjDlqOAKz+kpWwfjF2nniR0fY5EnKFq6TJ0SLE8ks3WxRzH/f2z5mYP\ngSu+dCmBAoGBAOcp+6gwvSeNQIkRdhjdtZ5MwYExpz0vYMDTV3DRhd7obNwdXZnq\nAZUVJ3fdpgYeMcB8/Q3WfbeyWaXgLtiP4ybRUXYswEYWohSg66Xm9Sax/S4UQO8G\nMouDmBJi/MJRS8X5JL2t0D6Lrzu8otCXmpDVJeI6w1Ay6Ttl/hwSCpd1AoGBANSd\nQEoXiX8KxCUP9sb/Ux9uEyC8IGMnhhynAjQpK202yR/JhVEjj8kobCH5itWbRS0j\nq7ee/k3y9NtnhlPzhCkXQ6+NGEEIp8TiV1EukaNUkuOHgZ0bC9TQ0p0bWabUxPCV\npgPCPFmWDIegPf5OcJm97UMB4MaYL8J/Nuyh4yb5AoGBALPVDVoC0KR8VsBLPTyK\n/kdwHvmKzzfiK7rWryetWB/ZYRa8IZ0jVqfMFTBC1m3b/4hns9WYD6Vgsi1BAjCn\nf2crX9w3ZD0iTmUN60TdL8oynWvDheBtSdUPQrbLGydwZypUcCi/l0mREXm/fkoY\nJr6Vkysz284ATUFQTyc3QdYhAoGBAJVOpOIjK0yK+/lm/475qJ7uxwH6+ueGzvh6\nE+MbckKs8YqgEz5KseO6vk0Rl/yvoGG1phY50i5dSrR1O/DiltHgY4j5lam98Usj\nA9yfzmibsNeVxmDUqHdX+j+YAFpXGsI05TPIiGcFJ2FrF33qCcr9hIvE2tu77fYx\nLhn5CbLJAoGAc82wUy+eHUXXhgdPWz7CUWNj8HzY/nn6IMy//uQgZCX9JYP6mIMr\nG2Ox9aAkXgPwP18hGCpvGLs99aCnxo8fx/kxzYJqt0XMGOqFvZqvTlfCMWzZ1I4z\nK+Ptw7UD9JPI/ILJenKfrKkX9aa4P9zqyKEjjzbNaYyeNJ1v6V3yxmU=\n-----END RSA PRIVATE KEY-----\n", "user_id": "325910713f7143b2bd1b54253350776d", "name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "fingerprint": "15:f9:a4:92:e8:57:2c:92:43:75:bf:3b:3f:ae:e7:9b"}} 2018-08-20 16:33:43,081 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-6d1e4ca1-18ce-40d7-ab97-76565e3de246 2018-08-20 16:33:43,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.964432954788s 2018-08-20 16:33:43,082 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-6d1e4ca1-18ce-40d7-ab97-76565e3de246 2018-08-20 16:33:43,083 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC//MM0BNBBWvGfyix3z3fMGMybNDmyg3ikpyg1a+Y897JPMJZWMtVWmOOHvivIBlTd3mLbbTidqWPIb1kdTjyjM6k8bVi+/8Bq+trKxR2izyyVEYviJq5usRFSrrnKsfgrEkrWUVUOPUZXyeCGFhgmXXT6PabGdQNLigEp7TKSpj5dnE5Ql7oJplyFWpI4MN/Zp84PMI0As+MEQhwF6CLJRnq5yn4F9OUr5jCskBRXBXP6J0eyp0itwmmgmtnD1LHcLGDwF2xYewSwU5/yqHKaDq5fgEzdTIPCY/JamnpVGZ9B9I3q8hVHcegBikNz3dF52wkGbVFiHY7qSnwAh67N Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAv/zDNATQQVrxn8osd893zBjMmzQ5soN4pKcoNWvmPPeyTzCW\nVjLVVpjjh74ryAZU3d5i2204naljyG9ZHU48ozOpPG1Yvv/AavraysUdos8slRGL\n4iaubrERUq65yrH4KxJK1lFVDj1GV8nghhYYJl10+j2mxnUDS4oBKe0ykqY+XZxO\nUJe6CaZchVqSODDf2afODzCNALPjBEIcBegiyUZ6ucp+BfTlK+YwrJAUVwVz+idH\nsqdIrcJpoJrZw9Sx3Cxg8BdsWHsEsFOf8qhymg6uX4BM3UyDwmPyWpp6VRmfQfSN\n6vIVR3HoAYpDc93RedsJBm1RYh2O6kp8AIeuzQIDAQABAoIBAQCSz/NmIBgxIh6L\nlssSg7CUfpJYTUOh4y+qmbkBwRU7oh7Ut87+87h4lEnKT/6i41SapajrK0aUKiiH\n6b43ztBH7QWJlAS9ak32gQY28S2MhukMxXI26mWReA5LMBobiqTAKyjXYzKrxOe5\n0kLDxrmI/QarJeIW+PwgE9R3/08hHHRQEjfOlFFOH9l/yREO7E3LTKj+k4IHByUp\nJH+EL9dQDXUuSq/1Cgbw0G9Pk5Vzxr2uSjPGGwMTv6757Ajkr8CrygYZoVcguRzP\nRWIcV9TVlYjDlqOAKz+kpWwfjF2nniR0fY5EnKFq6TJ0SLE8ks3WxRzH/f2z5mYP\ngSu+dCmBAoGBAOcp+6gwvSeNQIkRdhjdtZ5MwYExpz0vYMDTV3DRhd7obNwdXZnq\nAZUVJ3fdpgYeMcB8/Q3WfbeyWaXgLtiP4ybRUXYswEYWohSg66Xm9Sax/S4UQO8G\nMouDmBJi/MJRS8X5JL2t0D6Lrzu8otCXmpDVJeI6w1Ay6Ttl/hwSCpd1AoGBANSd\nQEoXiX8KxCUP9sb/Ux9uEyC8IGMnhhynAjQpK202yR/JhVEjj8kobCH5itWbRS0j\nq7ee/k3y9NtnhlPzhCkXQ6+NGEEIp8TiV1EukaNUkuOHgZ0bC9TQ0p0bWabUxPCV\npgPCPFmWDIegPf5OcJm97UMB4MaYL8J/Nuyh4yb5AoGBALPVDVoC0KR8VsBLPTyK\n/kdwHvmKzzfiK7rWryetWB/ZYRa8IZ0jVqfMFTBC1m3b/4hns9WYD6Vgsi1BAjCn\nf2crX9w3ZD0iTmUN60TdL8oynWvDheBtSdUPQrbLGydwZypUcCi/l0mREXm/fkoY\nJr6Vkysz284ATUFQTyc3QdYhAoGBAJVOpOIjK0yK+/lm/475qJ7uxwH6+ueGzvh6\nE+MbckKs8YqgEz5KseO6vk0Rl/yvoGG1phY50i5dSrR1O/DiltHgY4j5lam98Usj\nA9yfzmibsNeVxmDUqHdX+j+YAFpXGsI05TPIiGcFJ2FrF33qCcr9hIvE2tu77fYx\nLhn5CbLJAoGAc82wUy+eHUXXhgdPWz7CUWNj8HzY/nn6IMy//uQgZCX9JYP6mIMr\nG2Ox9aAkXgPwP18hGCpvGLs99aCnxo8fx/kxzYJqt0XMGOqFvZqvTlfCMWzZ1I4z\nK+Ptw7UD9JPI/ILJenKfrKkX9aa4P9zqyKEjjzbNaYyeNJ1v6V3yxmU=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'325910713f7143b2bd1b54253350776d', 'name': u'vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'created_at': '2018-08-20T16:33:43.083000', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'name': 'vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'15:f9:a4:92:e8:57:2c:92:43:75:bf:3b:3f:ae:e7:9b', 'type': 'ssh', 'id': u'vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28'}) 2018-08-20 16:33:43,083 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAv/zDNATQQVrxn8osd893zBjMmzQ5soN4pKcoNWvmPPeyTzCW VjLVVpjjh74ryAZU3d5i2204naljyG9ZHU48ozOpPG1Yvv/AavraysUdos8slRGL 4iaubrERUq65yrH4KxJK1lFVDj1GV8nghhYYJl10+j2mxnUDS4oBKe0ykqY+XZxO UJe6CaZchVqSODDf2afODzCNALPjBEIcBegiyUZ6ucp+BfTlK+YwrJAUVwVz+idH sqdIrcJpoJrZw9Sx3Cxg8BdsWHsEsFOf8qhymg6uX4BM3UyDwmPyWpp6VRmfQfSN 6vIVR3HoAYpDc93RedsJBm1RYh2O6kp8AIeuzQIDAQABAoIBAQCSz/NmIBgxIh6L lssSg7CUfpJYTUOh4y+qmbkBwRU7oh7Ut87+87h4lEnKT/6i41SapajrK0aUKiiH 6b43ztBH7QWJlAS9ak32gQY28S2MhukMxXI26mWReA5LMBobiqTAKyjXYzKrxOe5 0kLDxrmI/QarJeIW+PwgE9R3/08hHHRQEjfOlFFOH9l/yREO7E3LTKj+k4IHByUp JH+EL9dQDXUuSq/1Cgbw0G9Pk5Vzxr2uSjPGGwMTv6757Ajkr8CrygYZoVcguRzP RWIcV9TVlYjDlqOAKz+kpWwfjF2nniR0fY5EnKFq6TJ0SLE8ks3WxRzH/f2z5mYP gSu+dCmBAoGBAOcp+6gwvSeNQIkRdhjdtZ5MwYExpz0vYMDTV3DRhd7obNwdXZnq AZUVJ3fdpgYeMcB8/Q3WfbeyWaXgLtiP4ybRUXYswEYWohSg66Xm9Sax/S4UQO8G MouDmBJi/MJRS8X5JL2t0D6Lrzu8otCXmpDVJeI6w1Ay6Ttl/hwSCpd1AoGBANSd QEoXiX8KxCUP9sb/Ux9uEyC8IGMnhhynAjQpK202yR/JhVEjj8kobCH5itWbRS0j q7ee/k3y9NtnhlPzhCkXQ6+NGEEIp8TiV1EukaNUkuOHgZ0bC9TQ0p0bWabUxPCV pgPCPFmWDIegPf5OcJm97UMB4MaYL8J/Nuyh4yb5AoGBALPVDVoC0KR8VsBLPTyK /kdwHvmKzzfiK7rWryetWB/ZYRa8IZ0jVqfMFTBC1m3b/4hns9WYD6Vgsi1BAjCn f2crX9w3ZD0iTmUN60TdL8oynWvDheBtSdUPQrbLGydwZypUcCi/l0mREXm/fkoY Jr6Vkysz284ATUFQTyc3QdYhAoGBAJVOpOIjK0yK+/lm/475qJ7uxwH6+ueGzvh6 E+MbckKs8YqgEz5KseO6vk0Rl/yvoGG1phY50i5dSrR1O/DiltHgY4j5lam98Usj A9yfzmibsNeVxmDUqHdX+j+YAFpXGsI05TPIiGcFJ2FrF33qCcr9hIvE2tu77fYx Lhn5CbLJAoGAc82wUy+eHUXXhgdPWz7CUWNj8HzY/nn6IMy//uQgZCX9JYP6mIMr G2Ox9aAkXgPwP18hGCpvGLs99aCnxo8fx/kxzYJqt0XMGOqFvZqvTlfCMWzZ1I4z K+Ptw7UD9JPI/ILJenKfrKkX9aa4P9zqyKEjjzbNaYyeNJ1v6V3yxmU= -----END RSA PRIVATE KEY----- 2018-08-20 16:33:43,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 16:33:43,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"security_group": {"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-20 16:33:43,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-6e3d43a1-986c-49e5-be01-c8cb9f2a571b Date: Mon, 20 Aug 2018 16:33:43 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:43Z", "updated_at": "2018-08-20T16:33:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:43Z", "revision_number": 0, "id": "ae968de5-0c5a-4723-8e3f-90372316134c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:43Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:43Z", "revision_number": 0, "id": "c1be9d13-e3b0-4f66-b7f6-85ef5bb3dcf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:43Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}} 2018-08-20 16:33:43,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6e3d43a1-986c-49e5-be01-c8cb9f2a571b 2018-08-20 16:33:43,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.445053100586s 2018-08-20 16:33:43,532 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6e3d43a1-986c-49e5-be01-c8cb9f2a571b 2018-08-20 16:33:43,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:33:43,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:43,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-9618e7e2-35dd-4731-86ff-02594ab11e58 Date: Mon, 20 Aug 2018 16:33:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:43Z", "updated_at": "2018-08-20T16:33:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:43Z", "revision_number": 0, "id": "ae968de5-0c5a-4723-8e3f-90372316134c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:43Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:43Z", "revision_number": 0, "id": "c1be9d13-e3b0-4f66-b7f6-85ef5bb3dcf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:43Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:33:43,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9618e7e2-35dd-4731-86ff-02594ab11e58 2018-08-20 16:33:43,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.300276041031s 2018-08-20 16:33:43,837 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9618e7e2-35dd-4731-86ff-02594ab11e58 2018-08-20 16:33:43,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 16:33:43,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -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": "83224095-c3de-4a25-b2c6-e199a296f6f2"}}' 2018-08-20 16:33:44,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5f8d337c-d9ef-43d7-90a3-c772b6c72a7f Date: Mon, 20 Aug 2018 16:33:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T16:33:44Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "port_range_min": 22, "revision_number": 0, "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:44Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "bc34c2a7-0119-4716-a352-62fedbdde9af"}} 2018-08-20 16:33:44,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-5f8d337c-d9ef-43d7-90a3-c772b6c72a7f 2018-08-20 16:33:44,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.438554048538s 2018-08-20 16:33:44,280 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-5f8d337c-d9ef-43d7-90a3-c772b6c72a7f 2018-08-20 16:33:44,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:33:44,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:44,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-2c1232b9-a4d2-4578-b436-b05123224ca8 Date: Mon, 20 Aug 2018 16:33:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:43Z", "updated_at": "2018-08-20T16:33:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:43Z", "revision_number": 0, "id": "ae968de5-0c5a-4723-8e3f-90372316134c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:43Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T16:33:44Z", "revision_number": 0, "id": "bc34c2a7-0119-4716-a352-62fedbdde9af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:44Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:43Z", "revision_number": 0, "id": "c1be9d13-e3b0-4f66-b7f6-85ef5bb3dcf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:43Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 2, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:33:44,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-2c1232b9-a4d2-4578-b436-b05123224ca8 2018-08-20 16:33:44,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.281383991241s 2018-08-20 16:33:44,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-2c1232b9-a4d2-4578-b436-b05123224ca8 2018-08-20 16:33:44,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 16:33:44,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -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": "83224095-c3de-4a25-b2c6-e199a296f6f2"}}' 2018-08-20 16:33:45,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-1eca7048-6215-43fa-ac29-3e05d7953c17 Date: Mon, 20 Aug 2018 16:33:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:33:45Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "port_range_min": null, "revision_number": 0, "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:45Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "a43dd9ee-8007-4229-abb9-d733cdd00b70"}} 2018-08-20 16:33:45,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-1eca7048-6215-43fa-ac29-3e05d7953c17 2018-08-20 16:33:45,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.441776037216s 2018-08-20 16:33:45,010 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-1eca7048-6215-43fa-ac29-3e05d7953c17 2018-08-20 16:33:45,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:33:45,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:45,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-5cbad195-440a-465c-8397-af82566e6bca Date: Mon, 20 Aug 2018 16:33:45 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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c627c59e-50c4-40eb-ad62-70b90247e89a"],"updated_at":"2018-08-20T16:33:34Z","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"11be53cfbb1c4b7e9835447c81af6f5b","id":"88aa16ba-a542-41ce-9d15-5f026363c433","name":"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:33:45,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5cbad195-440a-465c-8397-af82566e6bca 2018-08-20 16:33:45,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0912110805511s 2018-08-20 16:33:45,104 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5cbad195-440a-465c-8397-af82566e6bca 2018-08-20 16:33:45,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:33:45,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:45,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-f6e84656-eb04-4491-bfcf-7f6d33c33454 Date: Mon, 20 Aug 2018 16:33:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:33:40Z", "file": "/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9/file", "owner": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "size": 12716032, "self": "/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/8605e595-c063-4924-aaab-cca4ff5eebd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/8605e595-c063-4924-aaab-cca4ff5eebd9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:33:39Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:33:45,399 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f6e84656-eb04-4491-bfcf-7f6d33c33454 2018-08-20 16:33:45,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290865898132s 2018-08-20 16:33:45,399 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f6e84656-eb04-4491-bfcf-7f6d33c33454 2018-08-20 16:33:45,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:33:45,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:45,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33: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-01f5deca-17fc-43ef-8354-9745f26b514d x-compute-request-id: req-01f5deca-17fc-43ef-8354-9745f26b514d Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "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": "175baefd-2830-45cf-8c88-4bdb767c18d6"}]} 2018-08-20 16:33:45,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-01f5deca-17fc-43ef-8354-9745f26b514d 2018-08-20 16:33:45,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236709117889s 2018-08-20 16:33:45,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-01f5deca-17fc-43ef-8354-9745f26b514d 2018-08-20 16:33:45,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 16:33:45,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"server": {"name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "imageRef": "8605e595-c063-4924-aaab-cca4ff5eebd9", "flavorRef": "175baefd-2830-45cf-8c88-4bdb767c18d6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "88aa16ba-a542-41ce-9d15-5f026363c433"}], "security_groups": [{"name": "83224095-c3de-4a25-b2c6-e199a296f6f2"}]}}' 2018-08-20 16:33:49,425 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:33: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-26d5484d-117f-4c47-aa24-a4ff119738d4 x-compute-request-id: req-26d5484d-117f-4c47-aa24-a4ff119738d4 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "83224095-c3de-4a25-b2c6-e199a296f6f2"}], "OS-DCF:diskConfig": "MANUAL", "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "adminPass": "QenL6VBQpj8g"}} 2018-08-20 16:33:49,426 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-26d5484d-117f-4c47-aa24-a4ff119738d4 2018-08-20 16:33:49,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.9990041256s 2018-08-20 16:33:49,426 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-26d5484d-117f-4c47-aa24-a4ff119738d4 2018-08-20 16:33:49,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:33:49,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:50,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33: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-eb074fec-1711-44d6-8f46-cb4dd4ddf8b5 x-compute-request-id: req-eb074fec-1711-44d6-8f46-cb4dd4ddf8b5 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.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:33:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:33:50,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eb074fec-1711-44d6-8f46-cb4dd4ddf8b5 2018-08-20 16:33:50,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.619808197021s 2018-08-20 16:33:50,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eb074fec-1711-44d6-8f46-cb4dd4ddf8b5 2018-08-20 16:33:50,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:33:50,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:50,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1ae55a84-0bcc-4e2c-b233-2bd6ffb5f098 Date: Mon, 20 Aug 2018 16:33:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c627c59e-50c4-40eb-ad62-70b90247e89a"],"updated_at":"2018-08-20T16:33:34Z","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"11be53cfbb1c4b7e9835447c81af6f5b","id":"88aa16ba-a542-41ce-9d15-5f026363c433","name":"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:33:50,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1ae55a84-0bcc-4e2c-b233-2bd6ffb5f098 2018-08-20 16:33:50,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.495350122452s 2018-08-20 16:33:50,550 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1ae55a84-0bcc-4e2c-b233-2bd6ffb5f098 2018-08-20 16:33:50,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:33:50,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:50,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-81d6a565-5e01-45f8-a485-69c0deb884f3 Date: Mon, 20 Aug 2018 16:33:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88aa16ba-a542-41ce-9d15-5f026363c433","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:33:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"11be53cfbb1c4b7e9835447c81af6f5b","id":"c627c59e-50c4-40eb-ad62-70b90247e89a","subnetpool_id":null,"name":"vping_ssh-subnet_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:33:50,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-81d6a565-5e01-45f8-a485-69c0deb884f3 2018-08-20 16:33:50,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.307204961777s 2018-08-20 16:33:50,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-81d6a565-5e01-45f8-a485-69c0deb884f3 2018-08-20 16:33:50,859 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:33:52,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:33:52,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:54,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33: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-00929ff4-83bc-4cfb-8763-96a2531a2472 x-compute-request-id: req-00929ff4-83bc-4cfb-8763-96a2531a2472 Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:33:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:33:54,096 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-00929ff4-83bc-4cfb-8763-96a2531a2472 2018-08-20 16:33:54,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23459005356s 2018-08-20 16:33:54,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-00929ff4-83bc-4cfb-8763-96a2531a2472 2018-08-20 16:33:54,100 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:33:56,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:33:56,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:33:57,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae4ac7a9-c52c-42ec-9e80-538ade88d791 x-compute-request-id: req-ae4ac7a9-c52c-42ec-9e80-538ade88d791 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.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:33:55Z", "hostId": "f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:33:57,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae4ac7a9-c52c-42ec-9e80-538ade88d791 2018-08-20 16:33:57,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.36480903625s 2018-08-20 16:33:57,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae4ac7a9-c52c-42ec-9e80-538ade88d791 2018-08-20 16:33:57,472 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:33:59,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:33:59,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:00,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:33: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-e79036d3-f66b-4281-8fe3-90d0a3290ceb x-compute-request-id: req-e79036d3-f66b-4281-8fe3-90d0a3290ceb 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.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:33:55Z", "hostId": "f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:00,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e79036d3-f66b-4281-8fe3-90d0a3290ceb 2018-08-20 16:34:00,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17506098747s 2018-08-20 16:34:00,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e79036d3-f66b-4281-8fe3-90d0a3290ceb 2018-08-20 16:34:00,653 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:34:02,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:02,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:03,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-de2b2d29-594a-4244-9c1e-d517718d424d x-compute-request-id: req-de2b2d29-594a-4244-9c1e-d517718d424d 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.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:33:55Z", "hostId": "f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:03,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-de2b2d29-594a-4244-9c1e-d517718d424d 2018-08-20 16:34:03,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578665971756s 2018-08-20 16:34:03,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-de2b2d29-594a-4244-9c1e-d517718d424d 2018-08-20 16:34:03,239 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:34:05,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:05,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:06,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-a73b9ebc-341c-4c55-9072-2b84c0dfede0 x-compute-request-id: req-a73b9ebc-341c-4c55-9072-2b84c0dfede0 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:ff:da", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:02.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:02Z", "hostId": "f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:06,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a73b9ebc-341c-4c55-9072-2b84c0dfede0 2018-08-20 16:34:06,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.878401041031s 2018-08-20 16:34:06,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a73b9ebc-341c-4c55-9072-2b84c0dfede0 2018-08-20 16:34:06,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:34:06,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=e144cc65-ad1c-4953-a956-765cff54b1c2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:06,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3548e385-8cda-4ffb-a4ec-a64cbd84e98f Date: Mon, 20 Aug 2018 16:34:06 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"88aa16ba-a542-41ce-9d15-5f026363c433","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:55Z","admin_state_up":true,"updated_at":"2018-08-20T16:34:02Z","binding:vnic_type":"normal","device_id":"e144cc65-ad1c-4953-a956-765cff54b1c2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7e:ff:da","id":"0b9235b5-0ee1-4bef-9d39-64a54a2e64bb","port_security_enabled":true,"project_id":"11be53cfbb1c4b7e9835447c81af6f5b","fixed_ips":[{"subnet_id":"c627c59e-50c4-40eb-ad62-70b90247e89a","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["83224095-c3de-4a25-b2c6-e199a296f6f2"],"name":""}]} 2018-08-20 16:34:06,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e144cc65-ad1c-4953-a956-765cff54b1c2 used request id req-3548e385-8cda-4ffb-a4ec-a64cbd84e98f 2018-08-20 16:34:06,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.230217933655s 2018-08-20 16:34:06,356 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e144cc65-ad1c-4953-a956-765cff54b1c2 used request id req-3548e385-8cda-4ffb-a4ec-a64cbd84e98f 2018-08-20 16:34:06,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:34:06,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=0b9235b5-0ee1-4bef-9d39-64a54a2e64bb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:06,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e9890683-0e90-4b2e-9d52-dacf1ef9c068 Date: Mon, 20 Aug 2018 16:34:06 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:34:06,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=0b9235b5-0ee1-4bef-9d39-64a54a2e64bb used request id req-e9890683-0e90-4b2e-9d52-dacf1ef9c068 2018-08-20 16:34:06,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.236679077148s 2018-08-20 16:34:06,598 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=0b9235b5-0ee1-4bef-9d39-64a54a2e64bb used request id req-e9890683-0e90-4b2e-9d52-dacf1ef9c068 2018-08-20 16:34:06,599 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7e:ff:da', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8605e595-c063-4924-aaab-cca4ff5eebd9'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:34:02.000000', 'flavor': Munch({u'id': u'175baefd-2830-45cf-8c88-4bdb767c18d6'}), 'az': u'nova', 'id': u'e144cc65-ad1c-4953-a956-765cff54b1c2', 'security_groups': [Munch({u'name': u'vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'325910713f7143b2bd1b54253350776d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'name': 'vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-20T16:34:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T16:34:02Z', 'hostId': u'f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:34:02.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'name': u'vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'adminPass': u'QenL6VBQpj8g', 'tenant_id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'created_at': u'2018-08-20T16:33:49Z', 'created': u'2018-08-20T16:33:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 16:34:06,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:34:06,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:06,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-16e005af-4e67-474d-b60d-a50336bfdb77 Date: Mon, 20 Aug 2018 16:34:06 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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c627c59e-50c4-40eb-ad62-70b90247e89a"],"updated_at":"2018-08-20T16:33:34Z","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"11be53cfbb1c4b7e9835447c81af6f5b","id":"88aa16ba-a542-41ce-9d15-5f026363c433","name":"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:34:06,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-16e005af-4e67-474d-b60d-a50336bfdb77 2018-08-20 16:34:06,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0893158912659s 2018-08-20 16:34:06,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-16e005af-4e67-474d-b60d-a50336bfdb77 2018-08-20 16:34:06,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:34:06,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:07,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-cf76085e-e3c1-4a65-bce4-114d6c1c7a0c Date: Mon, 20 Aug 2018 16:34:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:33:40Z", "file": "/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9/file", "owner": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "size": 12716032, "self": "/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/8605e595-c063-4924-aaab-cca4ff5eebd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/8605e595-c063-4924-aaab-cca4ff5eebd9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:33:39Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:34:07,031 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cf76085e-e3c1-4a65-bce4-114d6c1c7a0c 2018-08-20 16:34:07,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.337037086487s 2018-08-20 16:34:07,031 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cf76085e-e3c1-4a65-bce4-114d6c1c7a0c 2018-08-20 16:34:07,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:34:07,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:07,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-24e55be4-1a26-4b27-b624-2c5fd01dc198 x-compute-request-id: req-24e55be4-1a26-4b27-b624-2c5fd01dc198 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "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": "175baefd-2830-45cf-8c88-4bdb767c18d6"}]} 2018-08-20 16:34:07,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-24e55be4-1a26-4b27-b624-2c5fd01dc198 2018-08-20 16:34:07,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0256359577179s 2018-08-20 16:34:07,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-24e55be4-1a26-4b27-b624-2c5fd01dc198 2018-08-20 16:34:07,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 16:34:07,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"server": {"name": "vping_ssh-vm_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "imageRef": "8605e595-c063-4924-aaab-cca4ff5eebd9", "key_name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "flavorRef": "175baefd-2830-45cf-8c88-4bdb767c18d6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "88aa16ba-a542-41ce-9d15-5f026363c433"}], "security_groups": [{"name": "83224095-c3de-4a25-b2c6-e199a296f6f2"}]}}' 2018-08-20 16:34:10,957 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:34: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-d922d36d-7b0e-4dee-bb29-cf0194c09391 x-compute-request-id: req-d922d36d-7b0e-4dee-bb29-cf0194c09391 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "83224095-c3de-4a25-b2c6-e199a296f6f2"}], "OS-DCF:diskConfig": "MANUAL", "id": "ee3a0662-b63d-416c-9003-79db041aebbf", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "bookmark"}], "adminPass": "bRS22yHnLcxS"}} 2018-08-20 16:34:10,957 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d922d36d-7b0e-4dee-bb29-cf0194c09391 2018-08-20 16:34:10,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.89685487747s 2018-08-20 16:34:10,957 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d922d36d-7b0e-4dee-bb29-cf0194c09391 2018-08-20 16:34:10,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:10,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:12,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-daeb4c63-65fe-4e99-8abb-23e10fe1cffa x-compute-request-id: req-daeb4c63-65fe-4e99-8abb-23e10fe1cffa 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.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "ee3a0662-b63d-416c-9003-79db041aebbf", "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:34:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "name": "vping_ssh-vm_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:34:10Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:ff:da", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:02.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:02Z", "hostId": "f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:12,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-daeb4c63-65fe-4e99-8abb-23e10fe1cffa 2018-08-20 16:34:12,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05034708977s 2018-08-20 16:34:12,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-daeb4c63-65fe-4e99-8abb-23e10fe1cffa 2018-08-20 16:34:12,014 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:34:14,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:14,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:14,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-7484c0ac-80b4-4d07-baec-6387b5dbb134 x-compute-request-id: req-7484c0ac-80b4-4d07-baec-6387b5dbb134 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "ee3a0662-b63d-416c-9003-79db041aebbf", "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:34:13Z", "hostId": "2fb308f428a248932f77a69eb029878f27ca5e3183983fe46e0d6c4b", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "name": "vping_ssh-vm_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:34:10Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:ff:da", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:02.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:02Z", "hostId": "f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:14,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7484c0ac-80b4-4d07-baec-6387b5dbb134 2018-08-20 16:34:14,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665553808212s 2018-08-20 16:34:14,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7484c0ac-80b4-4d07-baec-6387b5dbb134 2018-08-20 16:34:14,688 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:34:16,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:16,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:17,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-1a6e400e-a401-4dda-882b-52e7db10ec08 x-compute-request-id: req-1a6e400e-a401-4dda-882b-52e7db10ec08 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "ee3a0662-b63d-416c-9003-79db041aebbf", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:34:14Z", "hostId": "2fb308f428a248932f77a69eb029878f27ca5e3183983fe46e0d6c4b", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "name": "vping_ssh-vm_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:34:10Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:ff:da", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:02.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:02Z", "hostId": "f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:17,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1a6e400e-a401-4dda-882b-52e7db10ec08 2018-08-20 16:34:17,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667263031006s 2018-08-20 16:34:17,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1a6e400e-a401-4dda-882b-52e7db10ec08 2018-08-20 16:34:17,363 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:34:19,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:19,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:20,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-0ef8a2c1-8f47-42aa-998f-f969e0463f5d x-compute-request-id: req-0ef8a2c1-8f47-42aa-998f-f969e0463f5d Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "ee3a0662-b63d-416c-9003-79db041aebbf", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:34:14Z", "hostId": "2fb308f428a248932f77a69eb029878f27ca5e3183983fe46e0d6c4b", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "name": "vping_ssh-vm_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:34:10Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:ff:da", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:02.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:02Z", "hostId": "f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:20,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0ef8a2c1-8f47-42aa-998f-f969e0463f5d 2018-08-20 16:34:20,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09261012077s 2018-08-20 16:34:20,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0ef8a2c1-8f47-42aa-998f-f969e0463f5d 2018-08-20 16:34:20,464 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:34:22,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:22,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:23,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-566e3a51-a8f1-498d-9a80-42e54794bfd0 x-compute-request-id: req-566e3a51-a8f1-498d-9a80-42e54794bfd0 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:4b:92", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:19.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "ee3a0662-b63d-416c-9003-79db041aebbf", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:20Z", "hostId": "2fb308f428a248932f77a69eb029878f27ca5e3183983fe46e0d6c4b", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "name": "vping_ssh-vm_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:34:10Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:ff:da", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:02.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:02Z", "hostId": "f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:23,489 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-566e3a51-a8f1-498d-9a80-42e54794bfd0 2018-08-20 16:34:23,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02237510681s 2018-08-20 16:34:23,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-566e3a51-a8f1-498d-9a80-42e54794bfd0 2018-08-20 16:34:23,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:34:23,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=ee3a0662-b63d-416c-9003-79db041aebbf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:23,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-600a9d0d-2c61-4f88-a384-9d2f2e1e2a4b Date: Mon, 20 Aug 2018 16:34:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"88aa16ba-a542-41ce-9d15-5f026363c433","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:34:14Z","admin_state_up":true,"updated_at":"2018-08-20T16:34:20Z","binding:vnic_type":"normal","device_id":"ee3a0662-b63d-416c-9003-79db041aebbf","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:8e:4b:92","id":"a3e34051-6834-4480-8847-c720ea37f9ab","port_security_enabled":true,"project_id":"11be53cfbb1c4b7e9835447c81af6f5b","fixed_ips":[{"subnet_id":"c627c59e-50c4-40eb-ad62-70b90247e89a","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["83224095-c3de-4a25-b2c6-e199a296f6f2"],"name":""}]} 2018-08-20 16:34:23,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=ee3a0662-b63d-416c-9003-79db041aebbf used request id req-600a9d0d-2c61-4f88-a384-9d2f2e1e2a4b 2018-08-20 16:34:23,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0491387844086s 2018-08-20 16:34:23,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=ee3a0662-b63d-416c-9003-79db041aebbf used request id req-600a9d0d-2c61-4f88-a384-9d2f2e1e2a4b 2018-08-20 16:34:23,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:34:23,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=a3e34051-6834-4480-8847-c720ea37f9ab" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:23,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b1291863-058c-42aa-b06f-6611c16633dd Date: Mon, 20 Aug 2018 16:34:23 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:34:23,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=a3e34051-6834-4480-8847-c720ea37f9ab used request id req-b1291863-058c-42aa-b06f-6611c16633dd 2018-08-20 16:34:23,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.053083896637s 2018-08-20 16:34:23,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=a3e34051-6834-4480-8847-c720ea37f9ab used request id req-b1291863-058c-42aa-b06f-6611c16633dd 2018-08-20 16:34:23,604 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8e:4b:92', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8605e595-c063-4924-aaab-cca4ff5eebd9'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:34:19.000000', 'flavor': Munch({u'id': u'175baefd-2830-45cf-8c88-4bdb767c18d6'}), 'az': u'nova', 'id': u'ee3a0662-b63d-416c-9003-79db041aebbf', 'security_groups': [Munch({u'name': u'vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'325910713f7143b2bd1b54253350776d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'name': 'vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-20T16:34:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T16:34:20Z', 'hostId': u'2fb308f428a248932f77a69eb029878f27ca5e3183983fe46e0d6c4b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'2fb308f428a248932f77a69eb029878f27ca5e3183983fe46e0d6c4b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:34:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'name': u'vping_ssh-vm_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'adminPass': u'bRS22yHnLcxS', 'tenant_id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'created_at': u'2018-08-20T16:34:10Z', 'created': u'2018-08-20T16:34:10Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 16:34:23,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:34:23,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:23,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8f17c486-ea7f-4a82-a9d4-e668d19e443a Date: Mon, 20 Aug 2018 16:34: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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c627c59e-50c4-40eb-ad62-70b90247e89a"],"updated_at":"2018-08-20T16:33:34Z","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"11be53cfbb1c4b7e9835447c81af6f5b","id":"88aa16ba-a542-41ce-9d15-5f026363c433","name":"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:34:23,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8f17c486-ea7f-4a82-a9d4-e668d19e443a 2018-08-20 16:34:23,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0930731296539s 2018-08-20 16:34:23,701 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8f17c486-ea7f-4a82-a9d4-e668d19e443a 2018-08-20 16:34:23,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:34:23,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=ee3a0662-b63d-416c-9003-79db041aebbf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:23,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-847ddec6-aa5c-4bd7-b1db-9808c6283f7f Date: Mon, 20 Aug 2018 16:34:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"88aa16ba-a542-41ce-9d15-5f026363c433","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:34:14Z","admin_state_up":true,"updated_at":"2018-08-20T16:34:20Z","binding:vnic_type":"normal","device_id":"ee3a0662-b63d-416c-9003-79db041aebbf","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:8e:4b:92","id":"a3e34051-6834-4480-8847-c720ea37f9ab","port_security_enabled":true,"project_id":"11be53cfbb1c4b7e9835447c81af6f5b","fixed_ips":[{"subnet_id":"c627c59e-50c4-40eb-ad62-70b90247e89a","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["83224095-c3de-4a25-b2c6-e199a296f6f2"],"name":""}]} 2018-08-20 16:34:23,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=ee3a0662-b63d-416c-9003-79db041aebbf used request id req-847ddec6-aa5c-4bd7-b1db-9808c6283f7f 2018-08-20 16:34:23,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0631718635559s 2018-08-20 16:34:23,765 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=ee3a0662-b63d-416c-9003-79db041aebbf used request id req-847ddec6-aa5c-4bd7-b1db-9808c6283f7f 2018-08-20 16:34:23,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 16:34:23,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.11", "port_id": "a3e34051-6834-4480-8847-c720ea37f9ab"}}' 2018-08-20 16:34:25,651 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-2c29b7da-f331-44bd-9167-f199a8d3c9d4 Date: Mon, 20 Aug 2018 16:34:25 GMT RESP BODY: {"floatingip": {"router_id": "45d43e12-a97f-4ace-ae43-aa535c54b45f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:34:24Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "a3e34051-6834-4480-8847-c720ea37f9ab", "id": "c17bcb34-cd02-4107-ab72-cb845fafe73e", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:34:24Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}} 2018-08-20 16:34:25,651 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2c29b7da-f331-44bd-9167-f199a8d3c9d4 2018-08-20 16:34:25,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.8852250576s 2018-08-20 16:34:25,652 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2c29b7da-f331-44bd-9167-f199a8d3c9d4 2018-08-20 16:34:25,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:34:25,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:25,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-0969bb9c-8f7b-4108-8fd8-d1c3cd0ca842 Date: Mon, 20 Aug 2018 16:34:26 GMT RESP BODY: {"floatingips": [{"router_id": "45d43e12-a97f-4ace-ae43-aa535c54b45f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:34:24Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "a3e34051-6834-4480-8847-c720ea37f9ab", "id": "c17bcb34-cd02-4107-ab72-cb845fafe73e", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:34:24Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}]} 2018-08-20 16:34:25,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-0969bb9c-8f7b-4108-8fd8-d1c3cd0ca842 2018-08-20 16:34:25,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0669322013855s 2018-08-20 16:34:25,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-0969bb9c-8f7b-4108-8fd8-d1c3cd0ca842 2018-08-20 16:34:25,730 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'45d43e12-a97f-4ace-ae43-aa535c54b45f', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'created_at': u'2018-08-20T16:34:24Z', 'attached': True, 'updated_at': u'2018-08-20T16:34:24Z', 'id': u'c17bcb34-cd02-4107-ab72-cb845fafe73e', 'floating_network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'name': 'vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'45d43e12-a97f-4ace-ae43-aa535c54b45f', 'project_id': u'11be53cfbb1c4b7e9835447c81af6f5b', 'port_id': u'a3e34051-6834-4480-8847-c720ea37f9ab', 'port': u'a3e34051-6834-4480-8847-c720ea37f9ab', 'network': u'51eccb3f-6587-4786-9b87-639d59173f56'}) 2018-08-20 16:34:25,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 16:34:25,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf/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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 16:34:25,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-50e3fb15-79cd-462e-8add-7828e2ea99d5 x-compute-request-id: req-50e3fb15-79cd-462e-8add-7828e2ea99d5 Content-Encoding: gzip Content-Length: 9578 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 513664842 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.179979] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.182204] pid_max: default: 32768 minimum: 301\n[ 0.183406] ACPI: Core revision 20150930\n[ 0.185043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186793] Security Framework initialized\n[ 0.187882] Yama: becoming mindful.\n[ 0.188868] AppArmor: AppArmor initialized\n[ 0.190006] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191735] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193400] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195001] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196818] Initializing cgroup subsys io\n[ 0.197905] Initializing cgroup subsys memory\n[ 0.199070] Initializing cgroup subsys devices\n[ 0.200232] Initializing cgroup subsys freezer\n[ 0.201391] Initializing cgroup subsys net_cls\n[ 0.202549] Initializing cgroup subsys perf_event\n[ 0.203765] Initializing cgroup subsys net_prio\n[ 0.204947] Initializing cgroup subsys hugetlb\n[ 0.206101] Initializing cgroup subsys pids\n[ 0.207267] CPU: Physical Processor ID: 0\n[ 0.209028] mce: CPU supports 10 MCE banks\n[ 0.210150] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.211490] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226297] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232860] ftrace: allocating 31920 entries in 125 pages\n[ 0.258098] smpboot: Max logical packages: 1\n[ 0.259256] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.261086] x2apic enabled\n[ 0.262206] Switched APIC routing to physical x2apic.\n[ 0.264636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.266111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.268772] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.271164] KVM setup paravirtual spinlock\n[ 0.272739] x86: Booted up 1 node, 1 CPUs\n[ 0.273819] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.275658] devtmpfs: initialized\n[ 0.277607] evm: security.selinux\n[ 0.278547] evm: security.SMACK64\n[ 0.279485] evm: security.SMACK64EXEC\n[ 0.280488] evm: security.SMACK64TRANSMUTE\n[ 0.281574] evm: security.SMACK64MMAP\n[ 0.282572] evm: security.ima\n[ 0.283436] evm: security.capability\n[ 0.284499] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.286950] pinctrl core: initialized pinctrl subsystem\n[ 0.288388] RTC time: 16:34:20, date: 08/20/18\n[ 0.289647] NET: Registered protocol family 16\n[ 0.290928] cpuidle: using governor ladder\n[ 0.292022] cpuidle: using governor menu\n[ 0.293077] PCCT header not found.\n[ 0.294086] ACPI: bus type PCI registered\n[ 0.295171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.296812] PCI: Using configuration type 1 for base access\n[ 0.298939] ACPI: Added _OSI(Module Device)\n[ 0.300058] ACPI: Added _OSI(Processor Device)\n[ 0.301202] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302402] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.304527] ACPI: Interpreter enabled\n[ 0.305549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315375] ACPI: (supports S0 S5)\n[ 0.316315] ACPI: Using IOAPIC for interrupt routing\n[ 0.317565] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321311] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.322820] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.324453] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.326021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.328907] acpiphp: Slot [3] registered\n[ 0.329978] acpiphp: Slot [4] registered\n[ 0.331052] acpiphp: Slot [5] registered\n[ 0.332118] acpiphp: Slot [6] registered\n[ 0.333181] acpiphp: Slot [7] registered\n[ 0.334250] acpiphp: Slot [8] registered\n[ 0.335318] acpiphp: Slot [9] registered\n[ 0.336393] acpiphp: Slot [10] registered\n[ 0.337471] acpiphp: Slot [11] registered\n[ 0.338552] acpiphp: Slot [12] registered\n[ 0.339635] acpiphp: Slot [13] registered\n[ 0.340712] acpiphp: Slot [14] registered\n[ 0.341797] acpiphp: Slot [15] registered\n[ 0.357015] acpiphp: Slot [16] registered\n[ 0.358107] acpiphp: Slot [17] registered\n[ 0.359193] acpiphp: Slot [18] registered\n[ 0.360268] acpiphp: Slot [19] registered\n[ 0.361355] acpiphp: Slot [20] registered\n[ 0.362431] acpiphp: Slot [21] registered\n[ 0.363504] acpiphp: Slot [22] registered\n[ 0.364580] acpiphp: Slot [23] registered\n[ 0.365659] acpiphp: Slot [24] registered\n[ 0.366737] acpiphp: Slot [25] registered\n[ 0.367812] acpiphp: Slot [26] registered\n[ 0.368893] acpiphp: Slot [27] registered\n[ 0.369977] acpiphp: Slot [28] registered\n[ 0.371061] acpiphp: Slot [29] registered\n[ 0.372135] acpiphp: Slot [30] registered\n[ 0.373215] acpiphp: Slot [31] registered\n[ 0.374291] PCI host bridge to bus 0000:00\n[ 0.375369] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.376955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.378548] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.380486] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.382419] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.384386] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.388376] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.390056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.391612] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.393283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.397699] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.399611] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.420739] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422701] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426538] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.428634] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.430513] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.432242] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.433631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.435678] vgaarb: loaded\n[ 0.436487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.438071] SCSI subsystem initialized\n[ 0.439288] ACPI: bus type USB registered\n[ 0.440401] usbcore: registered new interface driver usbfs\n[ 0.441754] usbcore: registered new interface driver hub\n[ 0.443078] usbcore: registered new device driver usb\n[ 0.444532] PCI: Using ACPI for IRQ routing\n[ 0.446006] NetLabel: Initializing\n[ 0.446968] NetLabel: domain hash size = 128\n[ 0.448093] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.449368] NetLabel: unlabeled traffic allowed by default\n[ 0.450890] clocksource: Switched to clocksource kvm-clock\n[ 0.460912] AppArmor: AppArmor Filesystem Enabled\n[ 0.462189] pnp: PnP ACPI init\n[ 0.463405] pnp: PnP ACPI: found 5 devices\n[ 0.470187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.472462] NET: Registered protocol family 2\n[ 0.473832] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.475533] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.477120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.478704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480135] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.482094] NET: Registered protocol family 1\n[ 0.483618] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.485523] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.487388] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510405] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533343] Trying to unpack rootfs image as initramfs...\n[ 0.610671] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.617048] Scanning for low memory corruption every 60 seconds\n[ 0.619902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.621953] audit: initializing netlink subsys (disabled)\n[ 0.623932] audit: type=2000 audit(1534782860.858:1): initialized\n[ 0.626350] Initialise system trusted keyring\n[ 0.628107] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630151] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633882] zbud: loaded\n[ 0.635176] VFS: Disk quotas dquot_6.6.0\n[ 0.636631] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639438] fuse init (API version 7.23)\n[ 0.641010] Key type big_key registered\n[ 0.642434] Allocating IMA MOK and blacklist keyrings.\n[ 0.644648] Key type asymmetric registered\n[ 0.646097] Asymmetric key parser 'x509' registered\n[ 0.647805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.650456] io scheduler noop registered\n[ 0.651864] io scheduler deadline registered (default)\n[ 0.653630] io scheduler cfq registered\n[ 0.655158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.656999] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.659262] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.661844] ACPI: Power Button [PWRF]\n[ 0.663417] GHES: HEST is not enabled!\n[ 0.686157] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.732784] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.736322] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.761109] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.765072] Linux agpgart interface v0.103\n[ 0.769487] brd: module loaded\n[ 0.772307] loop: module loaded\n[ 0.777877] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.779837] GPT:90111 != 2097151\n[ 0.780751] GPT:Alternate GPT header not at the end of the disk.\n[ 0.782199] GPT:90111 != 2097151\n[ 0.783119] GPT: Use GNU Parted to correct GPT errors.\n[ 0.784411] vda: vda1 vda15\n[ 0.786033] scsi host0: ata_piix\n[ 0.787100] scsi host1: ata_piix\n[ 0.788065] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.789664] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.791605] libphy: Fixed MDIO Bus: probed\n[ 0.792697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.793982] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.796937] PPP generic driver version 2.4.2\n[ 0.798159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.799747] ehci-pci: EHCI PCI platform driver\n[ 0.800930] ehci-platform: EHCI generic platform driver\n[ 0.802239] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.803797] ohci-pci: OHCI PCI platform driver\n[ 0.804971] ohci-platform: OHCI generic platform driver\n[ 0.806303] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.820850] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.822185] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.824154] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.825511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.827041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.828690] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.830609] usb usb1: Product: UHCI Host Controller\n[ 0.831863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.833371] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.834675] hub 1-0:1.0: USB hub found\n[ 0.835752] hub 1-0:1.0: 2 ports detected\n[ 0.837136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.839988] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.841271] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.842638] mousedev: PS/2 mouse device common for all mice\n[ 0.844309] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.846752] rtc_cmos 00:00: RTC can wake from S4\n[ 0.848272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.849866] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.851456] i2c /dev entries driver\n[ 0.852484] device-mapper: uevent: version 1.0.3\n[ 0.853775] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.855965] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.857808] NET: Registered protocol family 10\n[ 0.859337] NET: Registered protocol family 17\n[ 0.860526] Key type dns_resolver registered\n[ 0.861805] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.863278] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.865632] registered taskstats version 1\n[ 0.866775] Loading compiled-in X.509 certificates\n[ 0.868609] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.871132] zswap: loaded using pool lzo/zbud\n[ 0.873195] Key type trusted registered\n[ 0.875358] Key type encrypted registered\n[ 0.876466] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.877855] ima: No TPM chip found, activating TPM-bypass!\n[ 0.879261] evm: HMAC attrs: 0x1\n[ 0.880544] Magic number: 14:242:591\n[ 0.881678] rtc_cmos 00:00: setting system clock to 2018-08-20 16:34:20 UTC (1534782860)\n[ 0.883843] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.885312] EDD information not available.\n[ 0.952459] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.968827] Write protecting the kernel read-only data: 14336k\n[ 0.971750] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.974165] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.75\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.031840] 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.89\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.11...\nLease of 192.168.120.11 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.99. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCB4YArs6bQM/dH/fNBXPn8yo9TX11JgG5qgKhACEH7MraZ06E7xl3VP4CchkwORLnsAei4EB09S+ZNTO8HaxVw6OTScuAsjjNu/7Lwy1l4+wx9ZK0YbwC9sAK1WTax755y3/UbwOqqy6JCzr12zWYuw0jiVySOv2G8ldPTcytFqjj7lsXv3nD+4S6tP7ZTvHVFTQhUOfsXpbx8UTDo5l+ph989SSqMQTaQl3ell7gTKrIcl4pna9p1A4OO4QwZt0McYExcQdwclSv+iUURMpfFxNMSsF4uufbRenzPpfM79rt38ZN44c1TomtM7iclyiapDRQ34IMS5AyJM1C/Urz3 root@vping-ssh-vm-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28\nssh-dss AAAAB3NzaC1kc3MAAACBAJhgI8lWImFztexGI/Q+LTrvMRfHhgothGr9mPdmA6nAVTV+SEzA5TMdoPaYfEbnu4mAb5Wy073Pukp4/BgjUroKSaJWfXUGpjMZEnsiu2RFhPFv6Hr0wz0H/VMPZBE9ud2sq8G8E6WZSs8Pz/pzCabdn0hTljd04hHpTV+54eYbAAAAFQD/NdhL7dNMECtvqbjBUMF1hl29MwAAAIAob2ZnLPFoiUAdjpoyOFN6qCwnuNpY39enET6rFwSu51P7gymkWcNCLt9Oau2dJwfPYmfGsWglDaS6LU4QYozbZ7mz98/r5WDOxoBGyOVtfaE1Rc1EtZcteHgmHVebTbTJ95prHyjOJXeNHvMBr407Xa9prgzCGfAVYpTVqe1qwgAAAIBu7OOGlPJ2Ra91pyWxFQBjDitkzm+4Kx6nsnHHAfJ5md/upwLI/nwEszeG7mlTNLGRLsFb0S8zwXY35QqeJ7PZ7j8MnOJY8TqDVmzqSm1DDzRk4Z+BobMauQlxLZH5JhM70OukoiFGT7oBm44IOUwNG8XpDbYUEbKalIQsrAIEbQ== root@vping-ssh-vm-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.44s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe8e:4b92/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.11 \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-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.79 ===\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-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 login: "} 2018-08-20 16:34:25,836 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf/action used request id req-50e3fb15-79cd-462e-8add-7828e2ea99d5 2018-08-20 16:34:25,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.104711055756s 2018-08-20 16:34:25,837 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf/action used request id req-50e3fb15-79cd-462e-8add-7828e2ea99d5 2018-08-20 16:34:25,837 - 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 513664842 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.179979] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.182204] pid_max: default: 32768 minimum: 301 [ 0.183406] ACPI: Core revision 20150930 [ 0.185043] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186793] Security Framework initialized [ 0.187882] Yama: becoming mindful. [ 0.188868] AppArmor: AppArmor initialized [ 0.190006] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191735] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193400] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195001] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196818] Initializing cgroup subsys io [ 0.197905] Initializing cgroup subsys memory [ 0.199070] Initializing cgroup subsys devices [ 0.200232] Initializing cgroup subsys freezer [ 0.201391] Initializing cgroup subsys net_cls [ 0.202549] Initializing cgroup subsys perf_event [ 0.203765] Initializing cgroup subsys net_prio [ 0.204947] Initializing cgroup subsys hugetlb [ 0.206101] Initializing cgroup subsys pids [ 0.207267] CPU: Physical Processor ID: 0 [ 0.209028] mce: CPU supports 10 MCE banks [ 0.210150] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.211490] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226297] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232860] ftrace: allocating 31920 entries in 125 pages [ 0.258098] smpboot: Max logical packages: 1 [ 0.259256] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.261086] x2apic enabled [ 0.262206] Switched APIC routing to physical x2apic. [ 0.264636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.266111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268772] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.271164] KVM setup paravirtual spinlock [ 0.272739] x86: Booted up 1 node, 1 CPUs [ 0.273819] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.275658] devtmpfs: initialized [ 0.277607] evm: security.selinux [ 0.278547] evm: security.SMACK64 [ 0.279485] evm: security.SMACK64EXEC [ 0.280488] evm: security.SMACK64TRANSMUTE [ 0.281574] evm: security.SMACK64MMAP [ 0.282572] evm: security.ima [ 0.283436] evm: security.capability [ 0.284499] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.286950] pinctrl core: initialized pinctrl subsystem [ 0.288388] RTC time: 16:34:20, date: 08/20/18 [ 0.289647] NET: Registered protocol family 16 [ 0.290928] cpuidle: using governor ladder [ 0.292022] cpuidle: using governor menu [ 0.293077] PCCT header not found. [ 0.294086] ACPI: bus type PCI registered [ 0.295171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.296812] PCI: Using configuration type 1 for base access [ 0.298939] ACPI: Added _OSI(Module Device) [ 0.300058] ACPI: Added _OSI(Processor Device) [ 0.301202] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302402] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304527] ACPI: Interpreter enabled [ 0.305549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315375] ACPI: (supports S0 S5) [ 0.316315] ACPI: Using IOAPIC for interrupt routing [ 0.317565] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321311] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.322820] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.324453] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.326021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.328907] acpiphp: Slot [3] registered [ 0.329978] acpiphp: Slot [4] registered [ 0.331052] acpiphp: Slot [5] registered [ 0.332118] acpiphp: Slot [6] registered [ 0.333181] acpiphp: Slot [7] registered [ 0.334250] acpiphp: Slot [8] registered [ 0.335318] acpiphp: Slot [9] registered [ 0.336393] acpiphp: Slot [10] registered [ 0.337471] acpiphp: Slot [11] registered [ 0.338552] acpiphp: Slot [12] registered [ 0.339635] acpiphp: Slot [13] registered [ 0.340712] acpiphp: Slot [14] registered [ 0.341797] acpiphp: Slot [15] registered [ 0.357015] acpiphp: Slot [16] registered [ 0.358107] acpiphp: Slot [17] registered [ 0.359193] acpiphp: Slot [18] registered [ 0.360268] acpiphp: Slot [19] registered [ 0.361355] acpiphp: Slot [20] registered [ 0.362431] acpiphp: Slot [21] registered [ 0.363504] acpiphp: Slot [22] registered [ 0.364580] acpiphp: Slot [23] registered [ 0.365659] acpiphp: Slot [24] registered [ 0.366737] acpiphp: Slot [25] registered [ 0.367812] acpiphp: Slot [26] registered [ 0.368893] acpiphp: Slot [27] registered [ 0.369977] acpiphp: Slot [28] registered [ 0.371061] acpiphp: Slot [29] registered [ 0.372135] acpiphp: Slot [30] registered [ 0.373215] acpiphp: Slot [31] registered [ 0.374291] PCI host bridge to bus 0000:00 [ 0.375369] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.376955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.378548] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.380486] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.382419] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.384386] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.388376] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.390056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.391612] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.393283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.397699] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.399611] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.420739] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.422701] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426538] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.428634] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.430513] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.432242] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.433631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.435678] vgaarb: loaded [ 0.436487] vgaarb: bridge control possible 0000:00:02.0 [ 0.438071] SCSI subsystem initialized [ 0.439288] ACPI: bus type USB registered [ 0.440401] usbcore: registered new interface driver usbfs [ 0.441754] usbcore: registered new interface driver hub [ 0.443078] usbcore: registered new device driver usb [ 0.444532] PCI: Using ACPI for IRQ routing [ 0.446006] NetLabel: Initializing [ 0.446968] NetLabel: domain hash size = 128 [ 0.448093] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.449368] NetLabel: unlabeled traffic allowed by default [ 0.450890] clocksource: Switched to clocksource kvm-clock [ 0.460912] AppArmor: AppArmor Filesystem Enabled [ 0.462189] pnp: PnP ACPI init [ 0.463405] pnp: PnP ACPI: found 5 devices [ 0.470187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.472462] NET: Registered protocol family 2 [ 0.473832] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.475533] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.477120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.478704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.480135] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.482094] NET: Registered protocol family 1 [ 0.483618] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.485523] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.487388] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.510405] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533343] Trying to unpack rootfs image as initramfs... [ 0.610671] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.617048] Scanning for low memory corruption every 60 seconds [ 0.619902] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.621953] audit: initializing netlink subsys (disabled) [ 0.623932] audit: type=2000 audit(1534782860.858:1): initialized [ 0.626350] Initialise system trusted keyring [ 0.628107] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.630151] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633882] zbud: loaded [ 0.635176] VFS: Disk quotas dquot_6.6.0 [ 0.636631] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.639438] fuse init (API version 7.23) [ 0.641010] Key type big_key registered [ 0.642434] Allocating IMA MOK and blacklist keyrings. [ 0.644648] Key type asymmetric registered [ 0.646097] Asymmetric key parser 'x509' registered [ 0.647805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.650456] io scheduler noop registered [ 0.651864] io scheduler deadline registered (default) [ 0.653630] io scheduler cfq registered [ 0.655158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.656999] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.659262] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.661844] ACPI: Power Button [PWRF] [ 0.663417] GHES: HEST is not enabled! [ 0.686157] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.732784] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.736322] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.761109] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.765072] Linux agpgart interface v0.103 [ 0.769487] brd: module loaded [ 0.772307] loop: module loaded [ 0.777877] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.779837] GPT:90111 != 2097151 [ 0.780751] GPT:Alternate GPT header not at the end of the disk. [ 0.782199] GPT:90111 != 2097151 [ 0.783119] GPT: Use GNU Parted to correct GPT errors. [ 0.784411] vda: vda1 vda15 [ 0.786033] scsi host0: ata_piix [ 0.787100] scsi host1: ata_piix [ 0.788065] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.789664] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.791605] libphy: Fixed MDIO Bus: probed [ 0.792697] tun: Universal TUN/TAP device driver, 1.6 [ 0.793982] tun: (C) 1999-2004 Max Krasnyansky [ 0.796937] PPP generic driver version 2.4.2 [ 0.798159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.799747] ehci-pci: EHCI PCI platform driver [ 0.800930] ehci-platform: EHCI generic platform driver [ 0.802239] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.803797] ohci-pci: OHCI PCI platform driver [ 0.804971] ohci-platform: OHCI generic platform driver [ 0.806303] uhci_hcd: USB Universal Host Controller Interface driver [ 0.820850] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.822185] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.824154] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.825511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.827041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.828690] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.830609] usb usb1: Product: UHCI Host Controller [ 0.831863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.833371] usb usb1: SerialNumber: 0000:00:01.2 [ 0.834675] hub 1-0:1.0: USB hub found [ 0.835752] hub 1-0:1.0: 2 ports detected [ 0.837136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.839988] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.841271] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.842638] mousedev: PS/2 mouse device common for all mice [ 0.844309] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.846752] rtc_cmos 00:00: RTC can wake from S4 [ 0.848272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.849866] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.851456] i2c /dev entries driver [ 0.852484] device-mapper: uevent: version 1.0.3 [ 0.853775] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.855965] ledtrig-cpu: registered to indicate activity on CPUs [ 0.857808] NET: Registered protocol family 10 [ 0.859337] NET: Registered protocol family 17 [ 0.860526] Key type dns_resolver registered [ 0.861805] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.863278] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.865632] registered taskstats version 1 [ 0.866775] Loading compiled-in X.509 certificates [ 0.868609] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.871132] zswap: loaded using pool lzo/zbud [ 0.873195] Key type trusted registered [ 0.875358] Key type encrypted registered [ 0.876466] AppArmor: AppArmor sha1 policy hashing enabled [ 0.877855] ima: No TPM chip found, activating TPM-bypass! [ 0.879261] evm: HMAC attrs: 0x1 [ 0.880544] Magic number: 14:242:591 [ 0.881678] rtc_cmos 00:00: setting system clock to 2018-08-20 16:34:20 UTC (1534782860) [ 0.883843] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.885312] EDD information not available. [ 0.952459] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.968827] Write protecting the kernel read-only data: 14336k [ 0.971750] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.974165] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.75 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 1.031840] 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.89 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.11... Lease of 192.168.120.11 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.99. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCB4YArs6bQM/dH/fNBXPn8yo9TX11JgG5qgKhACEH7MraZ06E7xl3VP4CchkwORLnsAei4EB09S+ZNTO8HaxVw6OTScuAsjjNu/7Lwy1l4+wx9ZK0YbwC9sAK1WTax755y3/UbwOqqy6JCzr12zWYuw0jiVySOv2G8ldPTcytFqjj7lsXv3nD+4S6tP7ZTvHVFTQhUOfsXpbx8UTDo5l+ph989SSqMQTaQl3ell7gTKrIcl4pna9p1A4OO4QwZt0McYExcQdwclSv+iUURMpfFxNMSsF4uufbRenzPpfM79rt38ZN44c1TomtM7iclyiapDRQ34IMS5AyJM1C/Urz3 root@vping-ssh-vm-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 ssh-dss AAAAB3NzaC1kc3MAAACBAJhgI8lWImFztexGI/Q+LTrvMRfHhgothGr9mPdmA6nAVTV+SEzA5TMdoPaYfEbnu4mAb5Wy073Pukp4/BgjUroKSaJWfXUGpjMZEnsiu2RFhPFv6Hr0wz0H/VMPZBE9ud2sq8G8E6WZSs8Pz/pzCabdn0hTljd04hHpTV+54eYbAAAAFQD/NdhL7dNMECtvqbjBUMF1hl29MwAAAIAob2ZnLPFoiUAdjpoyOFN6qCwnuNpY39enET6rFwSu51P7gymkWcNCLt9Oau2dJwfPYmfGsWglDaS6LU4QYozbZ7mz98/r5WDOxoBGyOVtfaE1Rc1EtZcteHgmHVebTbTJ95prHyjOJXeNHvMBr407Xa9prgzCGfAVYpTVqe1qwgAAAIBu7OOGlPJ2Ra91pyWxFQBjDitkzm+4Kx6nsnHHAfJ5md/upwLI/nwEszeG7mlTNLGRLsFb0S8zwXY35QqeJ7PZ7j8MnOJY8TqDVmzqSm1DDzRk4Z+BobMauQlxLZH5JhM70OukoiFGT7oBm44IOUwNG8XpDbYUEbKalIQsrAIEbQ== root@vping-ssh-vm-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.44s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe8e:4b92/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.11 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-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 launch-index: 0 === cirros: current=0.4.0 uptime=4.79 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 login: 2018-08-20 16:34:26,839 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-20 16:34:35,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 16:34:35,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf/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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 16:34:35,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-2a5621b8-3dd0-4781-ab6f-d3bb6315c57b x-compute-request-id: req-2a5621b8-3dd0-4781-ab6f-d3bb6315c57b Content-Encoding: gzip Content-Length: 9578 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 513664842 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.179979] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.182204] pid_max: default: 32768 minimum: 301\n[ 0.183406] ACPI: Core revision 20150930\n[ 0.185043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186793] Security Framework initialized\n[ 0.187882] Yama: becoming mindful.\n[ 0.188868] AppArmor: AppArmor initialized\n[ 0.190006] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191735] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193400] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195001] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196818] Initializing cgroup subsys io\n[ 0.197905] Initializing cgroup subsys memory\n[ 0.199070] Initializing cgroup subsys devices\n[ 0.200232] Initializing cgroup subsys freezer\n[ 0.201391] Initializing cgroup subsys net_cls\n[ 0.202549] Initializing cgroup subsys perf_event\n[ 0.203765] Initializing cgroup subsys net_prio\n[ 0.204947] Initializing cgroup subsys hugetlb\n[ 0.206101] Initializing cgroup subsys pids\n[ 0.207267] CPU: Physical Processor ID: 0\n[ 0.209028] mce: CPU supports 10 MCE banks\n[ 0.210150] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.211490] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226297] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232860] ftrace: allocating 31920 entries in 125 pages\n[ 0.258098] smpboot: Max logical packages: 1\n[ 0.259256] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.261086] x2apic enabled\n[ 0.262206] Switched APIC routing to physical x2apic.\n[ 0.264636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.266111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.268772] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.271164] KVM setup paravirtual spinlock\n[ 0.272739] x86: Booted up 1 node, 1 CPUs\n[ 0.273819] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.275658] devtmpfs: initialized\n[ 0.277607] evm: security.selinux\n[ 0.278547] evm: security.SMACK64\n[ 0.279485] evm: security.SMACK64EXEC\n[ 0.280488] evm: security.SMACK64TRANSMUTE\n[ 0.281574] evm: security.SMACK64MMAP\n[ 0.282572] evm: security.ima\n[ 0.283436] evm: security.capability\n[ 0.284499] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.286950] pinctrl core: initialized pinctrl subsystem\n[ 0.288388] RTC time: 16:34:20, date: 08/20/18\n[ 0.289647] NET: Registered protocol family 16\n[ 0.290928] cpuidle: using governor ladder\n[ 0.292022] cpuidle: using governor menu\n[ 0.293077] PCCT header not found.\n[ 0.294086] ACPI: bus type PCI registered\n[ 0.295171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.296812] PCI: Using configuration type 1 for base access\n[ 0.298939] ACPI: Added _OSI(Module Device)\n[ 0.300058] ACPI: Added _OSI(Processor Device)\n[ 0.301202] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302402] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.304527] ACPI: Interpreter enabled\n[ 0.305549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315375] ACPI: (supports S0 S5)\n[ 0.316315] ACPI: Using IOAPIC for interrupt routing\n[ 0.317565] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321311] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.322820] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.324453] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.326021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.328907] acpiphp: Slot [3] registered\n[ 0.329978] acpiphp: Slot [4] registered\n[ 0.331052] acpiphp: Slot [5] registered\n[ 0.332118] acpiphp: Slot [6] registered\n[ 0.333181] acpiphp: Slot [7] registered\n[ 0.334250] acpiphp: Slot [8] registered\n[ 0.335318] acpiphp: Slot [9] registered\n[ 0.336393] acpiphp: Slot [10] registered\n[ 0.337471] acpiphp: Slot [11] registered\n[ 0.338552] acpiphp: Slot [12] registered\n[ 0.339635] acpiphp: Slot [13] registered\n[ 0.340712] acpiphp: Slot [14] registered\n[ 0.341797] acpiphp: Slot [15] registered\n[ 0.357015] acpiphp: Slot [16] registered\n[ 0.358107] acpiphp: Slot [17] registered\n[ 0.359193] acpiphp: Slot [18] registered\n[ 0.360268] acpiphp: Slot [19] registered\n[ 0.361355] acpiphp: Slot [20] registered\n[ 0.362431] acpiphp: Slot [21] registered\n[ 0.363504] acpiphp: Slot [22] registered\n[ 0.364580] acpiphp: Slot [23] registered\n[ 0.365659] acpiphp: Slot [24] registered\n[ 0.366737] acpiphp: Slot [25] registered\n[ 0.367812] acpiphp: Slot [26] registered\n[ 0.368893] acpiphp: Slot [27] registered\n[ 0.369977] acpiphp: Slot [28] registered\n[ 0.371061] acpiphp: Slot [29] registered\n[ 0.372135] acpiphp: Slot [30] registered\n[ 0.373215] acpiphp: Slot [31] registered\n[ 0.374291] PCI host bridge to bus 0000:00\n[ 0.375369] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.376955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.378548] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.380486] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.382419] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.384386] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.388376] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.390056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.391612] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.393283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.397699] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.399611] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.420739] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422701] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426538] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.428634] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.430513] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.432242] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.433631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.435678] vgaarb: loaded\n[ 0.436487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.438071] SCSI subsystem initialized\n[ 0.439288] ACPI: bus type USB registered\n[ 0.440401] usbcore: registered new interface driver usbfs\n[ 0.441754] usbcore: registered new interface driver hub\n[ 0.443078] usbcore: registered new device driver usb\n[ 0.444532] PCI: Using ACPI for IRQ routing\n[ 0.446006] NetLabel: Initializing\n[ 0.446968] NetLabel: domain hash size = 128\n[ 0.448093] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.449368] NetLabel: unlabeled traffic allowed by default\n[ 0.450890] clocksource: Switched to clocksource kvm-clock\n[ 0.460912] AppArmor: AppArmor Filesystem Enabled\n[ 0.462189] pnp: PnP ACPI init\n[ 0.463405] pnp: PnP ACPI: found 5 devices\n[ 0.470187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.472462] NET: Registered protocol family 2\n[ 0.473832] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.475533] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.477120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.478704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480135] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.482094] NET: Registered protocol family 1\n[ 0.483618] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.485523] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.487388] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510405] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533343] Trying to unpack rootfs image as initramfs...\n[ 0.610671] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.617048] Scanning for low memory corruption every 60 seconds\n[ 0.619902] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.621953] audit: initializing netlink subsys (disabled)\n[ 0.623932] audit: type=2000 audit(1534782860.858:1): initialized\n[ 0.626350] Initialise system trusted keyring\n[ 0.628107] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630151] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633882] zbud: loaded\n[ 0.635176] VFS: Disk quotas dquot_6.6.0\n[ 0.636631] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639438] fuse init (API version 7.23)\n[ 0.641010] Key type big_key registered\n[ 0.642434] Allocating IMA MOK and blacklist keyrings.\n[ 0.644648] Key type asymmetric registered\n[ 0.646097] Asymmetric key parser 'x509' registered\n[ 0.647805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.650456] io scheduler noop registered\n[ 0.651864] io scheduler deadline registered (default)\n[ 0.653630] io scheduler cfq registered\n[ 0.655158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.656999] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.659262] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.661844] ACPI: Power Button [PWRF]\n[ 0.663417] GHES: HEST is not enabled!\n[ 0.686157] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.732784] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.736322] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.761109] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.765072] Linux agpgart interface v0.103\n[ 0.769487] brd: module loaded\n[ 0.772307] loop: module loaded\n[ 0.777877] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.779837] GPT:90111 != 2097151\n[ 0.780751] GPT:Alternate GPT header not at the end of the disk.\n[ 0.782199] GPT:90111 != 2097151\n[ 0.783119] GPT: Use GNU Parted to correct GPT errors.\n[ 0.784411] vda: vda1 vda15\n[ 0.786033] scsi host0: ata_piix\n[ 0.787100] scsi host1: ata_piix\n[ 0.788065] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.789664] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.791605] libphy: Fixed MDIO Bus: probed\n[ 0.792697] tun: Universal TUN/TAP device driver, 1.6\n[ 0.793982] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.796937] PPP generic driver version 2.4.2\n[ 0.798159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.799747] ehci-pci: EHCI PCI platform driver\n[ 0.800930] ehci-platform: EHCI generic platform driver\n[ 0.802239] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.803797] ohci-pci: OHCI PCI platform driver\n[ 0.804971] ohci-platform: OHCI generic platform driver\n[ 0.806303] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.820850] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.822185] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.824154] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.825511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.827041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.828690] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.830609] usb usb1: Product: UHCI Host Controller\n[ 0.831863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.833371] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.834675] hub 1-0:1.0: USB hub found\n[ 0.835752] hub 1-0:1.0: 2 ports detected\n[ 0.837136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.839988] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.841271] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.842638] mousedev: PS/2 mouse device common for all mice\n[ 0.844309] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.846752] rtc_cmos 00:00: RTC can wake from S4\n[ 0.848272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.849866] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.851456] i2c /dev entries driver\n[ 0.852484] device-mapper: uevent: version 1.0.3\n[ 0.853775] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.855965] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.857808] NET: Registered protocol family 10\n[ 0.859337] NET: Registered protocol family 17\n[ 0.860526] Key type dns_resolver registered\n[ 0.861805] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.863278] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.865632] registered taskstats version 1\n[ 0.866775] Loading compiled-in X.509 certificates\n[ 0.868609] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.871132] zswap: loaded using pool lzo/zbud\n[ 0.873195] Key type trusted registered\n[ 0.875358] Key type encrypted registered\n[ 0.876466] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.877855] ima: No TPM chip found, activating TPM-bypass!\n[ 0.879261] evm: HMAC attrs: 0x1\n[ 0.880544] Magic number: 14:242:591\n[ 0.881678] rtc_cmos 00:00: setting system clock to 2018-08-20 16:34:20 UTC (1534782860)\n[ 0.883843] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.885312] EDD information not available.\n[ 0.952459] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.968827] Write protecting the kernel read-only data: 14336k\n[ 0.971750] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.974165] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.75\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.031840] 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.89\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.11...\nLease of 192.168.120.11 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.99. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCB4YArs6bQM/dH/fNBXPn8yo9TX11JgG5qgKhACEH7MraZ06E7xl3VP4CchkwORLnsAei4EB09S+ZNTO8HaxVw6OTScuAsjjNu/7Lwy1l4+wx9ZK0YbwC9sAK1WTax755y3/UbwOqqy6JCzr12zWYuw0jiVySOv2G8ldPTcytFqjj7lsXv3nD+4S6tP7ZTvHVFTQhUOfsXpbx8UTDo5l+ph989SSqMQTaQl3ell7gTKrIcl4pna9p1A4OO4QwZt0McYExcQdwclSv+iUURMpfFxNMSsF4uufbRenzPpfM79rt38ZN44c1TomtM7iclyiapDRQ34IMS5AyJM1C/Urz3 root@vping-ssh-vm-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28\nssh-dss AAAAB3NzaC1kc3MAAACBAJhgI8lWImFztexGI/Q+LTrvMRfHhgothGr9mPdmA6nAVTV+SEzA5TMdoPaYfEbnu4mAb5Wy073Pukp4/BgjUroKSaJWfXUGpjMZEnsiu2RFhPFv6Hr0wz0H/VMPZBE9ud2sq8G8E6WZSs8Pz/pzCabdn0hTljd04hHpTV+54eYbAAAAFQD/NdhL7dNMECtvqbjBUMF1hl29MwAAAIAob2ZnLPFoiUAdjpoyOFN6qCwnuNpY39enET6rFwSu51P7gymkWcNCLt9Oau2dJwfPYmfGsWglDaS6LU4QYozbZ7mz98/r5WDOxoBGyOVtfaE1Rc1EtZcteHgmHVebTbTJ95prHyjOJXeNHvMBr407Xa9prgzCGfAVYpTVqe1qwgAAAIBu7OOGlPJ2Ra91pyWxFQBjDitkzm+4Kx6nsnHHAfJ5md/upwLI/nwEszeG7mlTNLGRLsFb0S8zwXY35QqeJ7PZ7j8MnOJY8TqDVmzqSm1DDzRk4Z+BobMauQlxLZH5JhM70OukoiFGT7oBm44IOUwNG8XpDbYUEbKalIQsrAIEbQ== root@vping-ssh-vm-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.44s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe8e:4b92/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.11 \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-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.79 ===\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-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 login: "} 2018-08-20 16:34:35,976 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf/action used request id req-2a5621b8-3dd0-4781-ab6f-d3bb6315c57b 2018-08-20 16:34:35,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.127373933792s 2018-08-20 16:34:35,977 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf/action used request id req-2a5621b8-3dd0-4781-ab6f-d3bb6315c57b 2018-08-20 16:34:35,977 - 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 513664842 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.179979] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.182204] pid_max: default: 32768 minimum: 301 [ 0.183406] ACPI: Core revision 20150930 [ 0.185043] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186793] Security Framework initialized [ 0.187882] Yama: becoming mindful. [ 0.188868] AppArmor: AppArmor initialized [ 0.190006] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191735] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193400] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195001] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196818] Initializing cgroup subsys io [ 0.197905] Initializing cgroup subsys memory [ 0.199070] Initializing cgroup subsys devices [ 0.200232] Initializing cgroup subsys freezer [ 0.201391] Initializing cgroup subsys net_cls [ 0.202549] Initializing cgroup subsys perf_event [ 0.203765] Initializing cgroup subsys net_prio [ 0.204947] Initializing cgroup subsys hugetlb [ 0.206101] Initializing cgroup subsys pids [ 0.207267] CPU: Physical Processor ID: 0 [ 0.209028] mce: CPU supports 10 MCE banks [ 0.210150] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.211490] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226297] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232860] ftrace: allocating 31920 entries in 125 pages [ 0.258098] smpboot: Max logical packages: 1 [ 0.259256] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.261086] x2apic enabled [ 0.262206] Switched APIC routing to physical x2apic. [ 0.264636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.266111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268772] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.271164] KVM setup paravirtual spinlock [ 0.272739] x86: Booted up 1 node, 1 CPUs [ 0.273819] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.275658] devtmpfs: initialized [ 0.277607] evm: security.selinux [ 0.278547] evm: security.SMACK64 [ 0.279485] evm: security.SMACK64EXEC [ 0.280488] evm: security.SMACK64TRANSMUTE [ 0.281574] evm: security.SMACK64MMAP [ 0.282572] evm: security.ima [ 0.283436] evm: security.capability [ 0.284499] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.286950] pinctrl core: initialized pinctrl subsystem [ 0.288388] RTC time: 16:34:20, date: 08/20/18 [ 0.289647] NET: Registered protocol family 16 [ 0.290928] cpuidle: using governor ladder [ 0.292022] cpuidle: using governor menu [ 0.293077] PCCT header not found. [ 0.294086] ACPI: bus type PCI registered [ 0.295171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.296812] PCI: Using configuration type 1 for base access [ 0.298939] ACPI: Added _OSI(Module Device) [ 0.300058] ACPI: Added _OSI(Processor Device) [ 0.301202] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302402] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304527] ACPI: Interpreter enabled [ 0.305549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315375] ACPI: (supports S0 S5) [ 0.316315] ACPI: Using IOAPIC for interrupt routing [ 0.317565] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321311] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.322820] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.324453] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.326021] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.328907] acpiphp: Slot [3] registered [ 0.329978] acpiphp: Slot [4] registered [ 0.331052] acpiphp: Slot [5] registered [ 0.332118] acpiphp: Slot [6] registered [ 0.333181] acpiphp: Slot [7] registered [ 0.334250] acpiphp: Slot [8] registered [ 0.335318] acpiphp: Slot [9] registered [ 0.336393] acpiphp: Slot [10] registered [ 0.337471] acpiphp: Slot [11] registered [ 0.338552] acpiphp: Slot [12] registered [ 0.339635] acpiphp: Slot [13] registered [ 0.340712] acpiphp: Slot [14] registered [ 0.341797] acpiphp: Slot [15] registered [ 0.357015] acpiphp: Slot [16] registered [ 0.358107] acpiphp: Slot [17] registered [ 0.359193] acpiphp: Slot [18] registered [ 0.360268] acpiphp: Slot [19] registered [ 0.361355] acpiphp: Slot [20] registered [ 0.362431] acpiphp: Slot [21] registered [ 0.363504] acpiphp: Slot [22] registered [ 0.364580] acpiphp: Slot [23] registered [ 0.365659] acpiphp: Slot [24] registered [ 0.366737] acpiphp: Slot [25] registered [ 0.367812] acpiphp: Slot [26] registered [ 0.368893] acpiphp: Slot [27] registered [ 0.369977] acpiphp: Slot [28] registered [ 0.371061] acpiphp: Slot [29] registered [ 0.372135] acpiphp: Slot [30] registered [ 0.373215] acpiphp: Slot [31] registered [ 0.374291] PCI host bridge to bus 0000:00 [ 0.375369] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.376955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.378548] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.380486] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.382419] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.384386] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.388376] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.390056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.391612] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.393283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.397699] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.399611] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.420739] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.422701] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426538] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.428634] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.430513] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.432242] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.433631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.435678] vgaarb: loaded [ 0.436487] vgaarb: bridge control possible 0000:00:02.0 [ 0.438071] SCSI subsystem initialized [ 0.439288] ACPI: bus type USB registered [ 0.440401] usbcore: registered new interface driver usbfs [ 0.441754] usbcore: registered new interface driver hub [ 0.443078] usbcore: registered new device driver usb [ 0.444532] PCI: Using ACPI for IRQ routing [ 0.446006] NetLabel: Initializing [ 0.446968] NetLabel: domain hash size = 128 [ 0.448093] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.449368] NetLabel: unlabeled traffic allowed by default [ 0.450890] clocksource: Switched to clocksource kvm-clock [ 0.460912] AppArmor: AppArmor Filesystem Enabled [ 0.462189] pnp: PnP ACPI init [ 0.463405] pnp: PnP ACPI: found 5 devices [ 0.470187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.472462] NET: Registered protocol family 2 [ 0.473832] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.475533] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.477120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.478704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.480135] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.482094] NET: Registered protocol family 1 [ 0.483618] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.485523] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.487388] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.510405] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533343] Trying to unpack rootfs image as initramfs... [ 0.610671] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.617048] Scanning for low memory corruption every 60 seconds [ 0.619902] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.621953] audit: initializing netlink subsys (disabled) [ 0.623932] audit: type=2000 audit(1534782860.858:1): initialized [ 0.626350] Initialise system trusted keyring [ 0.628107] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.630151] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633882] zbud: loaded [ 0.635176] VFS: Disk quotas dquot_6.6.0 [ 0.636631] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.639438] fuse init (API version 7.23) [ 0.641010] Key type big_key registered [ 0.642434] Allocating IMA MOK and blacklist keyrings. [ 0.644648] Key type asymmetric registered [ 0.646097] Asymmetric key parser 'x509' registered [ 0.647805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.650456] io scheduler noop registered [ 0.651864] io scheduler deadline registered (default) [ 0.653630] io scheduler cfq registered [ 0.655158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.656999] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.659262] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.661844] ACPI: Power Button [PWRF] [ 0.663417] GHES: HEST is not enabled! [ 0.686157] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.732784] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.736322] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.761109] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.765072] Linux agpgart interface v0.103 [ 0.769487] brd: module loaded [ 0.772307] loop: module loaded [ 0.777877] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.779837] GPT:90111 != 2097151 [ 0.780751] GPT:Alternate GPT header not at the end of the disk. [ 0.782199] GPT:90111 != 2097151 [ 0.783119] GPT: Use GNU Parted to correct GPT errors. [ 0.784411] vda: vda1 vda15 [ 0.786033] scsi host0: ata_piix [ 0.787100] scsi host1: ata_piix [ 0.788065] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.789664] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.791605] libphy: Fixed MDIO Bus: probed [ 0.792697] tun: Universal TUN/TAP device driver, 1.6 [ 0.793982] tun: (C) 1999-2004 Max Krasnyansky [ 0.796937] PPP generic driver version 2.4.2 [ 0.798159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.799747] ehci-pci: EHCI PCI platform driver [ 0.800930] ehci-platform: EHCI generic platform driver [ 0.802239] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.803797] ohci-pci: OHCI PCI platform driver [ 0.804971] ohci-platform: OHCI generic platform driver [ 0.806303] uhci_hcd: USB Universal Host Controller Interface driver [ 0.820850] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.822185] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.824154] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.825511] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.827041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.828690] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.830609] usb usb1: Product: UHCI Host Controller [ 0.831863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.833371] usb usb1: SerialNumber: 0000:00:01.2 [ 0.834675] hub 1-0:1.0: USB hub found [ 0.835752] hub 1-0:1.0: 2 ports detected [ 0.837136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.839988] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.841271] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.842638] mousedev: PS/2 mouse device common for all mice [ 0.844309] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.846752] rtc_cmos 00:00: RTC can wake from S4 [ 0.848272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.849866] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.851456] i2c /dev entries driver [ 0.852484] device-mapper: uevent: version 1.0.3 [ 0.853775] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.855965] ledtrig-cpu: registered to indicate activity on CPUs [ 0.857808] NET: Registered protocol family 10 [ 0.859337] NET: Registered protocol family 17 [ 0.860526] Key type dns_resolver registered [ 0.861805] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.863278] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.865632] registered taskstats version 1 [ 0.866775] Loading compiled-in X.509 certificates [ 0.868609] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.871132] zswap: loaded using pool lzo/zbud [ 0.873195] Key type trusted registered [ 0.875358] Key type encrypted registered [ 0.876466] AppArmor: AppArmor sha1 policy hashing enabled [ 0.877855] ima: No TPM chip found, activating TPM-bypass! [ 0.879261] evm: HMAC attrs: 0x1 [ 0.880544] Magic number: 14:242:591 [ 0.881678] rtc_cmos 00:00: setting system clock to 2018-08-20 16:34:20 UTC (1534782860) [ 0.883843] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.885312] EDD information not available. [ 0.952459] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.968827] Write protecting the kernel read-only data: 14336k [ 0.971750] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.974165] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.75 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 1.031840] 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.89 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.11... Lease of 192.168.120.11 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.99. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCB4YArs6bQM/dH/fNBXPn8yo9TX11JgG5qgKhACEH7MraZ06E7xl3VP4CchkwORLnsAei4EB09S+ZNTO8HaxVw6OTScuAsjjNu/7Lwy1l4+wx9ZK0YbwC9sAK1WTax755y3/UbwOqqy6JCzr12zWYuw0jiVySOv2G8ldPTcytFqjj7lsXv3nD+4S6tP7ZTvHVFTQhUOfsXpbx8UTDo5l+ph989SSqMQTaQl3ell7gTKrIcl4pna9p1A4OO4QwZt0McYExcQdwclSv+iUURMpfFxNMSsF4uufbRenzPpfM79rt38ZN44c1TomtM7iclyiapDRQ34IMS5AyJM1C/Urz3 root@vping-ssh-vm-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 ssh-dss AAAAB3NzaC1kc3MAAACBAJhgI8lWImFztexGI/Q+LTrvMRfHhgothGr9mPdmA6nAVTV+SEzA5TMdoPaYfEbnu4mAb5Wy073Pukp4/BgjUroKSaJWfXUGpjMZEnsiu2RFhPFv6Hr0wz0H/VMPZBE9ud2sq8G8E6WZSs8Pz/pzCabdn0hTljd04hHpTV+54eYbAAAAFQD/NdhL7dNMECtvqbjBUMF1hl29MwAAAIAob2ZnLPFoiUAdjpoyOFN6qCwnuNpY39enET6rFwSu51P7gymkWcNCLt9Oau2dJwfPYmfGsWglDaS6LU4QYozbZ7mz98/r5WDOxoBGyOVtfaE1Rc1EtZcteHgmHVebTbTJ95prHyjOJXeNHvMBr407Xa9prgzCGfAVYpTVqe1qwgAAAIBu7OOGlPJ2Ra91pyWxFQBjDitkzm+4Kx6nsnHHAfJ5md/upwLI/nwEszeG7mlTNLGRLsFb0S8zwXY35QqeJ7PZ7j8MnOJY8TqDVmzqSm1DDzRk4Z+BobMauQlxLZH5JhM70OukoiFGT7oBm44IOUwNG8XpDbYUEbKalIQsrAIEbQ== root@vping-ssh-vm-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.44s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe8e:4b92/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.11 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-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 launch-index: 0 === cirros: current=0.4.0 uptime=4.79 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 login: 2018-08-20 16:34:36,978 - paramiko.transport - DEBUG - starting thread (client mode): 0x3f09d850L 2018-08-20 16:34:36,978 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 16:34:36,978 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 16:34:36,979 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 16:34:36,980 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 16:34:36,980 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 16:34:36,980 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 16:34:36,980 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 16:34:36,981 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 16:34:36,981 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 16:34:36,997 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 16:34:36,998 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 16:34:37,010 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: d03b01bd67cfc63999425402efc3e74d 2018-08-20 16:34:37,011 - paramiko.transport - DEBUG - Trying discovered key 15f9a492e8572c924375bf3b3faee79b in /tmp/tmpzZOSS1 2018-08-20 16:34:37,036 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 16:34:37,043 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 16:34:37,044 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 16:34:37,045 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 16:34:37,046 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 16:34:37,047 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 16:34:37,050 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 16:34:37,050 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.5 (192.168.120.5): 56 data bytes 64 bytes from 192.168.120.5: seq=0 ttl=64 time=1.372 ms --- 192.168.120.5 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.372/1.372/1.372 ms 2018-08-20 16:34:37,051 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-20 16:34:37,055 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 16:34:37,161 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:34:37,162 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:05 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 16:34:37,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 16:34:37,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:37,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:34: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-c7142f35-0aae-40a8-94c2-bf87066a2cd5 x-compute-request-id: req-c7142f35-0aae-40a8-94c2-bf87066a2cd5 Content-Type: application/json 2018-08-20 16:34:37,518 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2 used request id req-c7142f35-0aae-40a8-94c2-bf87066a2cd5 2018-08-20 16:34:37,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.351261854172s 2018-08-20 16:34:37,519 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2 used request id req-c7142f35-0aae-40a8-94c2-bf87066a2cd5 2018-08-20 16:34:37,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:37,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:38,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-19ea03c0-f93f-4718-8e71-fc884d20ba99 x-compute-request-id: req-19ea03c0-f93f-4718-8e71-fc884d20ba99 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:4b:92", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:4b:92", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:19.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "ee3a0662-b63d-416c-9003-79db041aebbf", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:20Z", "hostId": "2fb308f428a248932f77a69eb029878f27ca5e3183983fe46e0d6c4b", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "name": "vping_ssh-vm_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:34:10Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:ff:da", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e144cc65-ad1c-4953-a956-765cff54b1c2", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:02.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "e144cc65-ad1c-4953-a956-765cff54b1c2", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:37Z", "hostId": "f39f60f9c80bf37becc98522439fae653b37eabfdf370497b89b4ff9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:33:49Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:38,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-19ea03c0-f93f-4718-8e71-fc884d20ba99 2018-08-20 16:34:38,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742954969406s 2018-08-20 16:34:38,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-19ea03c0-f93f-4718-8e71-fc884d20ba99 2018-08-20 16:34:38,265 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:34:40,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:40,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:41,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-c41e4c8a-b43b-417d-9ede-e2a12a1b8ed0 x-compute-request-id: req-c41e4c8a-b43b-417d-9ede-e2a12a1b8ed0 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:4b:92", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:4b:92", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:19.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "ee3a0662-b63d-416c-9003-79db041aebbf", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:20Z", "hostId": "2fb308f428a248932f77a69eb029878f27ca5e3183983fe46e0d6c4b", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "name": "vping_ssh-vm_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:34:10Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:41,301 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c41e4c8a-b43b-417d-9ede-e2a12a1b8ed0 2018-08-20 16:34:41,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03345417976s 2018-08-20 16:34:41,302 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c41e4c8a-b43b-417d-9ede-e2a12a1b8ed0 2018-08-20 16:34:41,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 16:34:41,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/c17bcb34-cd02-4107-ab72-cb845fafe73e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:42,388 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f9c9f55-7f12-4267-9d56-fcc596b1672b Content-Length: 0 Date: Mon, 20 Aug 2018 16:34:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:34:42,388 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c17bcb34-cd02-4107-ab72-cb845fafe73e.json used request id req-3f9c9f55-7f12-4267-9d56-fcc596b1672b 2018-08-20 16:34:42,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.08267784119s 2018-08-20 16:34:42,389 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c17bcb34-cd02-4107-ab72-cb845fafe73e.json used request id req-3f9c9f55-7f12-4267-9d56-fcc596b1672b 2018-08-20 16:34:42,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:34:42,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:42,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-def36962-a2a9-4701-9654-8a5a3d4de6c8 Date: Mon, 20 Aug 2018 16:34:42 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:34:42,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-def36962-a2a9-4701-9654-8a5a3d4de6c8 2018-08-20 16:34:42,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0518009662628s 2018-08-20 16:34:42,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-def36962-a2a9-4701-9654-8a5a3d4de6c8 2018-08-20 16:34:42,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 16:34:42,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:42,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:34: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-9ff8ac2e-4c00-479b-ac1f-67a0ab2bb2d2 x-compute-request-id: req-9ff8ac2e-4c00-479b-ac1f-67a0ab2bb2d2 Content-Type: application/json 2018-08-20 16:34:42,638 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf used request id req-9ff8ac2e-4c00-479b-ac1f-67a0ab2bb2d2 2018-08-20 16:34:42,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.191874027252s 2018-08-20 16:34:42,639 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf used request id req-9ff8ac2e-4c00-479b-ac1f-67a0ab2bb2d2 2018-08-20 16:34:42,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:42,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:43,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-c2cad406-66bb-458d-81f3-a264022f6177 x-compute-request-id: req-c2cad406-66bb-458d-81f3-a264022f6177 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:4b:92", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:4b:92", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ee3a0662-b63d-416c-9003-79db041aebbf", "rel": "bookmark"}], "image": {"id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "links": [{"href": "http://172.30.9.23:8774/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:34:19.000000", "flavor": {"id": "175baefd-2830-45cf-8c88-4bdb767c18d6", "links": [{"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "bookmark"}]}, "id": "ee3a0662-b63d-416c-9003-79db041aebbf", "security_groups": [{"name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}], "user_id": "325910713f7143b2bd1b54253350776d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:34:42Z", "hostId": "2fb308f428a248932f77a69eb029878f27ca5e3183983fe46e0d6c4b", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "name": "vping_ssh-vm_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "created": "2018-08-20T16:34:10Z", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:34:43,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c2cad406-66bb-458d-81f3-a264022f6177 2018-08-20 16:34:43,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.803956985474s 2018-08-20 16:34:43,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c2cad406-66bb-458d-81f3-a264022f6177 2018-08-20 16:34:43,445 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:34:45,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:34:45,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:45,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-f2e00f58-2bc6-4671-b556-3bac17c6022b x-compute-request-id: req-f2e00f58-2bc6-4671-b556-3bac17c6022b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 16:34:45,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f2e00f58-2bc6-4671-b556-3bac17c6022b 2018-08-20 16:34:45,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0713641643524s 2018-08-20 16:34:45,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f2e00f58-2bc6-4671-b556-3bac17c6022b 2018-08-20 16:34:45,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:34:45,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:45,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-6b0110f4-3519-4f42-926b-055d24c2f083 Date: Mon, 20 Aug 2018 16:34:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:43Z", "updated_at": "2018-08-20T16:33:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:45Z", "revision_number": 0, "id": "a43dd9ee-8007-4229-abb9-d733cdd00b70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:45Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:43Z", "revision_number": 0, "id": "ae968de5-0c5a-4723-8e3f-90372316134c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:43Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T16:33:44Z", "revision_number": 0, "id": "bc34c2a7-0119-4716-a352-62fedbdde9af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:44Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:43Z", "revision_number": 0, "id": "c1be9d13-e3b0-4f66-b7f6-85ef5bb3dcf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:43Z", "security_group_id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 3, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "83224095-c3de-4a25-b2c6-e199a296f6f2", "name": "vping_ssh-sg_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:34:45,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6b0110f4-3519-4f42-926b-055d24c2f083 2018-08-20 16:34:45,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0498640537262s 2018-08-20 16:34:45,573 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6b0110f4-3519-4f42-926b-055d24c2f083 2018-08-20 16:34:45,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 16:34:45,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/83224095-c3de-4a25-b2c6-e199a296f6f2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:46,018 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ffb995f8-8b3a-4b8b-8976-92b675452abe Content-Length: 0 Date: Mon, 20 Aug 2018 16:34:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:34:46,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/83224095-c3de-4a25-b2c6-e199a296f6f2.json used request id req-ffb995f8-8b3a-4b8b-8976-92b675452abe 2018-08-20 16:34:46,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.44163608551s 2018-08-20 16:34:46,018 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/83224095-c3de-4a25-b2c6-e199a296f6f2.json used request id req-ffb995f8-8b3a-4b8b-8976-92b675452abe 2018-08-20 16:34:46,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 16:34:46,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:46,250 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:34: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-7b0c1d96-281f-4e65-8e2d-f8c9db150d91 x-compute-request-id: req-7b0c1d96-281f-4e65-8e2d-f8c9db150d91 Content-Length: 0 Content-Type: application/json 2018-08-20 16:34:46,250 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 used request id req-7b0c1d96-281f-4e65-8e2d-f8c9db150d91 2018-08-20 16:34:46,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.230806827545s 2018-08-20 16:34:46,250 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28 used request id req-7b0c1d96-281f-4e65-8e2d-f8c9db150d91 2018-08-20 16:34:46,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:34:46,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/45d43e12-a97f-4ace-ae43-aa535c54b45f/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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" -d '{"subnet_id": "c627c59e-50c4-40eb-ad62-70b90247e89a"}' 2018-08-20 16:34:47,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0035cbd0-374c-4bf0-835d-159922cd8c47 Date: Mon, 20 Aug 2018 16:34:47 GMT RESP BODY: {"network_id": "88aa16ba-a542-41ce-9d15-5f026363c433", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "subnet_id": "c627c59e-50c4-40eb-ad62-70b90247e89a", "subnet_ids": ["c627c59e-50c4-40eb-ad62-70b90247e89a"], "port_id": "fd78ccd2-2211-4241-a742-eb98e181e398", "id": "45d43e12-a97f-4ace-ae43-aa535c54b45f"} 2018-08-20 16:34:47,782 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/45d43e12-a97f-4ace-ae43-aa535c54b45f/remove_router_interface.json used request id req-0035cbd0-374c-4bf0-835d-159922cd8c47 2018-08-20 16:34:47,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.53145503998s 2018-08-20 16:34:47,782 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/45d43e12-a97f-4ace-ae43-aa535c54b45f/remove_router_interface.json used request id req-0035cbd0-374c-4bf0-835d-159922cd8c47 returning object 45d43e12-a97f-4ace-ae43-aa535c54b45f 2018-08-20 16:34:47,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:34:47,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:47,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-7e601a7d-72cc-4611-ae6f-4f9b43a74c72 Date: Mon, 20 Aug 2018 16:34:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:35Z", "admin_state_up": true, "updated_at": "2018-08-20T16:34:47Z", "revision_number": 4, "routes": [], "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "45d43e12-a97f-4ace-ae43-aa535c54b45f", "name": "vping_ssh-router_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:34:47,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7e601a7d-72cc-4611-ae6f-4f9b43a74c72 2018-08-20 16:34:47,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.134713172913s 2018-08-20 16:34:47,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7e601a7d-72cc-4611-ae6f-4f9b43a74c72 2018-08-20 16:34:47,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:34:47,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/45d43e12-a97f-4ace-ae43-aa535c54b45f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:49,951 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8f517a9-b010-43e5-b6b1-3ac252d1653b Content-Length: 0 Date: Mon, 20 Aug 2018 16:34:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:34:49,951 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/45d43e12-a97f-4ace-ae43-aa535c54b45f.json used request id req-b8f517a9-b010-43e5-b6b1-3ac252d1653b 2018-08-20 16:34:49,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.03141903877s 2018-08-20 16:34:49,951 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/45d43e12-a97f-4ace-ae43-aa535c54b45f.json used request id req-b8f517a9-b010-43e5-b6b1-3ac252d1653b 2018-08-20 16:34:49,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:34:49,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:50,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-59bb9314-6356-4f90-9a3b-b87fb575bd01 Date: Mon, 20 Aug 2018 16:34:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88aa16ba-a542-41ce-9d15-5f026363c433","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:33:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"11be53cfbb1c4b7e9835447c81af6f5b","id":"c627c59e-50c4-40eb-ad62-70b90247e89a","subnetpool_id":null,"name":"vping_ssh-subnet_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:34:50,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-59bb9314-6356-4f90-9a3b-b87fb575bd01 2018-08-20 16:34:50,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0525078773499s 2018-08-20 16:34:50,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-59bb9314-6356-4f90-9a3b-b87fb575bd01 2018-08-20 16:34:50,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:34:50,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/c627c59e-50c4-40eb-ad62-70b90247e89a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:52,411 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc2a2c55-8804-4206-87fc-49870687694a Date: Mon, 20 Aug 2018 16:34:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:34:52,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c627c59e-50c4-40eb-ad62-70b90247e89a.json used request id req-fc2a2c55-8804-4206-87fc-49870687694a 2018-08-20 16:34:52,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.40579295158s 2018-08-20 16:34:52,412 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c627c59e-50c4-40eb-ad62-70b90247e89a.json used request id req-fc2a2c55-8804-4206-87fc-49870687694a 2018-08-20 16:34:52,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:34:52,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:52,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-e19d5c07-5ea3-4fb2-8ca4-2c94806ac49f Date: Mon, 20 Aug 2018 16:34: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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:34:52Z","tenant_id":"11be53cfbb1c4b7e9835447c81af6f5b","created_at":"2018-08-20T16:33:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"11be53cfbb1c4b7e9835447c81af6f5b","id":"88aa16ba-a542-41ce-9d15-5f026363c433","name":"vping_ssh-net_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}]} 2018-08-20 16:34:52,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e19d5c07-5ea3-4fb2-8ca4-2c94806ac49f 2018-08-20 16:34:52,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.091325044632s 2018-08-20 16:34:52,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e19d5c07-5ea3-4fb2-8ca4-2c94806ac49f 2018-08-20 16:34:52,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:34:52,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/88aa16ba-a542-41ce-9d15-5f026363c433.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:54,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56515efc-8c68-41ef-ad31-531c339bc9a0 Date: Mon, 20 Aug 2018 16:34:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:34:54,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/88aa16ba-a542-41ce-9d15-5f026363c433.json used request id req-56515efc-8c68-41ef-ad31-531c339bc9a0 2018-08-20 16:34:54,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.99416995049s 2018-08-20 16:34:54,500 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/88aa16ba-a542-41ce-9d15-5f026363c433.json used request id req-56515efc-8c68-41ef-ad31-531c339bc9a0 2018-08-20 16:34:54,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:34:54,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:54,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-1e699db9-c1ab-452a-8247-d319d4e0a394 Date: Mon, 20 Aug 2018 16:34:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:33:40Z", "file": "/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9/file", "owner": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "8605e595-c063-4924-aaab-cca4ff5eebd9", "size": 12716032, "self": "/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/8605e595-c063-4924-aaab-cca4ff5eebd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/8605e595-c063-4924-aaab-cca4ff5eebd9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:33:39Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:34:54,815 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1e699db9-c1ab-452a-8247-d319d4e0a394 2018-08-20 16:34:54,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311177968979s 2018-08-20 16:34:54,816 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1e699db9-c1ab-452a-8247-d319d4e0a394 2018-08-20 16:34:54,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 16:34:54,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3609d46a1d45cd6550cd917e88f28aa4e4c4382b" 2018-08-20 16:34:55,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8b3dfd1f-25cc-40c8-ac94-0c0d63c0596b Date: Mon, 20 Aug 2018 16:34:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:34:55,178 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9 used request id req-8b3dfd1f-25cc-40c8-ac94-0c0d63c0596b 2018-08-20 16:34:55,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.360296010971s 2018-08-20 16:34:55,178 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8605e595-c063-4924-aaab-cca4ff5eebd9 used request id req-8b3dfd1f-25cc-40c8-ac94-0c0d63c0596b 2018-08-20 16:34:55,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:34:55,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:34:55,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34: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-93ec627b-2baf-4660-89ef-6eeddaf07cc3 x-compute-request-id: req-93ec627b-2baf-4660-89ef-6eeddaf07cc3 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6", "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": "175baefd-2830-45cf-8c88-4bdb767c18d6"}]} 2018-08-20 16:34:55,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-93ec627b-2baf-4660-89ef-6eeddaf07cc3 2018-08-20 16:34:55,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0221910476685s 2018-08-20 16:34:55,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-93ec627b-2baf-4660-89ef-6eeddaf07cc3 2018-08-20 16:34:55,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 16:34:55,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:34:55,236 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:34: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-b7755a13-b786-4f36-8725-921aebbc742c x-compute-request-id: req-b7755a13-b786-4f36-8725-921aebbc742c Content-Length: 0 Content-Type: application/json 2018-08-20 16:34:55,236 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6 used request id req-b7755a13-b786-4f36-8725-921aebbc742c 2018-08-20 16:34:55,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0341520309448s 2018-08-20 16:34:55,237 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/175baefd-2830-45cf-8c88-4bdb767c18d6 used request id req-b7755a13-b786-4f36-8725-921aebbc742c 2018-08-20 16:34:55,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:34:55,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:34:55,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2390b105-388f-4305-a4f3-1ca3a622612c Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "links": {"self": "http://172.30.9.23:5000/v3/users/325910713f7143b2bd1b54253350776d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "325910713f7143b2bd1b54253350776d", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:34:55,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2390b105-388f-4305-a4f3-1ca3a622612c 2018-08-20 16:34:55,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212533950806s 2018-08-20 16:34:55,450 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2390b105-388f-4305-a4f3-1ca3a622612c 2018-08-20 16:34:55,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:34:55,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/325910713f7143b2bd1b54253350776d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:34:55,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8761828f-38e5-4ab9-ab46-a14a4655e987 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28", "links": {"self": "http://172.30.9.23:5000/v3/users/325910713f7143b2bd1b54253350776d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "325910713f7143b2bd1b54253350776d", "description": null}} 2018-08-20 16:34:55,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/325910713f7143b2bd1b54253350776d used request id req-8761828f-38e5-4ab9-ab46-a14a4655e987 2018-08-20 16:34:55,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.249398946762s 2018-08-20 16:34:55,706 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/325910713f7143b2bd1b54253350776d used request id req-8761828f-38e5-4ab9-ab46-a14a4655e987 2018-08-20 16:34:55,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 16:34:55,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/325910713f7143b2bd1b54253350776d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:34:56,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:34:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8bdac9a-4524-4639-9255-6cf579d7579f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:34:56,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/325910713f7143b2bd1b54253350776d used request id req-b8bdac9a-4524-4639-9255-6cf579d7579f 2018-08-20 16:34:56,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.371798038483s 2018-08-20 16:34:56,079 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/325910713f7143b2bd1b54253350776d used request id req-b8bdac9a-4524-4639-9255-6cf579d7579f 2018-08-20 16:34:56,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:34:56,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:34:56,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53d21451-ca39-4fd0-a1fb-f115c7f65697 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/11be53cfbb1c4b7e9835447c81af6f5b"}, "tags": [], "enabled": true, "id": "11be53cfbb1c4b7e9835447c81af6f5b", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_9ff4e4ba-ce93-4687-8b44-7f0389b4ba28"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 16:34:56,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-53d21451-ca39-4fd0-a1fb-f115c7f65697 2018-08-20 16:34:56,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18686914444s 2018-08-20 16:34:56,272 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-53d21451-ca39-4fd0-a1fb-f115c7f65697 2018-08-20 16:34:56,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 16:34:56,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/11be53cfbb1c4b7e9835447c81af6f5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f99f0dcd115143502397e41d2449e961fe62301" 2018-08-20 16:34:56,584 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:34:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbf4f280-295f-4603-92de-004a4b22b150 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:34:56,585 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/11be53cfbb1c4b7e9835447c81af6f5b used request id req-bbf4f280-295f-4603-92de-004a4b22b150 2018-08-20 16:34:56,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.30829000473s 2018-08-20 16:34:56,585 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/11be53cfbb1c4b7e9835447c81af6f5b used request id req-bbf4f280-295f-4603-92de-004a4b22b150 2018-08-20 16:34:56,640 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-20 16:34:56,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:34:56,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:34:56,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:34:56,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:34:56,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:34:56,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:34:56,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:34:56,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:34:56,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:34:56,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:34:56,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:34:56,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:34:56,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc1766e-8034-4c1c-b345-b83da73a7dc1 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:34:56,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6dc1766e-8034-4c1c-b345-b83da73a7dc1 2018-08-20 16:34:56,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:34:57,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:34:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["qA_EM3l-QxC4zA9T7G-c4g"], "issued_at": "2018-08-20T16:34:57.000000Z"}} 2018-08-20 16:34:57,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:34:57,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:34:57,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e4f87906-db95-4efb-ad74-f8fcbac1678a Date: Mon, 20 Aug 2018 16:34:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:34:57,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e4f87906-db95-4efb-ad74-f8fcbac1678a 2018-08-20 16:34:57,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.333130121231s 2018-08-20 16:34:57,421 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e4f87906-db95-4efb-ad74-f8fcbac1678a 2018-08-20 16:34:57,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:34:57,430 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:34:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b8417b7-1980-4aeb-a235-bae191f22927 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 16:34:57,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-9b8417b7-1980-4aeb-a235-bae191f22927 2018-08-20 16:34:57,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:34:57,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:34:57,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-938a1d7d-0b52-4708-b21b-0eff5f910118 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3"}, "tags": [], "enabled": true, "id": "0dc4c689ca5f48478326a988e1b40ed3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 16:34:57,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-938a1d7d-0b52-4708-b21b-0eff5f910118 2018-08-20 16:34:57,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.210200071335s 2018-08-20 16:34:57,641 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-938a1d7d-0b52-4708-b21b-0eff5f910118 2018-08-20 16:34:57,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 16:34:57,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}}' 2018-08-20 16:34:57,949 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:34:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f13fe6c7-e152-47f5-aedf-5b158c0fd879 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.23:5000/v3/projects/66310a1a74c04582a3c99a43581a5c90"}, "tags": [], "enabled": true, "id": "66310a1a74c04582a3c99a43581a5c90", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}} 2018-08-20 16:34:57,949 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f13fe6c7-e152-47f5-aedf-5b158c0fd879 2018-08-20 16:34:57,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.301595926285s 2018-08-20 16:34:57,949 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f13fe6c7-e152-47f5-aedf-5b158c0fd879 2018-08-20 16:34:57,950 - 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'66310a1a74c04582a3c99a43581a5c90', '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_d6bd0155-1fc8-4d87-b585-bba8872cf40f'}) 2018-08-20 16:34:57,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 16:34:57,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9e5eb2f6-d4c6-4ff0-a0a8-4d03452a339e", "email": null, "name": "vping_userdata-user_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}}' 2018-08-20 16:34:58,441 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:34:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-630ef687-49b8-49d0-bc7e-c3652283a9c1 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "links": {"self": "http://172.30.9.23:5000/v3/users/c546555b3ead492f8fed7a6e577d8f63"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c546555b3ead492f8fed7a6e577d8f63", "domain_id": "default", "password_expires_at": null}} 2018-08-20 16:34:58,441 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-630ef687-49b8-49d0-bc7e-c3652283a9c1 2018-08-20 16:34:58,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.484604120255s 2018-08-20 16:34:58,441 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-630ef687-49b8-49d0-bc7e-c3652283a9c1 2018-08-20 16:34:58,442 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c546555b3ead492f8fed7a6e577d8f63', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_d6bd0155-1fc8-4d87-b585-bba8872cf40f'}) 2018-08-20 16:34:58,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:34:58,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:34:58,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d606fb-ad1d-4d73-9f20-cb6534baf0e2 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:34:58,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b2d606fb-ad1d-4d73-9f20-cb6534baf0e2 2018-08-20 16:34:58,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197183132172s 2018-08-20 16:34:58,641 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b2d606fb-ad1d-4d73-9f20-cb6534baf0e2 2018-08-20 16:34:58,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:34:58,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:34:58,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc46ee3-54c9-4e39-aaaa-f834e70cc6cf Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:34:58,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dbc46ee3-54c9-4e39-aaaa-f834e70cc6cf 2018-08-20 16:34:58,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190567970276s 2018-08-20 16:34:58,837 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dbc46ee3-54c9-4e39-aaaa-f834e70cc6cf 2018-08-20 16:34:58,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:34:58,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:34:59,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-852877d6-7d75-4ea6-82ae-d13751dc9263 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:34:59,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-852877d6-7d75-4ea6-82ae-d13751dc9263 2018-08-20 16:34:59,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200563907623s 2018-08-20 16:34:59,042 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-852877d6-7d75-4ea6-82ae-d13751dc9263 2018-08-20 16:34:59,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:34:59,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:34:59,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b615188-0c85-427b-a469-9fd57f10efef Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 16:34:59,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-3b615188-0c85-427b-a469-9fd57f10efef 2018-08-20 16:34:59,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.195833921432s 2018-08-20 16:34:59,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-3b615188-0c85-427b-a469-9fd57f10efef 2018-08-20 16:34:59,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:34:59,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:34:59,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50776385-80a3-4b4f-ba03-d718c6a60294 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "links": {"self": "http://172.30.9.23:5000/v3/users/c546555b3ead492f8fed7a6e577d8f63"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c546555b3ead492f8fed7a6e577d8f63", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:34:59,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-50776385-80a3-4b4f-ba03-d718c6a60294 2018-08-20 16:34:59,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.132532835007s 2018-08-20 16:34:59,377 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-50776385-80a3-4b4f-ba03-d718c6a60294 2018-08-20 16:34:59,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:34:59,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:34:59,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11caba7f-bb3a-4859-a370-194eb7fd9a6f Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/66310a1a74c04582a3c99a43581a5c90"}, "tags": [], "enabled": true, "id": "66310a1a74c04582a3c99a43581a5c90", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}]} 2018-08-20 16:34:59,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-11caba7f-bb3a-4859-a370-194eb7fd9a6f 2018-08-20 16:34:59,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.205443143845s 2018-08-20 16:34:59,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-11caba7f-bb3a-4859-a370-194eb7fd9a6f 2018-08-20 16:34:59,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 16:34:59,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=c546555b3ead492f8fed7a6e577d8f63&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=66310a1a74c04582a3c99a43581a5c90" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:34:59,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:34:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-499008e3-5c28-4f20-8dde-acd63899be48 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c546555b3ead492f8fed7a6e577d8f63&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=66310a1a74c04582a3c99a43581a5c90", "previous": null, "next": null}} 2018-08-20 16:34:59,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c546555b3ead492f8fed7a6e577d8f63&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=66310a1a74c04582a3c99a43581a5c90 used request id req-499008e3-5c28-4f20-8dde-acd63899be48 2018-08-20 16:34:59,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.223761081696s 2018-08-20 16:34:59,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c546555b3ead492f8fed7a6e577d8f63&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=66310a1a74c04582a3c99a43581a5c90 used request id req-499008e3-5c28-4f20-8dde-acd63899be48 2018-08-20 16:34:59,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 16:34:59,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/66310a1a74c04582a3c99a43581a5c90/users/c546555b3ead492f8fed7a6e577d8f63/roles/0b1108172d284ccbb970dd9eb7ccff69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:35:00,038 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:35:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-074191f0-6899-41cb-b7cb-4cc5b0955c91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:35:00,039 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/66310a1a74c04582a3c99a43581a5c90/users/c546555b3ead492f8fed7a6e577d8f63/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-074191f0-6899-41cb-b7cb-4cc5b0955c91 2018-08-20 16:35:00,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.209057807922s 2018-08-20 16:35:00,039 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/66310a1a74c04582a3c99a43581a5c90/users/c546555b3ead492f8fed7a6e577d8f63/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-074191f0-6899-41cb-b7cb-4cc5b0955c91 2018-08-20 16:35:00,040 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 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'66310a1a74c04582a3c99a43581a5c90', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '9e5eb2f6-d4c6-4ff0-a0a8-4d03452a339e', 'username': u'vping_userdata-user_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 16:35:00,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:35:00,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:35:00,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:35:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:35:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:35:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:35:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:35:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:35:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:35:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:35:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:35:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:35:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:35:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:35:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:35:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:35:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:35:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:35:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:35:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:35:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:35:00,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:35:00,045 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 'password': '9e5eb2f6-d4c6-4ff0-a0a8-4d03452a339e', 'project_name': 'vping_userdata-project_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '66310a1a74c04582a3c99a43581a5c90', 'project_domain_name': 'Default'} 2018-08-20 16:35:00,045 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-20 16:35:00,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:35:00,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d943320b-6cc3-4fee-a523-03052f1069ea Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:35:00,052 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d943320b-6cc3-4fee-a523-03052f1069ea 2018-08-20 16:35:00,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:35:00,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T17:35:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66310a1a74c04582a3c99a43581a5c90", "name": "vping_userdata-project_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_66310a1a74c04582a3c99a43581a5c90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_66310a1a74c04582a3c99a43581a5c90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/66310a1a74c04582a3c99a43581a5c90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/66310a1a74c04582a3c99a43581a5c90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/66310a1a74c04582a3c99a43581a5c90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/66310a1a74c04582a3c99a43581a5c90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/66310a1a74c04582a3c99a43581a5c90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/66310a1a74c04582a3c99a43581a5c90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/66310a1a74c04582a3c99a43581a5c90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/66310a1a74c04582a3c99a43581a5c90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/66310a1a74c04582a3c99a43581a5c90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/66310a1a74c04582a3c99a43581a5c90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/66310a1a74c04582a3c99a43581a5c90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/66310a1a74c04582a3c99a43581a5c90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "id": "c546555b3ead492f8fed7a6e577d8f63"}, "audit_ids": ["COJScY5oQUu9mI0a40ZYLQ"], "issued_at": "2018-08-20T16:35:00.000000Z"}} 2018-08-20 16:35:00,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:35:00,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" -d '{"network": {"name": "vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "admin_state_up": true}}' 2018-08-20 16:35:01,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-ade9f9dd-add7-4de9-a388-c5eb5d7bed41 Date: Mon, 20 Aug 2018 16:35:01 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T16:35:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"66310a1a74c04582a3c99a43581a5c90","id":"a570e286-632d-42b9-878d-ec09423b034f","name":"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}} 2018-08-20 16:35:01,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ade9f9dd-add7-4de9-a388-c5eb5d7bed41 2018-08-20 16:35:01,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.658625125885s 2018-08-20 16:35:01,122 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ade9f9dd-add7-4de9-a388-c5eb5d7bed41 2018-08-20 16:35:01,123 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:35:00Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'a570e286-632d-42b9-878d-ec09423b034f', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f', u'admin_state_up': True, u'tenant_id': u'66310a1a74c04582a3c99a43581a5c90', u'created_at': u'2018-08-20T16:35:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'66310a1a74c04582a3c99a43581a5c90'}) 2018-08-20 16:35:01,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:35:01,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:01,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-a9bc44d9-17f9-4816-8e1a-9bd1152dbf84 Date: Mon, 20 Aug 2018 16:35:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:35:00Z","tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"66310a1a74c04582a3c99a43581a5c90","id":"a570e286-632d-42b9-878d-ec09423b034f","name":"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}]} 2018-08-20 16:35:01,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a9bc44d9-17f9-4816-8e1a-9bd1152dbf84 2018-08-20 16:35:01,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.365583896637s 2018-08-20 16:35:01,490 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a9bc44d9-17f9-4816-8e1a-9bd1152dbf84 2018-08-20 16:35:01,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:35:01,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" -d '{"subnet": {"name": "vping_userdata-subnet_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "enable_dhcp": true, "network_id": "a570e286-632d-42b9-878d-ec09423b034f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:35:02,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ff129964-4ec6-4c30-91ae-495ec07d2bdf Date: Mon, 20 Aug 2018 16:35:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a570e286-632d-42b9-878d-ec09423b034f","tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:35:02Z","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":"66310a1a74c04582a3c99a43581a5c90","id":"95852a0b-82e3-4231-928f-4ee08d66d1e0","subnetpool_id":null,"name":"vping_userdata-subnet_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}} 2018-08-20 16:35:02,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ff129964-4ec6-4c30-91ae-495ec07d2bdf 2018-08-20 16:35:02,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.01454496384s 2018-08-20 16:35:02,506 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ff129964-4ec6-4c30-91ae-495ec07d2bdf 2018-08-20 16:35:02,507 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:35:02Z', 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'95852a0b-82e3-4231-928f-4ee08d66d1e0', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_d6bd0155-1fc8-4d87-b585-bba8872cf40f', u'enable_dhcp': True, u'network_id': u'a570e286-632d-42b9-878d-ec09423b034f', u'tenant_id': u'66310a1a74c04582a3c99a43581a5c90', u'created_at': u'2018-08-20T16:35:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'66310a1a74c04582a3c99a43581a5c90'}) 2018-08-20 16:35:02,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:35:02,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "vping_userdata-router_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "admin_state_up": true}}' 2018-08-20 16:35:03,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-7992eb96-efb5-4d5b-a1d6-c641e3150869 Date: Mon, 20 Aug 2018 16:35:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:02Z", "admin_state_up": true, "updated_at": "2018-08-20T16:35:03Z", "revision_number": 2, "routes": [], "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "81c3025f-ac67-491b-9086-83f6e168c3b1", "name": "vping_userdata-router_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}} 2018-08-20 16:35:03,969 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7992eb96-efb5-4d5b-a1d6-c641e3150869 2018-08-20 16:35:03,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46175098419s 2018-08-20 16:35:03,969 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7992eb96-efb5-4d5b-a1d6-c641e3150869 2018-08-20 16:35:03,970 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'66310a1a74c04582a3c99a43581a5c90', u'created_at': u'2018-08-20T16:35:02Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T16:35:03Z', u'revision_number': 2, u'routes': [], u'project_id': u'66310a1a74c04582a3c99a43581a5c90', u'id': u'81c3025f-ac67-491b-9086-83f6e168c3b1', u'name': u'vping_userdata-router_d6bd0155-1fc8-4d87-b585-bba8872cf40f'}) 2018-08-20 16:35:03,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:35:03,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/81c3025f-ac67-491b-9086-83f6e168c3b1/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}04a37e83cf60d8577899c7231464e9da9425c348" -d '{"subnet_id": "95852a0b-82e3-4231-928f-4ee08d66d1e0"}' 2018-08-20 16:35:06,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c351aa5d-d83f-4dd6-abe7-31dc2bb05abe Date: Mon, 20 Aug 2018 16:35:06 GMT RESP BODY: {"network_id": "a570e286-632d-42b9-878d-ec09423b034f", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "subnet_id": "95852a0b-82e3-4231-928f-4ee08d66d1e0", "subnet_ids": ["95852a0b-82e3-4231-928f-4ee08d66d1e0"], "port_id": "6d504aaa-e90d-41f8-9fb4-80b04b5a9fc6", "id": "81c3025f-ac67-491b-9086-83f6e168c3b1"} 2018-08-20 16:35:06,556 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/81c3025f-ac67-491b-9086-83f6e168c3b1/add_router_interface.json used request id req-c351aa5d-d83f-4dd6-abe7-31dc2bb05abe 2018-08-20 16:35:06,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.58585214615s 2018-08-20 16:35:06,557 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/81c3025f-ac67-491b-9086-83f6e168c3b1/add_router_interface.json used request id req-c351aa5d-d83f-4dd6-abe7-31dc2bb05abe returning object 81c3025f-ac67-491b-9086-83f6e168c3b1 2018-08-20 16:35:06,557 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 16:35:06,689 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 16:35:06,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:35:06,696 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 16:35:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 16:35:06,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:35:06,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:07,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6bc25720-4f3b-465c-b5e6-b751540d87bc Date: Mon, 20 Aug 2018 16:35:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:35:07,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6bc25720-4f3b-465c-b5e6-b751540d87bc 2018-08-20 16:35:07,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.328882217407s 2018-08-20 16:35:07,030 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6bc25720-4f3b-465c-b5e6-b751540d87bc 2018-08-20 16:35:07,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:35:07,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}' 2018-08-20 16:35:07,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3e5346f3-f4fa-4dc3-9285-cf3c92e3f49a Date: Mon, 20 Aug 2018 16:35:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:35:07Z", "file": "/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/file", "owner": "66310a1a74c04582a3c99a43581a5c90", "id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "size": null, "self": "/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "checksum": null, "created_at": "2018-08-20T16:35:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:35:07,385 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3e5346f3-f4fa-4dc3-9285-cf3c92e3f49a 2018-08-20 16:35:07,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.346612930298s 2018-08-20 16:35:07,385 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3e5346f3-f4fa-4dc3-9285-cf3c92e3f49a returning object 1a2c92b4-c6f7-45da-aba3-fa3fd70142e2 2018-08-20 16:35:07,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:35:07,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/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}04a37e83cf60d8577899c7231464e9da9425c348" -d '' 2018-08-20 16:35:09,019 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-495b7d22-d18b-411a-805b-f47cbeaf1a13 Date: Mon, 20 Aug 2018 16:35:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:35:09,019 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/file used request id req-495b7d22-d18b-411a-805b-f47cbeaf1a13 2018-08-20 16:35:09,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.63284182549s 2018-08-20 16:35:09,019 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/file used request id req-495b7d22-d18b-411a-805b-f47cbeaf1a13 2018-08-20 16:35:09,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:35:09,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:09,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-991c6a7f-dadc-485e-8e8c-9e51171554bb Date: Mon, 20 Aug 2018 16:35:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:35:08Z", "file": "/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/file", "owner": "66310a1a74c04582a3c99a43581a5c90", "id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "size": 12716032, "self": "/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:35:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:35:09,893 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-991c6a7f-dadc-485e-8e8c-9e51171554bb 2018-08-20 16:35:09,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.869585990906s 2018-08-20 16:35:09,893 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-991c6a7f-dadc-485e-8e8c-9e51171554bb 2018-08-20 16:35:09,895 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/file', 'owner': u'66310a1a74c04582a3c99a43581a5c90', 'id': u'1a2c92b4-c6f7-45da-aba3-fa3fd70142e2', 'size': 12716032, u'self': u'/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'66310a1a74c04582a3c99a43581a5c90', 'name': 'vping_userdata-project_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:35:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T16:35:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 'created': u'2018-08-20T16:35:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:35:07Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:35:09,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:35:09,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:35:10,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49aa7a49-161b-4777-9a05-2b491fc29eaf x-compute-request-id: req-49aa7a49-161b-4777-9a05-2b491fc29eaf Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "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": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f"}} 2018-08-20 16:35:10,240 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-49aa7a49-161b-4777-9a05-2b491fc29eaf 2018-08-20 16:35:10,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.344138145447s 2018-08-20 16:35:10,241 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-49aa7a49-161b-4777-9a05-2b491fc29eaf 2018-08-20 16:35:10,242 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_d6bd0155-1fc8-4d87-b585-bba8872cf40f', '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'0639ea8675f44f1bab72e1097507f733', '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'bc73a725-4c4d-490e-8fcb-84eac6e61d1f', 'swap': 0}) 2018-08-20 16:35:10,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:35:10,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f/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}8674aad4c590b9f56dc9294ba62b0186093432c8" -d '{"extra_specs": {}}' 2018-08-20 16:35:10,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-85320936-5e96-4e48-913b-a3f15ba5e958 x-compute-request-id: req-85320936-5e96-4e48-913b-a3f15ba5e958 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:35:10,264 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f/os-extra_specs used request id req-85320936-5e96-4e48-913b-a3f15ba5e958 2018-08-20 16:35:10,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021537065506s 2018-08-20 16:35:10,265 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f/os-extra_specs used request id req-85320936-5e96-4e48-913b-a3f15ba5e958 2018-08-20 16:35:10,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:35:10,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:10,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-9b6b759d-da92-4be4-a32c-1c59b58f0a36 Date: Mon, 20 Aug 2018 16:35:10 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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["95852a0b-82e3-4231-928f-4ee08d66d1e0"],"updated_at":"2018-08-20T16:35:02Z","tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"66310a1a74c04582a3c99a43581a5c90","id":"a570e286-632d-42b9-878d-ec09423b034f","name":"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}]} 2018-08-20 16:35:10,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9b6b759d-da92-4be4-a32c-1c59b58f0a36 2018-08-20 16:35:10,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.278286218643s 2018-08-20 16:35:10,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9b6b759d-da92-4be4-a32c-1c59b58f0a36 2018-08-20 16:35:10,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:35:10,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:11,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-5ba26031-3602-4b7e-9e5b-9ccfd3101174 Date: Mon, 20 Aug 2018 16:35:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:35:08Z", "file": "/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/file", "owner": "66310a1a74c04582a3c99a43581a5c90", "id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "size": 12716032, "self": "/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:35:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:35:11,319 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5ba26031-3602-4b7e-9e5b-9ccfd3101174 2018-08-20 16:35:11,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.770632982254s 2018-08-20 16:35:11,320 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5ba26031-3602-4b7e-9e5b-9ccfd3101174 2018-08-20 16:35:11,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:35:11,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:11,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc44f7c8-a3d0-43ce-a290-c210b0eaebfb x-compute-request-id: req-cc44f7c8-a3d0-43ce-a290-c210b0eaebfb Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "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": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f"}]} 2018-08-20 16:35:11,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-cc44f7c8-a3d0-43ce-a290-c210b0eaebfb 2018-08-20 16:35:11,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.382998943329s 2018-08-20 16:35:11,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-cc44f7c8-a3d0-43ce-a290-c210b0eaebfb 2018-08-20 16:35:11,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 16:35:11,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" -d '{"server": {"name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "imageRef": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "flavorRef": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a570e286-632d-42b9-878d-ec09423b034f"}]}}' 2018-08-20 16:35:15,449 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3c17b40d-49bc-46b9-9592-3cfa33fb2e25 x-compute-request-id: req-3c17b40d-49bc-46b9-9592-3cfa33fb2e25 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "adminPass": "C8nDkVPv4Tg8"}} 2018-08-20 16:35:15,449 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3c17b40d-49bc-46b9-9592-3cfa33fb2e25 2018-08-20 16:35:15,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.7424030304s 2018-08-20 16:35:15,450 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3c17b40d-49bc-46b9-9592-3cfa33fb2e25 2018-08-20 16:35:15,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:15,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:15,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-a3333729-7c57-441a-9afd-57b8ffc9a75e x-compute-request-id: req-a3333729-7c57-441a-9afd-57b8ffc9a75e Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:35:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:15,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a3333729-7c57-441a-9afd-57b8ffc9a75e 2018-08-20 16:35:15,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381077051163s 2018-08-20 16:35:15,832 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a3333729-7c57-441a-9afd-57b8ffc9a75e 2018-08-20 16:35:15,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:35:15,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:16,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-6283be6f-1d7d-4fa5-b651-a4545f560fc0 Date: Mon, 20 Aug 2018 16:35: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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["95852a0b-82e3-4231-928f-4ee08d66d1e0"],"updated_at":"2018-08-20T16:35:02Z","tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"66310a1a74c04582a3c99a43581a5c90","id":"a570e286-632d-42b9-878d-ec09423b034f","name":"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}]} 2018-08-20 16:35:16,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6283be6f-1d7d-4fa5-b651-a4545f560fc0 2018-08-20 16:35:16,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.27664399147s 2018-08-20 16:35:16,116 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6283be6f-1d7d-4fa5-b651-a4545f560fc0 2018-08-20 16:35:16,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:35:16,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:16,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-38c73942-8eca-4a10-9d07-7bd75829cf4a Date: Mon, 20 Aug 2018 16:35:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a570e286-632d-42b9-878d-ec09423b034f","tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:35:02Z","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":"66310a1a74c04582a3c99a43581a5c90","id":"95852a0b-82e3-4231-928f-4ee08d66d1e0","subnetpool_id":null,"name":"vping_userdata-subnet_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}]} 2018-08-20 16:35:16,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-38c73942-8eca-4a10-9d07-7bd75829cf4a 2018-08-20 16:35:16,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.225965976715s 2018-08-20 16:35:16,344 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-38c73942-8eca-4a10-9d07-7bd75829cf4a 2018-08-20 16:35:16,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:35:18,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:18,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:18,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-45a4ec4d-54ff-475e-84d4-89770fcbceb4 x-compute-request-id: req-45a4ec4d-54ff-475e-84d4-89770fcbceb4 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:35:18Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:18,646 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-45a4ec4d-54ff-475e-84d4-89770fcbceb4 2018-08-20 16:35:18,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.299098014832s 2018-08-20 16:35:18,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-45a4ec4d-54ff-475e-84d4-89770fcbceb4 2018-08-20 16:35:18,651 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:35:20,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:20,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:21,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-a72e8aba-f90d-475c-9946-5b74ea26c67d x-compute-request-id: req-a72e8aba-f90d-475c-9946-5b74ea26c67d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:35:18Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:21,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a72e8aba-f90d-475c-9946-5b74ea26c67d 2018-08-20 16:35:21,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12111496925s 2018-08-20 16:35:21,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a72e8aba-f90d-475c-9946-5b74ea26c67d 2018-08-20 16:35:21,779 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:35:23,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:23,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:24,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-f4fa2aec-483f-4cb8-ae3c-7161d3de6fa3 x-compute-request-id: req-f4fa2aec-483f-4cb8-ae3c-7161d3de6fa3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:35:18Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:24,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f4fa2aec-483f-4cb8-ae3c-7161d3de6fa3 2018-08-20 16:35:24,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02448105812s 2018-08-20 16:35:24,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f4fa2aec-483f-4cb8-ae3c-7161d3de6fa3 2018-08-20 16:35:24,809 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:35:26,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:26,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:27,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-135ef291-0abf-40da-8d69-28d3ced7bdba x-compute-request-id: req-135ef291-0abf-40da-8d69-28d3ced7bdba Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:c2:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:23.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:23Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:27,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-135ef291-0abf-40da-8d69-28d3ced7bdba 2018-08-20 16:35:27,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.956706047058s 2018-08-20 16:35:27,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-135ef291-0abf-40da-8d69-28d3ced7bdba 2018-08-20 16:35:27,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:35:27,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=7712c360-9c9a-4d07-a17f-8e48c0be0923" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:27,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b4da92d5-bae5-4132-a007-379eb165595f Date: Mon, 20 Aug 2018 16:35:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a570e286-632d-42b9-878d-ec09423b034f","tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:19Z","admin_state_up":true,"updated_at":"2018-08-20T16:35:24Z","binding:vnic_type":"normal","device_id":"7712c360-9c9a-4d07-a17f-8e48c0be0923","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:2e:c2:58","id":"e6f073eb-a146-4ba8-9f7e-136717a4d5ae","port_security_enabled":true,"project_id":"66310a1a74c04582a3c99a43581a5c90","fixed_ips":[{"subnet_id":"95852a0b-82e3-4231-928f-4ee08d66d1e0","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["8232dec3-a261-4ff2-b23d-c58c96a465c4"],"name":""}]} 2018-08-20 16:35:27,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=7712c360-9c9a-4d07-a17f-8e48c0be0923 used request id req-b4da92d5-bae5-4132-a007-379eb165595f 2018-08-20 16:35:27,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0468039512634s 2018-08-20 16:35:27,820 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=7712c360-9c9a-4d07-a17f-8e48c0be0923 used request id req-b4da92d5-bae5-4132-a007-379eb165595f 2018-08-20 16:35:27,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:35:27,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=e6f073eb-a146-4ba8-9f7e-136717a4d5ae" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:28,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c0e0c484-ec15-4149-83b1-454d702b65a0 Date: Mon, 20 Aug 2018 16:35:28 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:35:28,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=e6f073eb-a146-4ba8-9f7e-136717a4d5ae used request id req-c0e0c484-ec15-4149-83b1-454d702b65a0 2018-08-20 16:35:28,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.236733913422s 2018-08-20 16:35:28,061 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=e6f073eb-a146-4ba8-9f7e-136717a4d5ae used request id req-c0e0c484-ec15-4149-83b1-454d702b65a0 2018-08-20 16:35:28,062 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2e:c2:58', 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'1a2c92b4-c6f7-45da-aba3-fa3fd70142e2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:35:23.000000', 'flavor': Munch({u'id': u'bc73a725-4c4d-490e-8fcb-84eac6e61d1f'}), 'az': u'nova', 'id': u'7712c360-9c9a-4d07-a17f-8e48c0be0923', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c546555b3ead492f8fed7a6e577d8f63', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'66310a1a74c04582a3c99a43581a5c90', 'name': 'vping_userdata-project_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-20T16:35:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T16:35:23Z', 'hostId': u'74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:35:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'66310a1a74c04582a3c99a43581a5c90', 'name': u'vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 'adminPass': u'C8nDkVPv4Tg8', 'tenant_id': u'66310a1a74c04582a3c99a43581a5c90', 'created_at': u'2018-08-20T16:35:15Z', 'created': u'2018-08-20T16:35:15Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 16:35:28,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:35:28,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:28,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-8dd79a90-a587-4937-82a1-c9b5a89f5ae5 Date: Mon, 20 Aug 2018 16:35:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["95852a0b-82e3-4231-928f-4ee08d66d1e0"],"updated_at":"2018-08-20T16:35:02Z","tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"66310a1a74c04582a3c99a43581a5c90","id":"a570e286-632d-42b9-878d-ec09423b034f","name":"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}]} 2018-08-20 16:35:28,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8dd79a90-a587-4937-82a1-c9b5a89f5ae5 2018-08-20 16:35:28,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100817918777s 2018-08-20 16:35:28,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8dd79a90-a587-4937-82a1-c9b5a89f5ae5 2018-08-20 16:35:28,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:35:28,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:28,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-6d7fd597-31b7-4272-a790-9d456da7f218 Date: Mon, 20 Aug 2018 16:35:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:35:08Z", "file": "/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/file", "owner": "66310a1a74c04582a3c99a43581a5c90", "id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "size": 12716032, "self": "/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:35:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:35:28,969 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6d7fd597-31b7-4272-a790-9d456da7f218 2018-08-20 16:35:28,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.799787044525s 2018-08-20 16:35:28,970 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6d7fd597-31b7-4272-a790-9d456da7f218 2018-08-20 16:35:28,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:35:28,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:28,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-a28308c4-0903-4d96-a650-78920a6deecb x-compute-request-id: req-a28308c4-0903-4d96-a650-78920a6deecb Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "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": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f"}]} 2018-08-20 16:35:28,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a28308c4-0903-4d96-a650-78920a6deecb 2018-08-20 16:35:28,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241589546204s 2018-08-20 16:35:28,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a28308c4-0903-4d96-a650-78920a6deecb 2018-08-20 16:35:28,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 16:35:29,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" -d '{"server": {"name": "vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "imageRef": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "flavorRef": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjYgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a570e286-632d-42b9-878d-ec09423b034f"}]}}' 2018-08-20 16:35:32,275 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:35:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a8edd4ed-9869-4af6-aee2-3edfbbb16583 x-compute-request-id: req-a8edd4ed-9869-4af6-aee2-3edfbbb16583 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2f269281-df50-4719-868c-fdc5874b60f0", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "bookmark"}], "adminPass": "FwWSXo5Utrnj"}} 2018-08-20 16:35:32,275 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a8edd4ed-9869-4af6-aee2-3edfbbb16583 2018-08-20 16:35:32,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.2783010006s 2018-08-20 16:35:32,276 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a8edd4ed-9869-4af6-aee2-3edfbbb16583 2018-08-20 16:35:32,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:32,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:33,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-c95ce9af-a703-4611-845f-3f24d61106d3 x-compute-request-id: req-c95ce9af-a703-4611-845f-3f24d61106d3 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "2f269281-df50-4719-868c-fdc5874b60f0", "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:35:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:32Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:c2:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:23.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:23Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:33,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c95ce9af-a703-4611-845f-3f24d61106d3 2018-08-20 16:35:33,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.62035679817s 2018-08-20 16:35:33,897 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c95ce9af-a703-4611-845f-3f24d61106d3 2018-08-20 16:35:33,903 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:35:35,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:35,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:36,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-4c690e86-f30a-451b-bf27-eb5b5eea7871 x-compute-request-id: req-4c690e86-f30a-451b-bf27-eb5b5eea7871 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "2f269281-df50-4719-868c-fdc5874b60f0", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:35:36Z", "hostId": "d03e5aeca4b90e53ce6d693dbef0dcf297900ff4fe60ad75fcdfe446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:32Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:c2:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:23.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:23Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:36,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4c690e86-f30a-451b-bf27-eb5b5eea7871 2018-08-20 16:35:36,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04520606995s 2018-08-20 16:35:36,952 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4c690e86-f30a-451b-bf27-eb5b5eea7871 2018-08-20 16:35:36,956 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:35:38,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:38,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:39,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-45170922-af49-4ec8-a7b6-7bd52357b9c0 x-compute-request-id: req-45170922-af49-4ec8-a7b6-7bd52357b9c0 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "2f269281-df50-4719-868c-fdc5874b60f0", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:35:36Z", "hostId": "d03e5aeca4b90e53ce6d693dbef0dcf297900ff4fe60ad75fcdfe446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:32Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:c2:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:23.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:23Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:39,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-45170922-af49-4ec8-a7b6-7bd52357b9c0 2018-08-20 16:35:39,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730244874954s 2018-08-20 16:35:39,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-45170922-af49-4ec8-a7b6-7bd52357b9c0 2018-08-20 16:35:39,693 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:35:41,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:41,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:42,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2bc02e2-ed2b-480d-acec-570f4e490e43 x-compute-request-id: req-c2bc02e2-ed2b-480d-acec-570f4e490e43 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "2f269281-df50-4719-868c-fdc5874b60f0", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:35:36Z", "hostId": "d03e5aeca4b90e53ce6d693dbef0dcf297900ff4fe60ad75fcdfe446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:32Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:c2:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:23.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:23Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:42,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c2bc02e2-ed2b-480d-acec-570f4e490e43 2018-08-20 16:35:42,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536371946335s 2018-08-20 16:35:42,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c2bc02e2-ed2b-480d-acec-570f4e490e43 2018-08-20 16:35:42,236 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:35:44,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:44,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:45,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-10cae244-44f4-4da3-aad9-a717e754f2b5 x-compute-request-id: req-10cae244-44f4-4da3-aad9-a717e754f2b5 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:84:17", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:42.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "2f269281-df50-4719-868c-fdc5874b60f0", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:42Z", "hostId": "d03e5aeca4b90e53ce6d693dbef0dcf297900ff4fe60ad75fcdfe446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:32Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:c2:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:23.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:23Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:45,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-10cae244-44f4-4da3-aad9-a717e754f2b5 2018-08-20 16:35:45,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23477196693s 2018-08-20 16:35:45,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-10cae244-44f4-4da3-aad9-a717e754f2b5 2018-08-20 16:35:45,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:35:45,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=2f269281-df50-4719-868c-fdc5874b60f0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:45,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e3a29e5d-c2ab-4102-b374-6d5d511b2e2d Date: Mon, 20 Aug 2018 16:35:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a570e286-632d-42b9-878d-ec09423b034f","tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:35Z","admin_state_up":true,"updated_at":"2018-08-20T16:35:41Z","binding:vnic_type":"normal","device_id":"2f269281-df50-4719-868c-fdc5874b60f0","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:bb:84:17","id":"d443ad79-b5d0-467a-a6eb-4af151dc3226","port_security_enabled":true,"project_id":"66310a1a74c04582a3c99a43581a5c90","fixed_ips":[{"subnet_id":"95852a0b-82e3-4231-928f-4ee08d66d1e0","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["8232dec3-a261-4ff2-b23d-c58c96a465c4"],"name":""}]} 2018-08-20 16:35:45,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=2f269281-df50-4719-868c-fdc5874b60f0 used request id req-e3a29e5d-c2ab-4102-b374-6d5d511b2e2d 2018-08-20 16:35:45,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0476200580597s 2018-08-20 16:35:45,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=2f269281-df50-4719-868c-fdc5874b60f0 used request id req-e3a29e5d-c2ab-4102-b374-6d5d511b2e2d 2018-08-20 16:35:45,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:35:45,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=d443ad79-b5d0-467a-a6eb-4af151dc3226" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:45,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5905fba7-5b4e-467f-a379-e6fa03de573e Date: Mon, 20 Aug 2018 16:35:45 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:35:45,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=d443ad79-b5d0-467a-a6eb-4af151dc3226 used request id req-5905fba7-5b4e-467f-a379-e6fa03de573e 2018-08-20 16:35:45,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0460119247437s 2018-08-20 16:35:45,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=d443ad79-b5d0-467a-a6eb-4af151dc3226 used request id req-5905fba7-5b4e-467f-a379-e6fa03de573e 2018-08-20 16:35:45,579 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bb:84:17', 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'1a2c92b4-c6f7-45da-aba3-fa3fd70142e2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:35:42.000000', 'flavor': Munch({u'id': u'bc73a725-4c4d-490e-8fcb-84eac6e61d1f'}), 'az': u'nova', 'id': u'2f269281-df50-4719-868c-fdc5874b60f0', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c546555b3ead492f8fed7a6e577d8f63', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'66310a1a74c04582a3c99a43581a5c90', 'name': 'vping_userdata-project_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-20T16:35:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T16:35:42Z', 'hostId': u'd03e5aeca4b90e53ce6d693dbef0dcf297900ff4fe60ad75fcdfe446', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'd03e5aeca4b90e53ce6d693dbef0dcf297900ff4fe60ad75fcdfe446', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:35:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'66310a1a74c04582a3c99a43581a5c90', 'name': u'vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f', 'adminPass': u'FwWSXo5Utrnj', 'tenant_id': u'66310a1a74c04582a3c99a43581a5c90', 'created_at': u'2018-08-20T16:35:32Z', 'created': u'2018-08-20T16:35:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 16:35:45,579 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-20 16:35:46,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:46,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:47,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-250d8b2e-5175-4bf1-86b2-37acce6fd5a6 x-compute-request-id: req-250d8b2e-5175-4bf1-86b2-37acce6fd5a6 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:84:17", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:42.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "2f269281-df50-4719-868c-fdc5874b60f0", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:42Z", "hostId": "d03e5aeca4b90e53ce6d693dbef0dcf297900ff4fe60ad75fcdfe446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:32Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:c2:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:23.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:23Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:47,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-250d8b2e-5175-4bf1-86b2-37acce6fd5a6 2018-08-20 16:35:47,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.24926614761s 2018-08-20 16:35:47,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-250d8b2e-5175-4bf1-86b2-37acce6fd5a6 2018-08-20 16:35:47,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 16:35:47,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0/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}04a37e83cf60d8577899c7231464e9da9425c348" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 16:35:48,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-2ec64f45-1087-45ee-bc6e-5b50a1414772 x-compute-request-id: req-2ec64f45-1087-45ee-bc6e-5b50a1414772 Content-Encoding: gzip Content-Length: 9564 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486800497 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.195737] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198140] pid_max: default: 32768 minimum: 301\n[ 0.199389] ACPI: Core revision 20150930\n[ 0.201039] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202817] Security Framework initialized\n[ 0.203919] Yama: becoming mindful.\n[ 0.204910] AppArmor: AppArmor initialized\n[ 0.206056] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207809] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209501] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211102] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212941] Initializing cgroup subsys io\n[ 0.214047] Initializing cgroup subsys memory\n[ 0.215229] Initializing cgroup subsys devices\n[ 0.216423] Initializing cgroup subsys freezer\n[ 0.217596] Initializing cgroup subsys net_cls\n[ 0.218783] Initializing cgroup subsys perf_event\n[ 0.220015] Initializing cgroup subsys net_prio\n[ 0.221209] Initializing cgroup subsys hugetlb\n[ 0.222400] Initializing cgroup subsys pids\n[ 0.223587] CPU: Physical Processor ID: 0\n[ 0.225387] mce: CPU supports 10 MCE banks\n[ 0.226534] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.242488] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.249103] ftrace: allocating 31920 entries in 125 pages\n[ 0.274455] smpboot: Max logical packages: 1\n[ 0.275613] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277462] x2apic enabled\n[ 0.278603] Switched APIC routing to physical x2apic.\n[ 0.281072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282575] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285277] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287697] KVM setup paravirtual spinlock\n[ 0.289284] x86: Booted up 1 node, 1 CPUs\n[ 0.290373] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292225] devtmpfs: initialized\n[ 0.294191] evm: security.selinux\n[ 0.295144] evm: security.SMACK64\n[ 0.296092] evm: security.SMACK64EXEC\n[ 0.297104] evm: security.SMACK64TRANSMUTE\n[ 0.298189] evm: security.SMACK64MMAP\n[ 0.299187] evm: security.ima\n[ 0.300059] evm: security.capability\n[ 0.301121] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303581] pinctrl core: initialized pinctrl subsystem\n[ 0.305034] RTC time: 16:35:42, date: 08/20/18\n[ 0.306320] NET: Registered protocol family 16\n[ 0.307620] cpuidle: using governor ladder\n[ 0.308732] cpuidle: using governor menu\n[ 0.309806] PCCT header not found.\n[ 0.310827] ACPI: bus type PCI registered\n[ 0.311913] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.313564] PCI: Using configuration type 1 for base access\n[ 0.315713] ACPI: Added _OSI(Module Device)\n[ 0.316849] ACPI: Added _OSI(Processor Device)\n[ 0.318018] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.319233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.321391] ACPI: Interpreter enabled\n[ 0.322422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.324930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.327418] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.332389] ACPI: (supports S0 S5)\n[ 0.333344] ACPI: Using IOAPIC for interrupt routing\n[ 0.334607] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338387] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339903] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341536] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343110] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346037] acpiphp: Slot [3] registered\n[ 0.347119] acpiphp: Slot [4] registered\n[ 0.348194] acpiphp: Slot [5] registered\n[ 0.349276] acpiphp: Slot [6] registered\n[ 0.350350] acpiphp: Slot [7] registered\n[ 0.351427] acpiphp: Slot [8] registered\n[ 0.352499] acpiphp: Slot [9] registered\n[ 0.353572] acpiphp: Slot [10] registered\n[ 0.354661] acpiphp: Slot [11] registered\n[ 0.355754] acpiphp: Slot [12] registered\n[ 0.356846] acpiphp: Slot [13] registered\n[ 0.357938] acpiphp: Slot [14] registered\n[ 0.359033] acpiphp: Slot [15] registered\n[ 0.374549] acpiphp: Slot [16] registered\n[ 0.375658] acpiphp: Slot [17] registered\n[ 0.376753] acpiphp: Slot [18] registered\n[ 0.377840] acpiphp: Slot [19] registered\n[ 0.378937] acpiphp: Slot [20] registered\n[ 0.380034] acpiphp: Slot [21] registered\n[ 0.381122] acpiphp: Slot [22] registered\n[ 0.382214] acpiphp: Slot [23] registered\n[ 0.383311] acpiphp: Slot [24] registered\n[ 0.384402] acpiphp: Slot [25] registered\n[ 0.385506] acpiphp: Slot [26] registered\n[ 0.386611] acpiphp: Slot [27] registered\n[ 0.387713] acpiphp: Slot [28] registered\n[ 0.388813] acpiphp: Slot [29] registered\n[ 0.389903] acpiphp: Slot [30] registered\n[ 0.390998] acpiphp: Slot [31] registered\n[ 0.392097] PCI host bridge to bus 0000:00\n[ 0.393193] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394812] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.396439] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.398413] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.400383] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.402387] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.406381] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.408064] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409637] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411320] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415717] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417660] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.438283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.440259] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.442175] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.444076] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.446047] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.447748] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.449508] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.450911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.452985] vgaarb: loaded\n[ 0.453807] vgaarb: bridge control possible 0000:00:02.0\n[ 0.455434] SCSI subsystem initialized\n[ 0.456669] ACPI: bus type USB registered\n[ 0.457786] usbcore: registered new interface driver usbfs\n[ 0.459155] usbcore: registered new interface driver hub\n[ 0.460503] usbcore: registered new device driver usb\n[ 0.461975] PCI: Using ACPI for IRQ routing\n[ 0.463472] NetLabel: Initializing\n[ 0.464440] NetLabel: domain hash size = 128\n[ 0.465593] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.466892] NetLabel: unlabeled traffic allowed by default\n[ 0.468453] clocksource: Switched to clocksource kvm-clock\n[ 0.478667] AppArmor: AppArmor Filesystem Enabled\n[ 0.479969] pnp: PnP ACPI init\n[ 0.481198] pnp: PnP ACPI: found 5 devices\n[ 0.488040] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.490351] NET: Registered protocol family 2\n[ 0.491753] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.493497] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.495113] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.496731] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498202] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499779] NET: Registered protocol family 1\n[ 0.500969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.502444] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.503888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518425] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533019] Trying to unpack rootfs image as initramfs...\n[ 0.594719] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.599346] Scanning for low memory corruption every 60 seconds\n[ 0.601526] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.603128] audit: initializing netlink subsys (disabled)\n[ 0.604631] audit: type=2000 audit(1534782942.900:1): initialized\n[ 0.606504] Initialise system trusted keyring\n[ 0.607863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609447] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.612207] zbud: loaded\n[ 0.613219] VFS: Disk quotas dquot_6.6.0\n[ 0.614357] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616535] fuse init (API version 7.23)\n[ 0.617767] Key type big_key registered\n[ 0.618877] Allocating IMA MOK and blacklist keyrings.\n[ 0.620572] Key type asymmetric registered\n[ 0.621709] Asymmetric key parser 'x509' registered\n[ 0.623022] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.625089] io scheduler noop registered\n[ 0.626185] io scheduler deadline registered (default)\n[ 0.627553] io scheduler cfq registered\n[ 0.628757] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630183] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.631923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.633933] ACPI: Power Button [PWRF]\n[ 0.635168] GHES: HEST is not enabled!\n[ 0.649342] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.678663] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681656] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.705366] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.708389] Linux agpgart interface v0.103\n[ 0.711796] brd: module loaded\n[ 0.714035] loop: module loaded\n[ 0.718599] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720620] GPT:90111 != 2097151\n[ 0.721558] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723049] GPT:90111 != 2097151\n[ 0.723984] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725306] vda: vda1 vda15\n[ 0.727014] scsi host0: ata_piix\n[ 0.728091] scsi host1: ata_piix\n[ 0.729090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.730732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.732936] libphy: Fixed MDIO Bus: probed\n[ 0.734070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735381] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738287] PPP generic driver version 2.4.2\n[ 0.739558] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.741185] ehci-pci: EHCI PCI platform driver\n[ 0.742386] ehci-platform: EHCI generic platform driver\n[ 0.743841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745384] ohci-pci: OHCI PCI platform driver\n[ 0.746595] ohci-platform: OHCI generic platform driver\n[ 0.747937] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.762526] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.763909] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.765940] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.768918] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770577] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772542] usb usb1: Product: UHCI Host Controller\n[ 0.773815] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775356] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776690] hub 1-0:1.0: USB hub found\n[ 0.777847] hub 1-0:1.0: 2 ports detected\n[ 0.779128] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.782045] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.783365] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.784796] mousedev: PS/2 mouse device common for all mice\n[ 0.786520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.788999] rtc_cmos 00:00: RTC can wake from S4\n[ 0.790521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.792116] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793721] i2c /dev entries driver\n[ 0.794778] device-mapper: uevent: version 1.0.3\n[ 0.796071] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798333] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800175] NET: Registered protocol family 10\n[ 0.801723] NET: Registered protocol family 17\n[ 0.802931] Key type dns_resolver registered\n[ 0.804235] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.805714] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.808099] registered taskstats version 1\n[ 0.809299] Loading compiled-in X.509 certificates\n[ 0.811122] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.813664] zswap: loaded using pool lzo/zbud\n[ 0.815742] Key type trusted registered\n[ 0.817862] Key type encrypted registered\n[ 0.818986] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820380] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821789] evm: HMAC attrs: 0x1\n[ 0.823089] Magic number: 14:242:591\n[ 0.824258] rtc_cmos 00:00: setting system clock to 2018-08-20 16:35:43 UTC (1534782943)\n[ 0.826445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.827924] EDD information not available.\n[ 0.890210] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906834] Write protecting the kernel read-only data: 14336k\n[ 0.909833] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912303] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\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.080070] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCWBFHYuBMQA1J7xkliUg0S9IZSPasnigrpYUOCrrm/zRYnDsS3IH43/cYIziqZLap7JNfaRTtKrXD9OYAVJSWTroDE3BIpWRVMdd9mqfpxt9lQw3gsITQgAErZwHMqy2yEUT5NvtGS+A6Pl1tYpL1kFU8nIyaQIoe8l+eTVbVtTGibtciOillXbs+8hX5+LgOOSVsoKz7ysj46KgeA9/MlE6Q1avXfiBO3D4Xf/vexvdR9Ord9ZUTu8J/ypR2VpF7vj47WIrThAbBUqg82f4M50eTcAs5Mgw8289/p8a938fOGp0hrRZB20Hxb3ni2uqsh1+kS9E5Jx2AJTzw6Xqi7 root@vping-userdata-vm2-d6bd0155-1fc8-4d87-b585-bba8872cf40f\nssh-dss AAAAB3NzaC1kc3MAAACBAMy9gQnkYjiqEdwZbRmdYdYLWlHSoJjWtvuCCTARywZ9dudBrkbxtpwrRjSzEWV7D5YkI5eMd7h3zvoGzJerNeqw8wrY80pzbkbmJkTyPKP3teO0XYF96pOmTxjGjVEDc4TEpyybtuPBaY2+CQY+VtOW8Lb6kqVGHqfYNHSU/PxRAAAAFQDyRIx/qFMkiJmIpkJhNwL5kfS2NQAAAIEAwc7negfs2gCQ//KwJdq1v3LRqpN1bAz4/33/4YFsjC54kLiZkvmu81YfPg13J34E78tusWrtMN1SZ5iHhQFF1hR8VFBG40tY3320I/fvAVXgZW/953Nq2UJ8raPxBnmKzmNnYYaM9wOTujQBBrz8gbrAqaaVohq1U7a3brZp9+wAAACAeJW5McKJn5EkMBn2wfi41DluTeVl9SAEA5R9hgza4tSYokpoevKCWwNPnpGHM1+TKuJJNeScusx/wzJQrOrq6nDBQfKBl6ULabx0JZkyEeqEhQI60cy+pfU5BAO7U3LoXQE5ef+5CMXcrhYAWXVjLA7XqtLTb/38UoipnVCXYYk= root@vping-userdata-vm2-d6bd0155-1fc8-4d87-b585-bba8872cf40f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:febb:8417/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-d6bd0155-1fc8-4d87-b585-bba8872cf40f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.99 ===\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-d6bd0155-1fc8-4d87-b585-bba8872cf40f login: "} 2018-08-20 16:35:48,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0/action used request id req-2ec64f45-1087-45ee-bc6e-5b50a1414772 2018-08-20 16:35:48,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.75692987442s 2018-08-20 16:35:48,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0/action used request id req-2ec64f45-1087-45ee-bc6e-5b50a1414772 2018-08-20 16:35:48,592 - 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 486800497 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.195737] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.198140] pid_max: default: 32768 minimum: 301 [ 0.199389] ACPI: Core revision 20150930 [ 0.201039] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202817] Security Framework initialized [ 0.203919] Yama: becoming mindful. [ 0.204910] AppArmor: AppArmor initialized [ 0.206056] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207809] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209501] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211102] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212941] Initializing cgroup subsys io [ 0.214047] Initializing cgroup subsys memory [ 0.215229] Initializing cgroup subsys devices [ 0.216423] Initializing cgroup subsys freezer [ 0.217596] Initializing cgroup subsys net_cls [ 0.218783] Initializing cgroup subsys perf_event [ 0.220015] Initializing cgroup subsys net_prio [ 0.221209] Initializing cgroup subsys hugetlb [ 0.222400] Initializing cgroup subsys pids [ 0.223587] CPU: Physical Processor ID: 0 [ 0.225387] mce: CPU supports 10 MCE banks [ 0.226534] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242488] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.249103] ftrace: allocating 31920 entries in 125 pages [ 0.274455] smpboot: Max logical packages: 1 [ 0.275613] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277462] x2apic enabled [ 0.278603] Switched APIC routing to physical x2apic. [ 0.281072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282575] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285277] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287697] KVM setup paravirtual spinlock [ 0.289284] x86: Booted up 1 node, 1 CPUs [ 0.290373] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292225] devtmpfs: initialized [ 0.294191] evm: security.selinux [ 0.295144] evm: security.SMACK64 [ 0.296092] evm: security.SMACK64EXEC [ 0.297104] evm: security.SMACK64TRANSMUTE [ 0.298189] evm: security.SMACK64MMAP [ 0.299187] evm: security.ima [ 0.300059] evm: security.capability [ 0.301121] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303581] pinctrl core: initialized pinctrl subsystem [ 0.305034] RTC time: 16:35:42, date: 08/20/18 [ 0.306320] NET: Registered protocol family 16 [ 0.307620] cpuidle: using governor ladder [ 0.308732] cpuidle: using governor menu [ 0.309806] PCCT header not found. [ 0.310827] ACPI: bus type PCI registered [ 0.311913] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.313564] PCI: Using configuration type 1 for base access [ 0.315713] ACPI: Added _OSI(Module Device) [ 0.316849] ACPI: Added _OSI(Processor Device) [ 0.318018] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.319233] ACPI: Added _OSI(Processor Aggregator Device) [ 0.321391] ACPI: Interpreter enabled [ 0.322422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.324930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.327418] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.332389] ACPI: (supports S0 S5) [ 0.333344] ACPI: Using IOAPIC for interrupt routing [ 0.334607] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338387] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339903] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341536] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343110] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346037] acpiphp: Slot [3] registered [ 0.347119] acpiphp: Slot [4] registered [ 0.348194] acpiphp: Slot [5] registered [ 0.349276] acpiphp: Slot [6] registered [ 0.350350] acpiphp: Slot [7] registered [ 0.351427] acpiphp: Slot [8] registered [ 0.352499] acpiphp: Slot [9] registered [ 0.353572] acpiphp: Slot [10] registered [ 0.354661] acpiphp: Slot [11] registered [ 0.355754] acpiphp: Slot [12] registered [ 0.356846] acpiphp: Slot [13] registered [ 0.357938] acpiphp: Slot [14] registered [ 0.359033] acpiphp: Slot [15] registered [ 0.374549] acpiphp: Slot [16] registered [ 0.375658] acpiphp: Slot [17] registered [ 0.376753] acpiphp: Slot [18] registered [ 0.377840] acpiphp: Slot [19] registered [ 0.378937] acpiphp: Slot [20] registered [ 0.380034] acpiphp: Slot [21] registered [ 0.381122] acpiphp: Slot [22] registered [ 0.382214] acpiphp: Slot [23] registered [ 0.383311] acpiphp: Slot [24] registered [ 0.384402] acpiphp: Slot [25] registered [ 0.385506] acpiphp: Slot [26] registered [ 0.386611] acpiphp: Slot [27] registered [ 0.387713] acpiphp: Slot [28] registered [ 0.388813] acpiphp: Slot [29] registered [ 0.389903] acpiphp: Slot [30] registered [ 0.390998] acpiphp: Slot [31] registered [ 0.392097] PCI host bridge to bus 0000:00 [ 0.393193] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.394812] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.396439] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.398413] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.400383] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.402387] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.406381] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.408064] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.409637] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.411320] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.415717] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.417660] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.438283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.440259] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.442175] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.444076] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.446047] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.447748] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.449508] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.450911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.452985] vgaarb: loaded [ 0.453807] vgaarb: bridge control possible 0000:00:02.0 [ 0.455434] SCSI subsystem initialized [ 0.456669] ACPI: bus type USB registered [ 0.457786] usbcore: registered new interface driver usbfs [ 0.459155] usbcore: registered new interface driver hub [ 0.460503] usbcore: registered new device driver usb [ 0.461975] PCI: Using ACPI for IRQ routing [ 0.463472] NetLabel: Initializing [ 0.464440] NetLabel: domain hash size = 128 [ 0.465593] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.466892] NetLabel: unlabeled traffic allowed by default [ 0.468453] clocksource: Switched to clocksource kvm-clock [ 0.478667] AppArmor: AppArmor Filesystem Enabled [ 0.479969] pnp: PnP ACPI init [ 0.481198] pnp: PnP ACPI: found 5 devices [ 0.488040] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.490351] NET: Registered protocol family 2 [ 0.491753] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.493497] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.495113] TCP: Hash tables configured (established 4096 bind 4096) [ 0.496731] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.498202] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.499779] NET: Registered protocol family 1 [ 0.500969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.502444] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.503888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518425] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533019] Trying to unpack rootfs image as initramfs... [ 0.594719] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.599346] Scanning for low memory corruption every 60 seconds [ 0.601526] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.603128] audit: initializing netlink subsys (disabled) [ 0.604631] audit: type=2000 audit(1534782942.900:1): initialized [ 0.606504] Initialise system trusted keyring [ 0.607863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609447] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.612207] zbud: loaded [ 0.613219] VFS: Disk quotas dquot_6.6.0 [ 0.614357] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616535] fuse init (API version 7.23) [ 0.617767] Key type big_key registered [ 0.618877] Allocating IMA MOK and blacklist keyrings. [ 0.620572] Key type asymmetric registered [ 0.621709] Asymmetric key parser 'x509' registered [ 0.623022] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.625089] io scheduler noop registered [ 0.626185] io scheduler deadline registered (default) [ 0.627553] io scheduler cfq registered [ 0.628757] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630183] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.631923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.633933] ACPI: Power Button [PWRF] [ 0.635168] GHES: HEST is not enabled! [ 0.649342] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.678663] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681656] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.705366] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.708389] Linux agpgart interface v0.103 [ 0.711796] brd: module loaded [ 0.714035] loop: module loaded [ 0.718599] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.720620] GPT:90111 != 2097151 [ 0.721558] GPT:Alternate GPT header not at the end of the disk. [ 0.723049] GPT:90111 != 2097151 [ 0.723984] GPT: Use GNU Parted to correct GPT errors. [ 0.725306] vda: vda1 vda15 [ 0.727014] scsi host0: ata_piix [ 0.728091] scsi host1: ata_piix [ 0.729090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.730732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.732936] libphy: Fixed MDIO Bus: probed [ 0.734070] tun: Universal TUN/TAP device driver, 1.6 [ 0.735381] tun: (C) 1999-2004 Max Krasnyansky [ 0.738287] PPP generic driver version 2.4.2 [ 0.739558] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.741185] ehci-pci: EHCI PCI platform driver [ 0.742386] ehci-platform: EHCI generic platform driver [ 0.743841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745384] ohci-pci: OHCI PCI platform driver [ 0.746595] ohci-platform: OHCI generic platform driver [ 0.747937] uhci_hcd: USB Universal Host Controller Interface driver [ 0.762526] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.763909] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.765940] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.768918] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.770577] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772542] usb usb1: Product: UHCI Host Controller [ 0.773815] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775356] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776690] hub 1-0:1.0: USB hub found [ 0.777847] hub 1-0:1.0: 2 ports detected [ 0.779128] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.782045] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.783365] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.784796] mousedev: PS/2 mouse device common for all mice [ 0.786520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.788999] rtc_cmos 00:00: RTC can wake from S4 [ 0.790521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.792116] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.793721] i2c /dev entries driver [ 0.794778] device-mapper: uevent: version 1.0.3 [ 0.796071] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.798333] ledtrig-cpu: registered to indicate activity on CPUs [ 0.800175] NET: Registered protocol family 10 [ 0.801723] NET: Registered protocol family 17 [ 0.802931] Key type dns_resolver registered [ 0.804235] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.805714] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.808099] registered taskstats version 1 [ 0.809299] Loading compiled-in X.509 certificates [ 0.811122] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.813664] zswap: loaded using pool lzo/zbud [ 0.815742] Key type trusted registered [ 0.817862] Key type encrypted registered [ 0.818986] AppArmor: AppArmor sha1 policy hashing enabled [ 0.820380] ima: No TPM chip found, activating TPM-bypass! [ 0.821789] evm: HMAC attrs: 0x1 [ 0.823089] Magic number: 14:242:591 [ 0.824258] rtc_cmos 00:00: setting system clock to 2018-08-20 16:35:43 UTC (1534782943) [ 0.826445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.827924] EDD information not available. [ 0.890210] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.906834] Write protecting the kernel read-only data: 14336k [ 0.909833] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.912303] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 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.080070] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCWBFHYuBMQA1J7xkliUg0S9IZSPasnigrpYUOCrrm/zRYnDsS3IH43/cYIziqZLap7JNfaRTtKrXD9OYAVJSWTroDE3BIpWRVMdd9mqfpxt9lQw3gsITQgAErZwHMqy2yEUT5NvtGS+A6Pl1tYpL1kFU8nIyaQIoe8l+eTVbVtTGibtciOillXbs+8hX5+LgOOSVsoKz7ysj46KgeA9/MlE6Q1avXfiBO3D4Xf/vexvdR9Ord9ZUTu8J/ypR2VpF7vj47WIrThAbBUqg82f4M50eTcAs5Mgw8289/p8a938fOGp0hrRZB20Hxb3ni2uqsh1+kS9E5Jx2AJTzw6Xqi7 root@vping-userdata-vm2-d6bd0155-1fc8-4d87-b585-bba8872cf40f ssh-dss AAAAB3NzaC1kc3MAAACBAMy9gQnkYjiqEdwZbRmdYdYLWlHSoJjWtvuCCTARywZ9dudBrkbxtpwrRjSzEWV7D5YkI5eMd7h3zvoGzJerNeqw8wrY80pzbkbmJkTyPKP3teO0XYF96pOmTxjGjVEDc4TEpyybtuPBaY2+CQY+VtOW8Lb6kqVGHqfYNHSU/PxRAAAAFQDyRIx/qFMkiJmIpkJhNwL5kfS2NQAAAIEAwc7negfs2gCQ//KwJdq1v3LRqpN1bAz4/33/4YFsjC54kLiZkvmu81YfPg13J34E78tusWrtMN1SZ5iHhQFF1hR8VFBG40tY3320I/fvAVXgZW/953Nq2UJ8raPxBnmKzmNnYYaM9wOTujQBBrz8gbrAqaaVohq1U7a3brZp9+wAAACAeJW5McKJn5EkMBn2wfi41DluTeVl9SAEA5R9hgza4tSYokpoevKCWwNPnpGHM1+TKuJJNeScusx/wzJQrOrq6nDBQfKBl6ULabx0JZkyEeqEhQI60cy+pfU5BAO7U3LoXQE5ef+5CMXcrhYAWXVjLA7XqtLTb/38UoipnVCXYYk= root@vping-userdata-vm2-d6bd0155-1fc8-4d87-b585-bba8872cf40f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:febb:8417/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-d6bd0155-1fc8-4d87-b585-bba8872cf40f launch-index: 0 === cirros: current=0.4.0 uptime=2.99 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-d6bd0155-1fc8-4d87-b585-bba8872cf40f login: 2018-08-20 16:35:48,593 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-20 16:35:48,707 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:35:48,707 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:49 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-20 16:35:48,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 16:35:48,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:48,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:35:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b8f7fd7c-255d-4daa-b583-535207cd7004 x-compute-request-id: req-b8f7fd7c-255d-4daa-b583-535207cd7004 Content-Type: application/json 2018-08-20 16:35:48,901 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923 used request id req-b8f7fd7c-255d-4daa-b583-535207cd7004 2018-08-20 16:35:48,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.187376022339s 2018-08-20 16:35:48,901 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923 used request id req-b8f7fd7c-255d-4daa-b583-535207cd7004 2018-08-20 16:35:48,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:48,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:49,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35: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-dedff0df-af83-4994-aa08-1e62432339f3 x-compute-request-id: req-dedff0df-af83-4994-aa08-1e62432339f3 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:84:17", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:42.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "2f269281-df50-4719-868c-fdc5874b60f0", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:42Z", "hostId": "d03e5aeca4b90e53ce6d693dbef0dcf297900ff4fe60ad75fcdfe446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:32Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:c2:58", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7712c360-9c9a-4d07-a17f-8e48c0be0923", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:23.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "7712c360-9c9a-4d07-a17f-8e48c0be0923", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:48Z", "hostId": "74d6ef062c86843feaec68729bcf31e2435f26671bad899112eec012", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:15Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:49,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dedff0df-af83-4994-aa08-1e62432339f3 2018-08-20 16:35:49,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.75880408287s 2018-08-20 16:35:49,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dedff0df-af83-4994-aa08-1e62432339f3 2018-08-20 16:35:49,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:35:51,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:51,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:52,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02eccc0c-5241-4638-b704-1275186764b6 x-compute-request-id: req-02eccc0c-5241-4638-b704-1275186764b6 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:84:17", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:42.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "2f269281-df50-4719-868c-fdc5874b60f0", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:42Z", "hostId": "d03e5aeca4b90e53ce6d693dbef0dcf297900ff4fe60ad75fcdfe446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:32Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:52,680 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-02eccc0c-5241-4638-b704-1275186764b6 2018-08-20 16:35:52,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01410198212s 2018-08-20 16:35:52,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-02eccc0c-5241-4638-b704-1275186764b6 2018-08-20 16:35:52,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 16:35:52,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:52,883 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:35:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-249241e4-6c20-4958-8f55-f046252dcf08 x-compute-request-id: req-249241e4-6c20-4958-8f55-f046252dcf08 Content-Type: application/json 2018-08-20 16:35:52,883 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0 used request id req-249241e4-6c20-4958-8f55-f046252dcf08 2018-08-20 16:35:52,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.200536966324s 2018-08-20 16:35:52,883 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0 used request id req-249241e4-6c20-4958-8f55-f046252dcf08 2018-08-20 16:35:52,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:52,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:53,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9069225a-baa0-4b90-8f74-e7028994356e x-compute-request-id: req-9069225a-baa0-4b90-8f74-e7028994356e Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:84:17", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2f269281-df50-4719-868c-fdc5874b60f0", "rel": "bookmark"}], "image": {"id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "links": [{"href": "http://172.30.9.23:8774/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:35:42.000000", "flavor": {"id": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "links": [{"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "bookmark"}]}, "id": "2f269281-df50-4719-868c-fdc5874b60f0", "security_groups": [{"name": "default"}], "user_id": "c546555b3ead492f8fed7a6e577d8f63", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:35:52Z", "hostId": "d03e5aeca4b90e53ce6d693dbef0dcf297900ff4fe60ad75fcdfe446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "created": "2018-08-20T16:35:32Z", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:35:53,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9069225a-baa0-4b90-8f74-e7028994356e 2018-08-20 16:35:53,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.759536981583s 2018-08-20 16:35:53,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9069225a-baa0-4b90-8f74-e7028994356e 2018-08-20 16:35:53,645 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:35:55,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:35:55,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:55,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5f326600-817e-47ea-a9d9-6f293c2c1b1a x-compute-request-id: req-5f326600-817e-47ea-a9d9-6f293c2c1b1a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 16:35:55,725 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5f326600-817e-47ea-a9d9-6f293c2c1b1a 2018-08-20 16:35:55,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0770487785339s 2018-08-20 16:35:55,725 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5f326600-817e-47ea-a9d9-6f293c2c1b1a 2018-08-20 16:35:55,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:35:55,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/81c3025f-ac67-491b-9086-83f6e168c3b1/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}04a37e83cf60d8577899c7231464e9da9425c348" -d '{"subnet_id": "95852a0b-82e3-4231-928f-4ee08d66d1e0"}' 2018-08-20 16:35:57,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3c23b648-aad8-4a44-89f9-deaa7d02c773 Date: Mon, 20 Aug 2018 16:35:57 GMT RESP BODY: {"network_id": "a570e286-632d-42b9-878d-ec09423b034f", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "subnet_id": "95852a0b-82e3-4231-928f-4ee08d66d1e0", "subnet_ids": ["95852a0b-82e3-4231-928f-4ee08d66d1e0"], "port_id": "6d504aaa-e90d-41f8-9fb4-80b04b5a9fc6", "id": "81c3025f-ac67-491b-9086-83f6e168c3b1"} 2018-08-20 16:35:57,624 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/81c3025f-ac67-491b-9086-83f6e168c3b1/remove_router_interface.json used request id req-3c23b648-aad8-4a44-89f9-deaa7d02c773 2018-08-20 16:35:57,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.89810490608s 2018-08-20 16:35:57,625 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/81c3025f-ac67-491b-9086-83f6e168c3b1/remove_router_interface.json used request id req-3c23b648-aad8-4a44-89f9-deaa7d02c773 returning object 81c3025f-ac67-491b-9086-83f6e168c3b1 2018-08-20 16:35:57,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:35:57,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:57,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-50816484-347f-4542-83c7-a38956b53211 Date: Mon, 20 Aug 2018 16:35:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:02Z", "admin_state_up": true, "updated_at": "2018-08-20T16:35:56Z", "revision_number": 4, "routes": [], "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "81c3025f-ac67-491b-9086-83f6e168c3b1", "name": "vping_userdata-router_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}]} 2018-08-20 16:35:57,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-50816484-347f-4542-83c7-a38956b53211 2018-08-20 16:35:57,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128395795822s 2018-08-20 16:35:57,754 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-50816484-347f-4542-83c7-a38956b53211 2018-08-20 16:35:57,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:35:57,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/81c3025f-ac67-491b-9086-83f6e168c3b1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:59,512 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-283bb6ab-1890-43a4-9462-297dc65efc30 Content-Length: 0 Date: Mon, 20 Aug 2018 16:35:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:35:59,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/81c3025f-ac67-491b-9086-83f6e168c3b1.json used request id req-283bb6ab-1890-43a4-9462-297dc65efc30 2018-08-20 16:35:59,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.7565779686s 2018-08-20 16:35:59,512 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/81c3025f-ac67-491b-9086-83f6e168c3b1.json used request id req-283bb6ab-1890-43a4-9462-297dc65efc30 2018-08-20 16:35:59,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:35:59,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:35:59,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3638f59f-079d-4998-bef7-598e45f50128 Date: Mon, 20 Aug 2018 16:35:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a570e286-632d-42b9-878d-ec09423b034f","tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:35:02Z","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":"66310a1a74c04582a3c99a43581a5c90","id":"95852a0b-82e3-4231-928f-4ee08d66d1e0","subnetpool_id":null,"name":"vping_userdata-subnet_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}]} 2018-08-20 16:35:59,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3638f59f-079d-4998-bef7-598e45f50128 2018-08-20 16:35:59,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0427620410919s 2018-08-20 16:35:59,556 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3638f59f-079d-4998-bef7-598e45f50128 2018-08-20 16:35:59,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:35:59,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/95852a0b-82e3-4231-928f-4ee08d66d1e0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:36:01,838 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4ca0e7e-742a-4ad0-accd-f29b6e4d80d6 Date: Mon, 20 Aug 2018 16:36:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:36:01,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/95852a0b-82e3-4231-928f-4ee08d66d1e0.json used request id req-e4ca0e7e-742a-4ad0-accd-f29b6e4d80d6 2018-08-20 16:36:01,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.2809779644s 2018-08-20 16:36:01,839 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/95852a0b-82e3-4231-928f-4ee08d66d1e0.json used request id req-e4ca0e7e-742a-4ad0-accd-f29b6e4d80d6 2018-08-20 16:36:01,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:36:01,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:36:01,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-e699570e-e231-4f25-8b30-26984ddb2a37 Date: Mon, 20 Aug 2018 16:36:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:36:02Z","tenant_id":"66310a1a74c04582a3c99a43581a5c90","created_at":"2018-08-20T16:35:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"66310a1a74c04582a3c99a43581a5c90","id":"a570e286-632d-42b9-878d-ec09423b034f","name":"vping_userdata-net_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}]} 2018-08-20 16:36:01,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e699570e-e231-4f25-8b30-26984ddb2a37 2018-08-20 16:36:01,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0908839702606s 2018-08-20 16:36:01,930 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e699570e-e231-4f25-8b30-26984ddb2a37 2018-08-20 16:36:01,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:36:01,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/a570e286-632d-42b9-878d-ec09423b034f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:36:03,449 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c185d033-16f1-42a6-929b-d58b3134a3f9 Date: Mon, 20 Aug 2018 16:36:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:36:03,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a570e286-632d-42b9-878d-ec09423b034f.json used request id req-c185d033-16f1-42a6-929b-d58b3134a3f9 2018-08-20 16:36:03,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.51793289185s 2018-08-20 16:36:03,450 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a570e286-632d-42b9-878d-ec09423b034f.json used request id req-c185d033-16f1-42a6-929b-d58b3134a3f9 2018-08-20 16:36:03,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:36:03,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:36:03,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-0626723f-df18-4fc8-b11a-9e40c1746b7f Date: Mon, 20 Aug 2018 16:36:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:35:08Z", "file": "/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/file", "owner": "66310a1a74c04582a3c99a43581a5c90", "id": "1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "size": 12716032, "self": "/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:35:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:36:03,492 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0626723f-df18-4fc8-b11a-9e40c1746b7f 2018-08-20 16:36:03,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0379900932312s 2018-08-20 16:36:03,492 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0626723f-df18-4fc8-b11a-9e40c1746b7f 2018-08-20 16:36:03,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 16:36:03,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04a37e83cf60d8577899c7231464e9da9425c348" 2018-08-20 16:36:03,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-68a145b2-fa46-4743-8ced-67b6a9b40a82 Date: Mon, 20 Aug 2018 16:36:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:36:03,860 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2 used request id req-68a145b2-fa46-4743-8ced-67b6a9b40a82 2018-08-20 16:36:03,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.366178035736s 2018-08-20 16:36:03,860 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1a2c92b4-c6f7-45da-aba3-fa3fd70142e2 used request id req-68a145b2-fa46-4743-8ced-67b6a9b40a82 2018-08-20 16:36:03,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:36:03,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:36:03,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36: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-33c3afbb-e69f-490f-9308-3b894b42ccb3 x-compute-request-id: req-33c3afbb-e69f-490f-9308-3b894b42ccb3 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f", "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": "bc73a725-4c4d-490e-8fcb-84eac6e61d1f"}]} 2018-08-20 16:36:03,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-33c3afbb-e69f-490f-9308-3b894b42ccb3 2018-08-20 16:36:03,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0245409011841s 2018-08-20 16:36:03,885 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-33c3afbb-e69f-490f-9308-3b894b42ccb3 2018-08-20 16:36:03,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 16:36:03,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:36:03,924 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:36: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-fe3ebf01-ec89-4c7f-b641-54e0d4af7710 x-compute-request-id: req-fe3ebf01-ec89-4c7f-b641-54e0d4af7710 Content-Length: 0 Content-Type: application/json 2018-08-20 16:36:03,924 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f used request id req-fe3ebf01-ec89-4c7f-b641-54e0d4af7710 2018-08-20 16:36:03,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.037633895874s 2018-08-20 16:36:03,925 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/bc73a725-4c4d-490e-8fcb-84eac6e61d1f used request id req-fe3ebf01-ec89-4c7f-b641-54e0d4af7710 2018-08-20 16:36:03,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:36:03,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:36:04,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9fa0c73-6520-4acf-b3a3-24ab64507950 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "links": {"self": "http://172.30.9.23:5000/v3/users/c546555b3ead492f8fed7a6e577d8f63"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c546555b3ead492f8fed7a6e577d8f63", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:36:04,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d9fa0c73-6520-4acf-b3a3-24ab64507950 2018-08-20 16:36:04,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202858924866s 2018-08-20 16:36:04,128 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d9fa0c73-6520-4acf-b3a3-24ab64507950 2018-08-20 16:36:04,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:36:04,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/c546555b3ead492f8fed7a6e577d8f63 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:36:04,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a75c9386-e1df-45d3-bad3-bcebb640073d Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_d6bd0155-1fc8-4d87-b585-bba8872cf40f", "links": {"self": "http://172.30.9.23:5000/v3/users/c546555b3ead492f8fed7a6e577d8f63"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c546555b3ead492f8fed7a6e577d8f63", "description": null}} 2018-08-20 16:36:04,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c546555b3ead492f8fed7a6e577d8f63 used request id req-a75c9386-e1df-45d3-bad3-bcebb640073d 2018-08-20 16:36:04,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220132112503s 2018-08-20 16:36:04,355 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c546555b3ead492f8fed7a6e577d8f63 used request id req-a75c9386-e1df-45d3-bad3-bcebb640073d 2018-08-20 16:36:04,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 16:36:04,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/c546555b3ead492f8fed7a6e577d8f63 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:36:04,667 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:36:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e813782-6762-47da-8e95-e3ebfc203bbd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:36:04,668 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c546555b3ead492f8fed7a6e577d8f63 used request id req-9e813782-6762-47da-8e95-e3ebfc203bbd 2018-08-20 16:36:04,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.312119007111s 2018-08-20 16:36:04,668 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c546555b3ead492f8fed7a6e577d8f63 used request id req-9e813782-6762-47da-8e95-e3ebfc203bbd 2018-08-20 16:36:04,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:36:04,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:36:04,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f91b83-a03b-4fc0-bb4f-9e0b3efad9cb Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/66310a1a74c04582a3c99a43581a5c90"}, "tags": [], "enabled": true, "id": "66310a1a74c04582a3c99a43581a5c90", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d6bd0155-1fc8-4d87-b585-bba8872cf40f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 16:36:04,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-e4f91b83-a03b-4fc0-bb4f-9e0b3efad9cb 2018-08-20 16:36:04,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193394899368s 2018-08-20 16:36:04,868 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-e4f91b83-a03b-4fc0-bb4f-9e0b3efad9cb 2018-08-20 16:36:04,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 16:36:04,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/66310a1a74c04582a3c99a43581a5c90 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8674aad4c590b9f56dc9294ba62b0186093432c8" 2018-08-20 16:36:05,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:36:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21a002b1-8bf8-45da-9f77-f82fa9ce8169 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:36:05,196 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/66310a1a74c04582a3c99a43581a5c90 used request id req-21a002b1-8bf8-45da-9f77-f82fa9ce8169 2018-08-20 16:36:05,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.323412895203s 2018-08-20 16:36:05,196 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/66310a1a74c04582a3c99a43581a5c90 used request id req-21a002b1-8bf8-45da-9f77-f82fa9ce8169 2018-08-20 16:36:05,249 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-20 16:36:05,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:36:05,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:36:05,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:36:05,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:36:05,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:36:05,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:36:05,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:36:05,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:36:05,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:36:05,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:36:05,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:36:05,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2655ede-0312-4215-974c-c5e87f66f6ef Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:36:05,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f2655ede-0312-4215-974c-c5e87f66f6ef 2018-08-20 16:36:05,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:36:05,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:36:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["tcgsRIiWT66maH-LP6avYQ"], "issued_at": "2018-08-20T16:36:05.000000Z"}} 2018-08-20 16:36:05,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:36:05,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:36:06,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3c1a30ff-c910-47bb-b39c-f412f79d1cf5 Date: Mon, 20 Aug 2018 16:36:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:36:06,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3c1a30ff-c910-47bb-b39c-f412f79d1cf5 2018-08-20 16:36:06,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.359560012817s 2018-08-20 16:36:06,074 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3c1a30ff-c910-47bb-b39c-f412f79d1cf5 2018-08-20 16:36:06,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:36:06,083 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:36:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-955182a8-f8b3-4964-8009-1dc1af4de4fb Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 16:36:06,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-955182a8-f8b3-4964-8009-1dc1af4de4fb 2018-08-20 16:36:06,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:36:06,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:36:06,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63447ee0-2585-42bb-a4e7-c7b0c2429336 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3"}, "tags": [], "enabled": true, "id": "0dc4c689ca5f48478326a988e1b40ed3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 16:36:06,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-63447ee0-2585-42bb-a4e7-c7b0c2429336 2018-08-20 16:36:06,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187524080276s 2018-08-20 16:36:06,272 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-63447ee0-2585-42bb-a4e7-c7b0c2429336 2018-08-20 16:36:06,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 16:36:06,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359"}}' 2018-08-20 16:36:06,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:36:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-832e77bd-54b3-4c3e-917e-05c6cee3c230 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.23:5000/v3/projects/2c817e15a34e490aa249741cfe45f312"}, "tags": [], "enabled": true, "id": "2c817e15a34e490aa249741cfe45f312", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359"}} 2018-08-20 16:36:06,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-832e77bd-54b3-4c3e-917e-05c6cee3c230 2018-08-20 16:36:06,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.277493000031s 2018-08-20 16:36:06,557 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-832e77bd-54b3-4c3e-917e-05c6cee3c230 2018-08-20 16:36:06,558 - 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'2c817e15a34e490aa249741cfe45f312', '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_4244d23d-ea91-4b96-b351-930cd9237359'}) 2018-08-20 16:36:06,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 16:36:06,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "893d4943-fcd0-41ec-88ac-e1218c9232fb", "email": null, "name": "cinder_test-user_4244d23d-ea91-4b96-b351-930cd9237359"}}' 2018-08-20 16:36:07,045 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 16:36:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6791848-6ed6-42f4-bf56-ce7efcd1213f Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_4244d23d-ea91-4b96-b351-930cd9237359", "links": {"self": "http://172.30.9.23:5000/v3/users/391f8813da7e4fc18f80374a7189bdf0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "391f8813da7e4fc18f80374a7189bdf0", "domain_id": "default", "password_expires_at": null}} 2018-08-20 16:36:07,045 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-c6791848-6ed6-42f4-bf56-ce7efcd1213f 2018-08-20 16:36:07,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.481616020203s 2018-08-20 16:36:07,046 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-c6791848-6ed6-42f4-bf56-ce7efcd1213f 2018-08-20 16:36:07,046 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'391f8813da7e4fc18f80374a7189bdf0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_4244d23d-ea91-4b96-b351-930cd9237359'}) 2018-08-20 16:36:07,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:36:07,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:36:07,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b43fa5-db46-4b19-9f08-f9bf18fff10a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:36:07,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f4b43fa5-db46-4b19-9f08-f9bf18fff10a 2018-08-20 16:36:07,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196752071381s 2018-08-20 16:36:07,247 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f4b43fa5-db46-4b19-9f08-f9bf18fff10a 2018-08-20 16:36:07,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:36:07,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:36:07,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31b857c6-93e8-4ccb-a204-5e3645d8cda4 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:36:07,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-31b857c6-93e8-4ccb-a204-5e3645d8cda4 2018-08-20 16:36:07,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200362920761s 2018-08-20 16:36:07,452 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-31b857c6-93e8-4ccb-a204-5e3645d8cda4 2018-08-20 16:36:07,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:36:07,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:36:07,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41da1d3f-d724-4002-8bf5-cc6339535d08 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:36:07,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-41da1d3f-d724-4002-8bf5-cc6339535d08 2018-08-20 16:36:07,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.206514120102s 2018-08-20 16:36:07,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-41da1d3f-d724-4002-8bf5-cc6339535d08 2018-08-20 16:36:07,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 16:36:07,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:36:07,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7442e3c-10fa-4b1b-b17e-44373b0a62df Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 16:36:07,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a7442e3c-10fa-4b1b-b17e-44373b0a62df 2018-08-20 16:36:07,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.2220890522s 2018-08-20 16:36:07,891 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a7442e3c-10fa-4b1b-b17e-44373b0a62df 2018-08-20 16:36:07,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:36:07,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:36:08,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c316c567-7139-4a42-b039-d12fae2c9095 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder_test-user_4244d23d-ea91-4b96-b351-930cd9237359", "links": {"self": "http://172.30.9.23:5000/v3/users/391f8813da7e4fc18f80374a7189bdf0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "391f8813da7e4fc18f80374a7189bdf0", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:36:08,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c316c567-7139-4a42-b039-d12fae2c9095 2018-08-20 16:36:08,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21862912178s 2018-08-20 16:36:08,111 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c316c567-7139-4a42-b039-d12fae2c9095 2018-08-20 16:36:08,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:36:08,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:36:08,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c256802-3448-4056-8a77-98d45365cd5e Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.23:5000/v3/projects/2c817e15a34e490aa249741cfe45f312"}, "tags": [], "enabled": true, "id": "2c817e15a34e490aa249741cfe45f312", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 16:36:08,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5c256802-3448-4056-8a77-98d45365cd5e 2018-08-20 16:36:08,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202423095703s 2018-08-20 16:36:08,325 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5c256802-3448-4056-8a77-98d45365cd5e 2018-08-20 16:36:08,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 16:36:08,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=391f8813da7e4fc18f80374a7189bdf0&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=2c817e15a34e490aa249741cfe45f312" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:36:08,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-756a65dc-5a42-4c98-beed-56c645acb930 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=391f8813da7e4fc18f80374a7189bdf0&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=2c817e15a34e490aa249741cfe45f312", "previous": null, "next": null}} 2018-08-20 16:36:08,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=391f8813da7e4fc18f80374a7189bdf0&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=2c817e15a34e490aa249741cfe45f312 used request id req-756a65dc-5a42-4c98-beed-56c645acb930 2018-08-20 16:36:08,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.197062969208s 2018-08-20 16:36:08,530 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=391f8813da7e4fc18f80374a7189bdf0&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=2c817e15a34e490aa249741cfe45f312 used request id req-756a65dc-5a42-4c98-beed-56c645acb930 2018-08-20 16:36:08,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 16:36:08,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/2c817e15a34e490aa249741cfe45f312/users/391f8813da7e4fc18f80374a7189bdf0/roles/0b1108172d284ccbb970dd9eb7ccff69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:36:08,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:36:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f84786ff-4107-4ac0-b041-cf5bedc04cc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:36:08,818 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/2c817e15a34e490aa249741cfe45f312/users/391f8813da7e4fc18f80374a7189bdf0/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-f84786ff-4107-4ac0-b041-cf5bedc04cc1 2018-08-20 16:36:08,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.284054994583s 2018-08-20 16:36:08,818 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/2c817e15a34e490aa249741cfe45f312/users/391f8813da7e4fc18f80374a7189bdf0/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-f84786ff-4107-4ac0-b041-cf5bedc04cc1 2018-08-20 16:36:08,819 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359', 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'2c817e15a34e490aa249741cfe45f312', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '893d4943-fcd0-41ec-88ac-e1218c9232fb', 'username': u'cinder_test-user_4244d23d-ea91-4b96-b351-930cd9237359', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 16:36:08,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:36:08,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:36:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:36:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:36:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:36:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:36:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:36:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:36:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:36:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:36:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:36:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:36:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:36:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:36:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:36:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:36:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:36:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:36:08,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:36:08,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:36:08,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:36:08,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:36:08,824 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_4244d23d-ea91-4b96-b351-930cd9237359', 'password': '893d4943-fcd0-41ec-88ac-e1218c9232fb', 'project_name': 'cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '2c817e15a34e490aa249741cfe45f312', 'project_domain_name': 'Default'} 2018-08-20 16:36:08,825 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-20 16:36:08,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:36:08,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23ea9f36-3501-4d85-bfe2-cf961ec3ac6a Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:36:08,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-23ea9f36-3501-4d85-bfe2-cf961ec3ac6a 2018-08-20 16:36:08,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:36:09,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T17:36:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c817e15a34e490aa249741cfe45f312", "name": "cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2c817e15a34e490aa249741cfe45f312", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_2c817e15a34e490aa249741cfe45f312", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/2c817e15a34e490aa249741cfe45f312", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/2c817e15a34e490aa249741cfe45f312", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/2c817e15a34e490aa249741cfe45f312", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2c817e15a34e490aa249741cfe45f312", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/2c817e15a34e490aa249741cfe45f312", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/2c817e15a34e490aa249741cfe45f312", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2c817e15a34e490aa249741cfe45f312", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/2c817e15a34e490aa249741cfe45f312", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/2c817e15a34e490aa249741cfe45f312", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2c817e15a34e490aa249741cfe45f312", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/2c817e15a34e490aa249741cfe45f312", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_4244d23d-ea91-4b96-b351-930cd9237359", "id": "391f8813da7e4fc18f80374a7189bdf0"}, "audit_ids": ["eAvbte6ORcWS8J6q9PrzzQ"], "issued_at": "2018-08-20T16:36:09.000000Z"}} 2018-08-20 16:36:09,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:36:09,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"network": {"name": "cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359", "admin_state_up": true}}' 2018-08-20 16:36:10,139 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-b69c4188-b8d4-42f6-9ccf-2964c7de6f80 Date: Mon, 20 Aug 2018 16:36:10 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T16:36:09Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2c817e15a34e490aa249741cfe45f312","id":"c837ec24-181d-4020-b200-ea2be5375899","name":"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359"}} 2018-08-20 16:36:10,139 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b69c4188-b8d4-42f6-9ccf-2964c7de6f80 2018-08-20 16:36:10,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.901443958282s 2018-08-20 16:36:10,139 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b69c4188-b8d4-42f6-9ccf-2964c7de6f80 2018-08-20 16:36:10,139 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:36:09Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c837ec24-181d-4020-b200-ea2be5375899', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359', u'admin_state_up': True, u'tenant_id': u'2c817e15a34e490aa249741cfe45f312', u'created_at': u'2018-08-20T16:36:09Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2c817e15a34e490aa249741cfe45f312'}) 2018-08-20 16:36:10,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:36:10,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:10,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-ae8fa4f1-8031-4e48-9d7a-8e4d6372c2fc Date: Mon, 20 Aug 2018 16:36:10 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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:36:09Z","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"2c817e15a34e490aa249741cfe45f312","id":"c837ec24-181d-4020-b200-ea2be5375899","name":"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359"}]} 2018-08-20 16:36:10,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ae8fa4f1-8031-4e48-9d7a-8e4d6372c2fc 2018-08-20 16:36:10,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355452060699s 2018-08-20 16:36:10,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ae8fa4f1-8031-4e48-9d7a-8e4d6372c2fc 2018-08-20 16:36:10,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:36:10,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"subnet": {"name": "cinder_test-subnet_4244d23d-ea91-4b96-b351-930cd9237359", "enable_dhcp": true, "network_id": "c837ec24-181d-4020-b200-ea2be5375899", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:36:11,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6053d765-d270-4803-b7e5-857674620dda Date: Mon, 20 Aug 2018 16:36:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c837ec24-181d-4020-b200-ea2be5375899","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:36:11Z","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":"2c817e15a34e490aa249741cfe45f312","id":"0af43080-cb3c-4b45-8a31-3c750b49c52d","subnetpool_id":null,"name":"cinder_test-subnet_4244d23d-ea91-4b96-b351-930cd9237359"}} 2018-08-20 16:36:11,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-6053d765-d270-4803-b7e5-857674620dda 2018-08-20 16:36:11,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.05810499191s 2018-08-20 16:36:11,556 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-6053d765-d270-4803-b7e5-857674620dda 2018-08-20 16:36:11,556 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:36:11Z', 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'0af43080-cb3c-4b45-8a31-3c750b49c52d', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_4244d23d-ea91-4b96-b351-930cd9237359', u'enable_dhcp': True, u'network_id': u'c837ec24-181d-4020-b200-ea2be5375899', u'tenant_id': u'2c817e15a34e490aa249741cfe45f312', u'created_at': u'2018-08-20T16:36:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2c817e15a34e490aa249741cfe45f312'}) 2018-08-20 16:36:11,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:36:11,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "cinder_test-router_4244d23d-ea91-4b96-b351-930cd9237359", "admin_state_up": true}}' 2018-08-20 16:36:13,043 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-6d9b5877-11f2-4254-9685-3d8567670f27 Date: Mon, 20 Aug 2018 16:36:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:11Z", "admin_state_up": true, "updated_at": "2018-08-20T16:36:12Z", "revision_number": 2, "routes": [], "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "ad8965d3-857b-498e-9773-c1613ae76559", "name": "cinder_test-router_4244d23d-ea91-4b96-b351-930cd9237359"}} 2018-08-20 16:36:13,043 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-6d9b5877-11f2-4254-9685-3d8567670f27 2018-08-20 16:36:13,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48657011986s 2018-08-20 16:36:13,044 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-6d9b5877-11f2-4254-9685-3d8567670f27 2018-08-20 16:36:13,044 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2c817e15a34e490aa249741cfe45f312', u'created_at': u'2018-08-20T16:36:11Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T16:36:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'2c817e15a34e490aa249741cfe45f312', u'id': u'ad8965d3-857b-498e-9773-c1613ae76559', u'name': u'cinder_test-router_4244d23d-ea91-4b96-b351-930cd9237359'}) 2018-08-20 16:36:13,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:36:13,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ad8965d3-857b-498e-9773-c1613ae76559/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"subnet_id": "0af43080-cb3c-4b45-8a31-3c750b49c52d"}' 2018-08-20 16:36:15,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-97cf62da-1f4d-4d07-a374-48004af24638 Date: Mon, 20 Aug 2018 16:36:15 GMT RESP BODY: {"network_id": "c837ec24-181d-4020-b200-ea2be5375899", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "subnet_id": "0af43080-cb3c-4b45-8a31-3c750b49c52d", "subnet_ids": ["0af43080-cb3c-4b45-8a31-3c750b49c52d"], "port_id": "ad19ba80-5c1d-4fc9-a904-1b0c62508d16", "id": "ad8965d3-857b-498e-9773-c1613ae76559"} 2018-08-20 16:36:15,463 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ad8965d3-857b-498e-9773-c1613ae76559/add_router_interface.json used request id req-97cf62da-1f4d-4d07-a374-48004af24638 2018-08-20 16:36:15,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.41816401482s 2018-08-20 16:36:15,463 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ad8965d3-857b-498e-9773-c1613ae76559/add_router_interface.json used request id req-97cf62da-1f4d-4d07-a374-48004af24638 returning object ad8965d3-857b-498e-9773-c1613ae76559 2018-08-20 16:36:15,464 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 16:36:15,596 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 16:36:15,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:36:15,603 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 16:36:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 16:36:15,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:36:15,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:16,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5a566909-5da1-4e41-a0fe-97c99599ae28 Date: Mon, 20 Aug 2018 16:36:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:36:16,097 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5a566909-5da1-4e41-a0fe-97c99599ae28 2018-08-20 16:36:16,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.492250919342s 2018-08-20 16:36:16,098 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5a566909-5da1-4e41-a0fe-97c99599ae28 2018-08-20 16:36:16,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:36:16,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359"}' 2018-08-20 16:36:16,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e82a9db5-7a29-436b-8f7a-3e30ee81223a Date: Mon, 20 Aug 2018 16:36:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:36:16Z", "file": "/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0/file", "owner": "2c817e15a34e490aa249741cfe45f312", "id": "51906581-bd07-40bb-9aef-bac97950c2c0", "size": null, "self": "/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "checksum": null, "created_at": "2018-08-20T16:36:16Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:36:16,426 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e82a9db5-7a29-436b-8f7a-3e30ee81223a 2018-08-20 16:36:16,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.319697856903s 2018-08-20 16:36:16,426 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e82a9db5-7a29-436b-8f7a-3e30ee81223a returning object 51906581-bd07-40bb-9aef-bac97950c2c0 2018-08-20 16:36:16,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:36:16,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '' 2018-08-20 16:36:17,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e9b40e65-1f6a-4912-90bb-efc3122150c9 Date: Mon, 20 Aug 2018 16:36:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:36:17,382 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0/file used request id req-e9b40e65-1f6a-4912-90bb-efc3122150c9 2018-08-20 16:36:17,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.954818964005s 2018-08-20 16:36:17,382 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0/file used request id req-e9b40e65-1f6a-4912-90bb-efc3122150c9 2018-08-20 16:36:17,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:36:17,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:17,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-7ab8af14-c0ac-40c3-8fd0-430415229111 Date: Mon, 20 Aug 2018 16:36:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:36:17Z", "file": "/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0/file", "owner": "2c817e15a34e490aa249741cfe45f312", "id": "51906581-bd07-40bb-9aef-bac97950c2c0", "size": 12716032, "self": "/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/51906581-bd07-40bb-9aef-bac97950c2c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/51906581-bd07-40bb-9aef-bac97950c2c0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:36:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:36:17,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7ab8af14-c0ac-40c3-8fd0-430415229111 2018-08-20 16:36:17,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391449928284s 2018-08-20 16:36:17,426 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7ab8af14-c0ac-40c3-8fd0-430415229111 2018-08-20 16:36:17,427 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/51906581-bd07-40bb-9aef-bac97950c2c0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0/file', 'owner': u'2c817e15a34e490aa249741cfe45f312', 'id': u'51906581-bd07-40bb-9aef-bac97950c2c0', 'size': 12716032, u'self': u'/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c817e15a34e490aa249741cfe45f312', 'name': 'cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/51906581-bd07-40bb-9aef-bac97950c2c0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:36:17Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T16:36:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359', 'created': u'2018-08-20T16:36:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:36:16Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:36:17,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:36:17,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_4244d23d-ea91-4b96-b351-930cd9237359", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:36:17,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81fb38de-4da7-4165-a7f7-23067db01c02 x-compute-request-id: req-81fb38de-4da7-4165-a7f7-23067db01c02 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_4244d23d-ea91-4b96-b351-930cd9237359", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "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": "e74c007b-73f4-4aa3-aa86-948a7c0551ca"}} 2018-08-20 16:36:17,752 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-81fb38de-4da7-4165-a7f7-23067db01c02 2018-08-20 16:36:17,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.323431015015s 2018-08-20 16:36:17,752 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-81fb38de-4da7-4165-a7f7-23067db01c02 2018-08-20 16:36:17,753 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_4244d23d-ea91-4b96-b351-930cd9237359', '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'0639ea8675f44f1bab72e1097507f733', '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'e74c007b-73f4-4aa3-aa86-948a7c0551ca', 'swap': 0}) 2018-08-20 16:36:17,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:36:17,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca/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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" -d '{"extra_specs": {}}' 2018-08-20 16:36:17,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36: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-68387283-d95e-4712-82fa-965f9ca32ef2 x-compute-request-id: req-68387283-d95e-4712-82fa-965f9ca32ef2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:36:17,776 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca/os-extra_specs used request id req-68387283-d95e-4712-82fa-965f9ca32ef2 2018-08-20 16:36:17,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0223369598389s 2018-08-20 16:36:17,776 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca/os-extra_specs used request id req-68387283-d95e-4712-82fa-965f9ca32ef2 2018-08-20 16:36:17,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 16:36:17,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"keypair": {"name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359"}}' 2018-08-20 16:36:18,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab5e9756-43a8-48c8-940e-f7e468a2e25f x-compute-request-id: req-ab5e9756-43a8-48c8-940e-f7e468a2e25f Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKj/h91jb/o52JU2po6T88+AzCTnjkyH7D4v6HpMCcna/EGTiktL9kQuvH96gup/ii9VtequmgqM1BvRhwR53u/5ZN6lZUO0iwETZpHIrOJl8+kUVVotsUM0dyAul0/Np1iidQQkTYkSS9PaiyZhGjmbL4uCpR3kUoQSFrdlzqKxOTmnygy+q173DgBDsDcz30umMj5AcEYd+/2NHnW9yBq0BW1jWBfeVgb3YDzDCC6pr0rusfGEl5iMQ+v7WvyrOvKX0iymWrPmX8Hpcx9kx/a5EFbqpB0d743tYmzGIVKNPdHDEX0+O+GHDlgtpk12I6+mO50RTLSk3gN3yhk8tb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyo/4fdY2/6OdiVNqaOk/PPgMwk545Mh+w+L+h6TAnJ2vxBk4\npLS/ZELrx/eoLqf4ovVbXqrpoKjNQb0YcEed7v+WTepWVDtIsBE2aRyKziZfPpFF\nVaLbFDNHcgLpdPzadYonUEJE2JEkvT2osmYRo5my+LgqUd5FKEEha3Zc6isTk5p8\noMvqte9w4AQ7A3M99LpjI+QHBGHfv9jR51vcgatAVtY1gX3lYG92A8wwguqa9K7r\nHxhJeYjEPr+1r8qzryl9Isplqz5l/B6XMfZMf2uRBW6qQdHe+N7WJsxiFSjT3Rwx\nF9Pjvhhw5YLaZNdiOvpjudEUy0pN4Dd8oZPLWwIDAQABAoIBAG53LTCSzdODyrnF\nP9aOvOnm7C5a1RsPK/JvrBcVBeVjKSNsDbPkzitDQ4n9yT4IZFOaMoXh9x6ib61W\nDinNJJfd0n4TOZkd63n5KQ8RfbEGxBI+7uzQr2DIxkGqzN37trc67E2clib0oHCD\nW6hOeXgarbtt08ZpzJUzT6JnHiyk8AXRYipeu5rka2h24C30ydJVX6saTg2EUkFt\nSDeYt/PiXhc4H//SyQ4WswtLei9mXt+ZYDjIPRnch9GttBbfatU25u939v1Um+oe\nGL3TnFnGYCnUewxwVGR+hFDP6dZUF3DKsnce8kCYt3w8NtM+ObEqLF/hdXZTTPQb\nEfTLRyECgYEA9znrOPV0kETzukNdxM7gmJkTOpyW8PZx45sOlwIOIY5tzIe4+0LB\n2Fn2A7DHsqhWGV5z06a9bVg8HozbSlISp6ccaaZhW2CDUrR0Ls8jHrfv9UJ+de7K\nsMSYzGanjruchTlH9v2ZSS/4slV7Jy1E0fOG35GsTQt8jV92L+wqQp8CgYEA0cBG\nbdiL8WwkGGSI1ORmPObC2Y/aju+UIVltA++j3AnFpZgAcEDVt1n3XHpHz84G3b6D\nS173bRdJ087KZCujzpHaDAUHJkZoQ5EOWhbsxw3cF6YGQni1hKO04mrC2PpiD/kb\n3FeXDUdOIV/XMzTmgWJ/xJuRIVChhPg7KvVTGcUCgYA9EPVlMFwGdsGtNI6o2mDn\n0IfLZnpyMq2XBunnqv5Kk5/TcYLjrW2sPyxhZP0uyB3cTlRV503LAIx5D1nrVbJ9\n7u05u3s40vIdL62zEj8ei1ieQDp0bvNqDmWft4uT2gujbK6195YxWcQYaLzuxGPH\naFvcRWNF9JxjXz0WQUN/CQKBgFzENiH06QfQdTJYnG/TyCfdQ4YnallXOmN5go6A\nGS+DHuf7Dw6Wji72WkGLT2Fn1H+T98uI59NWvm8wATFGX79HoHE6dAwIjap8aCWO\nCBCNX68R3ajebCGKqcCNyTlfm6lG2nycPJFB3RtDoRDjr6K/ppSU3R4n5BfEFZ8N\nO0ClAoGBAKcRKp0Z9viRtEKLMCuykAKUxqqA0OBDiG1PZfPkWvvNmrJZBS+KZ2cv\ngCtLCzcMxqs/OlD7KUI+i4s2ZL9b7rds4w3osswj28MhDHbC8nciha1S5JVPGOcH\nJ+25VnHAgXfuJrgdpHRVbwOKZcfSfW6nOJT9hWK0aAkfy9JKUe+k\n-----END RSA PRIVATE KEY-----\n", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "fingerprint": "6a:0e:09:72:67:91:64:ef:1f:10:2f:4b:bb:f0:b3:5d"}} 2018-08-20 16:36:18,405 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-ab5e9756-43a8-48c8-940e-f7e468a2e25f 2018-08-20 16:36:18,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.627835988998s 2018-08-20 16:36:18,405 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-ab5e9756-43a8-48c8-940e-f7e468a2e25f 2018-08-20 16:36:18,406 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKj/h91jb/o52JU2po6T88+AzCTnjkyH7D4v6HpMCcna/EGTiktL9kQuvH96gup/ii9VtequmgqM1BvRhwR53u/5ZN6lZUO0iwETZpHIrOJl8+kUVVotsUM0dyAul0/Np1iidQQkTYkSS9PaiyZhGjmbL4uCpR3kUoQSFrdlzqKxOTmnygy+q173DgBDsDcz30umMj5AcEYd+/2NHnW9yBq0BW1jWBfeVgb3YDzDCC6pr0rusfGEl5iMQ+v7WvyrOvKX0iymWrPmX8Hpcx9kx/a5EFbqpB0d743tYmzGIVKNPdHDEX0+O+GHDlgtpk12I6+mO50RTLSk3gN3yhk8tb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyo/4fdY2/6OdiVNqaOk/PPgMwk545Mh+w+L+h6TAnJ2vxBk4\npLS/ZELrx/eoLqf4ovVbXqrpoKjNQb0YcEed7v+WTepWVDtIsBE2aRyKziZfPpFF\nVaLbFDNHcgLpdPzadYonUEJE2JEkvT2osmYRo5my+LgqUd5FKEEha3Zc6isTk5p8\noMvqte9w4AQ7A3M99LpjI+QHBGHfv9jR51vcgatAVtY1gX3lYG92A8wwguqa9K7r\nHxhJeYjEPr+1r8qzryl9Isplqz5l/B6XMfZMf2uRBW6qQdHe+N7WJsxiFSjT3Rwx\nF9Pjvhhw5YLaZNdiOvpjudEUy0pN4Dd8oZPLWwIDAQABAoIBAG53LTCSzdODyrnF\nP9aOvOnm7C5a1RsPK/JvrBcVBeVjKSNsDbPkzitDQ4n9yT4IZFOaMoXh9x6ib61W\nDinNJJfd0n4TOZkd63n5KQ8RfbEGxBI+7uzQr2DIxkGqzN37trc67E2clib0oHCD\nW6hOeXgarbtt08ZpzJUzT6JnHiyk8AXRYipeu5rka2h24C30ydJVX6saTg2EUkFt\nSDeYt/PiXhc4H//SyQ4WswtLei9mXt+ZYDjIPRnch9GttBbfatU25u939v1Um+oe\nGL3TnFnGYCnUewxwVGR+hFDP6dZUF3DKsnce8kCYt3w8NtM+ObEqLF/hdXZTTPQb\nEfTLRyECgYEA9znrOPV0kETzukNdxM7gmJkTOpyW8PZx45sOlwIOIY5tzIe4+0LB\n2Fn2A7DHsqhWGV5z06a9bVg8HozbSlISp6ccaaZhW2CDUrR0Ls8jHrfv9UJ+de7K\nsMSYzGanjruchTlH9v2ZSS/4slV7Jy1E0fOG35GsTQt8jV92L+wqQp8CgYEA0cBG\nbdiL8WwkGGSI1ORmPObC2Y/aju+UIVltA++j3AnFpZgAcEDVt1n3XHpHz84G3b6D\nS173bRdJ087KZCujzpHaDAUHJkZoQ5EOWhbsxw3cF6YGQni1hKO04mrC2PpiD/kb\n3FeXDUdOIV/XMzTmgWJ/xJuRIVChhPg7KvVTGcUCgYA9EPVlMFwGdsGtNI6o2mDn\n0IfLZnpyMq2XBunnqv5Kk5/TcYLjrW2sPyxhZP0uyB3cTlRV503LAIx5D1nrVbJ9\n7u05u3s40vIdL62zEj8ei1ieQDp0bvNqDmWft4uT2gujbK6195YxWcQYaLzuxGPH\naFvcRWNF9JxjXz0WQUN/CQKBgFzENiH06QfQdTJYnG/TyCfdQ4YnallXOmN5go6A\nGS+DHuf7Dw6Wji72WkGLT2Fn1H+T98uI59NWvm8wATFGX79HoHE6dAwIjap8aCWO\nCBCNX68R3ajebCGKqcCNyTlfm6lG2nycPJFB3RtDoRDjr6K/ppSU3R4n5BfEFZ8N\nO0ClAoGBAKcRKp0Z9viRtEKLMCuykAKUxqqA0OBDiG1PZfPkWvvNmrJZBS+KZ2cv\ngCtLCzcMxqs/OlD7KUI+i4s2ZL9b7rds4w3osswj28MhDHbC8nciha1S5JVPGOcH\nJ+25VnHAgXfuJrgdpHRVbwOKZcfSfW6nOJT9hWK0aAkfy9JKUe+k\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'391f8813da7e4fc18f80374a7189bdf0', 'name': u'cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359', 'created_at': '2018-08-20T16:36:18.406219', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c817e15a34e490aa249741cfe45f312', 'name': 'cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6a:0e:09:72:67:91:64:ef:1f:10:2f:4b:bb:f0:b3:5d', 'type': 'ssh', 'id': u'cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359'}) 2018-08-20 16:36:18,406 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAyo/4fdY2/6OdiVNqaOk/PPgMwk545Mh+w+L+h6TAnJ2vxBk4 pLS/ZELrx/eoLqf4ovVbXqrpoKjNQb0YcEed7v+WTepWVDtIsBE2aRyKziZfPpFF VaLbFDNHcgLpdPzadYonUEJE2JEkvT2osmYRo5my+LgqUd5FKEEha3Zc6isTk5p8 oMvqte9w4AQ7A3M99LpjI+QHBGHfv9jR51vcgatAVtY1gX3lYG92A8wwguqa9K7r HxhJeYjEPr+1r8qzryl9Isplqz5l/B6XMfZMf2uRBW6qQdHe+N7WJsxiFSjT3Rwx F9Pjvhhw5YLaZNdiOvpjudEUy0pN4Dd8oZPLWwIDAQABAoIBAG53LTCSzdODyrnF P9aOvOnm7C5a1RsPK/JvrBcVBeVjKSNsDbPkzitDQ4n9yT4IZFOaMoXh9x6ib61W DinNJJfd0n4TOZkd63n5KQ8RfbEGxBI+7uzQr2DIxkGqzN37trc67E2clib0oHCD W6hOeXgarbtt08ZpzJUzT6JnHiyk8AXRYipeu5rka2h24C30ydJVX6saTg2EUkFt SDeYt/PiXhc4H//SyQ4WswtLei9mXt+ZYDjIPRnch9GttBbfatU25u939v1Um+oe GL3TnFnGYCnUewxwVGR+hFDP6dZUF3DKsnce8kCYt3w8NtM+ObEqLF/hdXZTTPQb EfTLRyECgYEA9znrOPV0kETzukNdxM7gmJkTOpyW8PZx45sOlwIOIY5tzIe4+0LB 2Fn2A7DHsqhWGV5z06a9bVg8HozbSlISp6ccaaZhW2CDUrR0Ls8jHrfv9UJ+de7K sMSYzGanjruchTlH9v2ZSS/4slV7Jy1E0fOG35GsTQt8jV92L+wqQp8CgYEA0cBG bdiL8WwkGGSI1ORmPObC2Y/aju+UIVltA++j3AnFpZgAcEDVt1n3XHpHz84G3b6D S173bRdJ087KZCujzpHaDAUHJkZoQ5EOWhbsxw3cF6YGQni1hKO04mrC2PpiD/kb 3FeXDUdOIV/XMzTmgWJ/xJuRIVChhPg7KvVTGcUCgYA9EPVlMFwGdsGtNI6o2mDn 0IfLZnpyMq2XBunnqv5Kk5/TcYLjrW2sPyxhZP0uyB3cTlRV503LAIx5D1nrVbJ9 7u05u3s40vIdL62zEj8ei1ieQDp0bvNqDmWft4uT2gujbK6195YxWcQYaLzuxGPH aFvcRWNF9JxjXz0WQUN/CQKBgFzENiH06QfQdTJYnG/TyCfdQ4YnallXOmN5go6A GS+DHuf7Dw6Wji72WkGLT2Fn1H+T98uI59NWvm8wATFGX79HoHE6dAwIjap8aCWO CBCNX68R3ajebCGKqcCNyTlfm6lG2nycPJFB3RtDoRDjr6K/ppSU3R4n5BfEFZ8N O0ClAoGBAKcRKp0Z9viRtEKLMCuykAKUxqqA0OBDiG1PZfPkWvvNmrJZBS+KZ2cv gCtLCzcMxqs/OlD7KUI+i4s2ZL9b7rds4w3osswj28MhDHbC8nciha1S5JVPGOcH J+25VnHAgXfuJrgdpHRVbwOKZcfSfW6nOJT9hWK0aAkfy9JKUe+k -----END RSA PRIVATE KEY----- 2018-08-20 16:36:18,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 16:36:18,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"security_group": {"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-20 16:36:18,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-1a519140-23f6-4f9a-9c74-75a30a232498 Date: Mon, 20 Aug 2018 16:36:19 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:19Z", "updated_at": "2018-08-20T16:36:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:19Z", "revision_number": 0, "id": "8062569b-94ca-4505-b8ac-3eb63e996e1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:19Z", "revision_number": 0, "id": "ff8ef826-f4de-441b-8e26-32726386050b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}} 2018-08-20 16:36:18,914 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1a519140-23f6-4f9a-9c74-75a30a232498 2018-08-20 16:36:18,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.504587888718s 2018-08-20 16:36:18,914 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1a519140-23f6-4f9a-9c74-75a30a232498 2018-08-20 16:36:18,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:36:18,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:19,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-0ac7f876-6265-48fd-9c45-4ea122b7eb66 Date: Mon, 20 Aug 2018 16:36:19 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:19Z", "updated_at": "2018-08-20T16:36:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:19Z", "revision_number": 0, "id": "8062569b-94ca-4505-b8ac-3eb63e996e1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:19Z", "revision_number": 0, "id": "ff8ef826-f4de-441b-8e26-32726386050b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}]} 2018-08-20 16:36:19,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0ac7f876-6265-48fd-9c45-4ea122b7eb66 2018-08-20 16:36:19,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.325607061386s 2018-08-20 16:36:19,245 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0ac7f876-6265-48fd-9c45-4ea122b7eb66 2018-08-20 16:36:19,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 16:36:19,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -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": "40dcf47a-7334-4cd4-b3bd-cf794275ad94"}}' 2018-08-20 16:36:19,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f5245061-3ab7-4fa9-8dc0-35fc22578f81 Date: Mon, 20 Aug 2018 16:36:19 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "port_range_min": 22, "revision_number": 0, "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:19Z", "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "d82ccb8f-4e0a-4953-b80e-c5824ceac6a1"}} 2018-08-20 16:36:19,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-f5245061-3ab7-4fa9-8dc0-35fc22578f81 2018-08-20 16:36:19,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.425799846649s 2018-08-20 16:36:19,675 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-f5245061-3ab7-4fa9-8dc0-35fc22578f81 2018-08-20 16:36:19,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:36:19,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:20,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-74c945ce-6f79-42a4-b439-fcdedd068b2c Date: Mon, 20 Aug 2018 16:36:20 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:19Z", "updated_at": "2018-08-20T16:36:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:19Z", "revision_number": 0, "id": "8062569b-94ca-4505-b8ac-3eb63e996e1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T16:36:19Z", "revision_number": 0, "id": "d82ccb8f-4e0a-4953-b80e-c5824ceac6a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:19Z", "revision_number": 0, "id": "ff8ef826-f4de-441b-8e26-32726386050b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 2, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}]} 2018-08-20 16:36:20,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-74c945ce-6f79-42a4-b439-fcdedd068b2c 2018-08-20 16:36:20,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.422309875488s 2018-08-20 16:36:20,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-74c945ce-6f79-42a4-b439-fcdedd068b2c 2018-08-20 16:36:20,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 16:36:20,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -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": "40dcf47a-7334-4cd4-b3bd-cf794275ad94"}}' 2018-08-20 16:36:20,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c8c3a68a-ed8c-4acd-9fa4-aeb0e0a550ff Date: Mon, 20 Aug 2018 16:36:20 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:36:20Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "port_range_min": null, "revision_number": 0, "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:20Z", "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "ecfa5765-7774-42cb-be51-a01bb079fea9"}} 2018-08-20 16:36:20,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c8c3a68a-ed8c-4acd-9fa4-aeb0e0a550ff 2018-08-20 16:36:20,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.174444198608s 2018-08-20 16:36:20,279 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c8c3a68a-ed8c-4acd-9fa4-aeb0e0a550ff 2018-08-20 16:36:20,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:36:20,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:20,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-7a4a8980-485a-4599-851e-79e1c1dd5827 Date: Mon, 20 Aug 2018 16:36: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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0af43080-cb3c-4b45-8a31-3c750b49c52d"],"updated_at":"2018-08-20T16:36:11Z","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c817e15a34e490aa249741cfe45f312","id":"c837ec24-181d-4020-b200-ea2be5375899","name":"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359"}]} 2018-08-20 16:36:20,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7a4a8980-485a-4599-851e-79e1c1dd5827 2018-08-20 16:36:20,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.341161966324s 2018-08-20 16:36:20,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7a4a8980-485a-4599-851e-79e1c1dd5827 2018-08-20 16:36:20,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:36:20,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:21,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-18f011d4-e880-4d46-ae6b-563a1f7a9234 Date: Mon, 20 Aug 2018 16:36:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:36:17Z", "file": "/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0/file", "owner": "2c817e15a34e490aa249741cfe45f312", "id": "51906581-bd07-40bb-9aef-bac97950c2c0", "size": 12716032, "self": "/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/51906581-bd07-40bb-9aef-bac97950c2c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/51906581-bd07-40bb-9aef-bac97950c2c0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:36:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:36:21,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-18f011d4-e880-4d46-ae6b-563a1f7a9234 2018-08-20 16:36:21,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.386752843857s 2018-08-20 16:36:21,014 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-18f011d4-e880-4d46-ae6b-563a1f7a9234 2018-08-20 16:36:21,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:36:21,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:21,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36: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-0aad5434-7108-41a9-ae0e-6ecef6408fb8 x-compute-request-id: req-0aad5434-7108-41a9-ae0e-6ecef6408fb8 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_4244d23d-ea91-4b96-b351-930cd9237359", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "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": "e74c007b-73f4-4aa3-aa86-948a7c0551ca"}]} 2018-08-20 16:36:21,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-0aad5434-7108-41a9-ae0e-6ecef6408fb8 2018-08-20 16:36:21,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.026927947998s 2018-08-20 16:36:21,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-0aad5434-7108-41a9-ae0e-6ecef6408fb8 2018-08-20 16:36:21,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 16:36:21,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"server": {"name": "cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359", "imageRef": "51906581-bd07-40bb-9aef-bac97950c2c0", "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "flavorRef": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c837ec24-181d-4020-b200-ea2be5375899"}], "security_groups": [{"name": "40dcf47a-7334-4cd4-b3bd-cf794275ad94"}]}}' 2018-08-20 16:36:25,937 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0cd5687f-f815-47d3-947d-c359109c3ab6 x-compute-request-id: req-0cd5687f-f815-47d3-947d-c359109c3ab6 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "40dcf47a-7334-4cd4-b3bd-cf794275ad94"}], "OS-DCF:diskConfig": "MANUAL", "id": "4896b286-d62f-410d-825a-3ef8874ed724", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "bookmark"}], "adminPass": "FRJf9bDz6m76"}} 2018-08-20 16:36:25,937 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0cd5687f-f815-47d3-947d-c359109c3ab6 2018-08-20 16:36:25,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.8926410675s 2018-08-20 16:36:25,937 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0cd5687f-f815-47d3-947d-c359109c3ab6 2018-08-20 16:36:25,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:36:25,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:27,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36: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-2a35797c-bcb5-4529-9a13-4c1c95843969 x-compute-request-id: req-2a35797c-bcb5-4529-9a13-4c1c95843969 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "4896b286-d62f-410d-825a-3ef8874ed724", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:36:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:25Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:36:27,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2a35797c-bcb5-4529-9a13-4c1c95843969 2018-08-20 16:36:27,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09693002701s 2018-08-20 16:36:27,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2a35797c-bcb5-4529-9a13-4c1c95843969 2018-08-20 16:36:27,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:36:27,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:27,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-a4d09333-5bde-4da5-b5fc-5f27e74bd218 Date: Mon, 20 Aug 2018 16:36:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0af43080-cb3c-4b45-8a31-3c750b49c52d"],"updated_at":"2018-08-20T16:36:11Z","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c817e15a34e490aa249741cfe45f312","id":"c837ec24-181d-4020-b200-ea2be5375899","name":"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359"}]} 2018-08-20 16:36:27,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a4d09333-5bde-4da5-b5fc-5f27e74bd218 2018-08-20 16:36:27,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.529129981995s 2018-08-20 16:36:27,572 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a4d09333-5bde-4da5-b5fc-5f27e74bd218 2018-08-20 16:36:27,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:36:27,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:27,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e591c866-83b3-48a4-800d-0fc7f9646c84 Date: Mon, 20 Aug 2018 16:36:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c837ec24-181d-4020-b200-ea2be5375899","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:36:11Z","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":"2c817e15a34e490aa249741cfe45f312","id":"0af43080-cb3c-4b45-8a31-3c750b49c52d","subnetpool_id":null,"name":"cinder_test-subnet_4244d23d-ea91-4b96-b351-930cd9237359"}]} 2018-08-20 16:36:27,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e591c866-83b3-48a4-800d-0fc7f9646c84 2018-08-20 16:36:27,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0442907810211s 2018-08-20 16:36:27,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e591c866-83b3-48a4-800d-0fc7f9646c84 2018-08-20 16:36:27,618 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:36:29,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:36:29,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:30,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36: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-73b59ab7-7959-41b1-8652-f28b547a2db9 x-compute-request-id: req-73b59ab7-7959-41b1-8652-f28b547a2db9 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "4896b286-d62f-410d-825a-3ef8874ed724", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:36:28Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:25Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:36:30,586 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-73b59ab7-7959-41b1-8652-f28b547a2db9 2018-08-20 16:36:30,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.96572804451s 2018-08-20 16:36:30,586 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-73b59ab7-7959-41b1-8652-f28b547a2db9 2018-08-20 16:36:30,590 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:36:32,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:36:32,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:33,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36: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-69a518ff-b115-4773-b071-59fb52abc7d3 x-compute-request-id: req-69a518ff-b115-4773-b071-59fb52abc7d3 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "4896b286-d62f-410d-825a-3ef8874ed724", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:36:28Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:25Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:36:33,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-69a518ff-b115-4773-b071-59fb52abc7d3 2018-08-20 16:36:33,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.774069070816s 2018-08-20 16:36:33,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-69a518ff-b115-4773-b071-59fb52abc7d3 2018-08-20 16:36:33,371 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:36:35,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:36:35,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:36,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36: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-a89b2077-730b-4995-8cda-a8d744d56fd6 x-compute-request-id: req-a89b2077-730b-4995-8cda-a8d744d56fd6 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:36:34.000000", "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "4896b286-d62f-410d-825a-3ef8874ed724", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:36:34Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:25Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:36:36,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a89b2077-730b-4995-8cda-a8d744d56fd6 2018-08-20 16:36:36,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.54724192619s 2018-08-20 16:36:36,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a89b2077-730b-4995-8cda-a8d744d56fd6 2018-08-20 16:36:36,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:36:36,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=4896b286-d62f-410d-825a-3ef8874ed724" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:36,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-97372d2f-95f8-4a9b-8289-5b165bbfb426 Date: Mon, 20 Aug 2018 16:36:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c837ec24-181d-4020-b200-ea2be5375899","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:29Z","admin_state_up":true,"updated_at":"2018-08-20T16:36:34Z","binding:vnic_type":"normal","device_id":"4896b286-d62f-410d-825a-3ef8874ed724","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:54:99:68","id":"1a8713ee-e995-4b46-8ced-198f8a660135","port_security_enabled":true,"project_id":"2c817e15a34e490aa249741cfe45f312","fixed_ips":[{"subnet_id":"0af43080-cb3c-4b45-8a31-3c750b49c52d","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["40dcf47a-7334-4cd4-b3bd-cf794275ad94"],"name":""}]} 2018-08-20 16:36:36,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=4896b286-d62f-410d-825a-3ef8874ed724 used request id req-97372d2f-95f8-4a9b-8289-5b165bbfb426 2018-08-20 16:36:36,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0529220104218s 2018-08-20 16:36:36,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=4896b286-d62f-410d-825a-3ef8874ed724 used request id req-97372d2f-95f8-4a9b-8289-5b165bbfb426 2018-08-20 16:36:36,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:36:36,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=1a8713ee-e995-4b46-8ced-198f8a660135" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:37,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-67cdb76c-8249-4f50-a46c-940c034a09c6 Date: Mon, 20 Aug 2018 16:36:37 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:36:37,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=1a8713ee-e995-4b46-8ced-198f8a660135 used request id req-67cdb76c-8249-4f50-a46c-940c034a09c6 2018-08-20 16:36:37,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.313503980637s 2018-08-20 16:36:37,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=1a8713ee-e995-4b46-8ced-198f8a660135 used request id req-67cdb76c-8249-4f50-a46c-940c034a09c6 2018-08-20 16:36:37,299 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:54:99:68', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'51906581-bd07-40bb-9aef-bac97950c2c0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:36:34.000000', 'flavor': Munch({u'id': u'e74c007b-73f4-4aa3-aa86-948a7c0551ca'}), 'az': u'nova', 'id': u'4896b286-d62f-410d-825a-3ef8874ed724', 'security_groups': [Munch({u'name': u'cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'391f8813da7e4fc18f80374a7189bdf0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c817e15a34e490aa249741cfe45f312', 'name': 'cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-20T16:36:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T16:36:34Z', 'hostId': u'c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:36:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2c817e15a34e490aa249741cfe45f312', 'name': u'cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359', 'adminPass': u'FRJf9bDz6m76', 'tenant_id': u'2c817e15a34e490aa249741cfe45f312', 'created_at': u'2018-08-20T16:36:25Z', 'created': u'2018-08-20T16:36:25Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 16:36:37,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:36:37,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:37,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-2d73a9fc-abb8-4bb9-a2d5-7319b3896a91 Date: Mon, 20 Aug 2018 16:36:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0af43080-cb3c-4b45-8a31-3c750b49c52d"],"updated_at":"2018-08-20T16:36:11Z","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c817e15a34e490aa249741cfe45f312","id":"c837ec24-181d-4020-b200-ea2be5375899","name":"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359"}]} 2018-08-20 16:36:37,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2d73a9fc-abb8-4bb9-a2d5-7319b3896a91 2018-08-20 16:36:37,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0912320613861s 2018-08-20 16:36:37,393 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2d73a9fc-abb8-4bb9-a2d5-7319b3896a91 2018-08-20 16:36:37,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:36:37,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=4896b286-d62f-410d-825a-3ef8874ed724" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:37,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7dc57f65-91a8-4507-af48-10ba57e43083 Date: Mon, 20 Aug 2018 16:36:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c837ec24-181d-4020-b200-ea2be5375899","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:29Z","admin_state_up":true,"updated_at":"2018-08-20T16:36:34Z","binding:vnic_type":"normal","device_id":"4896b286-d62f-410d-825a-3ef8874ed724","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:54:99:68","id":"1a8713ee-e995-4b46-8ced-198f8a660135","port_security_enabled":true,"project_id":"2c817e15a34e490aa249741cfe45f312","fixed_ips":[{"subnet_id":"0af43080-cb3c-4b45-8a31-3c750b49c52d","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["40dcf47a-7334-4cd4-b3bd-cf794275ad94"],"name":""}]} 2018-08-20 16:36:37,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=4896b286-d62f-410d-825a-3ef8874ed724 used request id req-7dc57f65-91a8-4507-af48-10ba57e43083 2018-08-20 16:36:37,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.554115056992s 2018-08-20 16:36:37,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=4896b286-d62f-410d-825a-3ef8874ed724 used request id req-7dc57f65-91a8-4507-af48-10ba57e43083 2018-08-20 16:36:37,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 16:36:37,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.10", "port_id": "1a8713ee-e995-4b46-8ced-198f8a660135"}}' 2018-08-20 16:36:39,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-2e696940-64e8-4241-820e-644ac1cadc38 Date: Mon, 20 Aug 2018 16:36:40 GMT RESP BODY: {"floatingip": {"router_id": "ad8965d3-857b-498e-9773-c1613ae76559", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:36:39Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "1a8713ee-e995-4b46-8ced-198f8a660135", "id": "f43957f9-7bbf-4cbb-a3ef-025efb1ae0c1", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:39Z", "project_id": "2c817e15a34e490aa249741cfe45f312"}} 2018-08-20 16:36:39,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2e696940-64e8-4241-820e-644ac1cadc38 2018-08-20 16:36:39,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.92624807358s 2018-08-20 16:36:39,876 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2e696940-64e8-4241-820e-644ac1cadc38 2018-08-20 16:36:39,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:36:39,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:40,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-07f4648a-aeba-47ab-bdf7-f770847c0da0 Date: Mon, 20 Aug 2018 16:36:40 GMT RESP BODY: {"floatingips": [{"router_id": "ad8965d3-857b-498e-9773-c1613ae76559", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:36:39Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "1a8713ee-e995-4b46-8ced-198f8a660135", "id": "f43957f9-7bbf-4cbb-a3ef-025efb1ae0c1", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:39Z", "project_id": "2c817e15a34e490aa249741cfe45f312"}]} 2018-08-20 16:36:40,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-07f4648a-aeba-47ab-bdf7-f770847c0da0 2018-08-20 16:36:40,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.332696914673s 2018-08-20 16:36:40,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-07f4648a-aeba-47ab-bdf7-f770847c0da0 2018-08-20 16:36:40,221 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ad8965d3-857b-498e-9773-c1613ae76559', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2c817e15a34e490aa249741cfe45f312', 'created_at': u'2018-08-20T16:36:39Z', 'attached': True, 'updated_at': u'2018-08-20T16:36:39Z', 'id': u'f43957f9-7bbf-4cbb-a3ef-025efb1ae0c1', 'floating_network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c817e15a34e490aa249741cfe45f312', 'name': 'cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ad8965d3-857b-498e-9773-c1613ae76559', 'project_id': u'2c817e15a34e490aa249741cfe45f312', 'port_id': u'1a8713ee-e995-4b46-8ced-198f8a660135', 'port': u'1a8713ee-e995-4b46-8ced-198f8a660135', 'network': u'51eccb3f-6587-4786-9b87-639d59173f56'}) 2018-08-20 16:36:40,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 16:36:40,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 16:36:40,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36: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-3563b4d4-81b0-454e-8f4d-57c824b1e5ca x-compute-request-id: req-3563b4d4-81b0-454e-8f4d-57c824b1e5ca Content-Encoding: gzip Content-Length: 9595 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 531735090 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.234082] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.237014] pid_max: default: 32768 minimum: 301\n[ 0.238589] ACPI: Core revision 20150930\n[ 0.240918] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.243193] Security Framework initialized\n[ 0.244638] Yama: becoming mindful.\n[ 0.245917] AppArmor: AppArmor initialized\n[ 0.247409] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.249699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.251913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.254017] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.256423] Initializing cgroup subsys io\n[ 0.257858] Initializing cgroup subsys memory\n[ 0.259366] Initializing cgroup subsys devices\n[ 0.260911] Initializing cgroup subsys freezer\n[ 0.262435] Initializing cgroup subsys net_cls\n[ 0.263951] Initializing cgroup subsys perf_event\n[ 0.265554] Initializing cgroup subsys net_prio\n[ 0.267105] Initializing cgroup subsys hugetlb\n[ 0.268638] Initializing cgroup subsys pids\n[ 0.270145] CPU: Physical Processor ID: 0\n[ 0.272255] mce: CPU supports 10 MCE banks\n[ 0.273730] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.275484] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.291916] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.299996] ftrace: allocating 31920 entries in 125 pages\n[ 0.329879] smpboot: Max logical packages: 1\n[ 0.331376] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.333767] x2apic enabled\n[ 0.335181] Switched APIC routing to physical x2apic.\n[ 0.338181] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.340117] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.343574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.346688] KVM setup paravirtual spinlock\n[ 0.348724] x86: Booted up 1 node, 1 CPUs\n[ 0.350141] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.352525] devtmpfs: initialized\n[ 0.355127] evm: security.selinux\n[ 0.356341] evm: security.SMACK64\n[ 0.357552] evm: security.SMACK64EXEC\n[ 0.358853] evm: security.SMACK64TRANSMUTE\n[ 0.360269] evm: security.SMACK64MMAP\n[ 0.361566] evm: security.ima\n[ 0.362688] evm: security.capability\n[ 0.364057] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.367266] pinctrl core: initialized pinctrl subsystem\n[ 0.369144] RTC time: 16:36:34, date: 08/20/18\n[ 0.370773] NET: Registered protocol family 16\n[ 0.372448] cpuidle: using governor ladder\n[ 0.373881] cpuidle: using governor menu\n[ 0.375260] PCCT header not found.\n[ 0.376558] ACPI: bus type PCI registered\n[ 0.377946] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.380086] PCI: Using configuration type 1 for base access\n[ 0.382957] ACPI: Added _OSI(Module Device)\n[ 0.384425] ACPI: Added _OSI(Processor Device)\n[ 0.385933] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.387508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.390405] ACPI: Interpreter enabled\n[ 0.391728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.394934] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.398140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.401348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.404550] ACPI: (supports S0 S5)\n[ 0.405781] ACPI: Using IOAPIC for interrupt routing\n[ 0.407439] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.412640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.414618] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.416757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.418825] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.422649] acpiphp: Slot [3] registered\n[ 0.424042] acpiphp: Slot [4] registered\n[ 0.425436] acpiphp: Slot [5] registered\n[ 0.426828] acpiphp: Slot [6] registered\n[ 0.428216] acpiphp: Slot [7] registered\n[ 0.429602] acpiphp: Slot [8] registered\n[ 0.430994] acpiphp: Slot [9] registered\n[ 0.432388] acpiphp: Slot [10] registered\n[ 0.433802] acpiphp: Slot [11] registered\n[ 0.435221] acpiphp: Slot [12] registered\n[ 0.436645] acpiphp: Slot [13] registered\n[ 0.438052] acpiphp: Slot [14] registered\n[ 0.439467] acpiphp: Slot [15] registered\n[ 0.457805] acpiphp: Slot [16] registered\n[ 0.459226] acpiphp: Slot [17] registered\n[ 0.460633] acpiphp: Slot [18] registered\n[ 0.462041] acpiphp: Slot [19] registered\n[ 0.463454] acpiphp: Slot [20] registered\n[ 0.464861] acpiphp: Slot [21] registered\n[ 0.466275] acpiphp: Slot [22] registered\n[ 0.467679] acpiphp: Slot [23] registered\n[ 0.469082] acpiphp: Slot [24] registered\n[ 0.470487] acpiphp: Slot [25] registered\n[ 0.471891] acpiphp: Slot [26] registered\n[ 0.473299] acpiphp: Slot [27] registered\n[ 0.474710] acpiphp: Slot [28] registered\n[ 0.476124] acpiphp: Slot [29] registered\n[ 0.477530] acpiphp: Slot [30] registered\n[ 0.478945] acpiphp: Slot [31] registered\n[ 0.480351] PCI host bridge to bus 0000:00\n[ 0.481755] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.483849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.485947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.488478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.491017] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.493601] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.498785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.501004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.503050] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.505262] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.510229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.512728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.546533] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.549301] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.551764] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.554388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.556803] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.559004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.561410] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.563288] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.566044] vgaarb: loaded\n[ 0.567113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.569344] SCSI subsystem initialized\n[ 0.571021] ACPI: bus type USB registered\n[ 0.572493] usbcore: registered new interface driver usbfs\n[ 0.574315] usbcore: registered new interface driver hub\n[ 0.576090] usbcore: registered new device driver usb\n[ 0.578053] PCI: Using ACPI for IRQ routing\n[ 0.580068] NetLabel: Initializing\n[ 0.581340] NetLabel: domain hash size = 128\n[ 0.582861] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.584570] NetLabel: unlabeled traffic allowed by default\n[ 0.586684] clocksource: Switched to clocksource kvm-clock\n[ 0.599983] AppArmor: AppArmor Filesystem Enabled\n[ 0.601674] pnp: PnP ACPI init\n[ 0.603288] pnp: PnP ACPI: found 5 devices\n[ 0.610916] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.613981] NET: Registered protocol family 2\n[ 0.615866] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.618164] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.620303] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.622450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.624387] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.626481] NET: Registered protocol family 1\n[ 0.628034] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.629978] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.631886] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.655193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.678633] Trying to unpack rootfs image as initramfs...\n[ 0.743778] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.746034] Scanning for low memory corruption every 60 seconds\n[ 0.747906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.749505] audit: initializing netlink subsys (disabled)\n[ 0.750959] audit: type=2000 audit(1534782995.207:1): initialized\n[ 0.752780] Initialise system trusted keyring\n[ 0.754074] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.755674] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.758335] zbud: loaded\n[ 0.759322] VFS: Disk quotas dquot_6.6.0\n[ 0.760457] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.762566] fuse init (API version 7.23)\n[ 0.763810] Key type big_key registered\n[ 0.764913] Allocating IMA MOK and blacklist keyrings.\n[ 0.766574] Key type asymmetric registered\n[ 0.767718] Asymmetric key parser 'x509' registered\n[ 0.769040] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.771121] io scheduler noop registered\n[ 0.772205] io scheduler deadline registered (default)\n[ 0.773566] io scheduler cfq registered\n[ 0.774754] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.776187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.777904] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.779908] ACPI: Power Button [PWRF]\n[ 0.781061] GHES: HEST is not enabled!\n[ 0.795056] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.824184] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.827029] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.850721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.853713] Linux agpgart interface v0.103\n[ 0.857033] brd: module loaded\n[ 0.859265] loop: module loaded\n[ 0.863916] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.865919] GPT:90111 != 2097151\n[ 0.866860] GPT:Alternate GPT header not at the end of the disk.\n[ 0.868343] GPT:90111 != 2097151\n[ 0.869269] GPT: Use GNU Parted to correct GPT errors.\n[ 0.870580] vda: vda1 vda15\n[ 0.872165] scsi host0: ata_piix\n[ 0.873238] scsi host1: ata_piix\n[ 0.874222] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.875871] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.877843] libphy: Fixed MDIO Bus: probed\n[ 0.879193] tun: Universal TUN/TAP device driver, 1.6\n[ 0.880495] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.883106] PPP generic driver version 2.4.2\n[ 0.884351] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.885974] ehci-pci: EHCI PCI platform driver\n[ 0.887258] ehci-platform: EHCI generic platform driver\n[ 0.888903] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.890758] ohci-pci: OHCI PCI platform driver\n[ 0.892215] ohci-platform: OHCI generic platform driver\n[ 0.893839] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.908615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.910208] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.912568] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.914133] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.915931] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.917902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.920200] usb usb1: Product: UHCI Host Controller\n[ 0.921694] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.923608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.925126] hub 1-0:1.0: USB hub found\n[ 0.926360] hub 1-0:1.0: 2 ports detected\n[ 0.927791] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.931010] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.932550] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.934196] mousedev: PS/2 mouse device common for all mice\n[ 0.936135] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.939010] rtc_cmos 00:00: RTC can wake from S4\n[ 0.940730] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.942635] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.944584] i2c /dev entries driver\n[ 0.945784] device-mapper: uevent: version 1.0.3\n[ 0.947247] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.949437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.951231] NET: Registered protocol family 10\n[ 0.952715] NET: Registered protocol family 17\n[ 0.953912] Key type dns_resolver registered\n[ 0.955197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.956664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.959023] registered taskstats version 1\n[ 0.960152] Loading compiled-in X.509 certificates\n[ 0.961954] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.964463] zswap: loaded using pool lzo/zbud\n[ 0.966451] Key type trusted registered\n[ 0.968561] Key type encrypted registered\n[ 0.969657] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.971040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.972440] evm: HMAC attrs: 0x1\n[ 0.973692] Magic number: 14:792:641\n[ 0.974867] rtc_cmos 00:00: setting system clock to 2018-08-20 16:36:35 UTC (1534782995)\n[ 0.977022] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.978499] EDD information not available.\n[ 1.036217] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 1.053031] Write protecting the kernel read-only data: 14336k\n[ 1.056012] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 1.058417] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.76\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.89\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.211334] 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.10...\nLease of 192.168.120.10 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.98. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCr3iOea2LJ7bjcMhCTuCkuK7ch8ZY8EkKR/RoxDDt6qFpbUMOajrR1dD9R6sYhtpXX+NfIiaUJchP6EVOkFLGy/WZu2KtDsAGsldIPvt1USFgfCnSD4ZoPPzm0Cz25wMqaYTCj7XbHrc4ssZnpTfQbOMo5oI7b9WgTV0tm19A0/tiDK36WTQ2FTTlOyTa+aZHj8if4adaREghDz3jFT/6LYUPRo0WcbW5ySQVfneXa3AjXEYBM1Z2UOot+zZHM1ZQWxnFhgJgxSITto5iUqcxggroPuRUQIi9uYrmDLzaRLGjEBMKIX2meLh/ZH//1RtdbvcNmOjmAnyyIjsaspCgP root@cinder-test-vm2-4244d23d-ea91-4b96-b351-930cd9237359\nssh-dss AAAAB3NzaC1kc3MAAACBAIy+07G2Yvj9s4NF3i+/sJ6kdUnPT/zFwqIRFpP0BbhJVRB9o3dsheSmwxbfq83IeyuMmr2gS+RI9xsPLJ/bK6OkyfXQKb9zEEZp9IJ0jN17uuzRJFePmAPLsuTAESjqzXbRFfNOjifMlRdYVLRBgHoUpp4QJLJxKerTZeQhSDlJAAAAFQDZhjALY6UfLRqKTM8Yv9VzQ02QTwAAAIAGUPH5Ng8c1yKOPX3BLquaq3jn2zZBfYthGBRCTx/SuHp7NpzyrESDD+g3jdvTa95hF/Ja6Ku1GzrensFKVsoBE9oGZEBplTns7kYb1ruE8FnJNl7Bax8YeAXmMKaprS/jc4PoZt/vsgHstbFWmeuj7IamswXFF5UHTltl35/z4gAAAIAqFu9SM8aFnZ0qmKY9Ie/LC9PXheuqIr3FZMhkkaCJdNi795uJEL024FybCmmIC205e9qA02BLcv5C3VSI/o+TeadW0vQ7ukwJirOP7rFGpIcoxB6rX3+13lR6G+SgE4sNQMbPwrJmf3fy1h6Kq+dOmMr3MEghDrFQEF+MheRvwA== root@cinder-test-vm2-4244d23d-ea91-4b96-b351-930cd9237359\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.24s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe54:9968/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.10 \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-4244d23d-ea91-4b96-b351-930cd9237359\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.88 ===\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-4244d23d-ea91-4b96-b351-930cd9237359 login: "} 2018-08-20 16:36:40,297 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724/action used request id req-3563b4d4-81b0-454e-8f4d-57c824b1e5ca 2018-08-20 16:36:40,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0757231712341s 2018-08-20 16:36:40,298 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724/action used request id req-3563b4d4-81b0-454e-8f4d-57c824b1e5ca 2018-08-20 16:36:40,299 - 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 531735090 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.234082] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.237014] pid_max: default: 32768 minimum: 301 [ 0.238589] ACPI: Core revision 20150930 [ 0.240918] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.243193] Security Framework initialized [ 0.244638] Yama: becoming mindful. [ 0.245917] AppArmor: AppArmor initialized [ 0.247409] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.249699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.251913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.254017] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.256423] Initializing cgroup subsys io [ 0.257858] Initializing cgroup subsys memory [ 0.259366] Initializing cgroup subsys devices [ 0.260911] Initializing cgroup subsys freezer [ 0.262435] Initializing cgroup subsys net_cls [ 0.263951] Initializing cgroup subsys perf_event [ 0.265554] Initializing cgroup subsys net_prio [ 0.267105] Initializing cgroup subsys hugetlb [ 0.268638] Initializing cgroup subsys pids [ 0.270145] CPU: Physical Processor ID: 0 [ 0.272255] mce: CPU supports 10 MCE banks [ 0.273730] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.275484] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.291916] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.299996] ftrace: allocating 31920 entries in 125 pages [ 0.329879] smpboot: Max logical packages: 1 [ 0.331376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.333767] x2apic enabled [ 0.335181] Switched APIC routing to physical x2apic. [ 0.338181] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.340117] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.343574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.346688] KVM setup paravirtual spinlock [ 0.348724] x86: Booted up 1 node, 1 CPUs [ 0.350141] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.352525] devtmpfs: initialized [ 0.355127] evm: security.selinux [ 0.356341] evm: security.SMACK64 [ 0.357552] evm: security.SMACK64EXEC [ 0.358853] evm: security.SMACK64TRANSMUTE [ 0.360269] evm: security.SMACK64MMAP [ 0.361566] evm: security.ima [ 0.362688] evm: security.capability [ 0.364057] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.367266] pinctrl core: initialized pinctrl subsystem [ 0.369144] RTC time: 16:36:34, date: 08/20/18 [ 0.370773] NET: Registered protocol family 16 [ 0.372448] cpuidle: using governor ladder [ 0.373881] cpuidle: using governor menu [ 0.375260] PCCT header not found. [ 0.376558] ACPI: bus type PCI registered [ 0.377946] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.380086] PCI: Using configuration type 1 for base access [ 0.382957] ACPI: Added _OSI(Module Device) [ 0.384425] ACPI: Added _OSI(Processor Device) [ 0.385933] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.387508] ACPI: Added _OSI(Processor Aggregator Device) [ 0.390405] ACPI: Interpreter enabled [ 0.391728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.394934] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.398140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.401348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.404550] ACPI: (supports S0 S5) [ 0.405781] ACPI: Using IOAPIC for interrupt routing [ 0.407439] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.412640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.414618] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.416757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.418825] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.422649] acpiphp: Slot [3] registered [ 0.424042] acpiphp: Slot [4] registered [ 0.425436] acpiphp: Slot [5] registered [ 0.426828] acpiphp: Slot [6] registered [ 0.428216] acpiphp: Slot [7] registered [ 0.429602] acpiphp: Slot [8] registered [ 0.430994] acpiphp: Slot [9] registered [ 0.432388] acpiphp: Slot [10] registered [ 0.433802] acpiphp: Slot [11] registered [ 0.435221] acpiphp: Slot [12] registered [ 0.436645] acpiphp: Slot [13] registered [ 0.438052] acpiphp: Slot [14] registered [ 0.439467] acpiphp: Slot [15] registered [ 0.457805] acpiphp: Slot [16] registered [ 0.459226] acpiphp: Slot [17] registered [ 0.460633] acpiphp: Slot [18] registered [ 0.462041] acpiphp: Slot [19] registered [ 0.463454] acpiphp: Slot [20] registered [ 0.464861] acpiphp: Slot [21] registered [ 0.466275] acpiphp: Slot [22] registered [ 0.467679] acpiphp: Slot [23] registered [ 0.469082] acpiphp: Slot [24] registered [ 0.470487] acpiphp: Slot [25] registered [ 0.471891] acpiphp: Slot [26] registered [ 0.473299] acpiphp: Slot [27] registered [ 0.474710] acpiphp: Slot [28] registered [ 0.476124] acpiphp: Slot [29] registered [ 0.477530] acpiphp: Slot [30] registered [ 0.478945] acpiphp: Slot [31] registered [ 0.480351] PCI host bridge to bus 0000:00 [ 0.481755] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.483849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.485947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.488478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.491017] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.493601] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.498785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.501004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.503050] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.505262] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.510229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.512728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.546533] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.549301] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.551764] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.554388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.556803] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.559004] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.561410] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.563288] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.566044] vgaarb: loaded [ 0.567113] vgaarb: bridge control possible 0000:00:02.0 [ 0.569344] SCSI subsystem initialized [ 0.571021] ACPI: bus type USB registered [ 0.572493] usbcore: registered new interface driver usbfs [ 0.574315] usbcore: registered new interface driver hub [ 0.576090] usbcore: registered new device driver usb [ 0.578053] PCI: Using ACPI for IRQ routing [ 0.580068] NetLabel: Initializing [ 0.581340] NetLabel: domain hash size = 128 [ 0.582861] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.584570] NetLabel: unlabeled traffic allowed by default [ 0.586684] clocksource: Switched to clocksource kvm-clock [ 0.599983] AppArmor: AppArmor Filesystem Enabled [ 0.601674] pnp: PnP ACPI init [ 0.603288] pnp: PnP ACPI: found 5 devices [ 0.610916] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.613981] NET: Registered protocol family 2 [ 0.615866] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.618164] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.620303] TCP: Hash tables configured (established 4096 bind 4096) [ 0.622450] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.624387] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.626481] NET: Registered protocol family 1 [ 0.628034] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.629978] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.631886] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.655193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.678633] Trying to unpack rootfs image as initramfs... [ 0.743778] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.746034] Scanning for low memory corruption every 60 seconds [ 0.747906] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.749505] audit: initializing netlink subsys (disabled) [ 0.750959] audit: type=2000 audit(1534782995.207:1): initialized [ 0.752780] Initialise system trusted keyring [ 0.754074] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.755674] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.758335] zbud: loaded [ 0.759322] VFS: Disk quotas dquot_6.6.0 [ 0.760457] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.762566] fuse init (API version 7.23) [ 0.763810] Key type big_key registered [ 0.764913] Allocating IMA MOK and blacklist keyrings. [ 0.766574] Key type asymmetric registered [ 0.767718] Asymmetric key parser 'x509' registered [ 0.769040] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.771121] io scheduler noop registered [ 0.772205] io scheduler deadline registered (default) [ 0.773566] io scheduler cfq registered [ 0.774754] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.776187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.777904] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.779908] ACPI: Power Button [PWRF] [ 0.781061] GHES: HEST is not enabled! [ 0.795056] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.824184] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.827029] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.850721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.853713] Linux agpgart interface v0.103 [ 0.857033] brd: module loaded [ 0.859265] loop: module loaded [ 0.863916] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.865919] GPT:90111 != 2097151 [ 0.866860] GPT:Alternate GPT header not at the end of the disk. [ 0.868343] GPT:90111 != 2097151 [ 0.869269] GPT: Use GNU Parted to correct GPT errors. [ 0.870580] vda: vda1 vda15 [ 0.872165] scsi host0: ata_piix [ 0.873238] scsi host1: ata_piix [ 0.874222] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.875871] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.877843] libphy: Fixed MDIO Bus: probed [ 0.879193] tun: Universal TUN/TAP device driver, 1.6 [ 0.880495] tun: (C) 1999-2004 Max Krasnyansky [ 0.883106] PPP generic driver version 2.4.2 [ 0.884351] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.885974] ehci-pci: EHCI PCI platform driver [ 0.887258] ehci-platform: EHCI generic platform driver [ 0.888903] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.890758] ohci-pci: OHCI PCI platform driver [ 0.892215] ohci-platform: OHCI generic platform driver [ 0.893839] uhci_hcd: USB Universal Host Controller Interface driver [ 0.908615] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.910208] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.912568] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.914133] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.915931] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.917902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.920200] usb usb1: Product: UHCI Host Controller [ 0.921694] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.923608] usb usb1: SerialNumber: 0000:00:01.2 [ 0.925126] hub 1-0:1.0: USB hub found [ 0.926360] hub 1-0:1.0: 2 ports detected [ 0.927791] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.931010] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.932550] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.934196] mousedev: PS/2 mouse device common for all mice [ 0.936135] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.939010] rtc_cmos 00:00: RTC can wake from S4 [ 0.940730] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.942635] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.944584] i2c /dev entries driver [ 0.945784] device-mapper: uevent: version 1.0.3 [ 0.947247] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.949437] ledtrig-cpu: registered to indicate activity on CPUs [ 0.951231] NET: Registered protocol family 10 [ 0.952715] NET: Registered protocol family 17 [ 0.953912] Key type dns_resolver registered [ 0.955197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.956664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.959023] registered taskstats version 1 [ 0.960152] Loading compiled-in X.509 certificates [ 0.961954] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.964463] zswap: loaded using pool lzo/zbud [ 0.966451] Key type trusted registered [ 0.968561] Key type encrypted registered [ 0.969657] AppArmor: AppArmor sha1 policy hashing enabled [ 0.971040] ima: No TPM chip found, activating TPM-bypass! [ 0.972440] evm: HMAC attrs: 0x1 [ 0.973692] Magic number: 14:792:641 [ 0.974867] rtc_cmos 00:00: setting system clock to 2018-08-20 16:36:35 UTC (1534782995) [ 0.977022] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.978499] EDD information not available. [ 1.036217] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 1.053031] Write protecting the kernel read-only data: 14336k [ 1.056012] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 1.058417] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.76 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.89 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.211334] 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.10... Lease of 192.168.120.10 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.98. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCr3iOea2LJ7bjcMhCTuCkuK7ch8ZY8EkKR/RoxDDt6qFpbUMOajrR1dD9R6sYhtpXX+NfIiaUJchP6EVOkFLGy/WZu2KtDsAGsldIPvt1USFgfCnSD4ZoPPzm0Cz25wMqaYTCj7XbHrc4ssZnpTfQbOMo5oI7b9WgTV0tm19A0/tiDK36WTQ2FTTlOyTa+aZHj8if4adaREghDz3jFT/6LYUPRo0WcbW5ySQVfneXa3AjXEYBM1Z2UOot+zZHM1ZQWxnFhgJgxSITto5iUqcxggroPuRUQIi9uYrmDLzaRLGjEBMKIX2meLh/ZH//1RtdbvcNmOjmAnyyIjsaspCgP root@cinder-test-vm2-4244d23d-ea91-4b96-b351-930cd9237359 ssh-dss AAAAB3NzaC1kc3MAAACBAIy+07G2Yvj9s4NF3i+/sJ6kdUnPT/zFwqIRFpP0BbhJVRB9o3dsheSmwxbfq83IeyuMmr2gS+RI9xsPLJ/bK6OkyfXQKb9zEEZp9IJ0jN17uuzRJFePmAPLsuTAESjqzXbRFfNOjifMlRdYVLRBgHoUpp4QJLJxKerTZeQhSDlJAAAAFQDZhjALY6UfLRqKTM8Yv9VzQ02QTwAAAIAGUPH5Ng8c1yKOPX3BLquaq3jn2zZBfYthGBRCTx/SuHp7NpzyrESDD+g3jdvTa95hF/Ja6Ku1GzrensFKVsoBE9oGZEBplTns7kYb1ruE8FnJNl7Bax8YeAXmMKaprS/jc4PoZt/vsgHstbFWmeuj7IamswXFF5UHTltl35/z4gAAAIAqFu9SM8aFnZ0qmKY9Ie/LC9PXheuqIr3FZMhkkaCJdNi795uJEL024FybCmmIC205e9qA02BLcv5C3VSI/o+TeadW0vQ7ukwJirOP7rFGpIcoxB6rX3+13lR6G+SgE4sNQMbPwrJmf3fy1h6Kq+dOmMr3MEghDrFQEF+MheRvwA== root@cinder-test-vm2-4244d23d-ea91-4b96-b351-930cd9237359 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.24s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe54:9968/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.10 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-4244d23d-ea91-4b96-b351-930cd9237359 launch-index: 0 === cirros: current=0.4.0 uptime=3.88 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-4244d23d-ea91-4b96-b351-930cd9237359 login: 2018-08-20 16:36:41,301 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ed31550L 2018-08-20 16:36:41,302 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 16:36:41,302 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 16:36:41,302 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 16:36:41,304 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 16:36:41,304 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 16:36:41,304 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 16:36:41,304 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 16:36:41,304 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 16:36:41,305 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 16:36:41,322 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 16:36:41,323 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 16:36:41,334 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: 9847a0be6b54f00b58b9811e6eaf15a0 2018-08-20 16:36:41,335 - paramiko.transport - DEBUG - Trying discovered key 6a0e0972679164ef1f102f4bbbf0b35d in /tmp/tmpc5ckEZ 2018-08-20 16:36:41,360 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 16:36:41,366 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 16:36:41,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-20 16:36:41,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"volume": {"display_name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "size": "2"}}' 2018-08-20 16:36:42,713 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:36:41 GMT Server: Apache x-compute-request-id: req-01461721-51f4-4720-89f1-a5b075292b3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-01461721-51f4-4720-89f1-a5b075292b3d Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}} 2018-08-20 16:36:42,714 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes used request id req-01461721-51f4-4720-89f1-a5b075292b3d 2018-08-20 16:36:42,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.34345412254s 2018-08-20 16:36:42,714 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes used request id req-01461721-51f4-4720-89f1-a5b075292b3d 2018-08-20 16:36:42,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:36:42,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:43,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:42 GMT Server: Apache x-compute-request-id: req-83bbf27d-73da-40b9-943b-5f5316ad69a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-83bbf27d-73da-40b9-943b-5f5316ad69a9 Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:36:42.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:36:43,727 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-83bbf27d-73da-40b9-943b-5f5316ad69a9 2018-08-20 16:36:43,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01224994659s 2018-08-20 16:36:43,728 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-83bbf27d-73da-40b9-943b-5f5316ad69a9 2018-08-20 16:36:43,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:36:45,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:36:45,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:46,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:46 GMT Server: Apache x-compute-request-id: req-df4940c0-2f40-483f-b707-fff158beeeed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df4940c0-2f40-483f-b707-fff158beeeed Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:36:44.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:36:46,746 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-df4940c0-2f40-483f-b707-fff158beeeed 2018-08-20 16:36:46,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01384401321s 2018-08-20 16:36:46,746 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-df4940c0-2f40-483f-b707-fff158beeeed 2018-08-20 16:36:46,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:36:46,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:46,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-eda478ae-83a4-4a19-94db-08ef182f945f Date: Mon, 20 Aug 2018 16:36:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0af43080-cb3c-4b45-8a31-3c750b49c52d"],"updated_at":"2018-08-20T16:36:11Z","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c817e15a34e490aa249741cfe45f312","id":"c837ec24-181d-4020-b200-ea2be5375899","name":"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359"}]} 2018-08-20 16:36:46,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-eda478ae-83a4-4a19-94db-08ef182f945f 2018-08-20 16:36:46,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0965888500214s 2018-08-20 16:36:46,845 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-eda478ae-83a4-4a19-94db-08ef182f945f 2018-08-20 16:36:46,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:36:46,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:46,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-987fda5b-aeed-4ab4-8032-a10a1aba4613 Date: Mon, 20 Aug 2018 16:36:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:36:17Z", "file": "/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0/file", "owner": "2c817e15a34e490aa249741cfe45f312", "id": "51906581-bd07-40bb-9aef-bac97950c2c0", "size": 12716032, "self": "/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/51906581-bd07-40bb-9aef-bac97950c2c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/51906581-bd07-40bb-9aef-bac97950c2c0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:36:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:36:46,889 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-987fda5b-aeed-4ab4-8032-a10a1aba4613 2018-08-20 16:36:46,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0396001338959s 2018-08-20 16:36:46,890 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-987fda5b-aeed-4ab4-8032-a10a1aba4613 2018-08-20 16:36:46,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:36:46,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:46,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f77073b3-f1ea-4031-9d75-d228412c6e09 x-compute-request-id: req-f77073b3-f1ea-4031-9d75-d228412c6e09 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_4244d23d-ea91-4b96-b351-930cd9237359", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "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": "e74c007b-73f4-4aa3-aa86-948a7c0551ca"}]} 2018-08-20 16:36:46,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f77073b3-f1ea-4031-9d75-d228412c6e09 2018-08-20 16:36:46,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257840156555s 2018-08-20 16:36:46,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f77073b3-f1ea-4031-9d75-d228412c6e09 2018-08-20 16:36:46,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 16:36:46,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"server": {"name": "cinder_test-vm_4244d23d-ea91-4b96-b351-930cd9237359", "imageRef": "51906581-bd07-40bb-9aef-bac97950c2c0", "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "flavorRef": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c837ec24-181d-4020-b200-ea2be5375899"}], "security_groups": [{"name": "40dcf47a-7334-4cd4-b3bd-cf794275ad94"}]}}' 2018-08-20 16:36:50,818 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8bbcdc7f-a959-4c0b-9085-67ff384bc4c8 x-compute-request-id: req-8bbcdc7f-a959-4c0b-9085-67ff384bc4c8 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "40dcf47a-7334-4cd4-b3bd-cf794275ad94"}], "OS-DCF:diskConfig": "MANUAL", "id": "22ca45be-9a41-4709-b360-c63cde567105", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "bookmark"}], "adminPass": "aVnWq7fHUzEm"}} 2018-08-20 16:36:50,819 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-8bbcdc7f-a959-4c0b-9085-67ff384bc4c8 2018-08-20 16:36:50,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.89960289001s 2018-08-20 16:36:50,819 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-8bbcdc7f-a959-4c0b-9085-67ff384bc4c8 2018-08-20 16:36:50,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:36:50,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:51,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36: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-b1a02046-6cd8-4a64-9cd4-010e2ed6116f x-compute-request-id: req-b1a02046-6cd8-4a64-9cd4-010e2ed6116f Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "22ca45be-9a41-4709-b360-c63cde567105", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:36:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:50Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:36:34.000000", "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "4896b286-d62f-410d-825a-3ef8874ed724", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:36:34Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:25Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:36:51,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b1a02046-6cd8-4a64-9cd4-010e2ed6116f 2018-08-20 16:36:51,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12238311768s 2018-08-20 16:36:51,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b1a02046-6cd8-4a64-9cd4-010e2ed6116f 2018-08-20 16:36:51,948 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:36:53,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:36:53,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:54,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b22a0e4-9490-4367-b86a-5ccafb52962f x-compute-request-id: req-8b22a0e4-9490-4367-b86a-5ccafb52962f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "22ca45be-9a41-4709-b360-c63cde567105", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:36:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:50Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:36:34.000000", "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "4896b286-d62f-410d-825a-3ef8874ed724", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:36:34Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:25Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:36:54,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8b22a0e4-9490-4367-b86a-5ccafb52962f 2018-08-20 16:36:54,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698052167892s 2018-08-20 16:36:54,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8b22a0e4-9490-4367-b86a-5ccafb52962f 2018-08-20 16:36:54,654 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:36:56,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:36:56,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:36:58,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:36:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-910ea0ed-e2eb-483b-a6d5-b856fae9307b x-compute-request-id: req-910ea0ed-e2eb-483b-a6d5-b856fae9307b Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "22ca45be-9a41-4709-b360-c63cde567105", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T16:36:55Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:50Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:36:34.000000", "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "4896b286-d62f-410d-825a-3ef8874ed724", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:36:34Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:25Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:36:58,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-910ea0ed-e2eb-483b-a6d5-b856fae9307b 2018-08-20 16:36:58,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.62037396431s 2018-08-20 16:36:58,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-910ea0ed-e2eb-483b-a6d5-b856fae9307b 2018-08-20 16:36:58,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:37:00,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:37:00,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:01,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37: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-c8efc549-7c25-4974-b003-b49867d232f4 x-compute-request-id: req-c8efc549-7c25-4974-b003-b49867d232f4 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:cc:07", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:36:59.000000", "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "22ca45be-9a41-4709-b360-c63cde567105", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:36:59Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:50Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:36:34.000000", "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "4896b286-d62f-410d-825a-3ef8874ed724", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:36:34Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:25Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:37:01,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c8efc549-7c25-4974-b003-b49867d232f4 2018-08-20 16:37:01,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731810092926s 2018-08-20 16:37:01,018 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c8efc549-7c25-4974-b003-b49867d232f4 2018-08-20 16:37:01,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:37:01,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=22ca45be-9a41-4709-b360-c63cde567105" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:01,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-66965e45-3e64-4a03-b56e-2a676ced8303 Date: Mon, 20 Aug 2018 16:37:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c837ec24-181d-4020-b200-ea2be5375899","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:55Z","admin_state_up":true,"updated_at":"2018-08-20T16:36:59Z","binding:vnic_type":"normal","device_id":"22ca45be-9a41-4709-b360-c63cde567105","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:70:cc:07","id":"2d890453-4b10-4c0f-8f69-098fefa1fa17","port_security_enabled":true,"project_id":"2c817e15a34e490aa249741cfe45f312","fixed_ips":[{"subnet_id":"0af43080-cb3c-4b45-8a31-3c750b49c52d","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["40dcf47a-7334-4cd4-b3bd-cf794275ad94"],"name":""}]} 2018-08-20 16:37:01,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=22ca45be-9a41-4709-b360-c63cde567105 used request id req-66965e45-3e64-4a03-b56e-2a676ced8303 2018-08-20 16:37:01,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0511229038239s 2018-08-20 16:37:01,075 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=22ca45be-9a41-4709-b360-c63cde567105 used request id req-66965e45-3e64-4a03-b56e-2a676ced8303 2018-08-20 16:37:01,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:37:01,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2d890453-4b10-4c0f-8f69-098fefa1fa17" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:01,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cb04fad1-6428-4a5f-864a-b326feb1e64d Date: Mon, 20 Aug 2018 16:37:01 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:37:01,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2d890453-4b10-4c0f-8f69-098fefa1fa17 used request id req-cb04fad1-6428-4a5f-864a-b326feb1e64d 2018-08-20 16:37:01,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0559420585632s 2018-08-20 16:37:01,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2d890453-4b10-4c0f-8f69-098fefa1fa17 used request id req-cb04fad1-6428-4a5f-864a-b326feb1e64d 2018-08-20 16:37:01,137 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:70:cc:07', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'51906581-bd07-40bb-9aef-bac97950c2c0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:36:59.000000', 'flavor': Munch({u'id': u'e74c007b-73f4-4aa3-aa86-948a7c0551ca'}), 'az': u'nova', 'id': u'22ca45be-9a41-4709-b360-c63cde567105', 'security_groups': [Munch({u'name': u'cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'391f8813da7e4fc18f80374a7189bdf0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c817e15a34e490aa249741cfe45f312', 'name': 'cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-20T16:36:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T16:36:59Z', 'hostId': u'c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T16:36:59.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2c817e15a34e490aa249741cfe45f312', 'name': u'cinder_test-vm_4244d23d-ea91-4b96-b351-930cd9237359', 'adminPass': u'aVnWq7fHUzEm', 'tenant_id': u'2c817e15a34e490aa249741cfe45f312', 'created_at': u'2018-08-20T16:36:50Z', 'created': u'2018-08-20T16:36:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 16:37:01,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:37:01,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:01,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-1e5a8a98-c210-4eac-ba71-daa534cf6358 Date: Mon, 20 Aug 2018 16:37:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0af43080-cb3c-4b45-8a31-3c750b49c52d"],"updated_at":"2018-08-20T16:36:11Z","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2c817e15a34e490aa249741cfe45f312","id":"c837ec24-181d-4020-b200-ea2be5375899","name":"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359"}]} 2018-08-20 16:37:01,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1e5a8a98-c210-4eac-ba71-daa534cf6358 2018-08-20 16:37:01,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357754945755s 2018-08-20 16:37:01,498 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1e5a8a98-c210-4eac-ba71-daa534cf6358 2018-08-20 16:37:01,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 16:37:01,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=22ca45be-9a41-4709-b360-c63cde567105" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:01,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7f63cb6b-f47d-44b7-87e5-1199f23042f6 Date: Mon, 20 Aug 2018 16:37:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c837ec24-181d-4020-b200-ea2be5375899","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:55Z","admin_state_up":true,"updated_at":"2018-08-20T16:36:59Z","binding:vnic_type":"normal","device_id":"22ca45be-9a41-4709-b360-c63cde567105","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:70:cc:07","id":"2d890453-4b10-4c0f-8f69-098fefa1fa17","port_security_enabled":true,"project_id":"2c817e15a34e490aa249741cfe45f312","fixed_ips":[{"subnet_id":"0af43080-cb3c-4b45-8a31-3c750b49c52d","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["40dcf47a-7334-4cd4-b3bd-cf794275ad94"],"name":""}]} 2018-08-20 16:37:01,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=22ca45be-9a41-4709-b360-c63cde567105 used request id req-7f63cb6b-f47d-44b7-87e5-1199f23042f6 2018-08-20 16:37:01,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0491528511047s 2018-08-20 16:37:01,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=22ca45be-9a41-4709-b360-c63cde567105 used request id req-7f63cb6b-f47d-44b7-87e5-1199f23042f6 2018-08-20 16:37:01,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 16:37:01,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.5", "port_id": "2d890453-4b10-4c0f-8f69-098fefa1fa17"}}' 2018-08-20 16:37:03,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-c2af2ccf-856c-4761-96b7-a546370c06d8 Date: Mon, 20 Aug 2018 16:37:03 GMT RESP BODY: {"floatingip": {"router_id": "ad8965d3-857b-498e-9773-c1613ae76559", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:37:02Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "2d890453-4b10-4c0f-8f69-098fefa1fa17", "id": "003bd507-bd01-4e32-aa36-afad2be2bd37", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:37:02Z", "project_id": "2c817e15a34e490aa249741cfe45f312"}} 2018-08-20 16:37:03,484 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c2af2ccf-856c-4761-96b7-a546370c06d8 2018-08-20 16:37:03,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.93408203125s 2018-08-20 16:37:03,484 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c2af2ccf-856c-4761-96b7-a546370c06d8 2018-08-20 16:37:03,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:37:03,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:03,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1096 X-Openstack-Request-Id: req-a6976459-fac6-4871-baa6-54435860f2ee Date: Mon, 20 Aug 2018 16:37:03 GMT RESP BODY: {"floatingips": [{"router_id": "ad8965d3-857b-498e-9773-c1613ae76559", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:37:02Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "2d890453-4b10-4c0f-8f69-098fefa1fa17", "id": "003bd507-bd01-4e32-aa36-afad2be2bd37", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:37:02Z", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"router_id": "ad8965d3-857b-498e-9773-c1613ae76559", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:36:39Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "1a8713ee-e995-4b46-8ced-198f8a660135", "id": "f43957f9-7bbf-4cbb-a3ef-025efb1ae0c1", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:39Z", "project_id": "2c817e15a34e490aa249741cfe45f312"}]} 2018-08-20 16:37:03,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-a6976459-fac6-4871-baa6-54435860f2ee 2018-08-20 16:37:03,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0687839984894s 2018-08-20 16:37:03,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-a6976459-fac6-4871-baa6-54435860f2ee 2018-08-20 16:37:03,569 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ad8965d3-857b-498e-9773-c1613ae76559', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2c817e15a34e490aa249741cfe45f312', 'created_at': u'2018-08-20T16:37:02Z', 'attached': True, 'updated_at': u'2018-08-20T16:37:02Z', 'id': u'003bd507-bd01-4e32-aa36-afad2be2bd37', 'floating_network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2c817e15a34e490aa249741cfe45f312', 'name': 'cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ad8965d3-857b-498e-9773-c1613ae76559', 'project_id': u'2c817e15a34e490aa249741cfe45f312', 'port_id': u'2d890453-4b10-4c0f-8f69-098fefa1fa17', 'port': u'2d890453-4b10-4c0f-8f69-098fefa1fa17', 'network': u'51eccb3f-6587-4786-9b87-639d59173f56'}) 2018-08-20 16:37:03,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 16:37:03,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 16:37:03,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37: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-7ed9ea15-74ea-43b8-81b4-e5d583d1b4c5 x-compute-request-id: req-7ed9ea15-74ea-43b8-81b4-e5d583d1b4c5 Content-Encoding: gzip Content-Length: 9536 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 493693181 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.181904] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184123] pid_max: default: 32768 minimum: 301\n[ 0.185332] ACPI: Core revision 20150930\n[ 0.186986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.188741] Security Framework initialized\n[ 0.189835] Yama: becoming mindful.\n[ 0.190818] AppArmor: AppArmor initialized\n[ 0.191960] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.193709] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.195372] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196974] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198803] Initializing cgroup subsys io\n[ 0.199895] Initializing cgroup subsys memory\n[ 0.201070] Initializing cgroup subsys devices\n[ 0.202242] Initializing cgroup subsys freezer\n[ 0.203413] Initializing cgroup subsys net_cls\n[ 0.204566] Initializing cgroup subsys perf_event\n[ 0.205787] Initializing cgroup subsys net_prio\n[ 0.206972] Initializing cgroup subsys hugetlb\n[ 0.208131] Initializing cgroup subsys pids\n[ 0.209290] CPU: Physical Processor ID: 0\n[ 0.211066] mce: CPU supports 10 MCE banks\n[ 0.212189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.213534] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.228414] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.234992] ftrace: allocating 31920 entries in 125 pages\n[ 0.260200] smpboot: Max logical packages: 1\n[ 0.261375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.263224] x2apic enabled\n[ 0.264352] Switched APIC routing to physical x2apic.\n[ 0.266792] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.268294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.270997] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.273431] KVM setup paravirtual spinlock\n[ 0.275078] x86: Booted up 1 node, 1 CPUs\n[ 0.276189] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.278062] devtmpfs: initialized\n[ 0.280038] evm: security.selinux\n[ 0.281000] evm: security.SMACK64\n[ 0.281959] evm: security.SMACK64EXEC\n[ 0.282982] evm: security.SMACK64TRANSMUTE\n[ 0.284082] evm: security.SMACK64MMAP\n[ 0.285099] evm: security.ima\n[ 0.285986] evm: security.capability\n[ 0.287070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.289562] pinctrl core: initialized pinctrl subsystem\n[ 0.291037] RTC time: 16:36:59, date: 08/20/18\n[ 0.292312] NET: Registered protocol family 16\n[ 0.293614] cpuidle: using governor ladder\n[ 0.294735] cpuidle: using governor menu\n[ 0.295818] PCCT header not found.\n[ 0.296838] ACPI: bus type PCI registered\n[ 0.297909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.299542] PCI: Using configuration type 1 for base access\n[ 0.301652] ACPI: Added _OSI(Module Device)\n[ 0.302799] ACPI: Added _OSI(Processor Device)\n[ 0.303948] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.305156] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.307319] ACPI: Interpreter enabled\n[ 0.308344] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.310815] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.313270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.315737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.318204] ACPI: (supports S0 S5)\n[ 0.319155] ACPI: Using IOAPIC for interrupt routing\n[ 0.320408] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324150] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327296] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.328870] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.331775] acpiphp: Slot [3] registered\n[ 0.332845] acpiphp: Slot [4] registered\n[ 0.333915] acpiphp: Slot [5] registered\n[ 0.334986] acpiphp: Slot [6] registered\n[ 0.336058] acpiphp: Slot [7] registered\n[ 0.337125] acpiphp: Slot [8] registered\n[ 0.338195] acpiphp: Slot [9] registered\n[ 0.339259] acpiphp: Slot [10] registered\n[ 0.340352] acpiphp: Slot [11] registered\n[ 0.341440] acpiphp: Slot [12] registered\n[ 0.342523] acpiphp: Slot [13] registered\n[ 0.343600] acpiphp: Slot [14] registered\n[ 0.344686] acpiphp: Slot [15] registered\n[ 0.359944] acpiphp: Slot [16] registered\n[ 0.361068] acpiphp: Slot [17] registered\n[ 0.362155] acpiphp: Slot [18] registered\n[ 0.363235] acpiphp: Slot [19] registered\n[ 0.364324] acpiphp: Slot [20] registered\n[ 0.365409] acpiphp: Slot [21] registered\n[ 0.366490] acpiphp: Slot [22] registered\n[ 0.367566] acpiphp: Slot [23] registered\n[ 0.368653] acpiphp: Slot [24] registered\n[ 0.369742] acpiphp: Slot [25] registered\n[ 0.370823] acpiphp: Slot [26] registered\n[ 0.371904] acpiphp: Slot [27] registered\n[ 0.372992] acpiphp: Slot [28] registered\n[ 0.374080] acpiphp: Slot [29] registered\n[ 0.375164] acpiphp: Slot [30] registered\n[ 0.376243] acpiphp: Slot [31] registered\n[ 0.377326] PCI host bridge to bus 0000:00\n[ 0.378413] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.380019] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.381613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.383571] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.385508] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.387479] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.391570] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.393255] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.394800] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.396463] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.400944] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.402870] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.424321] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.426305] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.428227] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.430148] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.432260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.433984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.435754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.437147] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.439212] vgaarb: loaded\n[ 0.440035] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441645] SCSI subsystem initialized\n[ 0.442876] ACPI: bus type USB registered\n[ 0.443990] usbcore: registered new interface driver usbfs\n[ 0.445360] usbcore: registered new interface driver hub\n[ 0.446689] usbcore: registered new device driver usb\n[ 0.448159] PCI: Using ACPI for IRQ routing\n[ 0.449665] NetLabel: Initializing\n[ 0.450630] NetLabel: domain hash size = 128\n[ 0.451769] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453083] NetLabel: unlabeled traffic allowed by default\n[ 0.454629] clocksource: Switched to clocksource kvm-clock\n[ 0.464780] AppArmor: AppArmor Filesystem Enabled\n[ 0.466060] pnp: PnP ACPI init\n[ 0.467280] pnp: PnP ACPI: found 5 devices\n[ 0.474092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.476386] NET: Registered protocol family 2\n[ 0.477770] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479487] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481103] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.482721] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.484163] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485714] NET: Registered protocol family 1\n[ 0.486901] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.488356] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.489798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504184] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.518662] Trying to unpack rootfs image as initramfs...\n[ 0.579737] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.584479] Scanning for low memory corruption every 60 seconds\n[ 0.586605] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.588183] audit: initializing netlink subsys (disabled)\n[ 0.589591] audit: type=2000 audit(1534783020.111:1): initialized\n[ 0.591423] Initialise system trusted keyring\n[ 0.592795] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.594329] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.597022] zbud: loaded\n[ 0.598005] VFS: Disk quotas dquot_6.6.0\n[ 0.599131] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.601243] fuse init (API version 7.23)\n[ 0.602458] Key type big_key registered\n[ 0.603563] Allocating IMA MOK and blacklist keyrings.\n[ 0.605186] Key type asymmetric registered\n[ 0.606296] Asymmetric key parser 'x509' registered\n[ 0.607588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.609600] io scheduler noop registered\n[ 0.610671] io scheduler deadline registered (default)\n[ 0.612009] io scheduler cfq registered\n[ 0.613166] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.614549] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.616273] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618225] ACPI: Power Button [PWRF]\n[ 0.619424] GHES: HEST is not enabled!\n[ 0.633552] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.662559] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665430] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.689642] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.692610] Linux agpgart interface v0.103\n[ 0.696002] brd: module loaded\n[ 0.698172] loop: module loaded\n[ 0.703369] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.705382] GPT:90111 != 2097151\n[ 0.706317] GPT:Alternate GPT header not at the end of the disk.\n[ 0.707813] GPT:90111 != 2097151\n[ 0.708788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.710111] vda: vda1 vda15\n[ 0.711752] scsi host0: ata_piix\n[ 0.712813] scsi host1: ata_piix\n[ 0.713805] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.715459] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.717458] libphy: Fixed MDIO Bus: probed\n[ 0.718601] tun: Universal TUN/TAP device driver, 1.6\n[ 0.719913] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.723023] PPP generic driver version 2.4.2\n[ 0.724375] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.726020] ehci-pci: EHCI PCI platform driver\n[ 0.727248] ehci-platform: EHCI generic platform driver\n[ 0.728608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.730199] ohci-pci: OHCI PCI platform driver\n[ 0.731422] ohci-platform: OHCI generic platform driver\n[ 0.732826] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747827] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749234] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751269] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.754299] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755941] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757864] usb usb1: Product: UHCI Host Controller\n[ 0.759113] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760643] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.762049] hub 1-0:1.0: USB hub found\n[ 0.763130] hub 1-0:1.0: 2 ports detected\n[ 0.764491] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.767431] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.768718] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.770132] mousedev: PS/2 mouse device common for all mice\n[ 0.771845] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.774348] rtc_cmos 00:00: RTC can wake from S4\n[ 0.775902] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777523] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779161] i2c /dev entries driver\n[ 0.780240] device-mapper: uevent: version 1.0.3\n[ 0.781560] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.783860] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.786019] NET: Registered protocol family 10\n[ 0.787998] NET: Registered protocol family 17\n[ 0.789291] Key type dns_resolver registered\n[ 0.790716] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.792265] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.794796] registered taskstats version 1\n[ 0.796004] Loading compiled-in X.509 certificates\n[ 0.797974] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.800678] zswap: loaded using pool lzo/zbud\n[ 0.803268] Key type trusted registered\n[ 0.805551] Key type encrypted registered\n[ 0.806735] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.808240] ima: No TPM chip found, activating TPM-bypass!\n[ 0.809705] evm: HMAC attrs: 0x1\n[ 0.811103] Magic number: 14:792:641\n[ 0.812336] rtc_cmos 00:00: setting system clock to 2018-08-20 16:37:00 UTC (1534783020)\n[ 0.814681] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.816253] EDD information not available.\n[ 0.877480] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.894399] Write protecting the kernel read-only data: 14336k\n[ 0.899557] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.902409] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.097302] 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.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC060oOQkgXaYDXK7TluUtWEBnxujLPWZHe0fiSdDLZhFyGxvxs7N7PG5MwpIzbOBaohuKLEPHXPRBJ+WTc7+/I2lgNtRw73cYh5ASc6kUoABODlrqTpBJCCv48XRasDrLuYplG1z0YVcKtLkvet3881+jfYl/+ejQf6DTdgafDvtO0jrbc6sA8rSbAqEu1DNtpIl89hiRSNNcM6zkYmXetMMCHroGCbiakzqfMciqcWMcaTiFW7mwm6yuIfQnsIk/EEMweVWFEZmqfMttP3/nVnP2w/NUwkZyGCBEdRz+6NHNzJG5xfqhCJCXtc6CYBijp1823r1Uhg4oTpyzgRNi1 root@cinder-test-vm-4244d23d-ea91-4b96-b351-930cd9237359\nssh-dss AAAAB3NzaC1kc3MAAACBAI98a+5JFFS+mLYImlOjD5SNppwOM6sJGUjHj1wbKP7IP2tMhvRPXNZUmoZlUzACh0n/+u8ynQKf6yDCOs2BuaeoRQmixMs+h+yuOlT8y4YgGQEprDpHRsu0+KyXJx7gyDh1puG5CY+FanGsUCBCm0UhUi2stB7kFwXmrJjEb4EjAAAAFQCSMa7I2wLZ4meRgFdk6RQ8JlE1qwAAAIBtEdEhNyD8I/y5AfzgCqCmozmi7giDz3386jIjMR7CNIxKz5lZOeOAs0C31MU1usNufcGehg3D3erm+X4B/z22lgxYdwedefTZbOPlpQkBEd18vHfvPRfiTlzmdahdTy/EbExH9oQBGOItVX5T1DuDe9HRWcXXqBfLbOE3nNdIlwAAAIB5MSFFOblSy31mZtMLdnl9OvyBTryZXNxEDwl+fjoy+rQnLpeqZiy6Q8Mu61o/dw03VUjC9Ni3ygr8q4yVIXHk3x/irFJ8BxOhF1zkmkP4PT3FoBQZy6UpOOpCHeTf5UKfJbTIcQlxC97gaPxb5YhcoXTgwDcK7QGqq3Hk3Yan0A== root@cinder-test-vm-4244d23d-ea91-4b96-b351-930cd9237359\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.14s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe70:cc07/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-4244d23d-ea91-4b96-b351-930cd9237359\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.51 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2018-08-20 16:37:03,689 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105/action used request id req-7ed9ea15-74ea-43b8-81b4-e5d583d1b4c5 2018-08-20 16:37:03,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.119515895844s 2018-08-20 16:37:03,690 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105/action used request id req-7ed9ea15-74ea-43b8-81b4-e5d583d1b4c5 2018-08-20 16:37:03,691 - 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 493693181 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.181904] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.184123] pid_max: default: 32768 minimum: 301 [ 0.185332] ACPI: Core revision 20150930 [ 0.186986] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.188741] Security Framework initialized [ 0.189835] Yama: becoming mindful. [ 0.190818] AppArmor: AppArmor initialized [ 0.191960] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.193709] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.195372] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196974] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198803] Initializing cgroup subsys io [ 0.199895] Initializing cgroup subsys memory [ 0.201070] Initializing cgroup subsys devices [ 0.202242] Initializing cgroup subsys freezer [ 0.203413] Initializing cgroup subsys net_cls [ 0.204566] Initializing cgroup subsys perf_event [ 0.205787] Initializing cgroup subsys net_prio [ 0.206972] Initializing cgroup subsys hugetlb [ 0.208131] Initializing cgroup subsys pids [ 0.209290] CPU: Physical Processor ID: 0 [ 0.211066] mce: CPU supports 10 MCE banks [ 0.212189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.213534] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.228414] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.234992] ftrace: allocating 31920 entries in 125 pages [ 0.260200] smpboot: Max logical packages: 1 [ 0.261375] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.263224] x2apic enabled [ 0.264352] Switched APIC routing to physical x2apic. [ 0.266792] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.268294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.270997] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.273431] KVM setup paravirtual spinlock [ 0.275078] x86: Booted up 1 node, 1 CPUs [ 0.276189] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.278062] devtmpfs: initialized [ 0.280038] evm: security.selinux [ 0.281000] evm: security.SMACK64 [ 0.281959] evm: security.SMACK64EXEC [ 0.282982] evm: security.SMACK64TRANSMUTE [ 0.284082] evm: security.SMACK64MMAP [ 0.285099] evm: security.ima [ 0.285986] evm: security.capability [ 0.287070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.289562] pinctrl core: initialized pinctrl subsystem [ 0.291037] RTC time: 16:36:59, date: 08/20/18 [ 0.292312] NET: Registered protocol family 16 [ 0.293614] cpuidle: using governor ladder [ 0.294735] cpuidle: using governor menu [ 0.295818] PCCT header not found. [ 0.296838] ACPI: bus type PCI registered [ 0.297909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.299542] PCI: Using configuration type 1 for base access [ 0.301652] ACPI: Added _OSI(Module Device) [ 0.302799] ACPI: Added _OSI(Processor Device) [ 0.303948] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.305156] ACPI: Added _OSI(Processor Aggregator Device) [ 0.307319] ACPI: Interpreter enabled [ 0.308344] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.310815] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.313270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.315737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.318204] ACPI: (supports S0 S5) [ 0.319155] ACPI: Using IOAPIC for interrupt routing [ 0.320408] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324150] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.325668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327296] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.328870] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.331775] acpiphp: Slot [3] registered [ 0.332845] acpiphp: Slot [4] registered [ 0.333915] acpiphp: Slot [5] registered [ 0.334986] acpiphp: Slot [6] registered [ 0.336058] acpiphp: Slot [7] registered [ 0.337125] acpiphp: Slot [8] registered [ 0.338195] acpiphp: Slot [9] registered [ 0.339259] acpiphp: Slot [10] registered [ 0.340352] acpiphp: Slot [11] registered [ 0.341440] acpiphp: Slot [12] registered [ 0.342523] acpiphp: Slot [13] registered [ 0.343600] acpiphp: Slot [14] registered [ 0.344686] acpiphp: Slot [15] registered [ 0.359944] acpiphp: Slot [16] registered [ 0.361068] acpiphp: Slot [17] registered [ 0.362155] acpiphp: Slot [18] registered [ 0.363235] acpiphp: Slot [19] registered [ 0.364324] acpiphp: Slot [20] registered [ 0.365409] acpiphp: Slot [21] registered [ 0.366490] acpiphp: Slot [22] registered [ 0.367566] acpiphp: Slot [23] registered [ 0.368653] acpiphp: Slot [24] registered [ 0.369742] acpiphp: Slot [25] registered [ 0.370823] acpiphp: Slot [26] registered [ 0.371904] acpiphp: Slot [27] registered [ 0.372992] acpiphp: Slot [28] registered [ 0.374080] acpiphp: Slot [29] registered [ 0.375164] acpiphp: Slot [30] registered [ 0.376243] acpiphp: Slot [31] registered [ 0.377326] PCI host bridge to bus 0000:00 [ 0.378413] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.380019] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.381613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.383571] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.385508] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.387479] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.391570] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.393255] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.394800] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.396463] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.400944] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.402870] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.424321] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.426305] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.428227] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.430148] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.432260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.433984] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.435754] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.437147] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.439212] vgaarb: loaded [ 0.440035] vgaarb: bridge control possible 0000:00:02.0 [ 0.441645] SCSI subsystem initialized [ 0.442876] ACPI: bus type USB registered [ 0.443990] usbcore: registered new interface driver usbfs [ 0.445360] usbcore: registered new interface driver hub [ 0.446689] usbcore: registered new device driver usb [ 0.448159] PCI: Using ACPI for IRQ routing [ 0.449665] NetLabel: Initializing [ 0.450630] NetLabel: domain hash size = 128 [ 0.451769] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.453083] NetLabel: unlabeled traffic allowed by default [ 0.454629] clocksource: Switched to clocksource kvm-clock [ 0.464780] AppArmor: AppArmor Filesystem Enabled [ 0.466060] pnp: PnP ACPI init [ 0.467280] pnp: PnP ACPI: found 5 devices [ 0.474092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.476386] NET: Registered protocol family 2 [ 0.477770] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479487] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481103] TCP: Hash tables configured (established 4096 bind 4096) [ 0.482721] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.484163] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.485714] NET: Registered protocol family 1 [ 0.486901] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.488356] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.489798] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.504184] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.518662] Trying to unpack rootfs image as initramfs... [ 0.579737] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.584479] Scanning for low memory corruption every 60 seconds [ 0.586605] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.588183] audit: initializing netlink subsys (disabled) [ 0.589591] audit: type=2000 audit(1534783020.111:1): initialized [ 0.591423] Initialise system trusted keyring [ 0.592795] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.594329] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.597022] zbud: loaded [ 0.598005] VFS: Disk quotas dquot_6.6.0 [ 0.599131] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.601243] fuse init (API version 7.23) [ 0.602458] Key type big_key registered [ 0.603563] Allocating IMA MOK and blacklist keyrings. [ 0.605186] Key type asymmetric registered [ 0.606296] Asymmetric key parser 'x509' registered [ 0.607588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.609600] io scheduler noop registered [ 0.610671] io scheduler deadline registered (default) [ 0.612009] io scheduler cfq registered [ 0.613166] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.614549] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.616273] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618225] ACPI: Power Button [PWRF] [ 0.619424] GHES: HEST is not enabled! [ 0.633552] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.662559] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.665430] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.689642] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.692610] Linux agpgart interface v0.103 [ 0.696002] brd: module loaded [ 0.698172] loop: module loaded [ 0.703369] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.705382] GPT:90111 != 2097151 [ 0.706317] GPT:Alternate GPT header not at the end of the disk. [ 0.707813] GPT:90111 != 2097151 [ 0.708788] GPT: Use GNU Parted to correct GPT errors. [ 0.710111] vda: vda1 vda15 [ 0.711752] scsi host0: ata_piix [ 0.712813] scsi host1: ata_piix [ 0.713805] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.715459] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.717458] libphy: Fixed MDIO Bus: probed [ 0.718601] tun: Universal TUN/TAP device driver, 1.6 [ 0.719913] tun: (C) 1999-2004 Max Krasnyansky [ 0.723023] PPP generic driver version 2.4.2 [ 0.724375] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.726020] ehci-pci: EHCI PCI platform driver [ 0.727248] ehci-platform: EHCI generic platform driver [ 0.728608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.730199] ohci-pci: OHCI PCI platform driver [ 0.731422] ohci-platform: OHCI generic platform driver [ 0.732826] uhci_hcd: USB Universal Host Controller Interface driver [ 0.747827] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.749234] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.751269] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.752678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.754299] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.755941] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.757864] usb usb1: Product: UHCI Host Controller [ 0.759113] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.760643] usb usb1: SerialNumber: 0000:00:01.2 [ 0.762049] hub 1-0:1.0: USB hub found [ 0.763130] hub 1-0:1.0: 2 ports detected [ 0.764491] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.767431] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.768718] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.770132] mousedev: PS/2 mouse device common for all mice [ 0.771845] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.774348] rtc_cmos 00:00: RTC can wake from S4 [ 0.775902] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777523] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779161] i2c /dev entries driver [ 0.780240] device-mapper: uevent: version 1.0.3 [ 0.781560] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.783860] ledtrig-cpu: registered to indicate activity on CPUs [ 0.786019] NET: Registered protocol family 10 [ 0.787998] NET: Registered protocol family 17 [ 0.789291] Key type dns_resolver registered [ 0.790716] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.792265] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.794796] registered taskstats version 1 [ 0.796004] Loading compiled-in X.509 certificates [ 0.797974] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.800678] zswap: loaded using pool lzo/zbud [ 0.803268] Key type trusted registered [ 0.805551] Key type encrypted registered [ 0.806735] AppArmor: AppArmor sha1 policy hashing enabled [ 0.808240] ima: No TPM chip found, activating TPM-bypass! [ 0.809705] evm: HMAC attrs: 0x1 [ 0.811103] Magic number: 14:792:641 [ 0.812336] rtc_cmos 00:00: setting system clock to 2018-08-20 16:37:00 UTC (1534783020) [ 0.814681] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.816253] EDD information not available. [ 0.877480] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.894399] Write protecting the kernel read-only data: 14336k [ 0.899557] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.902409] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.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.097302] 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.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC060oOQkgXaYDXK7TluUtWEBnxujLPWZHe0fiSdDLZhFyGxvxs7N7PG5MwpIzbOBaohuKLEPHXPRBJ+WTc7+/I2lgNtRw73cYh5ASc6kUoABODlrqTpBJCCv48XRasDrLuYplG1z0YVcKtLkvet3881+jfYl/+ejQf6DTdgafDvtO0jrbc6sA8rSbAqEu1DNtpIl89hiRSNNcM6zkYmXetMMCHroGCbiakzqfMciqcWMcaTiFW7mwm6yuIfQnsIk/EEMweVWFEZmqfMttP3/nVnP2w/NUwkZyGCBEdRz+6NHNzJG5xfqhCJCXtc6CYBijp1823r1Uhg4oTpyzgRNi1 root@cinder-test-vm-4244d23d-ea91-4b96-b351-930cd9237359 ssh-dss AAAAB3NzaC1kc3MAAACBAI98a+5JFFS+mLYImlOjD5SNppwOM6sJGUjHj1wbKP7IP2tMhvRPXNZUmoZlUzACh0n/+u8ynQKf6yDCOs2BuaeoRQmixMs+h+yuOlT8y4YgGQEprDpHRsu0+KyXJx7gyDh1puG5CY+FanGsUCBCm0UhUi2stB7kFwXmrJjEb4EjAAAAFQCSMa7I2wLZ4meRgFdk6RQ8JlE1qwAAAIBtEdEhNyD8I/y5AfzgCqCmozmi7giDz3386jIjMR7CNIxKz5lZOeOAs0C31MU1usNufcGehg3D3erm+X4B/z22lgxYdwedefTZbOPlpQkBEd18vHfvPRfiTlzmdahdTy/EbExH9oQBGOItVX5T1DuDe9HRWcXXqBfLbOE3nNdIlwAAAIB5MSFFOblSy31mZtMLdnl9OvyBTryZXNxEDwl+fjoy+rQnLpeqZiy6Q8Mu61o/dw03VUjC9Ni3ygr8q4yVIXHk3x/irFJ8BxOhF1zkmkP4PT3FoBQZy6UpOOpCHeTf5UKfJbTIcQlxC97gaPxb5YhcoXTgwDcK7QGqq3Hk3Yan0A== root@cinder-test-vm-4244d23d-ea91-4b96-b351-930cd9237359 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.14s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe70:cc07/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-4244d23d-ea91-4b96-b351-930cd9237359 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.51 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net 2018-08-20 16:37:03,695 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ed44990L 2018-08-20 16:37:03,695 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 16:37:03,696 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 16:37:03,696 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 16:37:03,697 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 16:37:03,697 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 16:37:03,697 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 16:37:03,698 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 16:37:03,698 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 16:37:03,698 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 16:37:03,716 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 16:37:03,716 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 16:37:03,727 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 0fe4d95a60ad3401a5e2e38ec1869f79 2018-08-20 16:37:03,728 - paramiko.transport - DEBUG - Trying discovered key 6a0e0972679164ef1f102f4bbbf0b35d in /tmp/tmpc5ckEZ 2018-08-20 16:37:03,755 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 16:37:03,760 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 16:37:03,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-20 16:37:03,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"volumeAttachment": {"volumeId": "ea61b481-2396-4e91-b534-27b0626d0f2f"}}' 2018-08-20 16:37:06,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37: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-66bb98dd-8b67-423a-98f9-416cbe5b2c83 x-compute-request-id: req-66bb98dd-8b67-423a-98f9-416cbe5b2c83 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "22ca45be-9a41-4709-b360-c63cde567105", "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "volumeId": "ea61b481-2396-4e91-b534-27b0626d0f2f"}} 2018-08-20 16:37:06,832 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105/os-volume_attachments used request id req-66bb98dd-8b67-423a-98f9-416cbe5b2c83 2018-08-20 16:37:06,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 3.07182002068s 2018-08-20 16:37:06,833 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105/os-volume_attachments used request id req-66bb98dd-8b67-423a-98f9-416cbe5b2c83 2018-08-20 16:37:06,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:37:06,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:06,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:06 GMT Server: Apache x-compute-request-id: req-6368e4bd-b2b4-4ec3-8664-ca5f949db327 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6368e4bd-b2b4-4ec3-8664-ca5f949db327 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:37:06.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:37:06,900 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-6368e4bd-b2b4-4ec3-8664-ca5f949db327 2018-08-20 16:37:06,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0665640830994s 2018-08-20 16:37:06,900 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-6368e4bd-b2b4-4ec3-8664-ca5f949db327 2018-08-20 16:37:06,902 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:37:08,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:37:08,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:09,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:08 GMT Server: Apache x-compute-request-id: req-16a02c87-b856-4921-8038-633b4a2a6fab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-16a02c87-b856-4921-8038-633b4a2a6fab Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [{"server_id": "22ca45be-9a41-4709-b360-c63cde567105", "attachment_id": "1f601361-39e4-45bf-a6d2-202cba7c086c", "attached_at": "2018-08-20T16:37:09.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "device": "/dev/vdb", "id": "ea61b481-2396-4e91-b534-27b0626d0f2f"}], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:37:09.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:37:09,936 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-16a02c87-b856-4921-8038-633b4a2a6fab 2018-08-20 16:37:09,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03053307533s 2018-08-20 16:37:09,936 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-16a02c87-b856-4921-8038-633b4a2a6fab 2018-08-20 16:37:09,938 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 16:37:09,939 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 16:37:09,940 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 16:37:09,941 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 16:37:10,008 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 16:37:10,009 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-20 16:37:10,010 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 16:37:10,010 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 16:37:10,047 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-20 16:37:10,047 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 16:37:10,075 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 16:37:10,289 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 16:37:10,289 - 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: 50f4ce69-5210-4582-aff9-5764e3409ed6 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-08-20 16:37:10,290 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-20 16:37:10,290 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-20 16:37:10,291 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 16:37:10,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-20 16:37:10,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105/os-volume_attachments/ea61b481-2396-4e91-b534-27b0626d0f2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:12,024 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:37:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-206a2795-9a43-41a3-b643-7d49ae607832 x-compute-request-id: req-206a2795-9a43-41a3-b643-7d49ae607832 Content-Length: 0 Content-Type: application/json 2018-08-20 16:37:12,025 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105/os-volume_attachments/ea61b481-2396-4e91-b534-27b0626d0f2f used request id req-206a2795-9a43-41a3-b643-7d49ae607832 2018-08-20 16:37:12,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.73341393471s 2018-08-20 16:37:12,025 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105/os-volume_attachments/ea61b481-2396-4e91-b534-27b0626d0f2f used request id req-206a2795-9a43-41a3-b643-7d49ae607832 2018-08-20 16:37:12,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:37:12,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:13,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:12 GMT Server: Apache x-compute-request-id: req-4a84e066-3059-448b-bf1a-056af0210915 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4a84e066-3059-448b-bf1a-056af0210915 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [{"server_id": "22ca45be-9a41-4709-b360-c63cde567105", "attachment_id": "1f601361-39e4-45bf-a6d2-202cba7c086c", "attached_at": "2018-08-20T16:37:09.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "device": "/dev/vdb", "id": "ea61b481-2396-4e91-b534-27b0626d0f2f"}], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:37:11.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:37:13,045 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-4a84e066-3059-448b-bf1a-056af0210915 2018-08-20 16:37:13,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01911997795s 2018-08-20 16:37:13,045 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-4a84e066-3059-448b-bf1a-056af0210915 2018-08-20 16:37:13,047 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:37:15,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:37:15,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:15,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:15 GMT Server: Apache x-compute-request-id: req-ff320b32-fd36-4ade-92e1-f3d374f79e46 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ff320b32-fd36-4ade-92e1-f3d374f79e46 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:37:14.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:37:15,105 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-ff320b32-fd36-4ade-92e1-f3d374f79e46 2018-08-20 16:37:15,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0558190345764s 2018-08-20 16:37:15,106 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-ff320b32-fd36-4ade-92e1-f3d374f79e46 2018-08-20 16:37:15,107 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-20 16:37:15,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-20 16:37:15,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"volumeAttachment": {"volumeId": "ea61b481-2396-4e91-b534-27b0626d0f2f"}}' 2018-08-20 16:37:17,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37: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-2d0559ab-5648-4b78-88e5-f30fae9e6467 x-compute-request-id: req-2d0559ab-5648-4b78-88e5-f30fae9e6467 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "4896b286-d62f-410d-825a-3ef8874ed724", "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "volumeId": "ea61b481-2396-4e91-b534-27b0626d0f2f"}} 2018-08-20 16:37:17,923 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724/os-volume_attachments used request id req-2d0559ab-5648-4b78-88e5-f30fae9e6467 2018-08-20 16:37:17,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.81557393074s 2018-08-20 16:37:17,924 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724/os-volume_attachments used request id req-2d0559ab-5648-4b78-88e5-f30fae9e6467 2018-08-20 16:37:17,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:37:17,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:18,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:17 GMT Server: Apache x-compute-request-id: req-35943887-5e24-45c5-8d8f-be5572f6b6b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-35943887-5e24-45c5-8d8f-be5572f6b6b8 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:37:18.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:37:18,901 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-35943887-5e24-45c5-8d8f-be5572f6b6b8 2018-08-20 16:37:18,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.976323127747s 2018-08-20 16:37:18,901 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-35943887-5e24-45c5-8d8f-be5572f6b6b8 2018-08-20 16:37:18,903 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:37:20,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:37:20,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:20,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:21 GMT Server: Apache x-compute-request-id: req-563a5342-baf1-40a8-a22d-f3caeb7630d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-563a5342-baf1-40a8-a22d-f3caeb7630d4 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:37:19.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:37:20,963 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-563a5342-baf1-40a8-a22d-f3caeb7630d4 2018-08-20 16:37:20,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0574910640717s 2018-08-20 16:37:20,963 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-563a5342-baf1-40a8-a22d-f3caeb7630d4 2018-08-20 16:37:20,965 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:37:22,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:37:22,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:23,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:22 GMT Server: Apache x-compute-request-id: req-c7c782a9-7b7b-4e22-9be3-50d0cca6d2f4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7c782a9-7b7b-4e22-9be3-50d0cca6d2f4 Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [{"server_id": "4896b286-d62f-410d-825a-3ef8874ed724", "attachment_id": "01bfc586-63ef-4821-b3dd-c421f2029902", "attached_at": "2018-08-20T16:37:19.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "device": "/dev/vdb", "id": "ea61b481-2396-4e91-b534-27b0626d0f2f"}], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:37:20.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:37:23,033 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-c7c782a9-7b7b-4e22-9be3-50d0cca6d2f4 2018-08-20 16:37:23,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.066822052002s 2018-08-20 16:37:23,034 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-c7c782a9-7b7b-4e22-9be3-50d0cca6d2f4 2018-08-20 16:37:23,036 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 16:37:23,038 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 16:37:23,038 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 16:37:23,040 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 16:37:23,107 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 16:37:23,108 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-20 16:37:23,108 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 16:37:23,109 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 16:37:23,149 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-20 16:37:23,149 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 16:37:23,173 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 16:37:23,194 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 16:37:23,194 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-08-20 16:37:23,195 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-20 16:37:23,195 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 16:37:23,195 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-20 16:37:23,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-20 16:37:23,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724/os-volume_attachments/ea61b481-2396-4e91-b534-27b0626d0f2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:25,783 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:37: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-0e0f4c0f-6bb5-41cd-82da-81fcebec2396 x-compute-request-id: req-0e0f4c0f-6bb5-41cd-82da-81fcebec2396 Content-Length: 0 Content-Type: application/json 2018-08-20 16:37:25,783 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724/os-volume_attachments/ea61b481-2396-4e91-b534-27b0626d0f2f used request id req-0e0f4c0f-6bb5-41cd-82da-81fcebec2396 2018-08-20 16:37:25,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.58741903305s 2018-08-20 16:37:25,784 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724/os-volume_attachments/ea61b481-2396-4e91-b534-27b0626d0f2f used request id req-0e0f4c0f-6bb5-41cd-82da-81fcebec2396 2018-08-20 16:37:25,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:37:25,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:26,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:25 GMT Server: Apache x-compute-request-id: req-e6b78591-0dff-46ce-a83c-02bbf0a64d10 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6b78591-0dff-46ce-a83c-02bbf0a64d10 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:37:26.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:37:26,786 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-e6b78591-0dff-46ce-a83c-02bbf0a64d10 2018-08-20 16:37:26,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00165605545s 2018-08-20 16:37:26,786 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-e6b78591-0dff-46ce-a83c-02bbf0a64d10 2018-08-20 16:37:26,896 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:37:26,897 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:18 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-20 16:37:26,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 16:37:26,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:27,104 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3863dd69-e5d3-445e-98f2-64d0ea0e7101 x-compute-request-id: req-3863dd69-e5d3-445e-98f2-64d0ea0e7101 Content-Type: application/json 2018-08-20 16:37:27,104 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724 used request id req-3863dd69-e5d3-445e-98f2-64d0ea0e7101 2018-08-20 16:37:27,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.199522972107s 2018-08-20 16:37:27,104 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724 used request id req-3863dd69-e5d3-445e-98f2-64d0ea0e7101 2018-08-20 16:37:27,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:37:27,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:27,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37: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-dd2d0cd4-0bbb-41be-88af-1f090b0115f5 x-compute-request-id: req-dd2d0cd4-0bbb-41be-88af-1f090b0115f5 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:cc:07", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:cc:07", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:36:59.000000", "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "22ca45be-9a41-4709-b360-c63cde567105", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:36:59Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:50Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:99:68", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4896b286-d62f-410d-825a-3ef8874ed724", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:36:34.000000", "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "4896b286-d62f-410d-825a-3ef8874ed724", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:37:27Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm2_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:25Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:37:27,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dd2d0cd4-0bbb-41be-88af-1f090b0115f5 2018-08-20 16:37:27,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741407871246s 2018-08-20 16:37:27,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dd2d0cd4-0bbb-41be-88af-1f090b0115f5 2018-08-20 16:37:27,848 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:37:29,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:37:29,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:30,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37: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-4d982707-c932-4cad-b989-58c720c13169 x-compute-request-id: req-4d982707-c932-4cad-b989-58c720c13169 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:cc:07", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:cc:07", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:36:59.000000", "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "22ca45be-9a41-4709-b360-c63cde567105", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:36:59Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:50Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:37:30,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4d982707-c932-4cad-b989-58c720c13169 2018-08-20 16:37:30,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.938153982162s 2018-08-20 16:37:30,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4d982707-c932-4cad-b989-58c720c13169 2018-08-20 16:37:30,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 16:37:30,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/f43957f9-7bbf-4cbb-a3ef-025efb1ae0c1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:31,557 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4bea05f2-babe-44f6-98cc-71918f7ee42d Content-Length: 0 Date: Mon, 20 Aug 2018 16:37:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:37:31,557 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/f43957f9-7bbf-4cbb-a3ef-025efb1ae0c1.json used request id req-4bea05f2-babe-44f6-98cc-71918f7ee42d 2018-08-20 16:37:31,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.763972997665s 2018-08-20 16:37:31,558 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/f43957f9-7bbf-4cbb-a3ef-025efb1ae0c1.json used request id req-4bea05f2-babe-44f6-98cc-71918f7ee42d 2018-08-20 16:37:31,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:37:31,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:31,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-343928c4-2ac6-4d73-aa5c-d26c72f48fae Date: Mon, 20 Aug 2018 16:37:31 GMT RESP BODY: {"floatingips": [{"router_id": "ad8965d3-857b-498e-9773-c1613ae76559", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T16:37:02Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "2d890453-4b10-4c0f-8f69-098fefa1fa17", "id": "003bd507-bd01-4e32-aa36-afad2be2bd37", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:37:02Z", "project_id": "2c817e15a34e490aa249741cfe45f312"}]} 2018-08-20 16:37:31,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-343928c4-2ac6-4d73-aa5c-d26c72f48fae 2018-08-20 16:37:31,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0624370574951s 2018-08-20 16:37:31,626 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-343928c4-2ac6-4d73-aa5c-d26c72f48fae 2018-08-20 16:37:31,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:37:31,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:32,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:32 GMT Server: Apache x-compute-request-id: req-5f68bb74-cb24-48e2-9a0a-0a7f79987d64 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f68bb74-cb24-48e2-9a0a-0a7f79987d64 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "391f8813da7e4fc18f80374a7189bdf0", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "self"}, {"href": "http://172.30.9.23:8776/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T16:36:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2c817e15a34e490aa249741cfe45f312", "updated_at": "2018-08-20T16:37:26.000000", "volume_type": null, "name": "cinder_test-volume_4244d23d-ea91-4b96-b351-930cd9237359", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ea61b481-2396-4e91-b534-27b0626d0f2f", "size": 2}]} 2018-08-20 16:37:32,652 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-5f68bb74-cb24-48e2-9a0a-0a7f79987d64 2018-08-20 16:37:32,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02260708809s 2018-08-20 16:37:32,652 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-5f68bb74-cb24-48e2-9a0a-0a7f79987d64 2018-08-20 16:37:32,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-20 16:37:32,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:33,700 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:37:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7247d670-1f92-4aa7-8aee-5e9c76a5333d Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:37:33,700 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f used request id req-7247d670-1f92-4aa7-8aee-5e9c76a5333d 2018-08-20 16:37:33,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 1.04620695114s 2018-08-20 16:37:33,701 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/ea61b481-2396-4e91-b534-27b0626d0f2f used request id req-7247d670-1f92-4aa7-8aee-5e9c76a5333d 2018-08-20 16:37:33,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 16:37:33,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:34,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:33 GMT Server: Apache x-compute-request-id: req-eb22ecc8-d5b5-4b55-8bf0-3e64ccb003b2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eb22ecc8-d5b5-4b55-8bf0-3e64ccb003b2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 16:37:34,720 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-eb22ecc8-d5b5-4b55-8bf0-3e64ccb003b2 2018-08-20 16:37:34,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.0186920166s 2018-08-20 16:37:34,720 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/2c817e15a34e490aa249741cfe45f312/volumes/detail used request id req-eb22ecc8-d5b5-4b55-8bf0-3e64ccb003b2 2018-08-20 16:37:34,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 16:37:34,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/003bd507-bd01-4e32-aa36-afad2be2bd37.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:35,762 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-474e3ca8-f1da-4a6d-ad20-fb8fa9618d25 Content-Length: 0 Date: Mon, 20 Aug 2018 16:37:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:37:35,762 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/003bd507-bd01-4e32-aa36-afad2be2bd37.json used request id req-474e3ca8-f1da-4a6d-ad20-fb8fa9618d25 2018-08-20 16:37:35,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.03857803345s 2018-08-20 16:37:35,763 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/003bd507-bd01-4e32-aa36-afad2be2bd37.json used request id req-474e3ca8-f1da-4a6d-ad20-fb8fa9618d25 2018-08-20 16:37:35,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 16:37:35,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:36,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-14d8cfdb-ef32-4483-bdf9-87f8733044ab Date: Mon, 20 Aug 2018 16:37:36 GMT RESP BODY: {"floatingips": []} 2018-08-20 16:37:36,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-14d8cfdb-ef32-4483-bdf9-87f8733044ab 2018-08-20 16:37:36,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.332449913025s 2018-08-20 16:37:36,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-14d8cfdb-ef32-4483-bdf9-87f8733044ab 2018-08-20 16:37:36,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 16:37:36,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:36,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:37: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-d9c79ece-12fd-4278-9cb3-b65098f27343 x-compute-request-id: req-d9c79ece-12fd-4278-9cb3-b65098f27343 Content-Type: application/json 2018-08-20 16:37:36,320 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105 used request id req-d9c79ece-12fd-4278-9cb3-b65098f27343 2018-08-20 16:37:36,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.217415094376s 2018-08-20 16:37:36,320 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105 used request id req-d9c79ece-12fd-4278-9cb3-b65098f27343 2018-08-20 16:37:36,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:37:36,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:37,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37: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-96fef359-d174-43a1-8e6f-cf3c9c09dfc8 x-compute-request-id: req-96fef359-d174-43a1-8e6f-cf3c9c09dfc8 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:cc:07", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:cc:07", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/22ca45be-9a41-4709-b360-c63cde567105", "rel": "bookmark"}], "image": {"id": "51906581-bd07-40bb-9aef-bac97950c2c0", "links": [{"href": "http://172.30.9.23:8774/images/51906581-bd07-40bb-9aef-bac97950c2c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T16:36:59.000000", "flavor": {"id": "e74c007b-73f4-4aa3-aa86-948a7c0551ca", "links": [{"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "bookmark"}]}, "id": "22ca45be-9a41-4709-b360-c63cde567105", "security_groups": [{"name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}], "user_id": "391f8813da7e4fc18f80374a7189bdf0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T16:37:36Z", "hostId": "c79805f33c292f5e139373057458ecf929729aab6e9e1168cd010422", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359", "name": "cinder_test-vm_4244d23d-ea91-4b96-b351-930cd9237359", "created": "2018-08-20T16:36:50Z", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 16:37:37,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-96fef359-d174-43a1-8e6f-cf3c9c09dfc8 2018-08-20 16:37:37,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06074500084s 2018-08-20 16:37:37,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-96fef359-d174-43a1-8e6f-cf3c9c09dfc8 2018-08-20 16:37:37,384 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 16:37:39,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 16:37:39,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:39,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37: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-7e5cb86b-7d7a-413b-b9ab-18ced28bffaf x-compute-request-id: req-7e5cb86b-7d7a-413b-b9ab-18ced28bffaf Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 16:37:39,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7e5cb86b-7d7a-413b-b9ab-18ced28bffaf 2018-08-20 16:37:39,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0710561275482s 2018-08-20 16:37:39,458 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7e5cb86b-7d7a-413b-b9ab-18ced28bffaf 2018-08-20 16:37:39,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 16:37:39,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:39,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-ca43fe5d-4f4d-477e-b2ed-fa6acd0dd4b0 Date: Mon, 20 Aug 2018 16:37:39 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:19Z", "updated_at": "2018-08-20T16:36:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:19Z", "revision_number": 0, "id": "8062569b-94ca-4505-b8ac-3eb63e996e1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T16:36:19Z", "revision_number": 0, "id": "d82ccb8f-4e0a-4953-b80e-c5824ceac6a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:20Z", "revision_number": 0, "id": "ecfa5765-7774-42cb-be51-a01bb079fea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:20Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:19Z", "revision_number": 0, "id": "ff8ef826-f4de-441b-8e26-32726386050b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:19Z", "security_group_id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 3, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "40dcf47a-7334-4cd4-b3bd-cf794275ad94", "name": "cinder_test-sg_4244d23d-ea91-4b96-b351-930cd9237359"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}]} 2018-08-20 16:37:39,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ca43fe5d-4f4d-477e-b2ed-fa6acd0dd4b0 2018-08-20 16:37:39,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0459809303284s 2018-08-20 16:37:39,508 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ca43fe5d-4f4d-477e-b2ed-fa6acd0dd4b0 2018-08-20 16:37:39,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 16:37:39,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/40dcf47a-7334-4cd4-b3bd-cf794275ad94.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:39,721 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eb22bd2e-7c8c-48df-ac78-f2ebc247c6f3 Content-Length: 0 Date: Mon, 20 Aug 2018 16:37:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:37:39,721 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/40dcf47a-7334-4cd4-b3bd-cf794275ad94.json used request id req-eb22bd2e-7c8c-48df-ac78-f2ebc247c6f3 2018-08-20 16:37:39,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.209167003632s 2018-08-20 16:37:39,721 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/40dcf47a-7334-4cd4-b3bd-cf794275ad94.json used request id req-eb22bd2e-7c8c-48df-ac78-f2ebc247c6f3 2018-08-20 16:37:39,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 16:37:39,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:39,812 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:37: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-2e8d0035-dda3-45bf-8c48-664cc5e2eef2 x-compute-request-id: req-2e8d0035-dda3-45bf-8c48-664cc5e2eef2 Content-Length: 0 Content-Type: application/json 2018-08-20 16:37:39,812 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359 used request id req-2e8d0035-dda3-45bf-8c48-664cc5e2eef2 2018-08-20 16:37:39,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0902011394501s 2018-08-20 16:37:39,812 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_4244d23d-ea91-4b96-b351-930cd9237359 used request id req-2e8d0035-dda3-45bf-8c48-664cc5e2eef2 2018-08-20 16:37:39,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:37:39,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ad8965d3-857b-498e-9773-c1613ae76559/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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" -d '{"subnet_id": "0af43080-cb3c-4b45-8a31-3c750b49c52d"}' 2018-08-20 16:37:41,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7743d369-38ce-48e4-80ca-3fc4e34d93d2 Date: Mon, 20 Aug 2018 16:37:42 GMT RESP BODY: {"network_id": "c837ec24-181d-4020-b200-ea2be5375899", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "subnet_id": "0af43080-cb3c-4b45-8a31-3c750b49c52d", "subnet_ids": ["0af43080-cb3c-4b45-8a31-3c750b49c52d"], "port_id": "ad19ba80-5c1d-4fc9-a904-1b0c62508d16", "id": "ad8965d3-857b-498e-9773-c1613ae76559"} 2018-08-20 16:37:41,838 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ad8965d3-857b-498e-9773-c1613ae76559/remove_router_interface.json used request id req-7743d369-38ce-48e4-80ca-3fc4e34d93d2 2018-08-20 16:37:41,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.02535200119s 2018-08-20 16:37:41,839 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ad8965d3-857b-498e-9773-c1613ae76559/remove_router_interface.json used request id req-7743d369-38ce-48e4-80ca-3fc4e34d93d2 returning object ad8965d3-857b-498e-9773-c1613ae76559 2018-08-20 16:37:41,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:37:41,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:41,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-c07c6fee-df88-4029-a466-df79cfaaa2ee Date: Mon, 20 Aug 2018 16:37:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:11Z", "admin_state_up": true, "updated_at": "2018-08-20T16:37:41Z", "revision_number": 4, "routes": [], "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "ad8965d3-857b-498e-9773-c1613ae76559", "name": "cinder_test-router_4244d23d-ea91-4b96-b351-930cd9237359"}]} 2018-08-20 16:37:41,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c07c6fee-df88-4029-a466-df79cfaaa2ee 2018-08-20 16:37:41,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.129176855087s 2018-08-20 16:37:41,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c07c6fee-df88-4029-a466-df79cfaaa2ee 2018-08-20 16:37:41,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:37:41,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/ad8965d3-857b-498e-9773-c1613ae76559.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:43,559 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdd34670-b448-4e1e-b378-b72b82c105a1 Content-Length: 0 Date: Mon, 20 Aug 2018 16:37:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:37:43,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ad8965d3-857b-498e-9773-c1613ae76559.json used request id req-fdd34670-b448-4e1e-b378-b72b82c105a1 2018-08-20 16:37:43,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.58895111084s 2018-08-20 16:37:43,560 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ad8965d3-857b-498e-9773-c1613ae76559.json used request id req-fdd34670-b448-4e1e-b378-b72b82c105a1 2018-08-20 16:37:43,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:37:43,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:43,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e0508e5f-4b3d-44a8-a30b-51068681f349 Date: Mon, 20 Aug 2018 16:37:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c837ec24-181d-4020-b200-ea2be5375899","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:36:11Z","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":"2c817e15a34e490aa249741cfe45f312","id":"0af43080-cb3c-4b45-8a31-3c750b49c52d","subnetpool_id":null,"name":"cinder_test-subnet_4244d23d-ea91-4b96-b351-930cd9237359"}]} 2018-08-20 16:37:43,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e0508e5f-4b3d-44a8-a30b-51068681f349 2018-08-20 16:37:43,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0562479496002s 2018-08-20 16:37:43,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e0508e5f-4b3d-44a8-a30b-51068681f349 2018-08-20 16:37:43,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:37:43,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/0af43080-cb3c-4b45-8a31-3c750b49c52d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:46,005 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-95ceb753-326a-4a79-addf-eb94e5a2a3f5 Date: Mon, 20 Aug 2018 16:37:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:37:46,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/0af43080-cb3c-4b45-8a31-3c750b49c52d.json used request id req-95ceb753-326a-4a79-addf-eb94e5a2a3f5 2018-08-20 16:37:46,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.38703417778s 2018-08-20 16:37:46,006 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/0af43080-cb3c-4b45-8a31-3c750b49c52d.json used request id req-95ceb753-326a-4a79-addf-eb94e5a2a3f5 2018-08-20 16:37:46,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:37:46,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:46,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-40fd0049-bc7a-45f5-b182-6bf61c79a844 Date: Mon, 20 Aug 2018 16:37:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:25:12Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T16:37:45Z","tenant_id":"2c817e15a34e490aa249741cfe45f312","created_at":"2018-08-20T16:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2c817e15a34e490aa249741cfe45f312","id":"c837ec24-181d-4020-b200-ea2be5375899","name":"cinder_test-net_4244d23d-ea91-4b96-b351-930cd9237359"}]} 2018-08-20 16:37:46,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-40fd0049-bc7a-45f5-b182-6bf61c79a844 2018-08-20 16:37:46,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100136041641s 2018-08-20 16:37:46,107 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-40fd0049-bc7a-45f5-b182-6bf61c79a844 2018-08-20 16:37:46,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:37:46,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/c837ec24-181d-4020-b200-ea2be5375899.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:47,428 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad200cd6-dfb1-45c3-99b5-c0fb05df16d3 Date: Mon, 20 Aug 2018 16:37:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:37:47,428 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c837ec24-181d-4020-b200-ea2be5375899.json used request id req-ad200cd6-dfb1-45c3-99b5-c0fb05df16d3 2018-08-20 16:37:47,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.31974005699s 2018-08-20 16:37:47,428 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c837ec24-181d-4020-b200-ea2be5375899.json used request id req-ad200cd6-dfb1-45c3-99b5-c0fb05df16d3 2018-08-20 16:37:47,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:37:47,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:47,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-bdf134a4-8f5f-4945-9006-61cf856c6904 Date: Mon, 20 Aug 2018 16:37:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:36:17Z", "file": "/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0/file", "owner": "2c817e15a34e490aa249741cfe45f312", "id": "51906581-bd07-40bb-9aef-bac97950c2c0", "size": 12716032, "self": "/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/51906581-bd07-40bb-9aef-bac97950c2c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/51906581-bd07-40bb-9aef-bac97950c2c0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_4244d23d-ea91-4b96-b351-930cd9237359", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:36:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:37:47,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bdf134a4-8f5f-4945-9006-61cf856c6904 2018-08-20 16:37:47,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303868055344s 2018-08-20 16:37:47,737 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bdf134a4-8f5f-4945-9006-61cf856c6904 2018-08-20 16:37:47,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 16:37:47,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcffc56471bf65fc77ab164232c3f5fcb1c6f44f" 2018-08-20 16:37:49,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eef0a412-d3c1-4280-9b98-7208b26ad27f Date: Mon, 20 Aug 2018 16:37:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:37:49,033 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0 used request id req-eef0a412-d3c1-4280-9b98-7208b26ad27f 2018-08-20 16:37:49,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.29438900948s 2018-08-20 16:37:49,034 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/51906581-bd07-40bb-9aef-bac97950c2c0 used request id req-eef0a412-d3c1-4280-9b98-7208b26ad27f 2018-08-20 16:37:49,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:37:49,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:37:49,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37: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-f49e686a-ffa8-458f-b551-c5b64b39f82e x-compute-request-id: req-f49e686a-ffa8-458f-b551-c5b64b39f82e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_4244d23d-ea91-4b96-b351-930cd9237359", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca", "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": "e74c007b-73f4-4aa3-aa86-948a7c0551ca"}]} 2018-08-20 16:37:49,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f49e686a-ffa8-458f-b551-c5b64b39f82e 2018-08-20 16:37:49,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259811878204s 2018-08-20 16:37:49,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f49e686a-ffa8-458f-b551-c5b64b39f82e 2018-08-20 16:37:49,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 16:37:49,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:37:49,091 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:37: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-89fb8a6f-befd-4ab4-ab94-1ab592daed4f x-compute-request-id: req-89fb8a6f-befd-4ab4-ab94-1ab592daed4f Content-Length: 0 Content-Type: application/json 2018-08-20 16:37:49,092 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca used request id req-89fb8a6f-befd-4ab4-ab94-1ab592daed4f 2018-08-20 16:37:49,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.029461145401s 2018-08-20 16:37:49,092 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e74c007b-73f4-4aa3-aa86-948a7c0551ca used request id req-89fb8a6f-befd-4ab4-ab94-1ab592daed4f 2018-08-20 16:37:49,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:37:49,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:37:49,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e96ac2-09a4-41e7-9986-4f567f358514 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder_test-user_4244d23d-ea91-4b96-b351-930cd9237359", "links": {"self": "http://172.30.9.23:5000/v3/users/391f8813da7e4fc18f80374a7189bdf0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "391f8813da7e4fc18f80374a7189bdf0", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 16:37:49,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-50e96ac2-09a4-41e7-9986-4f567f358514 2018-08-20 16:37:49,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.226671218872s 2018-08-20 16:37:49,319 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-50e96ac2-09a4-41e7-9986-4f567f358514 2018-08-20 16:37:49,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 16:37:49,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/391f8813da7e4fc18f80374a7189bdf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:37:49,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93a63fe3-1cb4-4385-ab73-c06ebff8aaac Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_4244d23d-ea91-4b96-b351-930cd9237359", "links": {"self": "http://172.30.9.23:5000/v3/users/391f8813da7e4fc18f80374a7189bdf0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "391f8813da7e4fc18f80374a7189bdf0", "description": null}} 2018-08-20 16:37:49,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/391f8813da7e4fc18f80374a7189bdf0 used request id req-93a63fe3-1cb4-4385-ab73-c06ebff8aaac 2018-08-20 16:37:49,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215618133545s 2018-08-20 16:37:49,542 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/391f8813da7e4fc18f80374a7189bdf0 used request id req-93a63fe3-1cb4-4385-ab73-c06ebff8aaac 2018-08-20 16:37:49,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 16:37:49,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/391f8813da7e4fc18f80374a7189bdf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:37:49,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:37:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5cb66ed-86e8-4efd-8d56-43c589dfbd1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:37:49,892 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/391f8813da7e4fc18f80374a7189bdf0 used request id req-f5cb66ed-86e8-4efd-8d56-43c589dfbd1e 2018-08-20 16:37:49,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.350085020065s 2018-08-20 16:37:49,893 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/391f8813da7e4fc18f80374a7189bdf0 used request id req-f5cb66ed-86e8-4efd-8d56-43c589dfbd1e 2018-08-20 16:37:49,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 16:37:49,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:37:50,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-066009f2-37c0-4189-bd33-af7da9c33ce0 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.23:5000/v3/projects/2c817e15a34e490aa249741cfe45f312"}, "tags": [], "enabled": true, "id": "2c817e15a34e490aa249741cfe45f312", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_4244d23d-ea91-4b96-b351-930cd9237359"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 16:37:50,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-066009f2-37c0-4189-bd33-af7da9c33ce0 2018-08-20 16:37:50,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199014902115s 2018-08-20 16:37:50,098 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-066009f2-37c0-4189-bd33-af7da9c33ce0 2018-08-20 16:37:50,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 16:37:50,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/2c817e15a34e490aa249741cfe45f312 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07682794bcc5e90a9aa82a1980e60d07f1e13bce" 2018-08-20 16:37:50,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 16:37:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4a51d50-3574-4463-8e9c-02624632db68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 16:37:50,363 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/2c817e15a34e490aa249741cfe45f312 used request id req-f4a51d50-3574-4463-8e9c-02624632db68 2018-08-20 16:37:50,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.260693073273s 2018-08-20 16:37:50,364 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/2c817e15a34e490aa249741cfe45f312 used request id req-f4a51d50-3574-4463-8e9c-02624632db68 2018-08-20 16:37:50,418 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-20 16:37:50,581 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-20 16:37:50,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:37:50,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:37:50,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:37:50,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:37:50,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:37:50,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:37:50,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:37:50,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:37:50,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:37:50,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:37:50,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:37:50,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:37:50,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:37:50,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:37:50,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:37:50,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:37:50,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:37:50,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:37:50,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:37:50,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:37:50,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:37:50,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:37:50,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:37:50,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a4eb982-70d5-4cfe-ab6e-05efb271fad2 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:37:50,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7a4eb982-70d5-4cfe-ab6e-05efb271fad2 2018-08-20 16:37:50,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:37:51,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:37:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["AaRDTTpySDKHMENMGm-HRw"], "issued_at": "2018-08-20T16:37:51.000000Z"}} 2018-08-20 16:37:51,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:37:51,014 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7935b28b-4799-400f-bc32-e24b583039a6 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 16:37:51,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-7935b28b-4799-400f-bc32-e24b583039a6 2018-08-20 16:37:51,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 16:37:51,020 - 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-08-20 16:37:51,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67c98794-7b68-438e-b733-0b8cadbfb1e8 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-20 16:37:51,027 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-67c98794-7b68-438e-b733-0b8cadbfb1e8 2018-08-20 16:37:51,027 - 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}12b218273d762b3dcc446daafd7cb0ac142f9668" 2018-08-20 16:37:51,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a56cb0c-9cd3-4025-b07e-19b57fda1ef7 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0b2c81d178354316a59a5f26fbb141d2"}, "enabled": true, "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/128d9665174f4f90a15f2ca586b78137"}, "enabled": true, "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/12a107ba5fe94cf48543f88f5be124fa"}, "enabled": true, "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/12b559676db645e8a04b05c81c9e709f"}, "enabled": true, "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/17c1bee285824dbfa4f4d1e7e2da9053"}, "enabled": true, "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6025853856bf4c35af9715940730bf20"}, "enabled": true, "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6e6af8c7be45430db7e9e59f8010f135"}, "enabled": true, "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7201054fc9a046268b744bbb78e55641"}, "enabled": true, "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d9deb94ea5b40fdbd670773fe199e28"}, "enabled": true, "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/910fef42db724bdeb1fa8bbf3c3250ce"}, "enabled": true, "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/974664aa4d5d44f0bdeaa7ff632bf474"}, "enabled": true, "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a225b602456e405e8b41665d9636d9f5"}, "enabled": true, "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b445507065d24d018a5ea7ae1fd1b3d7"}, "enabled": true, "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/e542cb895a3f4177a56a423cb878eebb"}, "enabled": true, "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/f1fc853614074be2a0c0beb1ce04f343"}, "enabled": true, "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-20 16:37:51,220 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-7a56cb0c-9cd3-4025-b07e-19b57fda1ef7 2018-08-20 16:37:51,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.202204942703s 2018-08-20 16:37:51,220 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-7a56cb0c-9cd3-4025-b07e-19b57fda1ef7 2018-08-20 16:37:51,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-20 16:37:51,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}12b218273d762b3dcc446daafd7cb0ac142f9668" 2018-08-20 16:37:51,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b31ae977-10da-41ec-a740-752843469373 Content-Encoding: gzip Content-Length: 1972 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0745759a99b34899a51ca44e542379cf"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6025853856bf4c35af9715940730bf20", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0dff0289b2af4fb5ab4ade67ef6d660c"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d9deb94ea5b40fdbd670773fe199e28", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/12d8012bf7d246d59cc2e096bca700fc"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d9deb94ea5b40fdbd670773fe199e28", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/165709aabde94f5bb6da493f888c5f30"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e6af8c7be45430db7e9e59f8010f135", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/18d6189927864f4dac822b526e3b9519"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12b559676db645e8a04b05c81c9e709f", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2719728c7a17452a81d105e420a8e681"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b445507065d24d018a5ea7ae1fd1b3d7", "id": "2719728c7a17452a81d105e420a8e681"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/334282f4ed52408ea3fd2f8d22e7823a"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7201054fc9a046268b744bbb78e55641", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3786b50b5cda4ddd803c115c358e8dea"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f1fc853614074be2a0c0beb1ce04f343", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3927dca2985a45b8a2cbe08e7b6a2aa0"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7201054fc9a046268b744bbb78e55641", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3ce19a9024d54f4d844b1b3e0992973e"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6025853856bf4c35af9715940730bf20", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3f2588a9fcb74f658367cfd3e3c9160d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a225b602456e405e8b41665d9636d9f5", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3f68b52328c249afa0a28ed6b2a9a260"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f1fc853614074be2a0c0beb1ce04f343", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4330fea8672542ef8bbebf0f0a6397cb"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d9deb94ea5b40fdbd670773fe199e28", "id": "4330fea8672542ef8bbebf0f0a6397cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4a0b3620a1a14a2782569ef08045cee7"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12b559676db645e8a04b05c81c9e709f", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4e77deb0570c4e5aad9ac75d4b663ea6"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e6af8c7be45430db7e9e59f8010f135", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/557ad22ee6914d8a9f1c03cd254c8b1b"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6025853856bf4c35af9715940730bf20", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5ec720e0faf748ccb29c4019ef64964b"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0b2c81d178354316a59a5f26fbb141d2", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/62e4fb1f8a7544cabd201f1acf25781f"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b445507065d24d018a5ea7ae1fd1b3d7", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/666ba7090df241a296deec0c19870e09"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12a107ba5fe94cf48543f88f5be124fa", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/678d2461431c41528ee31f73f5e1c5c9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "910fef42db724bdeb1fa8bbf3c3250ce", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6a7f7f8fdd374743a16e1a53eecbd856"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e6af8c7be45430db7e9e59f8010f135", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/70abeb68f4ca434f9a678ab89a1c7915"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12a107ba5fe94cf48543f88f5be124fa", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/73717be56c8d4ab1ba371d0024b0d835"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "128d9665174f4f90a15f2ca586b78137", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7b7bf7fad80343719f677b42b6e7d7eb"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "974664aa4d5d44f0bdeaa7ff632bf474", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7ff8bb00a744445198c53095abeae75a"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b445507065d24d018a5ea7ae1fd1b3d7", "id": "7ff8bb00a744445198c53095abeae75a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8bb75eb46faf4e8689f160d0c61bffcd"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a225b602456e405e8b41665d9636d9f5", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9335b9ed200e427fa2285dbab0d4b8c4"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "128d9665174f4f90a15f2ca586b78137", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/97fe31e36112419d876d4f038c5a65a7"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "974664aa4d5d44f0bdeaa7ff632bf474", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a745773445cd4ab8b9028b4a5d54fee5"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "974664aa4d5d44f0bdeaa7ff632bf474", "id": "a745773445cd4ab8b9028b4a5d54fee5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b9048c59146349c782c19237d552b12c"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12a107ba5fe94cf48543f88f5be124fa", "id": "b9048c59146349c782c19237d552b12c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c85cb8f3222145899f0549f37fb06f4f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e542cb895a3f4177a56a423cb878eebb", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c8bae401d4f5474a99b0becdc28c01db"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "910fef42db724bdeb1fa8bbf3c3250ce", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cbf4cd7dd93f4943ad13c07c5372df9e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0b2c81d178354316a59a5f26fbb141d2", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ce144c6d01044cd49f4da9dc49966c12"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0b2c81d178354316a59a5f26fbb141d2", "id": "ce144c6d01044cd49f4da9dc49966c12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cf8b1d6fe0bc44698ef1b386fc835389"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7201054fc9a046268b744bbb78e55641", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d52e6ed992d34e1aa42ec0e8b23efd7e"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a225b602456e405e8b41665d9636d9f5", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d762b7a92f0642b1be8d1656b28324bf"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "910fef42db724bdeb1fa8bbf3c3250ce", "id": "d762b7a92f0642b1be8d1656b28324bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d9dd83b6dafa4d118a2008949cbcbc2c"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12b559676db645e8a04b05c81c9e709f", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/db9b4669ffb04a008eae20361e57281f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e542cb895a3f4177a56a423cb878eebb", "id": "db9b4669ffb04a008eae20361e57281f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e87843a15af14c07a118e3a573904ce5"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e542cb895a3f4177a56a423cb878eebb", "id": "e87843a15af14c07a118e3a573904ce5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/eed4ae978d744cf985ae4fce568b5999"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "128d9665174f4f90a15f2ca586b78137", "id": "eed4ae978d744cf985ae4fce568b5999"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fe9df36472904e47bad81207763a6be9"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f1fc853614074be2a0c0beb1ce04f343", "id": "fe9df36472904e47bad81207763a6be9"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-20 16:37:51,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-b31ae977-10da-41ec-a740-752843469373 2018-08-20 16:37:51,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.191115856171s 2018-08-20 16:37:51,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-b31ae977-10da-41ec-a740-752843469373 2018-08-20 16:38:13,459 - 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-08-20 16:38:13,486 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-20 16:38:13,599 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-20 16:38:13,723 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:38:13,723 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:22 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 16:38:13,783 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-20 16:38:14,144 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-20 16:38:14,144 - openstack_tests - INFO - OS Credentials = > 2018-08-20 16:38:15,259 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-20 16:38:15,952 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-20 16:38:15,953 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-20 16:38:16,005 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-20 16:38:16,040 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-20 16:38:16,040 - openstack_tests - INFO - OS Credentials = > 2018-08-20 16:38:17,029 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-20 16:38:17,726 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-20 16:38:17,727 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-20 16:38:17,732 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:09 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 00:13 | PASS | | vmready2 | functest | healthcheck | 00:11 | PASS | | singlevm1 | functest | healthcheck | 00:51 | PASS | | singlevm2 | functest | healthcheck | 00:34 | PASS | | vping_ssh | functest | healthcheck | 01:05 | PASS | | vping_userdata | functest | healthcheck | 00:49 | PASS | | cinder_test | functest | healthcheck | 01:18 | PASS | | odl | functest | healthcheck | 00:22 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-20 16:38:17,746 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-20 16:38:42,285 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-227 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-20 16:38:42,288 - 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.23,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=IGEoAXNnUN4pnBmqW26kWHxyV 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=0639ea8675f44f1bab72e1097507f733 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=veh7aL4uE9r5BKb2JoTiPAdnl export OS_REGION_NAME=regionOne 2018-08-20 16:38:42,288 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-20 16:38:42,289 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke neutron-tempest-plugin-api | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore patrole | | | | | vmtp shaker snaps_smoke neutron_trunk | | | | | networking-bgpvpn networking-sfc | | | | | barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-08-20 16:38:42,316 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:38:43,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:38:43,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:38:43,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:38:43,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:38:43,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:38:43,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:38:43,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:38:43,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:38:43,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:38:43,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:38:43,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 16:38:43,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 16:38:43,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:38:43,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-883c0fd6-09bf-41ed-89df-e918f614129a Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:38:43,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-883c0fd6-09bf-41ed-89df-e918f614129a 2018-08-20 16:38:43,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:38:43,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:38:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["BblnxEZhRTuCBl_hopT4nA"], "issued_at": "2018-08-20T16:38:43.000000Z"}} 2018-08-20 16:38:43,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:38:43,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:38:44,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cc9b3f17-0364-45b1-9a59-8d974825a71d Date: Mon, 20 Aug 2018 16:38:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:38:44,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cc9b3f17-0364-45b1-9a59-8d974825a71d 2018-08-20 16:38:44,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.610816001892s 2018-08-20 16:38:44,286 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cc9b3f17-0364-45b1-9a59-8d974825a71d 2018-08-20 16:38:44,286 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 16:38:54,198 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | df9f7484-268b-402e-a9cb-6e330dba93dc | 2018-08-20T16:38:49.919945 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: df9f7484-268b-402e-a9cb-6e330dba93dc ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-20 16:38:58,061 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 16:38:58,061 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 16:39:14,057 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=4627376b-1c54-4ec0-864d-88debc4ab77d) as the default verifier for the future CLI operations. 2018-08-20 16:39:17,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 16:39:17,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:39:17,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-fb838648-0efd-4d04-9181-8c5e47d54651 Date: Mon, 20 Aug 2018 16:39:17 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 16:39:17,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-fb838648-0efd-4d04-9181-8c5e47d54651 2018-08-20 16:39:17,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.272670030594s 2018-08-20 16:39:17,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-fb838648-0efd-4d04-9181-8c5e47d54651 2018-08-20 16:39:17,470 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-20 16:39:17,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:39:17,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"network": {"name": "tempest_smoke-net_945630f3-ad62-4676-b9dd-b23ad8be3689", "admin_state_up": true}}' 2018-08-20 16:39:17,947 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-7fbd92ef-753d-44cf-be37-a3702a2bf828 Date: Mon, 20 Aug 2018 16:39:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"57907b5e-cb20-4553-bada-bd0217fde6f4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:39:17Z","is_default":false,"provider:segmentation_id":57,"name":"tempest_smoke-net_945630f3-ad62-4676-b9dd-b23ad8be3689","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:39:17Z","mtu":1450}} 2018-08-20 16:39:17,947 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7fbd92ef-753d-44cf-be37-a3702a2bf828 2018-08-20 16:39:17,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.477082014084s 2018-08-20 16:39:17,948 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7fbd92ef-753d-44cf-be37-a3702a2bf828 2018-08-20 16:39:17,948 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T16:39:17Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'57907b5e-cb20-4553-bada-bd0217fde6f4', u'provider:segmentation_id': 57, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_945630f3-ad62-4676-b9dd-b23ad8be3689', u'admin_state_up': True, u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:39:17Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 16:39:17,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:39:17,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:39:18,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-12a79c1e-df5c-4a86-a862-961e0817045a Date: Mon, 20 Aug 2018 16:39:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"57907b5e-cb20-4553-bada-bd0217fde6f4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:39:17Z","provider:segmentation_id":57,"name":"tempest_smoke-net_945630f3-ad62-4676-b9dd-b23ad8be3689","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:39:17Z","provider:network_type":"vxlan"}]} 2018-08-20 16:39:18,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-12a79c1e-df5c-4a86-a862-961e0817045a 2018-08-20 16:39:18,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.361381053925s 2018-08-20 16:39:18,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-12a79c1e-df5c-4a86-a862-961e0817045a 2018-08-20 16:39:18,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:39:18,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"subnet": {"name": "tempest_smoke-subnet_945630f3-ad62-4676-b9dd-b23ad8be3689", "enable_dhcp": true, "network_id": "57907b5e-cb20-4553-bada-bd0217fde6f4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:39:19,229 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-d999b398-d2f5-4aad-be2f-79a6219b8ad3 Date: Mon, 20 Aug 2018 16:39:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"57907b5e-cb20-4553-bada-bd0217fde6f4","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:39:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:39: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":"0639ea8675f44f1bab72e1097507f733","id":"8e44779c-d4b0-4455-bd04-af41ca6d63ad","subnetpool_id":null,"name":"tempest_smoke-subnet_945630f3-ad62-4676-b9dd-b23ad8be3689"}} 2018-08-20 16:39:19,229 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d999b398-d2f5-4aad-be2f-79a6219b8ad3 2018-08-20 16:39:19,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.916877031326s 2018-08-20 16:39:19,230 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d999b398-d2f5-4aad-be2f-79a6219b8ad3 2018-08-20 16:39:19,230 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:39: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'8e44779c-d4b0-4455-bd04-af41ca6d63ad', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_945630f3-ad62-4676-b9dd-b23ad8be3689', u'enable_dhcp': True, u'network_id': u'57907b5e-cb20-4553-bada-bd0217fde6f4', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:39: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'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 16:39:19,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:39:19,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "tempest_smoke-router_945630f3-ad62-4676-b9dd-b23ad8be3689", "admin_state_up": true}}' 2018-08-20 16:39:20,685 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-f53ee515-20ca-41e3-a765-6291e782c799 Date: Mon, 20 Aug 2018 16:39:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:39:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T16:39:20Z", "revision_number": 2, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "e62fdaa7-9f35-4026-90d5-dc145191c249", "name": "tempest_smoke-router_945630f3-ad62-4676-b9dd-b23ad8be3689"}} 2018-08-20 16:39:20,685 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f53ee515-20ca-41e3-a765-6291e782c799 2018-08-20 16:39:20,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45494699478s 2018-08-20 16:39:20,686 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f53ee515-20ca-41e3-a765-6291e782c799 2018-08-20 16:39:20,686 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:39:19Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T16:39:20Z', u'revision_number': 2, u'routes': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'id': u'e62fdaa7-9f35-4026-90d5-dc145191c249', u'name': u'tempest_smoke-router_945630f3-ad62-4676-b9dd-b23ad8be3689'}) 2018-08-20 16:39:20,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:39:20,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e62fdaa7-9f35-4026-90d5-dc145191c249/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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"subnet_id": "8e44779c-d4b0-4455-bd04-af41ca6d63ad"}' 2018-08-20 16:39:22,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9b5f59be-64e6-4867-b536-6ae2715d4163 Date: Mon, 20 Aug 2018 16:39:22 GMT RESP BODY: {"network_id": "57907b5e-cb20-4553-bada-bd0217fde6f4", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "8e44779c-d4b0-4455-bd04-af41ca6d63ad", "subnet_ids": ["8e44779c-d4b0-4455-bd04-af41ca6d63ad"], "port_id": "12540f20-8199-4f1e-8e9c-85e52b8cad90", "id": "e62fdaa7-9f35-4026-90d5-dc145191c249"} 2018-08-20 16:39:22,909 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e62fdaa7-9f35-4026-90d5-dc145191c249/add_router_interface.json used request id req-9b5f59be-64e6-4867-b536-6ae2715d4163 2018-08-20 16:39:22,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.22238397598s 2018-08-20 16:39:22,910 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e62fdaa7-9f35-4026-90d5-dc145191c249/add_router_interface.json used request id req-9b5f59be-64e6-4867-b536-6ae2715d4163 returning object e62fdaa7-9f35-4026-90d5-dc145191c249 2018-08-20 16:39:22,910 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 16:39:23,037 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 16:39:23,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:39:23,043 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 16:39:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 16:39:23,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:39:23,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:39:23,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0122b96c-a49d-4593-bbe8-12cd209b976b Date: Mon, 20 Aug 2018 16:39:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:39:23,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0122b96c-a49d-4593-bbe8-12cd209b976b 2018-08-20 16:39:23,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.273442983627s 2018-08-20 16:39:23,321 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0122b96c-a49d-4593-bbe8-12cd209b976b 2018-08-20 16:39:23,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:39:23,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689"}' 2018-08-20 16:39:24,202 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-36ac3981-cb25-486a-977f-61a6ee6de299 Date: Mon, 20 Aug 2018 16:39:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:39:24Z", "file": "/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "1c2dea6c-54f5-4e11-8dc5-51db6efb0028", "size": null, "self": "/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "checksum": null, "created_at": "2018-08-20T16:39:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:39:24,203 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-36ac3981-cb25-486a-977f-61a6ee6de299 2018-08-20 16:39:24,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.873602867126s 2018-08-20 16:39:24,203 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-36ac3981-cb25-486a-977f-61a6ee6de299 returning object 1c2dea6c-54f5-4e11-8dc5-51db6efb0028 2018-08-20 16:39:24,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:39:24,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '' 2018-08-20 16:39:25,150 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9b592102-e2ec-4eac-8631-7e4f62c0527f Date: Mon, 20 Aug 2018 16:39:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:39:25,150 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/file used request id req-9b592102-e2ec-4eac-8631-7e4f62c0527f 2018-08-20 16:39:25,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.946542024612s 2018-08-20 16:39:25,151 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/file used request id req-9b592102-e2ec-4eac-8631-7e4f62c0527f 2018-08-20 16:39:25,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:39:25,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:39:25,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-b61f33f3-b444-4374-b3ff-5034440d865b Date: Mon, 20 Aug 2018 16:39:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:39:25Z", "file": "/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "1c2dea6c-54f5-4e11-8dc5-51db6efb0028", "size": 12716032, "self": "/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:39:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:39:25,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b61f33f3-b444-4374-b3ff-5034440d865b 2018-08-20 16:39:25,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296858072281s 2018-08-20 16:39:25,451 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b61f33f3-b444-4374-b3ff-5034440d865b 2018-08-20 16:39:25,452 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'1c2dea6c-54f5-4e11-8dc5-51db6efb0028', 'size': 12716032, u'self': u'/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:39:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T16:39:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689', 'created': u'2018-08-20T16:39:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:39:24Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:39:25,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:39:25,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_945630f3-ad62-4676-b9dd-b23ad8be3689", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:39:25,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:39: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-2304ced7-eb72-474e-85ba-f708dfcd6060 x-compute-request-id: req-2304ced7-eb72-474e-85ba-f708dfcd6060 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_945630f3-ad62-4676-b9dd-b23ad8be3689", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3", "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": "c43a184d-ed87-4695-88d9-32d5ac286ab3"}} 2018-08-20 16:39:25,791 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2304ced7-eb72-474e-85ba-f708dfcd6060 2018-08-20 16:39:25,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.338133096695s 2018-08-20 16:39:25,791 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2304ced7-eb72-474e-85ba-f708dfcd6060 2018-08-20 16:39:25,792 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_945630f3-ad62-4676-b9dd-b23ad8be3689', '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'0639ea8675f44f1bab72e1097507f733', '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'c43a184d-ed87-4695-88d9-32d5ac286ab3', 'swap': 0}) 2018-08-20 16:39:25,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:39:25,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3/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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"extra_specs": {}}' 2018-08-20 16:39:25,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:39: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-064cbad0-16ed-4c4f-aa3d-6c89663d6fa7 x-compute-request-id: req-064cbad0-16ed-4c4f-aa3d-6c89663d6fa7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:39:25,815 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3/os-extra_specs used request id req-064cbad0-16ed-4c4f-aa3d-6c89663d6fa7 2018-08-20 16:39:25,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224740505219s 2018-08-20 16:39:25,816 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3/os-extra_specs used request id req-064cbad0-16ed-4c4f-aa3d-6c89663d6fa7 2018-08-20 16:39:25,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:39:25,826 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:39:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-213099db-62f4-471c-9055-d4ffcb394e23 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 16:39:25,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-213099db-62f4-471c-9055-d4ffcb394e23 2018-08-20 16:39:25,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:39:25,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:39:26,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b6a15d-a678-4b01-9491-657b23c61ac0 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:39:26,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-45b6a15d-a678-4b01-9491-657b23c61ac0 2018-08-20 16:39:26,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203464984894s 2018-08-20 16:39:26,034 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-45b6a15d-a678-4b01-9491-657b23c61ac0 2018-08-20 16:39:26,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:39:26,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:39:26,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32f41214-6c96-4419-a222-390ef9cbfbb2 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:39:26,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-32f41214-6c96-4419-a222-390ef9cbfbb2 2018-08-20 16:39:26,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193601131439s 2018-08-20 16:39:26,234 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-32f41214-6c96-4419-a222-390ef9cbfbb2 2018-08-20 16:39:26,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 16:39:26,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:39:26,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:39: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-b71c4db7-7649-462d-b6b1-1de0a1306e0a x-compute-request-id: req-b71c4db7-7649-462d-b6b1-1de0a1306e0a Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 16:39:26,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-b71c4db7-7649-462d-b6b1-1de0a1306e0a 2018-08-20 16:39:26,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0393800735474s 2018-08-20 16:39:26,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-b71c4db7-7649-462d-b6b1-1de0a1306e0a 2018-08-20 16:39:26,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:39:26,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:39:26,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-08962219-b07c-4bfd-b8c3-2efea46a8b55 Date: Mon, 20 Aug 2018 16:39:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:39:25Z", "file": "/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "1c2dea6c-54f5-4e11-8dc5-51db6efb0028", "size": 12716032, "self": "/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:39:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:39:26,316 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-08962219-b07c-4bfd-b8c3-2efea46a8b55 2018-08-20 16:39:26,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0266578197479s 2018-08-20 16:39:26,317 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-08962219-b07c-4bfd-b8c3-2efea46a8b55 2018-08-20 16:39:26,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:39:26,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_945630f3-ad62-4676-b9dd-b23ad8be3689", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_945630f3-ad62-4676-b9dd-b23ad8be3689"}' 2018-08-20 16:39:26,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-38e7dc49-aeaa-403a-8b5c-111219de9f76 Date: Mon, 20 Aug 2018 16:39:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:39:26Z", "file": "/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "735c12eb-b645-4ab0-ad89-0971629bf2cb", "size": null, "self": "/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_945630f3-ad62-4676-b9dd-b23ad8be3689", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_945630f3-ad62-4676-b9dd-b23ad8be3689", "checksum": null, "created_at": "2018-08-20T16:39:26Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:39:26,653 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-38e7dc49-aeaa-403a-8b5c-111219de9f76 2018-08-20 16:39:26,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.328820943832s 2018-08-20 16:39:26,654 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-38e7dc49-aeaa-403a-8b5c-111219de9f76 returning object 735c12eb-b645-4ab0-ad89-0971629bf2cb 2018-08-20 16:39:26,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:39:26,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb/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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '' 2018-08-20 16:39:27,474 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba146036-e13a-4798-886a-e455ea0878a3 Date: Mon, 20 Aug 2018 16:39:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:39:27,474 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb/file used request id req-ba146036-e13a-4798-886a-e455ea0878a3 2018-08-20 16:39:27,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.820058822632s 2018-08-20 16:39:27,474 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb/file used request id req-ba146036-e13a-4798-886a-e455ea0878a3 2018-08-20 16:39:27,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:39:27,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:39:27,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-6cf57c7e-777b-4a28-842f-e559e067c689 Date: Mon, 20 Aug 2018 16:39:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:39:27Z", "file": "/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "735c12eb-b645-4ab0-ad89-0971629bf2cb", "size": 12716032, "self": "/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/735c12eb-b645-4ab0-ad89-0971629bf2cb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/735c12eb-b645-4ab0-ad89-0971629bf2cb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_945630f3-ad62-4676-b9dd-b23ad8be3689", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_945630f3-ad62-4676-b9dd-b23ad8be3689", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:39:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:39:25Z", "file": "/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "1c2dea6c-54f5-4e11-8dc5-51db6efb0028", "size": 12716032, "self": "/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:39:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:39:27,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6cf57c7e-777b-4a28-842f-e559e067c689 2018-08-20 16:39:27,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.297987937927s 2018-08-20 16:39:27,776 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6cf57c7e-777b-4a28-842f-e559e067c689 2018-08-20 16:39:27,777 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/735c12eb-b645-4ab0-ad89-0971629bf2cb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'735c12eb-b645-4ab0-ad89-0971629bf2cb', 'size': 12716032, u'self': u'/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/735c12eb-b645-4ab0-ad89-0971629bf2cb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:39:27Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T16:39:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_945630f3-ad62-4676-b9dd-b23ad8be3689', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_945630f3-ad62-4676-b9dd-b23ad8be3689', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_945630f3-ad62-4676-b9dd-b23ad8be3689', 'created': u'2018-08-20T16:39:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:39:26Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_945630f3-ad62-4676-b9dd-b23ad8be3689', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:39:27,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:39:27,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_945630f3-ad62-4676-b9dd-b23ad8be3689", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:39:27,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:39: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-b1b0a609-6573-4457-b539-3cf6b7b8450f x-compute-request-id: req-b1b0a609-6573-4457-b539-3cf6b7b8450f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_945630f3-ad62-4676-b9dd-b23ad8be3689", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/76aad993-bba6-4aba-ad46-83d2c78652df", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/76aad993-bba6-4aba-ad46-83d2c78652df", "rel": "bookmark"}], "ram": 1024, "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": "76aad993-bba6-4aba-ad46-83d2c78652df"}} 2018-08-20 16:39:27,851 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b1b0a609-6573-4457-b539-3cf6b7b8450f 2018-08-20 16:39:27,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0732350349426s 2018-08-20 16:39:27,851 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b1b0a609-6573-4457-b539-3cf6b7b8450f 2018-08-20 16:39:27,851 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_945630f3-ad62-4676-b9dd-b23ad8be3689', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'76aad993-bba6-4aba-ad46-83d2c78652df', 'swap': 0}) 2018-08-20 16:39:27,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:39:27,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/76aad993-bba6-4aba-ad46-83d2c78652df/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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"extra_specs": {}}' 2018-08-20 16:39:27,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:39:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c110ff88-3fd9-4eff-b50f-9a82255977a0 x-compute-request-id: req-c110ff88-3fd9-4eff-b50f-9a82255977a0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:39:27,871 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/76aad993-bba6-4aba-ad46-83d2c78652df/os-extra_specs used request id req-c110ff88-3fd9-4eff-b50f-9a82255977a0 2018-08-20 16:39:27,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0197870731354s 2018-08-20 16:39:27,872 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/76aad993-bba6-4aba-ad46-83d2c78652df/os-extra_specs used request id req-c110ff88-3fd9-4eff-b50f-9a82255977a0 2018-08-20 16:39:27,872 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_945630f3-ad62-4676-b9dd-b23ad8be3689', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'76aad993-bba6-4aba-ad46-83d2c78652df', 'swap': 0}) 2018-08-20 16:39:31,588 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 16:39:31,588 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 16:39:31,589 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 16:39:31,591 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 16:39:31,593 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-20 16:39:35,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4627376b-1c54-4ec0-864d-88debc4ab77d/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-20 16:39:35,331 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 16:39:35,346 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 16:39:35,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke/test_list.txt', '--concurrency=4']'. 2018-08-20 16:39:43,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:39:43.541 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-20 16:39:46,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:39:46.340 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.297s] 2018-08-20 16:39:46,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:39:46.393 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.054s] 2018-08-20 16:39:49,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:39:49.718 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.932s] 2018-08-20 16:39:56,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:39:56.086 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.610s] 2018-08-20 16:39:56,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:39:56.906 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.410s] 2018-08-20 16:40:00,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:00.856 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.770s] 2018-08-20 16:40:01,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:01.496 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.583s] 2018-08-20 16:40:04,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:04.865 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [16.518s] 2018-08-20 16:40:15,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:15.933 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.854s] 2018-08-20 16:40:15,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:15.942 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-08-20 16:40:18,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:18.298 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.462s] 2018-08-20 16:40:23,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:23.960 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.040s] 2018-08-20 16:40:27,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:27.637 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.529s] 2018-08-20 16:40:34,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:34.344 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.062s] 2018-08-20 16:40:34,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:34.346 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-20 16:40:36,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:36.055 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.149s] 2018-08-20 16:40:36,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:36.694 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.075s] 2018-08-20 16:40:46,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:46.565 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.482s] 2018-08-20 16:40:47,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:47.874 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.309s] 2018-08-20 16:40:50,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:50.135 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.261s] 2018-08-20 16:40:50,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:50.368 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.088s] 2018-08-20 16:40:50,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:50.369 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-20 16:40:52,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:40:52.883 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.985s] 2018-08-20 16:41:00,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:00.100 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-20 16:41:02,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:02.200 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.784s] 2018-08-20 16:41:07,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:07.703 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.502s] 2018-08-20 16:41:17,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:17.569 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [9.865s] 2018-08-20 16:41:19,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:19.854 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [11.146s] 2018-08-20 16:41:20,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:20.577 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.723s] 2018-08-20 16:41:20,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:20.771 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.194s] 2018-08-20 16:41:20,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:20.890 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.118s] 2018-08-20 16:41:21,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:21.291 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.401s] 2018-08-20 16:41:21,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:21.647 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.356s] 2018-08-20 16:41:22,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:22.237 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.073s] 2018-08-20 16:41:22,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:22.238 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-20 16:41:30,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:30.178 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.382s] 2018-08-20 16:41:33,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:33.297 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.116s] 2018-08-20 16:41:33,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:33.673 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.380s] 2018-08-20 16:41:40,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:40.444 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-20 16:41:41,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:41.856 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.313s] 2018-08-20 16:41:42,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:42.324 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.468s] 2018-08-20 16:41:42,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:42.429 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.227s] 2018-08-20 16:41:42,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:42.445 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.017s] 2018-08-20 16:41:42,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:42.664 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.341s] 2018-08-20 16:41:42,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:42.728 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.063s] 2018-08-20 16:41:43,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:43.157 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.429s] 2018-08-20 16:41:43,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:43.200 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.043s] 2018-08-20 16:41:43,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:43.425 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.169s] 2018-08-20 16:41:43,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:43.573 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.148s] 2018-08-20 16:41:43,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:43.748 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.175s] 2018-08-20 16:41:43,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:43.755 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-08-20 16:41:54,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:54.543 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.430s] 2018-08-20 16:41:55,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:41:55.001 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [5.890s] 2018-08-20 16:42:06,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:06.346 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.195s] 2018-08-20 16:42:06,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:06.434 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.088s] 2018-08-20 16:42:06,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:06.531 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.096s] 2018-08-20 16:42:06,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:06.662 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.131s] 2018-08-20 16:42:10,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:10.076 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.711s] 2018-08-20 16:42:14,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:14.975 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.636s] 2018-08-20 16:42:19,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:19.326 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.249s] 2018-08-20 16:42:21,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:21.083 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.107s] 2018-08-20 16:42:23,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:23.484 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-08-20 16:42:26,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:26.172 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.845s] 2018-08-20 16:42:31,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:31.611 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.439s] 2018-08-20 16:42:33,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:33.733 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.058s] 2018-08-20 16:42:33,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:33.850 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.117s] 2018-08-20 16:42:38,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:38.424 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.926s] 2018-08-20 16:42:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:40.856 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-20 16:42:43,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:43.919 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [5.494s] 2018-08-20 16:42:45,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:45.206 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.209s] 2018-08-20 16:42:54,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:54.882 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [10.962s] 2018-08-20 16:42:55,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:55.819 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.562s] 2018-08-20 16:42:56,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:42:56.813 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.168s] 2018-08-20 16:43:05,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:05.141 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.412s] 2018-08-20 16:43:05,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:05.779 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... fail [0.631s] 2018-08-20 16:43:10,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:10.880 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [5.106s] 2018-08-20 16:43:12,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:12.441 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.928s] 2018-08-20 16:43:12,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:12.510 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.362s] 2018-08-20 16:43:16,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:16.202 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-20 16:43:22,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:22.517 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.006s] 2018-08-20 16:43:22,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:22.669 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [10.227s] 2018-08-20 16:43:24,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:24.452 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.934s] 2018-08-20 16:43:24,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:24.686 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.235s] 2018-08-20 16:43:25,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:25.031 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.344s] 2018-08-20 16:43:25,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:25.152 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.482s] 2018-08-20 16:43:25,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:25.471 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.320s] 2018-08-20 16:43:25,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:25.517 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.046s] 2018-08-20 16:43:34,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:34.327 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.835s] 2018-08-20 16:43:38,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:38.027 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.697s] 2018-08-20 16:43:38,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:38.543 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.519s] 2018-08-20 16:43:46,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:46.197 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [13.016s] 2018-08-20 16:43:54,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:43:54.299 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.101s] 2018-08-20 16:44:01,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:01.825 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.526s] 2018-08-20 16:44:01,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:01.874 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.914s] 2018-08-20 16:44:06,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:06.109 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.282s] 2018-08-20 16:44:15,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:15.477 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.698s] 2018-08-20 16:44:27,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:27.563 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-20 16:44:29,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:29.050 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.571s] 2018-08-20 16:44:35,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:35.447 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.898s] 2018-08-20 16:44:35,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:35.566 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.119s] 2018-08-20 16:44:46,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:46.903 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.306s] 2018-08-20 16:44:49,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:49.387 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.482s] 2018-08-20 16:44:51,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 16:44:51.821 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.433s] 2018-08-20 16:44:55,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: cf4714e5-fcb6-4635-8ec1-2d716965a147 2018-08-20 16:44:55,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cf4714e5-fcb6-4635-8ec1-2d716965a147']'. 2018-08-20 16:44:56,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 16:44:56,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 16:44:56,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 16:44:56,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cf4714e5-fcb6-4635-8ec1-2d716965a147 | 2018-08-20 16:44:56,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-20 16:44:56,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 16:39:37 | 2018-08-20 16:44:56,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 16:44:55 | 2018-08-20 16:44:56,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:18 | 2018-08-20 16:44:56,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-20 16:44:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 16:44:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 16:44:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4627376b-1c54-4ec0-864d-88debc4ab77d) | 2018-08-20 16:44:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 16:44:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: df9f7484-268b-402e-a9cb-6e330dba93dc) | 2018-08-20 16:44:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-20 16:44:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 308.415 | 2018-08-20 16:44:56,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 100 | 2018-08-20 16:44:56,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-20 16:44:56,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 16:44:56,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 16:44:56,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-08-20 16:44:56,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 16:44:56,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 16:44:56,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 16:44:56,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 99.0099009901% 2018-08-20 16:44:56,900 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:44:56,900 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 05:39 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-20 16:44:56,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 16:44:56,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:44:58,313 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-43cc03b6-a29f-41ea-9996-74e96d8051fa Date: Mon, 20 Aug 2018 16:44:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:44:58,313 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb used request id req-43cc03b6-a29f-41ea-9996-74e96d8051fa 2018-08-20 16:44:58,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.41097283363s 2018-08-20 16:44:58,314 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/735c12eb-b645-4ab0-ad89-0971629bf2cb used request id req-43cc03b6-a29f-41ea-9996-74e96d8051fa 2018-08-20 16:44:58,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:44:58,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:44:58,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:44: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-f9c2f591-c939-4ebd-8221-059d29f19cc6 x-compute-request-id: req-f9c2f591-c939-4ebd-8221-059d29f19cc6 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_945630f3-ad62-4676-b9dd-b23ad8be3689", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/76aad993-bba6-4aba-ad46-83d2c78652df", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/76aad993-bba6-4aba-ad46-83d2c78652df", "rel": "bookmark"}], "ram": 1024, "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": "76aad993-bba6-4aba-ad46-83d2c78652df"}, {"name": "tempest_smoke-flavor_945630f3-ad62-4676-b9dd-b23ad8be3689", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3", "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": "c43a184d-ed87-4695-88d9-32d5ac286ab3"}]} 2018-08-20 16:44:58,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f9c2f591-c939-4ebd-8221-059d29f19cc6 2018-08-20 16:44:58,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.310839176178s 2018-08-20 16:44:58,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f9c2f591-c939-4ebd-8221-059d29f19cc6 2018-08-20 16:44:58,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 16:44:58,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/76aad993-bba6-4aba-ad46-83d2c78652df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:44:58,683 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7dec291-2107-49e4-b7c3-c702567780ec x-compute-request-id: req-f7dec291-2107-49e4-b7c3-c702567780ec Content-Length: 0 Content-Type: application/json 2018-08-20 16:44:58,683 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/76aad993-bba6-4aba-ad46-83d2c78652df used request id req-f7dec291-2107-49e4-b7c3-c702567780ec 2018-08-20 16:44:58,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0552837848663s 2018-08-20 16:44:58,684 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/76aad993-bba6-4aba-ad46-83d2c78652df used request id req-f7dec291-2107-49e4-b7c3-c702567780ec 2018-08-20 16:44:58,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:44:58,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e62fdaa7-9f35-4026-90d5-dc145191c249/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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" -d '{"subnet_id": "8e44779c-d4b0-4455-bd04-af41ca6d63ad"}' 2018-08-20 16:45:00,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cd741296-dede-41ab-8727-7408439b61b4 Date: Mon, 20 Aug 2018 16:45:01 GMT RESP BODY: {"network_id": "57907b5e-cb20-4553-bada-bd0217fde6f4", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "8e44779c-d4b0-4455-bd04-af41ca6d63ad", "subnet_ids": ["8e44779c-d4b0-4455-bd04-af41ca6d63ad"], "port_id": "12540f20-8199-4f1e-8e9c-85e52b8cad90", "id": "e62fdaa7-9f35-4026-90d5-dc145191c249"} 2018-08-20 16:45:00,705 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e62fdaa7-9f35-4026-90d5-dc145191c249/remove_router_interface.json used request id req-cd741296-dede-41ab-8727-7408439b61b4 2018-08-20 16:45:00,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.02134799957s 2018-08-20 16:45:00,706 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e62fdaa7-9f35-4026-90d5-dc145191c249/remove_router_interface.json used request id req-cd741296-dede-41ab-8727-7408439b61b4 returning object e62fdaa7-9f35-4026-90d5-dc145191c249 2018-08-20 16:45:00,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:45:00,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:45:01,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-e88839c7-e9d3-4223-93c6-fda66b3eb78d Date: Mon, 20 Aug 2018 16:45:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:39:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T16:45:00Z", "revision_number": 4, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "e62fdaa7-9f35-4026-90d5-dc145191c249", "name": "tempest_smoke-router_945630f3-ad62-4676-b9dd-b23ad8be3689"}]} 2018-08-20 16:45:01,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e88839c7-e9d3-4223-93c6-fda66b3eb78d 2018-08-20 16:45:01,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.400325059891s 2018-08-20 16:45:01,107 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e88839c7-e9d3-4223-93c6-fda66b3eb78d 2018-08-20 16:45:01,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:45:01,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/e62fdaa7-9f35-4026-90d5-dc145191c249.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:45:02,747 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad07f5b6-8e89-420d-ab08-e047c3684d72 Content-Length: 0 Date: Mon, 20 Aug 2018 16:45:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:45:02,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/e62fdaa7-9f35-4026-90d5-dc145191c249.json used request id req-ad07f5b6-8e89-420d-ab08-e047c3684d72 2018-08-20 16:45:02,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.63840794563s 2018-08-20 16:45:02,747 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/e62fdaa7-9f35-4026-90d5-dc145191c249.json used request id req-ad07f5b6-8e89-420d-ab08-e047c3684d72 2018-08-20 16:45:02,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:45:02,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:45:03,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-b283f300-5495-4f1e-b63e-d6494bc2bbd4 Date: Mon, 20 Aug 2018 16:45:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"57907b5e-cb20-4553-bada-bd0217fde6f4","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:39:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:39: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":"0639ea8675f44f1bab72e1097507f733","id":"8e44779c-d4b0-4455-bd04-af41ca6d63ad","subnetpool_id":null,"name":"tempest_smoke-subnet_945630f3-ad62-4676-b9dd-b23ad8be3689"}]} 2018-08-20 16:45:03,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b283f300-5495-4f1e-b63e-d6494bc2bbd4 2018-08-20 16:45:03,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.333052158356s 2018-08-20 16:45:03,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b283f300-5495-4f1e-b63e-d6494bc2bbd4 2018-08-20 16:45:03,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:45:03,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/8e44779c-d4b0-4455-bd04-af41ca6d63ad.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:45:05,170 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-82c95b34-389b-44d9-a169-e42dceece969 Date: Mon, 20 Aug 2018 16:45:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:45:05,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8e44779c-d4b0-4455-bd04-af41ca6d63ad.json used request id req-82c95b34-389b-44d9-a169-e42dceece969 2018-08-20 16:45:05,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.08776688576s 2018-08-20 16:45:05,171 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8e44779c-d4b0-4455-bd04-af41ca6d63ad.json used request id req-82c95b34-389b-44d9-a169-e42dceece969 2018-08-20 16:45:05,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:45:05,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:45:05,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-5710890f-600e-414f-b6a4-4d783c7d8d0e Date: Mon, 20 Aug 2018 16:45:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"57907b5e-cb20-4553-bada-bd0217fde6f4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:45:05Z","provider:segmentation_id":57,"name":"tempest_smoke-net_945630f3-ad62-4676-b9dd-b23ad8be3689","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:39:17Z","provider:network_type":"vxlan"}]} 2018-08-20 16:45:05,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5710890f-600e-414f-b6a4-4d783c7d8d0e 2018-08-20 16:45:05,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.399351835251s 2018-08-20 16:45:05,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5710890f-600e-414f-b6a4-4d783c7d8d0e 2018-08-20 16:45:05,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:45:05,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/57907b5e-cb20-4553-bada-bd0217fde6f4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:45:07,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c9899ffb-9bb8-48aa-8780-dadcf32afa55 Date: Mon, 20 Aug 2018 16:45:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:45:07,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/57907b5e-cb20-4553-bada-bd0217fde6f4.json used request id req-c9899ffb-9bb8-48aa-8780-dadcf32afa55 2018-08-20 16:45:07,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.60695505142s 2018-08-20 16:45:07,179 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/57907b5e-cb20-4553-bada-bd0217fde6f4.json used request id req-c9899ffb-9bb8-48aa-8780-dadcf32afa55 2018-08-20 16:45:07,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:45:07,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:45:07,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-9f88f9a0-f045-4b47-9987-6060b03733d1 Date: Mon, 20 Aug 2018 16:45:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:39:25Z", "file": "/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "1c2dea6c-54f5-4e11-8dc5-51db6efb0028", "size": 12716032, "self": "/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_945630f3-ad62-4676-b9dd-b23ad8be3689", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:39:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:45:07,464 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9f88f9a0-f045-4b47-9987-6060b03733d1 2018-08-20 16:45:07,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.280354976654s 2018-08-20 16:45:07,465 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9f88f9a0-f045-4b47-9987-6060b03733d1 2018-08-20 16:45:07,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 16:45:07,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:45:08,087 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5155cd0b-482a-412b-a730-5088e4edb904 Date: Mon, 20 Aug 2018 16:45:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:45:08,087 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028 used request id req-5155cd0b-482a-412b-a730-5088e4edb904 2018-08-20 16:45:08,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.620847940445s 2018-08-20 16:45:08,087 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1c2dea6c-54f5-4e11-8dc5-51db6efb0028 used request id req-5155cd0b-482a-412b-a730-5088e4edb904 2018-08-20 16:45:08,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:45:08,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:45:08,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:45:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a849c8a-edd4-416a-98c5-8a51f60d3bdc x-compute-request-id: req-5a849c8a-edd4-416a-98c5-8a51f60d3bdc Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_945630f3-ad62-4676-b9dd-b23ad8be3689", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3", "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": "c43a184d-ed87-4695-88d9-32d5ac286ab3"}]} 2018-08-20 16:45:08,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-5a849c8a-edd4-416a-98c5-8a51f60d3bdc 2018-08-20 16:45:08,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0234661102295s 2018-08-20 16:45:08,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-5a849c8a-edd4-416a-98c5-8a51f60d3bdc 2018-08-20 16:45:08,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 16:45:08,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57bf856ba820c78ad42ae5c1bc78619fbd2501d5" 2018-08-20 16:45:08,143 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:45:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39e7def2-8efa-4c08-82fe-47c5992442ed x-compute-request-id: req-39e7def2-8efa-4c08-82fe-47c5992442ed Content-Length: 0 Content-Type: application/json 2018-08-20 16:45:08,144 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3 used request id req-39e7def2-8efa-4c08-82fe-47c5992442ed 2018-08-20 16:45:08,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0301520824432s 2018-08-20 16:45:08,144 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c43a184d-ed87-4695-88d9-32d5ac286ab3 used request id req-39e7def2-8efa-4c08-82fe-47c5992442ed 2018-08-20 16:45:08,144 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke' failed. 2018-08-20 16:45:08,203 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-20 16:45:08,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 16:45:08,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 16:45:08,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 16:45:08,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 16:45:08,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 16:45:08,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 16:45:08,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 16:45:08,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 16:45:08,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 16:45:08,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 16:45:08,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 16:45:08,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 16:45:08,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:45:08,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba1d14ca-74f8-4fc6-ac20-1356eef841b1 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 16:45:08,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ba1d14ca-74f8-4fc6-ac20-1356eef841b1 2018-08-20 16:45:08,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 16:45:08,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T17:45:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["5TiT80ApTpqZgtd7W_Faxw"], "issued_at": "2018-08-20T16:45:08.000000Z"}} 2018-08-20 16:45:08,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:45:08,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:45:09,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b63bc436-c8af-4304-8373-296d82d5089a Date: Mon, 20 Aug 2018 16:45:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 16:45:09,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b63bc436-c8af-4304-8373-296d82d5089a 2018-08-20 16:45:09,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.388662099838s 2018-08-20 16:45:09,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b63bc436-c8af-4304-8373-296d82d5089a 2018-08-20 16:45:09,061 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 16:45:11,864 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 16:45:14,499 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 0fb085df-2a2b-4946-973c-ea39e3223823 | 2018-08-20T16:45:14.200658 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 0fb085df-2a2b-4946-973c-ea39e3223823 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-20 16:45:18,327 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 16:45:18,328 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 16:45:21,062 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 16:45:24,311 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=ba4c9960-6757-44c3-8730-f83f139d3985) as the default verifier for the future CLI operations. 2018-08-20 16:45:27,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 16:45:27,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:45:27,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-39ee5cb7-c38d-4225-9573-0886bb4b880a Date: Mon, 20 Aug 2018 16:45:27 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 16:45:27,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-39ee5cb7-c38d-4225-9573-0886bb4b880a 2018-08-20 16:45:27,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.28125s 2018-08-20 16:45:27,862 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-39ee5cb7-c38d-4225-9573-0886bb4b880a 2018-08-20 16:45:27,870 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-20 16:45:27,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 16:45:27,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"network": {"name": "neutron-tempest-plugin-api-net_56576c77-15cb-4fe9-90ef-51ec5898681f", "admin_state_up": true}}' 2018-08-20 16:45:28,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-12c0feec-8308-47c1-ba47-eeb6d94be61b Date: Mon, 20 Aug 2018 16:45:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d106fea9-aa19-472c-817e-1731fa7fa9fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:45:28Z","is_default":false,"provider:segmentation_id":33,"name":"neutron-tempest-plugin-api-net_56576c77-15cb-4fe9-90ef-51ec5898681f","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:45:28Z","mtu":1450}} 2018-08-20 16:45:28,370 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-12c0feec-8308-47c1-ba47-eeb6d94be61b 2018-08-20 16:45:28,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.499866008759s 2018-08-20 16:45:28,371 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-12c0feec-8308-47c1-ba47-eeb6d94be61b 2018-08-20 16:45:28,371 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T16:45:28Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd106fea9-aa19-472c-817e-1731fa7fa9fa', u'provider:segmentation_id': 33, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_56576c77-15cb-4fe9-90ef-51ec5898681f', u'admin_state_up': True, u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:45:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 16:45:28,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:45:28,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:45:28,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1364 X-Openstack-Request-Id: req-3a7d8892-e008-47d5-a19c-94c92d3c265c Date: Mon, 20 Aug 2018 16:45:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:25:12Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d106fea9-aa19-472c-817e-1731fa7fa9fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:45:28Z","provider:segmentation_id":33,"name":"neutron-tempest-plugin-api-net_56576c77-15cb-4fe9-90ef-51ec5898681f","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:45:28Z","provider:network_type":"vxlan"}]} 2018-08-20 16:45:28,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3a7d8892-e008-47d5-a19c-94c92d3c265c 2018-08-20 16:45:28,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.448802947998s 2018-08-20 16:45:28,821 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3a7d8892-e008-47d5-a19c-94c92d3c265c 2018-08-20 16:45:28,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 16:45:28,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_56576c77-15cb-4fe9-90ef-51ec5898681f", "enable_dhcp": true, "network_id": "d106fea9-aa19-472c-817e-1731fa7fa9fa", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 16:45:29,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-90264f9e-3f2a-403b-ae3c-4bfb0820e22d Date: Mon, 20 Aug 2018 16:45:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d106fea9-aa19-472c-817e-1731fa7fa9fa","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:45:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:45:29Z","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":"0639ea8675f44f1bab72e1097507f733","id":"a62a3a56-2f3c-4245-8995-62f67b736cf8","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_56576c77-15cb-4fe9-90ef-51ec5898681f"}} 2018-08-20 16:45:29,594 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-90264f9e-3f2a-403b-ae3c-4bfb0820e22d 2018-08-20 16:45:29,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.771835803986s 2018-08-20 16:45:29,595 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-90264f9e-3f2a-403b-ae3c-4bfb0820e22d 2018-08-20 16:45:29,595 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T16:45:29Z', 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'a62a3a56-2f3c-4245-8995-62f67b736cf8', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_56576c77-15cb-4fe9-90ef-51ec5898681f', u'enable_dhcp': True, u'network_id': u'd106fea9-aa19-472c-817e-1731fa7fa9fa', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:45:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 16:45:29,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 16:45:29,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "neutron-tempest-plugin-api-router_56576c77-15cb-4fe9-90ef-51ec5898681f", "admin_state_up": true}}' 2018-08-20 16:45:31,133 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-64a73e6a-0757-4c33-917c-2e2f53603f31 Date: Mon, 20 Aug 2018 16:45:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:45:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T16:45:31Z", "revision_number": 2, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "f15ca229-ca2d-4bb8-b5c2-453b58cf757b", "name": "neutron-tempest-plugin-api-router_56576c77-15cb-4fe9-90ef-51ec5898681f"}} 2018-08-20 16:45:31,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-64a73e6a-0757-4c33-917c-2e2f53603f31 2018-08-20 16:45:31,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.53812813759s 2018-08-20 16:45:31,134 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-64a73e6a-0757-4c33-917c-2e2f53603f31 2018-08-20 16:45:31,135 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T16:45:30Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T16:45:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'id': u'f15ca229-ca2d-4bb8-b5c2-453b58cf757b', u'name': u'neutron-tempest-plugin-api-router_56576c77-15cb-4fe9-90ef-51ec5898681f'}) 2018-08-20 16:45:31,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 16:45:31,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f15ca229-ca2d-4bb8-b5c2-453b58cf757b/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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"subnet_id": "a62a3a56-2f3c-4245-8995-62f67b736cf8"}' 2018-08-20 16:45:33,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a70828d4-ccd0-4ae0-9ab2-021d51a1189d Date: Mon, 20 Aug 2018 16:45:33 GMT RESP BODY: {"network_id": "d106fea9-aa19-472c-817e-1731fa7fa9fa", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "a62a3a56-2f3c-4245-8995-62f67b736cf8", "subnet_ids": ["a62a3a56-2f3c-4245-8995-62f67b736cf8"], "port_id": "b18e5643-9617-406a-8cb1-cf4366af1286", "id": "f15ca229-ca2d-4bb8-b5c2-453b58cf757b"} 2018-08-20 16:45:33,307 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f15ca229-ca2d-4bb8-b5c2-453b58cf757b/add_router_interface.json used request id req-a70828d4-ccd0-4ae0-9ab2-021d51a1189d 2018-08-20 16:45:33,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.17173719406s 2018-08-20 16:45:33,308 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f15ca229-ca2d-4bb8-b5c2-453b58cf757b/add_router_interface.json used request id req-a70828d4-ccd0-4ae0-9ab2-021d51a1189d returning object f15ca229-ca2d-4bb8-b5c2-453b58cf757b 2018-08-20 16:45:33,308 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 16:45:33,440 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 16:45:33,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:45:33,446 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 16:45:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 16:45:33,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:45:33,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:45:33,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4cfaf7b1-9453-4b6e-81e8-b57111fe3a39 Date: Mon, 20 Aug 2018 16:45:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:45:33,732 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4cfaf7b1-9453-4b6e-81e8-b57111fe3a39 2018-08-20 16:45:33,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.283530950546s 2018-08-20 16:45:33,732 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4cfaf7b1-9453-4b6e-81e8-b57111fe3a39 2018-08-20 16:45:33,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:45:33,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f"}' 2018-08-20 16:45:34,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-77f30e97-f30f-4b0b-a5e4-8e0062cc6ffb Date: Mon, 20 Aug 2018 16:45:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:45:34Z", "file": "/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "52c5d1ca-45a0-414b-8c1c-8c9493328724", "size": null, "self": "/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "checksum": null, "created_at": "2018-08-20T16:45:34Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:45:34,058 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-77f30e97-f30f-4b0b-a5e4-8e0062cc6ffb 2018-08-20 16:45:34,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.317484140396s 2018-08-20 16:45:34,058 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-77f30e97-f30f-4b0b-a5e4-8e0062cc6ffb returning object 52c5d1ca-45a0-414b-8c1c-8c9493328724 2018-08-20 16:45:34,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:45:34,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '' 2018-08-20 16:45:35,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7a646a20-3133-4e1b-9bd4-a9bc30a46407 Date: Mon, 20 Aug 2018 16:45:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:45:35,226 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/file used request id req-7a646a20-3133-4e1b-9bd4-a9bc30a46407 2018-08-20 16:45:35,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.16694521904s 2018-08-20 16:45:35,226 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/file used request id req-7a646a20-3133-4e1b-9bd4-a9bc30a46407 2018-08-20 16:45:35,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:45:35,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:45:35,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-525e28a0-9811-4f6b-a8cc-703b3cd017b6 Date: Mon, 20 Aug 2018 16:45:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:45:35Z", "file": "/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "52c5d1ca-45a0-414b-8c1c-8c9493328724", "size": 12716032, "self": "/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:45:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:45:35,254 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-525e28a0-9811-4f6b-a8cc-703b3cd017b6 2018-08-20 16:45:35,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0244688987732s 2018-08-20 16:45:35,255 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-525e28a0-9811-4f6b-a8cc-703b3cd017b6 2018-08-20 16:45:35,257 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/snap', u'metadata': Munch({})})], 'file': u'/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'52c5d1ca-45a0-414b-8c1c-8c9493328724', 'size': 12716032, u'self': u'/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:45:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T16:45:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f', 'created': u'2018-08-20T16:45:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:45:34Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:45:35,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:45:35,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_56576c77-15cb-4fe9-90ef-51ec5898681f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:45:35,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:45: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-2c97a0b6-30e2-4707-8be9-7e2c40bec1d1 x-compute-request-id: req-2c97a0b6-30e2-4707-8be9-7e2c40bec1d1 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_56576c77-15cb-4fe9-90ef-51ec5898681f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb", "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": "6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb"}} 2018-08-20 16:45:35,591 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2c97a0b6-30e2-4707-8be9-7e2c40bec1d1 2018-08-20 16:45:35,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.33357000351s 2018-08-20 16:45:35,592 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2c97a0b6-30e2-4707-8be9-7e2c40bec1d1 2018-08-20 16:45:35,592 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_56576c77-15cb-4fe9-90ef-51ec5898681f', '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'0639ea8675f44f1bab72e1097507f733', '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'6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb', 'swap': 0}) 2018-08-20 16:45:35,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:45:35,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb/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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"extra_specs": {}}' 2018-08-20 16:45:35,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:45: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-b7ec0eef-7987-47be-afcb-f79d3974b1c0 x-compute-request-id: req-b7ec0eef-7987-47be-afcb-f79d3974b1c0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:45:35,615 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb/os-extra_specs used request id req-b7ec0eef-7987-47be-afcb-f79d3974b1c0 2018-08-20 16:45:35,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0223209857941s 2018-08-20 16:45:35,616 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb/os-extra_specs used request id req-b7ec0eef-7987-47be-afcb-f79d3974b1c0 2018-08-20 16:45:35,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 16:45:35,625 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 16:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5f3f385-6169-45fe-8e5c-19acea800c1e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 16:45:35,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-a5f3f385-6169-45fe-8e5c-19acea800c1e 2018-08-20 16:45:35,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:45:35,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:45:35,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f94b3de-06d4-4394-a6df-a29fdad46043 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:45:35,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0f94b3de-06d4-4394-a6df-a29fdad46043 2018-08-20 16:45:35,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204696893692s 2018-08-20 16:45:35,834 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0f94b3de-06d4-4394-a6df-a29fdad46043 2018-08-20 16:45:35,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 16:45:35,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:45:36,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03cad337-7c1e-4423-a918-e29e6c6b9135 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 16:45:36,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-03cad337-7c1e-4423-a918-e29e6c6b9135 2018-08-20 16:45:36,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190627098083s 2018-08-20 16:45:36,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-03cad337-7c1e-4423-a918-e29e6c6b9135 2018-08-20 16:45:36,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 16:45:36,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:45:36,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:45: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-3b9fcb30-7ca9-40fe-819b-4ca6e372c233 x-compute-request-id: req-3b9fcb30-7ca9-40fe-819b-4ca6e372c233 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2477, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 16:45:36,075 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-3b9fcb30-7ca9-40fe-819b-4ca6e372c233 2018-08-20 16:45:36,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0386528968811s 2018-08-20 16:45:36,076 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-3b9fcb30-7ca9-40fe-819b-4ca6e372c233 2018-08-20 16:45:36,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:45:36,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:45:36,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-83afbd7b-62cd-4616-9e4c-3a1d2c10f14a Date: Mon, 20 Aug 2018 16:45:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:45:35Z", "file": "/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "52c5d1ca-45a0-414b-8c1c-8c9493328724", "size": 12716032, "self": "/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:45:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:45:36,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-83afbd7b-62cd-4616-9e4c-3a1d2c10f14a 2018-08-20 16:45:36,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308404922485s 2018-08-20 16:45:36,389 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-83afbd7b-62cd-4616-9e4c-3a1d2c10f14a 2018-08-20 16:45:36,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 16:45:36,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_56576c77-15cb-4fe9-90ef-51ec5898681f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_56576c77-15cb-4fe9-90ef-51ec5898681f"}' 2018-08-20 16:45:36,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e0ea417c-a124-40e8-be12-8eb630e1fc63 Date: Mon, 20 Aug 2018 16:45:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:45:37Z", "file": "/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "c76405ee-5006-4b0b-a40e-ddf92a0fed43", "size": null, "self": "/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_56576c77-15cb-4fe9-90ef-51ec5898681f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_56576c77-15cb-4fe9-90ef-51ec5898681f", "checksum": null, "created_at": "2018-08-20T16:45:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 16:45:36,710 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e0ea417c-a124-40e8-be12-8eb630e1fc63 2018-08-20 16:45:36,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.313220024109s 2018-08-20 16:45:36,711 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e0ea417c-a124-40e8-be12-8eb630e1fc63 returning object c76405ee-5006-4b0b-a40e-ddf92a0fed43 2018-08-20 16:45:36,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 16:45:36,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43/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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '' 2018-08-20 16:45:37,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3545ea8e-5a76-4d6c-90b4-e235be20bdb1 Date: Mon, 20 Aug 2018 16:45:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:45:37,343 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43/file used request id req-3545ea8e-5a76-4d6c-90b4-e235be20bdb1 2018-08-20 16:45:37,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.632065057755s 2018-08-20 16:45:37,344 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43/file used request id req-3545ea8e-5a76-4d6c-90b4-e235be20bdb1 2018-08-20 16:45:37,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 16:45:37,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:45:37,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-56a43b12-d021-4b3e-b632-e672a0411a54 Date: Mon, 20 Aug 2018 16:45:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:45:37Z", "file": "/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "c76405ee-5006-4b0b-a40e-ddf92a0fed43", "size": 12716032, "self": "/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_56576c77-15cb-4fe9-90ef-51ec5898681f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_56576c77-15cb-4fe9-90ef-51ec5898681f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:45:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:45:35Z", "file": "/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "52c5d1ca-45a0-414b-8c1c-8c9493328724", "size": 12716032, "self": "/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:45:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 16:45:37,377 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-56a43b12-d021-4b3e-b632-e672a0411a54 2018-08-20 16:45:37,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0293650627136s 2018-08-20 16:45:37,378 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-56a43b12-d021-4b3e-b632-e672a0411a54 2018-08-20 16:45:37,380 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'c76405ee-5006-4b0b-a40e-ddf92a0fed43', 'size': 12716032, u'self': u'/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T16:45:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T16:45:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_56576c77-15cb-4fe9-90ef-51ec5898681f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_56576c77-15cb-4fe9-90ef-51ec5898681f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_56576c77-15cb-4fe9-90ef-51ec5898681f', 'created': u'2018-08-20T16:45:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T16:45:37Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_56576c77-15cb-4fe9-90ef-51ec5898681f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 16:45:37,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 16:45:37,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_56576c77-15cb-4fe9-90ef-51ec5898681f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 16:45:37,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:45: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-15c089dd-f9ac-4ded-beec-6e5775c3ddff x-compute-request-id: req-15c089dd-f9ac-4ded-beec-6e5775c3ddff Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_56576c77-15cb-4fe9-90ef-51ec5898681f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6ec3e854-2a09-473a-b5ea-5e5f06e73563", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6ec3e854-2a09-473a-b5ea-5e5f06e73563", "rel": "bookmark"}], "ram": 1024, "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": "6ec3e854-2a09-473a-b5ea-5e5f06e73563"}} 2018-08-20 16:45:37,463 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-15c089dd-f9ac-4ded-beec-6e5775c3ddff 2018-08-20 16:45:37,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0829060077667s 2018-08-20 16:45:37,464 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-15c089dd-f9ac-4ded-beec-6e5775c3ddff 2018-08-20 16:45:37,465 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_56576c77-15cb-4fe9-90ef-51ec5898681f', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'6ec3e854-2a09-473a-b5ea-5e5f06e73563', 'swap': 0}) 2018-08-20 16:45:37,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 16:45:37,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/6ec3e854-2a09-473a-b5ea-5e5f06e73563/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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"extra_specs": {}}' 2018-08-20 16:45:37,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:45:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a898e2f9-7386-4f70-987c-ef96e0758ad0 x-compute-request-id: req-a898e2f9-7386-4f70-987c-ef96e0758ad0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 16:45:37,489 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/6ec3e854-2a09-473a-b5ea-5e5f06e73563/os-extra_specs used request id req-a898e2f9-7386-4f70-987c-ef96e0758ad0 2018-08-20 16:45:37,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.023246049881s 2018-08-20 16:45:37,489 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/6ec3e854-2a09-473a-b5ea-5e5f06e73563/os-extra_specs used request id req-a898e2f9-7386-4f70-987c-ef96e0758ad0 2018-08-20 16:45:37,489 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_56576c77-15cb-4fe9-90ef-51ec5898681f', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'6ec3e854-2a09-473a-b5ea-5e5f06e73563', 'swap': 0}) 2018-08-20 16:45:41,175 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 16:45:41,175 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 16:45:41,176 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 16:45:41,179 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 16:45:41,182 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-20 16:45:44,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ba4c9960-6757-44c3-8730-f83f139d3985/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-20 16:45:44,605 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 16:45:44,607 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 16:45:44,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt', u'--concurrency=4']'. 2018-08-20 16:59:49,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 6cc3e895-9ba2-4f5f-b81b-22c31d936ad1 2018-08-20 16:59:49,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6cc3e895-9ba2-4f5f-b81b-22c31d936ad1']'. 2018-08-20 16:59:50,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 16:59:50,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 16:59:50,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 16:59:50,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6cc3e895-9ba2-4f5f-b81b-22c31d936ad1 | 2018-08-20 16:59:50,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-20 16:59:50,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 16:45:47 | 2018-08-20 16:59:50,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 16:59:48 | 2018-08-20 16:59:50,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:01 | 2018-08-20 16:59:50,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-20 16:59:50,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 16:59:50,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 16:59:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ba4c9960-6757-44c3-8730-f83f139d3985) | 2018-08-20 16:59:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 16:59:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0fb085df-2a2b-4946-973c-ea39e3223823) | 2018-08-20 16:59:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-08-20 16:59:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 827.291 | 2018-08-20 16:59:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 371 | 2018-08-20 16:59:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 173 | 2018-08-20 16:59:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 16:59:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 16:59:50,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-20 16:59:50,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 16:59:50,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 16:59:50,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 16:59:50,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.1978609626% 2018-08-20 16:59:50,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 16:59:50,533 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 14:22 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-20 16:59:50,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 16:59:50,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:59:51,579 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1c382657-8f0b-4e05-978e-4ecfba596509 Date: Mon, 20 Aug 2018 16:59:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 16:59:51,579 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43 used request id req-1c382657-8f0b-4e05-978e-4ecfba596509 2018-08-20 16:59:51,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.04046487808s 2018-08-20 16:59:51,579 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c76405ee-5006-4b0b-a40e-ddf92a0fed43 used request id req-1c382657-8f0b-4e05-978e-4ecfba596509 2018-08-20 16:59:51,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 16:59:51,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:59:51,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 16:59: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-86ebaebb-1df8-4183-8c29-e4c965484a25 x-compute-request-id: req-86ebaebb-1df8-4183-8c29-e4c965484a25 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_56576c77-15cb-4fe9-90ef-51ec5898681f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb", "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": "6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb"}, {"name": "neutron-tempest-plugin-api-flavor_alt_56576c77-15cb-4fe9-90ef-51ec5898681f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6ec3e854-2a09-473a-b5ea-5e5f06e73563", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6ec3e854-2a09-473a-b5ea-5e5f06e73563", "rel": "bookmark"}], "ram": 1024, "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": "6ec3e854-2a09-473a-b5ea-5e5f06e73563"}]} 2018-08-20 16:59:51,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-86ebaebb-1df8-4183-8c29-e4c965484a25 2018-08-20 16:59:51,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.295251846313s 2018-08-20 16:59:51,875 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-86ebaebb-1df8-4183-8c29-e4c965484a25 2018-08-20 16:59:51,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 16:59:51,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/6ec3e854-2a09-473a-b5ea-5e5f06e73563 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:59:51,911 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 16:59: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-41ba27cd-583d-4f94-b695-e8eeeb004141 x-compute-request-id: req-41ba27cd-583d-4f94-b695-e8eeeb004141 Content-Length: 0 Content-Type: application/json 2018-08-20 16:59:51,912 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6ec3e854-2a09-473a-b5ea-5e5f06e73563 used request id req-41ba27cd-583d-4f94-b695-e8eeeb004141 2018-08-20 16:59:51,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.033931016922s 2018-08-20 16:59:51,912 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6ec3e854-2a09-473a-b5ea-5e5f06e73563 used request id req-41ba27cd-583d-4f94-b695-e8eeeb004141 2018-08-20 16:59:51,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 16:59:51,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f15ca229-ca2d-4bb8-b5c2-453b58cf757b/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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" -d '{"subnet_id": "a62a3a56-2f3c-4245-8995-62f67b736cf8"}' 2018-08-20 16:59:54,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-190575cf-392e-4a03-984c-1997dacf0d70 Date: Mon, 20 Aug 2018 16:59:54 GMT RESP BODY: {"network_id": "d106fea9-aa19-472c-817e-1731fa7fa9fa", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "a62a3a56-2f3c-4245-8995-62f67b736cf8", "subnet_ids": ["a62a3a56-2f3c-4245-8995-62f67b736cf8"], "port_id": "b18e5643-9617-406a-8cb1-cf4366af1286", "id": "f15ca229-ca2d-4bb8-b5c2-453b58cf757b"} 2018-08-20 16:59:54,060 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f15ca229-ca2d-4bb8-b5c2-453b58cf757b/remove_router_interface.json used request id req-190575cf-392e-4a03-984c-1997dacf0d70 2018-08-20 16:59:54,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.14732384682s 2018-08-20 16:59:54,060 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f15ca229-ca2d-4bb8-b5c2-453b58cf757b/remove_router_interface.json used request id req-190575cf-392e-4a03-984c-1997dacf0d70 returning object f15ca229-ca2d-4bb8-b5c2-453b58cf757b 2018-08-20 16:59:54,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 16:59:54,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:59:54,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-283e5583-9274-48b5-bc37-7d7f0d1a6586 Date: Mon, 20 Aug 2018 16:59:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:45:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T16:59:53Z", "revision_number": 4, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "f15ca229-ca2d-4bb8-b5c2-453b58cf757b", "name": "neutron-tempest-plugin-api-router_56576c77-15cb-4fe9-90ef-51ec5898681f"}]} 2018-08-20 16:59:54,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-283e5583-9274-48b5-bc37-7d7f0d1a6586 2018-08-20 16:59:54,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.397084951401s 2018-08-20 16:59:54,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-283e5583-9274-48b5-bc37-7d7f0d1a6586 2018-08-20 16:59:54,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 16:59:54,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/f15ca229-ca2d-4bb8-b5c2-453b58cf757b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:59:56,245 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a00b02b-e5b9-4c9a-ac48-3f6449fd9b6d Content-Length: 0 Date: Mon, 20 Aug 2018 16:59:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:59:56,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f15ca229-ca2d-4bb8-b5c2-453b58cf757b.json used request id req-1a00b02b-e5b9-4c9a-ac48-3f6449fd9b6d 2018-08-20 16:59:56,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.78611397743s 2018-08-20 16:59:56,246 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f15ca229-ca2d-4bb8-b5c2-453b58cf757b.json used request id req-1a00b02b-e5b9-4c9a-ac48-3f6449fd9b6d 2018-08-20 16:59:56,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 16:59:56,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:59:56,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-1d935d53-5699-4b36-9ab2-9904e333e1cb Date: Mon, 20 Aug 2018 16:59:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d106fea9-aa19-472c-817e-1731fa7fa9fa","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:45:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T16:45:29Z","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":"0639ea8675f44f1bab72e1097507f733","id":"a62a3a56-2f3c-4245-8995-62f67b736cf8","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_56576c77-15cb-4fe9-90ef-51ec5898681f"}]} 2018-08-20 16:59:56,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1d935d53-5699-4b36-9ab2-9904e333e1cb 2018-08-20 16:59:56,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.341957092285s 2018-08-20 16:59:56,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1d935d53-5699-4b36-9ab2-9904e333e1cb 2018-08-20 16:59:56,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 16:59:56,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/a62a3a56-2f3c-4245-8995-62f67b736cf8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:59:58,990 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7a7728f-a2f5-4933-aa3e-e46b6ae4e479 Date: Mon, 20 Aug 2018 16:59:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 16:59:58,990 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a62a3a56-2f3c-4245-8995-62f67b736cf8.json used request id req-f7a7728f-a2f5-4933-aa3e-e46b6ae4e479 2018-08-20 16:59:58,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39993691444s 2018-08-20 16:59:58,990 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a62a3a56-2f3c-4245-8995-62f67b736cf8.json used request id req-f7a7728f-a2f5-4933-aa3e-e46b6ae4e479 2018-08-20 16:59:58,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 16:59:58,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 16:59:59,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1369 X-Openstack-Request-Id: req-ba55d7c9-bf60-4428-85cf-4a497d29480c Date: Mon, 20 Aug 2018 16:59:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d106fea9-aa19-472c-817e-1731fa7fa9fa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T16:59:58Z","provider:segmentation_id":33,"name":"neutron-tempest-plugin-api-net_56576c77-15cb-4fe9-90ef-51ec5898681f","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T16:45:28Z","provider:network_type":"vxlan"}]} 2018-08-20 16:59:59,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ba55d7c9-bf60-4428-85cf-4a497d29480c 2018-08-20 16:59:59,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.634433031082s 2018-08-20 16:59:59,625 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ba55d7c9-bf60-4428-85cf-4a497d29480c 2018-08-20 16:59:59,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 16:59:59,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d106fea9-aa19-472c-817e-1731fa7fa9fa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 17:00:00,559 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab3b5671-bcf0-4af3-8e53-c9f326bdadf0 Date: Mon, 20 Aug 2018 17:00:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:00:00,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d106fea9-aa19-472c-817e-1731fa7fa9fa.json used request id req-ab3b5671-bcf0-4af3-8e53-c9f326bdadf0 2018-08-20 17:00:00,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.932860851288s 2018-08-20 17:00:00,560 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d106fea9-aa19-472c-817e-1731fa7fa9fa.json used request id req-ab3b5671-bcf0-4af3-8e53-c9f326bdadf0 2018-08-20 17:00:00,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:00:00,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 17:00:00,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-c8e3b900-9d82-4861-96c9-a1a24b50f5fc Date: Mon, 20 Aug 2018 17:00:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T16:45:35Z", "file": "/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "52c5d1ca-45a0-414b-8c1c-8c9493328724", "size": 12716032, "self": "/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/52c5d1ca-45a0-414b-8c1c-8c9493328724/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_56576c77-15cb-4fe9-90ef-51ec5898681f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T16:45:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:00:00,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c8e3b900-9d82-4861-96c9-a1a24b50f5fc 2018-08-20 17:00:00,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.275261163712s 2018-08-20 17:00:00,840 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c8e3b900-9d82-4861-96c9-a1a24b50f5fc 2018-08-20 17:00:00,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 17:00:00,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 17:00:01,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab04638c-f87a-46f1-a5a5-7ff1ed107bef Date: Mon, 20 Aug 2018 17:00:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:00:01,639 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724 used request id req-ab04638c-f87a-46f1-a5a5-7ff1ed107bef 2018-08-20 17:00:01,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.796581029892s 2018-08-20 17:00:01,639 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/52c5d1ca-45a0-414b-8c1c-8c9493328724 used request id req-ab04638c-f87a-46f1-a5a5-7ff1ed107bef 2018-08-20 17:00:01,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 17:00:01,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 17:00:01,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00: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-06822279-ba0a-470b-805e-b92a1532a6de x-compute-request-id: req-06822279-ba0a-470b-805e-b92a1532a6de Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_56576c77-15cb-4fe9-90ef-51ec5898681f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb", "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": "6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb"}]} 2018-08-20 17:00:01,663 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-06822279-ba0a-470b-805e-b92a1532a6de 2018-08-20 17:00:01,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236349105835s 2018-08-20 17:00:01,664 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-06822279-ba0a-470b-805e-b92a1532a6de 2018-08-20 17:00:01,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 17:00:01,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6138cfeb012e7dfcac5eafad01fc10df9d6432d" 2018-08-20 17:00:01,709 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 17:00: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-5c45c0fd-dbcc-44fe-9f2c-c4fcdaaa362f x-compute-request-id: req-5c45c0fd-dbcc-44fe-9f2c-c4fcdaaa362f Content-Length: 0 Content-Type: application/json 2018-08-20 17:00:01,709 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb used request id req-5c45c0fd-dbcc-44fe-9f2c-c4fcdaaa362f 2018-08-20 17:00:01,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0436849594116s 2018-08-20 17:00:01,710 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6c4bb2f1-3a41-4d8e-9deb-5be787d7b1fb used request id req-5c45c0fd-dbcc-44fe-9f2c-c4fcdaaa362f 2018-08-20 17:00:01,710 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-20 17:00:01,770 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-20 17:00:01,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 17:00:01,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 17:00:01,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 17:00:01,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 17:00:01,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 17:00:01,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 17:00:01,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 17:00:01,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 17:00:01,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 17:00:01,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 17:00:01,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 17:00:01,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 17:00:01,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 17:00:01,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:00:01,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c64248-3f15-4b28-9eac-fbb219c039ad Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 17:00:01,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-77c64248-3f15-4b28-9eac-fbb219c039ad 2018-08-20 17:00:01,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 17:00:02,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T18:00:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["8O_UsuPjRH6Rpsa3yGq1oQ"], "issued_at": "2018-08-20T17:00:02.000000Z"}} 2018-08-20 17:00:02,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:00:02,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:02,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-9fd377c3-55e2-412f-96e2-9da1a8a4c8cf Date: Mon, 20 Aug 2018 17:00:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 17:00:02,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9fd377c3-55e2-412f-96e2-9da1a8a4c8cf 2018-08-20 17:00:02,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.398864984512s 2018-08-20 17:00:02,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9fd377c3-55e2-412f-96e2-9da1a8a4c8cf 2018-08-20 17:00:02,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:00:02,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 17:00:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9c99730-6bc8-4eaa-bf8f-678973eed36e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 17:00:02,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-f9c99730-6bc8-4eaa-bf8f-678973eed36e 2018-08-20 17:00:02,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 17:00:02,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:03,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d4a8ec-d120-4059-ad8e-59ab06029c4e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3"}, "tags": [], "enabled": true, "id": "0dc4c689ca5f48478326a988e1b40ed3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 17:00:03,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-13d4a8ec-d120-4059-ad8e-59ab06029c4e 2018-08-20 17:00:03,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.308264970779s 2018-08-20 17:00:03,038 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-13d4a8ec-d120-4059-ad8e-59ab06029c4e 2018-08-20 17:00:03,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 17:00:03,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}}' 2018-08-20 17:00:03,297 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 17:00:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54c8a053-c2f1-4f83-af43-229b566bc869 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7"}, "tags": [], "enabled": true, "id": "8c078c7baefe47d1bae1583dfea37be7", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}} 2018-08-20 17:00:03,297 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-54c8a053-c2f1-4f83-af43-229b566bc869 2018-08-20 17:00:03,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.252287149429s 2018-08-20 17:00:03,298 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-54c8a053-c2f1-4f83-af43-229b566bc869 2018-08-20 17:00:03,298 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: rally_sanity', u'tags': [], 'enabled': True, 'id': u'8c078c7baefe47d1bae1583dfea37be7', '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'rally_sanity-project_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc'}) 2018-08-20 17:00:03,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 17:00:03,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3791e657-668f-4866-8157-523215149481", "email": null, "name": "rally_sanity-user_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}}' 2018-08-20 17:00:03,853 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 17:00:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d05bec2-ce1a-489d-8d5f-96e859f3584b Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "links": {"self": "http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f0762f867114476f9e20007e9abe25f5", "domain_id": "default", "password_expires_at": null}} 2018-08-20 17:00:03,853 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-6d05bec2-ce1a-489d-8d5f-96e859f3584b 2018-08-20 17:00:03,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.548628091812s 2018-08-20 17:00:03,854 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-6d05bec2-ce1a-489d-8d5f-96e859f3584b 2018-08-20 17:00:03,854 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f0762f867114476f9e20007e9abe25f5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc'}) 2018-08-20 17:00:03,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:00:03,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:04,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc06c623-065b-4f62-838f-a5db44ce9d67 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:00:04,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cc06c623-065b-4f62-838f-a5db44ce9d67 2018-08-20 17:00:04,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.221624851227s 2018-08-20 17:00:04,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cc06c623-065b-4f62-838f-a5db44ce9d67 2018-08-20 17:00:04,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:00:04,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:04,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cffa721f-b3fe-4c51-9373-fa5e3ea6cc5f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:00:04,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cffa721f-b3fe-4c51-9373-fa5e3ea6cc5f 2018-08-20 17:00:04,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195930957794s 2018-08-20 17:00:04,281 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cffa721f-b3fe-4c51-9373-fa5e3ea6cc5f 2018-08-20 17:00:04,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:00:04,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:04,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8b4847b-6454-4865-a497-9c6153e1387f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:00:04,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f8b4847b-6454-4865-a497-9c6153e1387f 2018-08-20 17:00:04,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198282003403s 2018-08-20 17:00:04,484 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f8b4847b-6454-4865-a497-9c6153e1387f 2018-08-20 17:00:04,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 17:00:04,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:04,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b8316c-3755-4a73-b97b-e502f64d4a90 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 17:00:04,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-28b8316c-3755-4a73-b97b-e502f64d4a90 2018-08-20 17:00:04,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.188921928406s 2018-08-20 17:00:04,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-28b8316c-3755-4a73-b97b-e502f64d4a90 2018-08-20 17:00:04,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:00:04,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:04,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80fae50f-ed31-4ac6-a193-2e404bba3147 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "links": {"self": "http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f0762f867114476f9e20007e9abe25f5", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 17:00:04,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-80fae50f-ed31-4ac6-a193-2e404bba3147 2018-08-20 17:00:04,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.223348855972s 2018-08-20 17:00:04,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-80fae50f-ed31-4ac6-a193-2e404bba3147 2018-08-20 17:00:04,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 17:00:04,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:05,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2edabb3-fb19-4b51-98ef-365cd9469507 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7"}, "tags": [], "enabled": true, "id": "8c078c7baefe47d1bae1583dfea37be7", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 17:00:05,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f2edabb3-fb19-4b51-98ef-365cd9469507 2018-08-20 17:00:05,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19983792305s 2018-08-20 17:00:05,114 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f2edabb3-fb19-4b51-98ef-365cd9469507 2018-08-20 17:00:05,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 17:00:05,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=f0762f867114476f9e20007e9abe25f5&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8c078c7baefe47d1bae1583dfea37be7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:05,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03247d38-fbc9-4759-9c5a-b49f1c0531e3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=f0762f867114476f9e20007e9abe25f5&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8c078c7baefe47d1bae1583dfea37be7", "previous": null, "next": null}} 2018-08-20 17:00:05,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=f0762f867114476f9e20007e9abe25f5&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8c078c7baefe47d1bae1583dfea37be7 used request id req-03247d38-fbc9-4759-9c5a-b49f1c0531e3 2018-08-20 17:00:05,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.193581104279s 2018-08-20 17:00:05,316 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=f0762f867114476f9e20007e9abe25f5&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=8c078c7baefe47d1bae1583dfea37be7 used request id req-03247d38-fbc9-4759-9c5a-b49f1c0531e3 2018-08-20 17:00:05,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 17:00:05,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7/users/f0762f867114476f9e20007e9abe25f5/roles/0b1108172d284ccbb970dd9eb7ccff69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:05,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:00:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f26a681-f098-4e87-af41-55c23a84da84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:00:05,557 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7/users/f0762f867114476f9e20007e9abe25f5/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-7f26a681-f098-4e87-af41-55c23a84da84 2018-08-20 17:00:05,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.23769402504s 2018-08-20 17:00:05,557 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7/users/f0762f867114476f9e20007e9abe25f5/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-7f26a681-f098-4e87-af41-55c23a84da84 2018-08-20 17:00:05,558 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 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'8c078c7baefe47d1bae1583dfea37be7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '3791e657-668f-4866-8157-523215149481', 'username': u'rally_sanity-user_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 17:00:05,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 17:00:05,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 17:00:05,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 17:00:05,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 17:00:05,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 17:00:05,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 17:00:05,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 17:00:05,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 17:00:05,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 17:00:05,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 17:00:05,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 17:00:05,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 17:00:05,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 17:00:05,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 17:00:05,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 17:00:05,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 17:00:05,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 17:00:05,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 17:00:05,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 17:00:05,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 17:00:05,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 17:00:05,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 17:00:05,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 17:00:05,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 17:00:05,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 17:00:05,563 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'password': '3791e657-668f-4866-8157-523215149481', 'project_name': 'rally_sanity-project_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '8c078c7baefe47d1bae1583dfea37be7', 'project_domain_name': 'Default'} 2018-08-20 17:00:05,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:00:05,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:05,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9340971f-5e9e-4a37-8735-49869543b192 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:00:05,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9340971f-5e9e-4a37-8735-49869543b192 2018-08-20 17:00:05,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192447900772s 2018-08-20 17:00:05,759 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9340971f-5e9e-4a37-8735-49869543b192 2018-08-20 17:00:05,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:00:05,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:05,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8915396f-f5ac-4583-b050-d8cdd6b48b47 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:00:05,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8915396f-f5ac-4583-b050-d8cdd6b48b47 2018-08-20 17:00:05,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197356939316s 2018-08-20 17:00:05,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8915396f-f5ac-4583-b050-d8cdd6b48b47 2018-08-20 17:00:05,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 17:00:05,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:06,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-041621fc-4ac5-4f7c-bdbc-b59eca6a7a25 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 17:00:06,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-041621fc-4ac5-4f7c-bdbc-b59eca6a7a25 2018-08-20 17:00:06,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191009998322s 2018-08-20 17:00:06,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-041621fc-4ac5-4f7c-bdbc-b59eca6a7a25 2018-08-20 17:00:06,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:00:06,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:06,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85243b64-6bfc-4a98-bf21-00fe412cb42b Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "links": {"self": "http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f0762f867114476f9e20007e9abe25f5", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 17:00:06,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-85243b64-6bfc-4a98-bf21-00fe412cb42b 2018-08-20 17:00:06,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.237076997757s 2018-08-20 17:00:06,396 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-85243b64-6bfc-4a98-bf21-00fe412cb42b 2018-08-20 17:00:06,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 17:00:06,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:06,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f956f4-bbff-43d2-8421-92213d7c4cf5 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7"}, "tags": [], "enabled": true, "id": "8c078c7baefe47d1bae1583dfea37be7", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 17:00:06,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e8f956f4-bbff-43d2-8421-92213d7c4cf5 2018-08-20 17:00:06,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194445848465s 2018-08-20 17:00:06,602 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e8f956f4-bbff-43d2-8421-92213d7c4cf5 2018-08-20 17:00:06,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 17:00:06,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=f0762f867114476f9e20007e9abe25f5&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=8c078c7baefe47d1bae1583dfea37be7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:06,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7abe2e17-0038-4d49-9017-ae27e36611c5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=f0762f867114476f9e20007e9abe25f5&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=8c078c7baefe47d1bae1583dfea37be7", "previous": null, "next": null}} 2018-08-20 17:00:06,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=f0762f867114476f9e20007e9abe25f5&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=8c078c7baefe47d1bae1583dfea37be7 used request id req-7abe2e17-0038-4d49-9017-ae27e36611c5 2018-08-20 17:00:06,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.19206905365s 2018-08-20 17:00:06,802 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=f0762f867114476f9e20007e9abe25f5&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=8c078c7baefe47d1bae1583dfea37be7 used request id req-7abe2e17-0038-4d49-9017-ae27e36611c5 2018-08-20 17:00:06,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 17:00:06,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7/users/f0762f867114476f9e20007e9abe25f5/roles/2bb5b968af6a4dddaec5cfd10c00d91e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:00:07,042 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:00:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5cf8038-e069-413c-b0ba-309febb05a35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:00:07,042 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7/users/f0762f867114476f9e20007e9abe25f5/roles/2bb5b968af6a4dddaec5cfd10c00d91e used request id req-a5cf8038-e069-413c-b0ba-309febb05a35 2018-08-20 17:00:07,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.236936092377s 2018-08-20 17:00:07,042 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7/users/f0762f867114476f9e20007e9abe25f5/roles/2bb5b968af6a4dddaec5cfd10c00d91e used request id req-a5cf8038-e069-413c-b0ba-309febb05a35 2018-08-20 17:00:07,042 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-20 17:00:08,203 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-08-20 17:00:08,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:00:08,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a58b0f-fdf7-497c-aa30-def0105fd850 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 17:00:08,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-01a58b0f-fdf7-497c-aa30-def0105fd850 2018-08-20 17:00:08,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 17:00:08,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T18:00:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c078c7baefe47d1bae1583dfea37be7", "name": "rally_sanity-project_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_8c078c7baefe47d1bae1583dfea37be7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_8c078c7baefe47d1bae1583dfea37be7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8c078c7baefe47d1bae1583dfea37be7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/8c078c7baefe47d1bae1583dfea37be7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/8c078c7baefe47d1bae1583dfea37be7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8c078c7baefe47d1bae1583dfea37be7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/8c078c7baefe47d1bae1583dfea37be7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/8c078c7baefe47d1bae1583dfea37be7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8c078c7baefe47d1bae1583dfea37be7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/8c078c7baefe47d1bae1583dfea37be7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/8c078c7baefe47d1bae1583dfea37be7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8c078c7baefe47d1bae1583dfea37be7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/8c078c7baefe47d1bae1583dfea37be7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/8c078c7baefe47d1bae1583dfea37be7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "id": "f0762f867114476f9e20007e9abe25f5"}, "audit_ids": ["n30I4a1aSCOGXsYphtmDBQ"], "issued_at": "2018-08-20T17:00:08.000000Z"}} 2018-08-20 17:00:08,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 17:00:08,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" -d '{"network": {"shared": true, "name": "rally_sanity-net_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "admin_state_up": true}}' 2018-08-20 17:00:09,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-653a14f7-c6ff-4b53-8525-4d39db6da0b8 Date: Mon, 20 Aug 2018 17:00:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"dfd91dd0-0411-45fb-8288-828483d8c1e2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"8c078c7baefe47d1bae1583dfea37be7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T17:00:09Z","is_default":false,"provider:segmentation_id":89,"name":"rally_sanity-net_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc","admin_state_up":true,"tenant_id":"8c078c7baefe47d1bae1583dfea37be7","created_at":"2018-08-20T17:00:09Z","mtu":1450}} 2018-08-20 17:00:09,361 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-653a14f7-c6ff-4b53-8525-4d39db6da0b8 2018-08-20 17:00:09,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.732832193375s 2018-08-20 17:00:09,362 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-653a14f7-c6ff-4b53-8525-4d39db6da0b8 2018-08-20 17:00:09,362 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T17:00:09Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'dfd91dd0-0411-45fb-8288-828483d8c1e2', u'provider:segmentation_id': 89, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', u'admin_state_up': True, u'tenant_id': u'8c078c7baefe47d1bae1583dfea37be7', u'created_at': u'2018-08-20T17:00:09Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'8c078c7baefe47d1bae1583dfea37be7'}) 2018-08-20 17:00:09,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:00:09,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:00:09,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-aff3a8a6-649d-4ae1-8214-ece5f5d2b626 Date: Mon, 20 Aug 2018 17:00:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"dfd91dd0-0411-45fb-8288-828483d8c1e2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"8c078c7baefe47d1bae1583dfea37be7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T17:00:09Z","provider:segmentation_id":89,"name":"rally_sanity-net_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc","admin_state_up":true,"tenant_id":"8c078c7baefe47d1bae1583dfea37be7","created_at":"2018-08-20T17:00:09Z","provider:network_type":"vxlan"}]} 2018-08-20 17:00:09,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-aff3a8a6-649d-4ae1-8214-ece5f5d2b626 2018-08-20 17:00:09,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.350811958313s 2018-08-20 17:00:09,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-aff3a8a6-649d-4ae1-8214-ece5f5d2b626 2018-08-20 17:00:09,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 17:00:09,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" -d '{"subnet": {"name": "rally_sanity-subnet_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "enable_dhcp": true, "network_id": "dfd91dd0-0411-45fb-8288-828483d8c1e2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 17:00:10,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-96b1bb52-0c9a-4b10-b72d-ce470f102d82 Date: Mon, 20 Aug 2018 17:00:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfd91dd0-0411-45fb-8288-828483d8c1e2","tenant_id":"8c078c7baefe47d1bae1583dfea37be7","created_at":"2018-08-20T17:00:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T17: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":"8c078c7baefe47d1bae1583dfea37be7","id":"155550c5-f031-48d9-a335-15eb173c3c61","subnetpool_id":null,"name":"rally_sanity-subnet_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}} 2018-08-20 17:00:10,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-96b1bb52-0c9a-4b10-b72d-ce470f102d82 2018-08-20 17:00:10,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.873374938965s 2018-08-20 17:00:10,589 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-96b1bb52-0c9a-4b10-b72d-ce470f102d82 2018-08-20 17:00:10,590 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T17: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'155550c5-f031-48d9-a335-15eb173c3c61', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', u'enable_dhcp': True, u'network_id': u'dfd91dd0-0411-45fb-8288-828483d8c1e2', u'tenant_id': u'8c078c7baefe47d1bae1583dfea37be7', u'created_at': u'2018-08-20T17: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'8c078c7baefe47d1bae1583dfea37be7'}) 2018-08-20 17:00:10,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 17:00:10,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "rally_sanity-router_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "admin_state_up": true}}' 2018-08-20 17:00:12,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-eb04d5a1-cfe1-4b16-a044-9404ab783a50 Date: Mon, 20 Aug 2018 17:00:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T17:00:11Z", "revision_number": 2, "routes": [], "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "1b312c4b-8487-426e-8438-00b0494fe052", "name": "rally_sanity-router_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}} 2018-08-20 17:00:12,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-eb04d5a1-cfe1-4b16-a044-9404ab783a50 2018-08-20 17:00:12,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.5509390831s 2018-08-20 17:00:12,142 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-eb04d5a1-cfe1-4b16-a044-9404ab783a50 2018-08-20 17:00:12,142 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8c078c7baefe47d1bae1583dfea37be7', u'created_at': u'2018-08-20T17:00:10Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T17:00:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'8c078c7baefe47d1bae1583dfea37be7', u'id': u'1b312c4b-8487-426e-8438-00b0494fe052', u'name': u'rally_sanity-router_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc'}) 2018-08-20 17:00:12,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 17:00:12,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/1b312c4b-8487-426e-8438-00b0494fe052/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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" -d '{"subnet_id": "155550c5-f031-48d9-a335-15eb173c3c61"}' 2018-08-20 17:00:14,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-403f3dcf-1089-4f0d-9f84-79bdedbb1b63 Date: Mon, 20 Aug 2018 17:00:14 GMT RESP BODY: {"network_id": "dfd91dd0-0411-45fb-8288-828483d8c1e2", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "subnet_id": "155550c5-f031-48d9-a335-15eb173c3c61", "subnet_ids": ["155550c5-f031-48d9-a335-15eb173c3c61"], "port_id": "de4f4054-8444-4ab7-8b2f-50e7cba5f203", "id": "1b312c4b-8487-426e-8438-00b0494fe052"} 2018-08-20 17:00:14,344 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1b312c4b-8487-426e-8438-00b0494fe052/add_router_interface.json used request id req-403f3dcf-1089-4f0d-9f84-79bdedbb1b63 2018-08-20 17:00:14,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.2016749382s 2018-08-20 17:00:14,345 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1b312c4b-8487-426e-8438-00b0494fe052/add_router_interface.json used request id req-403f3dcf-1089-4f0d-9f84-79bdedbb1b63 returning object 1b312c4b-8487-426e-8438-00b0494fe052 2018-08-20 17:00:14,345 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 17:00:14,472 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 17:00:14,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:00:14,478 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 17:00:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 17:00:14,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:00:14,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:00:14,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-220a1aab-1550-4b3d-bd6d-2be7816119a0 Date: Mon, 20 Aug 2018 17:00:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:00:14,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-220a1aab-1550-4b3d-bd6d-2be7816119a0 2018-08-20 17:00:14,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284950017929s 2018-08-20 17:00:14,769 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-220a1aab-1550-4b3d-bd6d-2be7816119a0 2018-08-20 17:00:14,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 17:00:14,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}' 2018-08-20 17:00:15,139 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3430fc35-b543-4a65-93a1-192b91fa68e1 Date: Mon, 20 Aug 2018 17:00:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:00:15Z", "file": "/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549/file", "owner": "8c078c7baefe47d1bae1583dfea37be7", "id": "1c4e49d6-d3f6-4029-af83-124abae89549", "size": null, "self": "/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "checksum": null, "created_at": "2018-08-20T17:00:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 17:00:15,139 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3430fc35-b543-4a65-93a1-192b91fa68e1 2018-08-20 17:00:15,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.362565994263s 2018-08-20 17:00:15,140 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3430fc35-b543-4a65-93a1-192b91fa68e1 returning object 1c4e49d6-d3f6-4029-af83-124abae89549 2018-08-20 17:00:15,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 17:00:15,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549/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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" -d '' 2018-08-20 17:00:16,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f32bd51f-c2f9-4fbd-b128-b48b71b069b4 Date: Mon, 20 Aug 2018 17:00:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:00:16,000 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549/file used request id req-f32bd51f-c2f9-4fbd-b128-b48b71b069b4 2018-08-20 17:00:16,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.859364032745s 2018-08-20 17:00:16,000 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549/file used request id req-f32bd51f-c2f9-4fbd-b128-b48b71b069b4 2018-08-20 17:00:16,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:00:16,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:00:16,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-dde8060f-c3d7-413f-9810-f6b9a3b8f4ae Date: Mon, 20 Aug 2018 17:00:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:00:16Z", "file": "/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549/file", "owner": "8c078c7baefe47d1bae1583dfea37be7", "id": "1c4e49d6-d3f6-4029-af83-124abae89549", "size": 12716032, "self": "/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c4e49d6-d3f6-4029-af83-124abae89549/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c4e49d6-d3f6-4029-af83-124abae89549/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:00:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:00:16,285 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-dde8060f-c3d7-413f-9810-f6b9a3b8f4ae 2018-08-20 17:00:16,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.281906843185s 2018-08-20 17:00:16,285 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-dde8060f-c3d7-413f-9810-f6b9a3b8f4ae 2018-08-20 17:00:16,287 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c4e49d6-d3f6-4029-af83-124abae89549/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549/file', 'owner': u'8c078c7baefe47d1bae1583dfea37be7', 'id': u'1c4e49d6-d3f6-4029-af83-124abae89549', 'size': 12716032, u'self': u'/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8c078c7baefe47d1bae1583dfea37be7', 'name': 'rally_sanity-project_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c4e49d6-d3f6-4029-af83-124abae89549/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T17:00:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T17:00:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'created': u'2018-08-20T17:00:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T17:00:15Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 17:00:16,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 17:00:16,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 17:00:16,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07988838-1400-4fa0-986b-8020020522c7 x-compute-request-id: req-07988838-1400-4fa0-986b-8020020522c7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/00b9ed66-c204-4019-b1e5-abe275376935", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/00b9ed66-c204-4019-b1e5-abe275376935", "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": "00b9ed66-c204-4019-b1e5-abe275376935"}} 2018-08-20 17:00:16,578 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-07988838-1400-4fa0-986b-8020020522c7 2018-08-20 17:00:16,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.290176868439s 2018-08-20 17:00:16,579 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-07988838-1400-4fa0-986b-8020020522c7 2018-08-20 17:00:16,579 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', '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'0639ea8675f44f1bab72e1097507f733', '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'00b9ed66-c204-4019-b1e5-abe275376935', 'swap': 0}) 2018-08-20 17:00:16,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 17:00:16,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/00b9ed66-c204-4019-b1e5-abe275376935/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}d8522f316cca89f8a4472df526f28718d0d200bc" -d '{"extra_specs": {}}' 2018-08-20 17:00:16,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00: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-3f264a34-7721-4f14-b663-8afbe1729c0b x-compute-request-id: req-3f264a34-7721-4f14-b663-8afbe1729c0b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 17:00:16,598 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/00b9ed66-c204-4019-b1e5-abe275376935/os-extra_specs used request id req-3f264a34-7721-4f14-b663-8afbe1729c0b 2018-08-20 17:00:16,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.017737865448s 2018-08-20 17:00:16,598 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/00b9ed66-c204-4019-b1e5-abe275376935/os-extra_specs used request id req-3f264a34-7721-4f14-b663-8afbe1729c0b 2018-08-20 17:00:16,598 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 17:00:19,424 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 17:00:22,444 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 318f7d48-5984-44e4-82e7-4d01c72438d1 | 2018-08-20T17:00:22.141756 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 318f7d48-5984-44e4-82e7-4d01c72438d1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-20 17:00:26,410 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 17:00:26,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-20 17:00:26,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 17:00:26,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:00:26,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00: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-b84a7f6c-4db2-43dc-b78b-70ec6a6736b9 x-compute-request-id: req-b84a7f6c-4db2-43dc-b78b-70ec6a6736b9 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 17:00:26,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-b84a7f6c-4db2-43dc-b78b-70ec6a6736b9 2018-08-20 17:00:26,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.415076971054s 2018-08-20 17:00:26,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-b84a7f6c-4db2-43dc-b78b-70ec6a6736b9 2018-08-20 17:00:26,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 17:00:26,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 17:00:26,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00: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-42c14210-c61a-4e2c-8806-f9f3ed03256a x-compute-request-id: req-42c14210-c61a-4e2c-8806-f9f3ed03256a Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b9e885ba-7fbb-4685-b2ea-f92f20273710", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b9e885ba-7fbb-4685-b2ea-f92f20273710", "rel": "bookmark"}], "ram": 1024, "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": "b9e885ba-7fbb-4685-b2ea-f92f20273710"}} 2018-08-20 17:00:26,880 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-42c14210-c61a-4e2c-8806-f9f3ed03256a 2018-08-20 17:00:26,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0514500141144s 2018-08-20 17:00:26,880 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-42c14210-c61a-4e2c-8806-f9f3ed03256a 2018-08-20 17:00:26,881 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'b9e885ba-7fbb-4685-b2ea-f92f20273710', 'swap': 0}) 2018-08-20 17:00:26,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 17:00:26,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/b9e885ba-7fbb-4685-b2ea-f92f20273710/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}d8522f316cca89f8a4472df526f28718d0d200bc" -d '{"extra_specs": {}}' 2018-08-20 17:00:26,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:00:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-56206626-fab7-4c47-ab93-5286bce887df x-compute-request-id: req-56206626-fab7-4c47-ab93-5286bce887df Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 17:00:26,904 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/b9e885ba-7fbb-4685-b2ea-f92f20273710/os-extra_specs used request id req-56206626-fab7-4c47-ab93-5286bce887df 2018-08-20 17:00:26,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217790603638s 2018-08-20 17:00:26,904 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/b9e885ba-7fbb-4685-b2ea-f92f20273710/os-extra_specs used request id req-56206626-fab7-4c47-ab93-5286bce887df 2018-08-20 17:00:26,904 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'b9e885ba-7fbb-4685-b2ea-f92f20273710', 'swap': 0}) 2018-08-20 17:00:26,905 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-20 17:00:26,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-08-20 17:00:26,906 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 17:00:26,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 17:00:26,921 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'dfd91dd0-0411-45fb-8288-828483d8c1e2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'flavor_name': 'rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-20 17:01:56,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c257a8f9-b7b3-498c-b37b-cea08e5c29dc 2018-08-20 17:01:56,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-20 17:01:56,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c257a8f9-b7b3-498c-b37b-cea08e5c29dc'] 2018-08-20 17:01:57,302 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c257a8f9-b7b3-498c-b37b-cea08e5c29dc -------------------------------------------------------------------------------- Task c257a8f9-b7b3-498c-b37b-cea08e5c29dc: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c257a8f9-b7b3-498c-b37b-cea08e5c29dc has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | total | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | -> duration | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.588295 Full duration: 10.689618 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c257a8f9-b7b3-498c-b37b-cea08e5c29dc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | total | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | -> duration | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.054486 Full duration: 11.395891 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c257a8f9-b7b3-498c-b37b-cea08e5c29dc has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | total | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 100.0% | 1 | | -> duration | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.402739 Full duration: 11.145347 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c257a8f9-b7b3-498c-b37b-cea08e5c29dc has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 100.0% | 1 | | total | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | -> duration | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.087747 Full duration: 12.08378 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c257a8f9-b7b3-498c-b37b-cea08e5c29dc has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | total | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | -> duration | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.165484 Full duration: 10.605198 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c257a8f9-b7b3-498c-b37b-cea08e5c29dc has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.822132 Full duration: 10.727036 HINTS: * To plot HTML graphics with this data, run: rally task report c257a8f9-b7b3-498c-b37b-cea08e5c29dc --out output.html * To generate a JUnit report, run: rally task export c257a8f9-b7b3-498c-b37b-cea08e5c29dc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c257a8f9-b7b3-498c-b37b-cea08e5c29dc --json --out output.json 2018-08-20 17:01:57,303 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c257a8f9-b7b3-498c-b37b-cea08e5c29dc', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-20 17:01:59,800 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c257a8f9-b7b3-498c-b37b-cea08e5c29dc --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-20 17:01:59.711 766 INFO rally.api [-] Building 'json' report for the following task(s): 'c257a8f9-b7b3-498c-b37b-cea08e5c29dc'. 2018-08-20 17:01:59.716 766 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:01:59,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c257a8f9-b7b3-498c-b37b-cea08e5c29dc', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-20 17:02:02,237 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c257a8f9-b7b3-498c-b37b-cea08e5c29dc --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-20 17:02:02.120 769 INFO rally.api [-] Building 'html' report for the following task(s): 'c257a8f9-b7b3-498c-b37b-cea08e5c29dc'. 2018-08-20 17:02:02.144 769 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:02:02,240 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-20 17:02:02,240 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-20 17:02:02,240 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-08-20 17:02:02,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 17:02:02,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 17:02:02,246 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'dfd91dd0-0411-45fb-8288-828483d8c1e2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'flavor_name': 'rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-20 17:04:02,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6b521284-b53d-45ea-a61b-3b113790a04c 2018-08-20 17:04:02,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6b521284-b53d-45ea-a61b-3b113790a04c'] 2018-08-20 17:04:03,018 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6b521284-b53d-45ea-a61b-3b113790a04c -------------------------------------------------------------------------------- Task 6b521284-b53d-45ea-a61b-3b113790a04c: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6b521284-b53d-45ea-a61b-3b113790a04c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.495 | 4.495 | 4.495 | 4.495 | 4.495 | 4.495 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | -> glance_v2.upload_data | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | glance_v2.delete_image | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | total | 5.282 | 5.282 | 5.282 | 5.282 | 5.282 | 5.282 | 100.0% | 1 | | -> duration | 5.282 | 5.282 | 5.282 | 5.282 | 5.282 | 5.282 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.281602 Full duration: 16.834277 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6b521284-b53d-45ea-a61b-3b113790a04c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.325 | 4.325 | 4.325 | 4.325 | 4.325 | 4.325 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> glance_v2.upload_data | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | glance_v2.list_images | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | total | 4.732 | 4.732 | 4.732 | 4.732 | 4.732 | 4.732 | 100.0% | 1 | | -> duration | 4.732 | 4.732 | 4.732 | 4.732 | 4.732 | 4.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.732313 Full duration: 19.458161 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6b521284-b53d-45ea-a61b-3b113790a04c has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> duration | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.579364 Full duration: 11.27042 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 } } }, "args": { "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "container_format": "bare", "disk_format": "qcow2", "number_instances": 2, "nics": [ { "net-id": "dfd91dd0-0411-45fb-8288-828483d8c1e2" } ], "flavor": { "name": "rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6b521284-b53d-45ea-a61b-3b113790a04c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.927 | 3.927 | 3.927 | 3.927 | 3.927 | 3.927 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> glance_v2.upload_data | 0.439 | 0.439 | 0.439 | 0.439 | 0.439 | 0.439 | 100.0% | 1 | | nova.boot_servers | 21.9 | 21.9 | 21.9 | 21.9 | 21.9 | 21.9 | 100.0% | 1 | | total | 25.828 | 25.828 | 25.828 | 25.828 | 25.828 | 25.828 | 100.0% | 1 | | -> duration | 24.828 | 24.828 | 24.828 | 24.828 | 24.828 | 24.828 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.827923 Full duration: 50.982255 HINTS: * To plot HTML graphics with this data, run: rally task report 6b521284-b53d-45ea-a61b-3b113790a04c --out output.html * To generate a JUnit report, run: rally task export 6b521284-b53d-45ea-a61b-3b113790a04c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6b521284-b53d-45ea-a61b-3b113790a04c --json --out output.json 2018-08-20 17:04:03,018 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6b521284-b53d-45ea-a61b-3b113790a04c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-20 17:04:05,559 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6b521284-b53d-45ea-a61b-3b113790a04c --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-20 17:04:05.459 1322 INFO rally.api [-] Building 'json' report for the following task(s): '6b521284-b53d-45ea-a61b-3b113790a04c'. 2018-08-20 17:04:05.464 1322 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:04:05,559 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6b521284-b53d-45ea-a61b-3b113790a04c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-20 17:04:08,008 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6b521284-b53d-45ea-a61b-3b113790a04c --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-20 17:04:07.886 1325 INFO rally.api [-] Building 'html' report for the following task(s): '6b521284-b53d-45ea-a61b-3b113790a04c'. 2018-08-20 17:04:07.907 1325 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:04:08,014 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-20 17:04:08,015 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-20 17:04:08,015 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-08-20 17:04:08,016 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 17:04:08,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 17:04:08,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': 'dfd91dd0-0411-45fb-8288-828483d8c1e2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'flavor_name': 'rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-20 17:08:05,836 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dea712d9-5cbf-4fbc-b747-8433b0c97be0 2018-08-20 17:08:05,837 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dea712d9-5cbf-4fbc-b747-8433b0c97be0'] 2018-08-20 17:08:06,783 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dea712d9-5cbf-4fbc-b747-8433b0c97be0 -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.384 | 3.384 | 3.384 | 3.384 | 3.384 | 3.384 | 100.0% | 1 | | cinder_v2.delete_snapshot | 1.294 | 1.294 | 1.294 | 1.294 | 1.294 | 1.294 | 100.0% | 1 | | total | 4.678 | 4.678 | 4.678 | 4.678 | 4.678 | 4.678 | 100.0% | 1 | | -> duration | 4.678 | 4.678 | 4.678 | 4.678 | 4.678 | 4.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.678342 Full duration: 26.619827 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.76 | 3.76 | 3.76 | 3.76 | 3.76 | 3.76 | 100.0% | 1 | | cinder_v2.delete_volume | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 100.0% | 1 | | total | 4.19 | 4.19 | 4.19 | 4.19 | 4.19 | 4.19 | 100.0% | 1 | | -> duration | 4.19 | 4.19 | 4.19 | 4.19 | 4.19 | 4.19 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.18996 Full duration: 18.790292 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "image": { "name": "rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.765 | 9.765 | 9.765 | 9.765 | 9.765 | 9.765 | 100.0% | 1 | | cinder_v2.delete_volume | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | total | 10.445 | 10.445 | 10.445 | 10.445 | 10.445 | 10.445 | 100.0% | 1 | | -> duration | 10.445 | 10.445 | 10.445 | 10.445 | 10.445 | 10.445 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.445107 Full duration: 25.465202 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.806 | 3.806 | 3.806 | 3.806 | 3.806 | 3.806 | 100.0% | 1 | | cinder_v2.delete_volume | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | total | 4.399 | 4.399 | 4.399 | 4.399 | 4.399 | 4.399 | 100.0% | 1 | | -> duration | 4.399 | 4.399 | 4.399 | 4.399 | 4.399 | 4.399 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.398923 Full duration: 18.4439 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 100.0% | 1 | | cinder_v2.extend_volume | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | cinder_v2.delete_volume | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | total | 4.937 | 4.937 | 4.937 | 4.937 | 4.937 | 4.937 | 100.0% | 1 | | -> duration | 4.937 | 4.937 | 4.937 | 4.937 | 4.937 | 4.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.936536 Full duration: 18.246849 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.796 | 3.796 | 3.796 | 3.796 | 3.796 | 3.796 | 100.0% | 1 | | cinder_v2.delete_volume | 3.103 | 3.103 | 3.103 | 3.103 | 3.103 | 3.103 | 100.0% | 1 | | total | 6.9 | 6.9 | 6.9 | 6.9 | 6.9 | 6.9 | 100.0% | 1 | | -> duration | 6.9 | 6.9 | 6.9 | 6.9 | 6.9 | 6.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.899709 Full duration: 27.477529 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "write_iops_sec": "10", "consumer": "both", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | cinder_v2.list_qos | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | total | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 100.0% | 1 | | -> duration | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 1.058 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.058092 Full duration: 17.043819 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "set_read_iops_sec": "1001", "set_consumer": "both", "read_iops_sec": "1000", "set_write_iops_sec": "11", "write_iops_sec": "10", "consumer": "back-end" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | cinder_v2.set_qos | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | total | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 100.0% | 1 | | -> duration | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.090035 Full duration: 16.65663 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | cinder_v2.list_types | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 1.079 | 1.079 | 1.079 | 1.079 | 1.079 | 1.079 | 100.0% | 1 | | -> duration | 1.079 | 1.079 | 1.079 | 1.079 | 1.079 | 1.079 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.079357 Full duration: 17.075704 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "control_location": "front-end", "cipher": "aes-xts-plain64", "description": "rally tests creating types", "key_size": 512, "provider": "LuksEncryptor" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dea712d9-5cbf-4fbc-b747-8433b0c97be0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | total | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 100.0% | 1 | | -> duration | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.149832 Full duration: 17.023573 HINTS: * To plot HTML graphics with this data, run: rally task report dea712d9-5cbf-4fbc-b747-8433b0c97be0 --out output.html * To generate a JUnit report, run: rally task export dea712d9-5cbf-4fbc-b747-8433b0c97be0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dea712d9-5cbf-4fbc-b747-8433b0c97be0 --json --out output.json 2018-08-20 17:08:06,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dea712d9-5cbf-4fbc-b747-8433b0c97be0', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-20 17:08:09,360 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dea712d9-5cbf-4fbc-b747-8433b0c97be0 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-20 17:08:09.258 3114 INFO rally.api [-] Building 'json' report for the following task(s): 'dea712d9-5cbf-4fbc-b747-8433b0c97be0'. 2018-08-20 17:08:09.267 3114 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:08:09,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dea712d9-5cbf-4fbc-b747-8433b0c97be0', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-20 17:08:11,993 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dea712d9-5cbf-4fbc-b747-8433b0c97be0 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-20 17:08:11.871 3117 INFO rally.api [-] Building 'html' report for the following task(s): 'dea712d9-5cbf-4fbc-b747-8433b0c97be0'. 2018-08-20 17:08:11.898 3117 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:08:11,999 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-20 17:08:11,999 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-20 17:08:12,000 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-gnocchi.yaml 2018-08-20 17:08:12,000 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 17:08:12,005 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 17:08:12,006 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['gnocchi'], 'concurrency': 4, 'netid': 'dfd91dd0-0411-45fb-8288-828483d8c1e2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'flavor_name': 'rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-20 17:10:47,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ec700d13-35cb-44ac-8745-585a1fd7f2db 2018-08-20 17:10:47,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ec700d13-35cb-44ac-8745-585a1fd7f2db'] 2018-08-20 17:10:48,657 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ec700d13-35cb-44ac-8745-585a1fd7f2db -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db: finished -------------------------------------------------------------------------------- test scenario Gnocchi.list_capabilities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_capabilities | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | total | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> duration | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.803274 Full duration: 10.758369 -------------------------------------------------------------------------------- test scenario Gnocchi.get_status args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "detailed": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.get_status | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.75536 Full duration: 10.447542 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.list_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy_rule | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.716249 Full duration: 10.295352 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.create_delete_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "metric_pattern": "cpu_*", "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy_rule | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | -> duration | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.032831 Full duration: 11.509575 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.list_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | total | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> duration | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.696299 Full duration: 10.199353 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.create_delete_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "definition": [ { "timespan": "1:00:00", "granularity": "0:00:01" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | total | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> duration | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.034664 Full duration: 11.27217 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.list_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_resource_type | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | total | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> duration | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792732 Full duration: 10.457279 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.create_delete_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "attributes": { "foo": { "required": false, "type": "string" }, "bar": { "required": true, "type": "number" } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource_type | 1.49 | 1.49 | 1.49 | 1.49 | 1.49 | 1.49 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | total | 2.005 | 2.005 | 2.005 | 2.005 | 2.005 | 2.005 | 100.0% | 1 | | -> duration | 2.005 | 2.005 | 2.005 | 2.005 | 2.005 | 2.005 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.004887 Full duration: 12.339272 -------------------------------------------------------------------------------- test scenario GnocchiMetric.list_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "limit": 10000 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_metric | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.726184 Full duration: 10.549236 -------------------------------------------------------------------------------- test scenario GnocchiMetric.create_delete_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_metric | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 100.0% | 1 | | gnocchi.delete_metric | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 1.306 | 1.306 | 1.306 | 1.306 | 1.306 | 1.306 | 100.0% | 1 | | -> duration | 1.306 | 1.306 | 1.306 | 1.306 | 1.306 | 1.306 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.305635 Full duration: 11.745668 -------------------------------------------------------------------------------- test scenario GnocchiResource.create_delete_resource args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ec700d13-35cb-44ac-8745-585a1fd7f2db has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | gnocchi.delete_resource | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | total | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | -> duration | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.127024 Full duration: 11.442458 HINTS: * To plot HTML graphics with this data, run: rally task report ec700d13-35cb-44ac-8745-585a1fd7f2db --out output.html * To generate a JUnit report, run: rally task export ec700d13-35cb-44ac-8745-585a1fd7f2db --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ec700d13-35cb-44ac-8745-585a1fd7f2db --json --out output.json 2018-08-20 17:10:48,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ec700d13-35cb-44ac-8745-585a1fd7f2db', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-20 17:10:51,241 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ec700d13-35cb-44ac-8745-585a1fd7f2db --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-20 17:10:51.135 4252 INFO rally.api [-] Building 'json' report for the following task(s): 'ec700d13-35cb-44ac-8745-585a1fd7f2db'. 2018-08-20 17:10:51.144 4252 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:10:51,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ec700d13-35cb-44ac-8745-585a1fd7f2db', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-20 17:10:53,755 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ec700d13-35cb-44ac-8745-585a1fd7f2db --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-20 17:10:53.626 4255 INFO rally.api [-] Building 'html' report for the following task(s): 'ec700d13-35cb-44ac-8745-585a1fd7f2db'. 2018-08-20 17:10:53.654 4255 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:10:53,761 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-20 17:10:53,761 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-20 17:10:53,761 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-08-20 17:10:53,761 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 17:10:53,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 17:10:53,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': 'dfd91dd0-0411-45fb-8288-828483d8c1e2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'flavor_name': 'rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-20 17:13:01,068 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 100686d4-e1a0-4740-8d21-09a9b7e0944f 2018-08-20 17:13:01,068 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '100686d4-e1a0-4740-8d21-09a9b7e0944f'] 2018-08-20 17:13:02,060 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 100686d4-e1a0-4740-8d21-09a9b7e0944f -------------------------------------------------------------------------------- Task 100686d4-e1a0-4740-8d21-09a9b7e0944f: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 100686d4-e1a0-4740-8d21-09a9b7e0944f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 8.915 | 8.915 | 8.915 | 8.915 | 8.915 | 8.915 | 100.0% | 1 | | heat.update_stack | 6.311 | 6.311 | 6.311 | 6.311 | 6.311 | 6.311 | 100.0% | 1 | | heat.delete_stack | 5.312 | 5.312 | 5.312 | 5.312 | 5.312 | 5.312 | 100.0% | 1 | | total | 20.538 | 20.538 | 20.538 | 20.538 | 20.538 | 20.538 | 100.0% | 1 | | -> duration | 16.538 | 16.538 | 16.538 | 16.538 | 16.538 | 16.538 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.538234 Full duration: 33.234966 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 100686d4-e1a0-4740-8d21-09a9b7e0944f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 7.05 | 7.05 | 7.05 | 7.05 | 7.05 | 7.05 | 100.0% | 1 | | heat.check_stack | 3.804 | 3.804 | 3.804 | 3.804 | 3.804 | 3.804 | 100.0% | 1 | | heat.delete_stack | 3.484 | 3.484 | 3.484 | 3.484 | 3.484 | 3.484 | 100.0% | 1 | | total | 14.338 | 14.338 | 14.338 | 14.338 | 14.338 | 14.338 | 100.0% | 1 | | -> duration | 12.338 | 12.338 | 12.338 | 12.338 | 12.338 | 12.338 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.33773 Full duration: 26.469499 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 100686d4-e1a0-4740-8d21-09a9b7e0944f has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.583 | 5.583 | 5.583 | 5.583 | 5.583 | 5.583 | 100.0% | 1 | | heat.suspend_stack | 2.114 | 2.114 | 2.114 | 2.114 | 2.114 | 2.114 | 100.0% | 1 | | heat.resume_stack | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 1.966 | 100.0% | 1 | | heat.delete_stack | 1.852 | 1.852 | 1.852 | 1.852 | 1.852 | 1.852 | 100.0% | 1 | | total | 11.515 | 11.515 | 11.515 | 11.515 | 11.515 | 11.515 | 100.0% | 1 | | -> duration | 9.515 | 9.515 | 9.515 | 9.515 | 9.515 | 9.515 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.515045 Full duration: 26.118272 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 100686d4-e1a0-4740-8d21-09a9b7e0944f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713877 Full duration: 11.885339 HINTS: * To plot HTML graphics with this data, run: rally task report 100686d4-e1a0-4740-8d21-09a9b7e0944f --out output.html * To generate a JUnit report, run: rally task export 100686d4-e1a0-4740-8d21-09a9b7e0944f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 100686d4-e1a0-4740-8d21-09a9b7e0944f --json --out output.json 2018-08-20 17:13:02,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '100686d4-e1a0-4740-8d21-09a9b7e0944f', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-20 17:13:04,618 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 100686d4-e1a0-4740-8d21-09a9b7e0944f --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-20 17:13:04.519 5168 INFO rally.api [-] Building 'json' report for the following task(s): '100686d4-e1a0-4740-8d21-09a9b7e0944f'. 2018-08-20 17:13:04.524 5168 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:13:04,618 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '100686d4-e1a0-4740-8d21-09a9b7e0944f', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-20 17:13:06,993 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 100686d4-e1a0-4740-8d21-09a9b7e0944f --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-20 17:13:06.871 5171 INFO rally.api [-] Building 'html' report for the following task(s): '100686d4-e1a0-4740-8d21-09a9b7e0944f'. 2018-08-20 17:13:06.892 5171 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:13:06,999 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-20 17:13:06,999 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-20 17:13:07,000 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-08-20 17:13:07,000 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 17:13:07,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 17:13:07,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': 'dfd91dd0-0411-45fb-8288-828483d8c1e2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'flavor_name': 'rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-20 17:17:29,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 2018-08-20 17:17:29,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4c36d80b-f36b-4914-9b8c-a70ca98e04c7'] 2018-08-20 17:17:30,910 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | keystone_v3.add_role | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | keystone_v3.revoke_role | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | total | 1.355 | 1.355 | 1.355 | 1.355 | 1.355 | 1.355 | 100.0% | 1 | | -> duration | 1.355 | 1.355 | 1.355 | 1.355 | 1.355 | 1.355 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.354644 Full duration: 20.506083 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | keystone_v3.add_role | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 100.0% | 1 | | keystone_v3.list_roles | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 100.0% | 1 | | total | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | -> duration | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.120401 Full duration: 19.65684 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 100.0% | 1 | | keystone_v3.list_projects | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 100.0% | 1 | | -> duration | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 1.449 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.448759 Full duration: 20.647037 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | keystone_v3.delete_role | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 100.0% | 1 | | total | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 100.0% | 1 | | -> duration | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.089982 Full duration: 17.777292 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | keystone_v3.delete_service | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 100.0% | 1 | | total | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | -> duration | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 1.062 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.06213 Full duration: 17.827832 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | keystone_v3.create_user | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | -> keystone_v3.add_role | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | keystone_v3.create_role | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | keystone_v3.get_project | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.get_user | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 100.0% | 1 | | keystone_v3.get_role | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | keystone_v3.list_services | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 100.0% | 1 | | keystone_v3.get_services | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 3.486 | 3.486 | 3.486 | 3.486 | 3.486 | 3.486 | 100.0% | 1 | | -> duration | 3.486 | 3.486 | 3.486 | 3.486 | 3.486 | 3.486 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.485886 Full duration: 27.446599 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 100.0% | 1 | | keystone_v3.update_project | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | keystone_v3.delete_project | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 100.0% | 1 | | -> duration | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 1.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.637845 Full duration: 18.176279 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 1.178 | 100.0% | 1 | | total | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 100.0% | 1 | | -> duration | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.381842 Full duration: 20.307873 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | total | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | -> duration | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.034366 Full duration: 19.628501 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 100.0% | 1 | | keystone_v3.list_users | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 100.0% | 1 | | -> duration | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.554918 Full duration: 20.739223 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | keystone_v3.create_users | 9.223 | 9.223 | 9.223 | 9.223 | 9.223 | 9.223 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 9.223 | 9.223 | 9.223 | 9.223 | 9.223 | 9.223 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.104 | 2.104 | 2.104 | 2.104 | 2.104 | 2.104 | 100.0% | 1 | | total | 12.04 | 12.04 | 12.04 | 12.04 | 12.04 | 12.04 | 100.0% | 1 | | -> duration | 12.04 | 12.04 | 12.04 | 12.04 | 12.04 | 12.04 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.039919 Full duration: 33.744827 HINTS: * To plot HTML graphics with this data, run: rally task report 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 --out output.html * To generate a JUnit report, run: rally task export 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 --json --out output.json 2018-08-20 17:17:30,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4c36d80b-f36b-4914-9b8c-a70ca98e04c7', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-20 17:17:33,525 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-20 17:17:33.419 7086 INFO rally.api [-] Building 'json' report for the following task(s): '4c36d80b-f36b-4914-9b8c-a70ca98e04c7'. 2018-08-20 17:17:33.429 7086 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:17:33,525 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4c36d80b-f36b-4914-9b8c-a70ca98e04c7', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-20 17:17:36,052 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4c36d80b-f36b-4914-9b8c-a70ca98e04c7 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-20 17:17:35.926 7089 INFO rally.api [-] Building 'html' report for the following task(s): '4c36d80b-f36b-4914-9b8c-a70ca98e04c7'. 2018-08-20 17:17:35.955 7089 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:17:36,068 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-20 17:17:36,068 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-20 17:17:36,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-08-20 17:17:36,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 17:17:36,081 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 17:17:36,083 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': 'dfd91dd0-0411-45fb-8288-828483d8c1e2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'flavor_name': 'rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-20 17:24:40,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d06c0197-34ee-457a-a9c4-50a93a823a5b 2018-08-20 17:24:40,798 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd06c0197-34ee-457a-a9c4-50a93a823a5b'] 2018-08-20 17:24:41,819 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d06c0197-34ee-457a-a9c4-50a93a823a5b -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | neutron.delete_network | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | total | 2.341 | 2.341 | 2.341 | 2.341 | 2.341 | 2.341 | 100.0% | 1 | | -> duration | 2.341 | 2.341 | 2.341 | 2.341 | 2.341 | 2.341 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.341291 Full duration: 20.163026 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.521 | 1.521 | 1.521 | 1.521 | 1.521 | 1.521 | 100.0% | 1 | | neutron.delete_port | 1.172 | 1.172 | 1.172 | 1.172 | 1.172 | 1.172 | 100.0% | 1 | | total | 2.693 | 2.693 | 2.693 | 2.693 | 2.693 | 2.693 | 100.0% | 1 | | -> duration | 2.693 | 2.693 | 2.693 | 2.693 | 2.693 | 2.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.693256 Full duration: 39.677085 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "router": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | neutron.create_subnet | 1.275 | 1.275 | 1.275 | 1.275 | 1.275 | 1.275 | 100.0% | 1 | | neutron.create_router | 0.391 | 0.391 | 0.391 | 0.391 | 0.391 | 0.391 | 100.0% | 1 | | neutron.add_interface_router | 2.034 | 2.034 | 2.034 | 2.034 | 2.034 | 2.034 | 100.0% | 1 | | neutron.remove_interface_router | 1.682 | 1.682 | 1.682 | 1.682 | 1.682 | 1.682 | 100.0% | 1 | | neutron.delete_router | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | total | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 100.0% | 1 | | -> duration | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.591306 Full duration: 50.853191 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.715 | 1.715 | 1.715 | 1.715 | 1.715 | 1.715 | 100.0% | 1 | | neutron.delete_subnet | 2.209 | 2.209 | 2.209 | 2.209 | 2.209 | 2.209 | 100.0% | 1 | | total | 3.924 | 3.924 | 3.924 | 3.924 | 3.924 | 3.924 | 100.0% | 1 | | -> duration | 3.924 | 3.924 | 3.924 | 3.924 | 3.924 | 3.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.924194 Full duration: 40.547352 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 100.0% | 1 | | neutron.list_networks | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | total | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | -> duration | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.435056 Full duration: 22.195102 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 100.0% | 1 | | neutron.list_ports | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | total | 1.917 | 1.917 | 1.917 | 1.917 | 1.917 | 1.917 | 100.0% | 1 | | -> duration | 1.917 | 1.917 | 1.917 | 1.917 | 1.917 | 1.917 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.916592 Full duration: 41.738515 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1, "router": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | neutron.create_subnet | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | neutron.create_router | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | neutron.add_interface_router | 2.306 | 2.306 | 2.306 | 2.306 | 2.306 | 2.306 | 100.0% | 1 | | neutron.list_routers | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 100.0% | 1 | | total | 5.235 | 5.235 | 5.235 | 5.235 | 5.235 | 5.235 | 100.0% | 1 | | -> duration | 5.235 | 5.235 | 5.235 | 5.235 | 5.235 | 5.235 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.235156 Full duration: 53.70698 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | neutron.create_subnet | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 100.0% | 1 | | neutron.list_subnets | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | total | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 100.0% | 1 | | -> duration | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.589251 Full duration: 47.145543 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 100.0% | 1 | | neutron.delete_security_group | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | total | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 100.0% | 1 | | -> duration | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 1.669 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.669419 Full duration: 19.885312 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | neutron.create_security_group_rule | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 100.0% | 1 | | neutron.delete_security_group | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 100.0% | 1 | | total | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 100.0% | 1 | | -> duration | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.334373 Full duration: 20.415232 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "admin" ], "quotas": { "neutron": { "router": -1, "network": -1 } } }, "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d06c0197-34ee-457a-a9c4-50a93a823a5b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 100.0% | 1 | | neutron.create_router | 0.438 | 0.438 | 0.438 | 0.438 | 0.438 | 0.438 | 100.0% | 1 | | neutron.add_gateway_router | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | neutron.remove_gateway_router | 1.567 | 1.567 | 1.567 | 1.567 | 1.567 | 1.567 | 100.0% | 1 | | total | 5.009 | 5.009 | 5.009 | 5.009 | 5.009 | 5.009 | 100.0% | 1 | | -> duration | 5.009 | 5.009 | 5.009 | 5.009 | 5.009 | 5.009 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.008707 Full duration: 34.462742 HINTS: * To plot HTML graphics with this data, run: rally task report d06c0197-34ee-457a-a9c4-50a93a823a5b --out output.html * To generate a JUnit report, run: rally task export d06c0197-34ee-457a-a9c4-50a93a823a5b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d06c0197-34ee-457a-a9c4-50a93a823a5b --json --out output.json 2018-08-20 17:24:41,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd06c0197-34ee-457a-a9c4-50a93a823a5b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-20 17:24:44,396 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d06c0197-34ee-457a-a9c4-50a93a823a5b --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-20 17:24:44.287 10384 INFO rally.api [-] Building 'json' report for the following task(s): 'd06c0197-34ee-457a-a9c4-50a93a823a5b'. 2018-08-20 17:24:44.299 10384 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:24:44,396 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd06c0197-34ee-457a-a9c4-50a93a823a5b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-20 17:24:47,105 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d06c0197-34ee-457a-a9c4-50a93a823a5b --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-20 17:24:46.975 10387 INFO rally.api [-] Building 'html' report for the following task(s): 'd06c0197-34ee-457a-a9c4-50a93a823a5b'. 2018-08-20 17:24:47.006 10387 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:24:47,113 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-20 17:24:47,113 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-20 17:24:47,114 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-08-20 17:24:47,114 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 17:24:47,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 17:24:47,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': 'dfd91dd0-0411-45fb-8288-828483d8c1e2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'flavor_name': 'rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-20 17:26:24,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2d10b667-c22b-4e1b-9d41-2999b9083e64 2018-08-20 17:26:24,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2d10b667-c22b-4e1b-9d41-2999b9083e64'] 2018-08-20 17:26:25,184 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2d10b667-c22b-4e1b-9d41-2999b9083e64 -------------------------------------------------------------------------------- Task 2d10b667-c22b-4e1b-9d41-2999b9083e64: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc" }, "image": { "name": "rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc" }, "nics": [ { "net-id": "dfd91dd0-0411-45fb-8288-828483d8c1e2" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2d10b667-c22b-4e1b-9d41-2999b9083e64 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/servers.py", line 720, in run self._live_migrate(server, block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 91, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/utils.py", line 819, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 16.346 | 16.346 | 16.346 | 16.346 | 16.346 | 16.346 | 100.0% | 1 | | nova.live_migrate | 16.587 | 16.587 | 16.587 | 16.587 | 16.587 | 16.587 | 0.0% | 1 | | total | 32.933 | 32.933 | 32.933 | 32.933 | 32.933 | 32.933 | 0.0% | 1 | | -> duration | 31.933 | 31.933 | 31.933 | 31.933 | 31.933 | 31.933 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.933338 Full duration: 53.740965 HINTS: * To plot HTML graphics with this data, run: rally task report 2d10b667-c22b-4e1b-9d41-2999b9083e64 --out output.html * To generate a JUnit report, run: rally task export 2d10b667-c22b-4e1b-9d41-2999b9083e64 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2d10b667-c22b-4e1b-9d41-2999b9083e64 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-20 17:26:25,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2d10b667-c22b-4e1b-9d41-2999b9083e64', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-20 17:26:27,986 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2d10b667-c22b-4e1b-9d41-2999b9083e64 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-20 17:26:27.882 10622 INFO rally.api [-] Building 'json' report for the following task(s): '2d10b667-c22b-4e1b-9d41-2999b9083e64'. 2018-08-20 17:26:27.884 10622 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:26:27,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2d10b667-c22b-4e1b-9d41-2999b9083e64', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-20 17:26:30,607 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2d10b667-c22b-4e1b-9d41-2999b9083e64 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-20 17:26:30.494 10625 INFO rally.api [-] Building 'html' report for the following task(s): '2d10b667-c22b-4e1b-9d41-2999b9083e64'. 2018-08-20 17:26:30.511 10625 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:26:30,609 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-20 17:26:30,609 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-20 17:26:30,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-08-20 17:26:30,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 17:26:30,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 17:26:30,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': 'dfd91dd0-0411-45fb-8288-828483d8c1e2', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'flavor_name': 'rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-20 17:27:41,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7269c710-1289-4b1e-b3ce-da5f46f517d5 2018-08-20 17:27:41,556 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7269c710-1289-4b1e-b3ce-da5f46f517d5'] 2018-08-20 17:27:42,552 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7269c710-1289-4b1e-b3ce-da5f46f517d5 -------------------------------------------------------------------------------- Task 7269c710-1289-4b1e-b3ce-da5f46f517d5: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7269c710-1289-4b1e-b3ce-da5f46f517d5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | quotas.delete_quotas | 0.312 | 0.312 | 0.312 | 0.312 | 0.312 | 0.312 | 100.0% | 1 | | total | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 100.0% | 1 | | -> duration | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.212796 Full duration: 12.585396 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7269c710-1289-4b1e-b3ce-da5f46f517d5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | total | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> duration | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.900167 Full duration: 12.528094 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7269c710-1289-4b1e-b3ce-da5f46f517d5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 100.0% | 1 | | total | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | -> duration | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.988554 Full duration: 11.663673 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7269c710-1289-4b1e-b3ce-da5f46f517d5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | total | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | -> duration | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.292284 Full duration: 12.522868 HINTS: * To plot HTML graphics with this data, run: rally task report 7269c710-1289-4b1e-b3ce-da5f46f517d5 --out output.html * To generate a JUnit report, run: rally task export 7269c710-1289-4b1e-b3ce-da5f46f517d5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7269c710-1289-4b1e-b3ce-da5f46f517d5 --json --out output.json 2018-08-20 17:27:42,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7269c710-1289-4b1e-b3ce-da5f46f517d5', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-20 17:27:44,961 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7269c710-1289-4b1e-b3ce-da5f46f517d5 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-20 17:27:44.851 11138 INFO rally.api [-] Building 'json' report for the following task(s): '7269c710-1289-4b1e-b3ce-da5f46f517d5'. 2018-08-20 17:27:44.855 11138 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:27:44,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7269c710-1289-4b1e-b3ce-da5f46f517d5', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-20 17:27:47,383 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7269c710-1289-4b1e-b3ce-da5f46f517d5 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-20 17:27:47.260 11141 INFO rally.api [-] Building 'html' report for the following task(s): '7269c710-1289-4b1e-b3ce-da5f46f517d5'. 2018-08-20 17:27:47.280 11141 INFO rally.api [-] The report has been successfully built. 2018-08-20 17:27:47,388 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-20 17:27:47,392 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 01:06 | 6 | 100.00% | | glance | 01:38 | 4 | 100.00% | | cinder | 03:22 | 10 | 100.00% | | gnocchi | 02:01 | 11 | 100.00% | | heat | 01:37 | 4 | 100.00% | | keystone | 03:56 | 11 | 100.00% | | neutron | 06:30 | 11 | 100.00% | | nova | 00:53 | 1 | 0.00% | | quotas | 00:49 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:57 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-20 17:27:47,393 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-20 17:27:47,521 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 17:27:47,522 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 27:39 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-20 17:27:47,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 17:27:47,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:27:47,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:27:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-993b0173-c477-4bb5-9270-d65a9a1cd27f x-compute-request-id: req-993b0173-c477-4bb5-9270-d65a9a1cd27f Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/00b9ed66-c204-4019-b1e5-abe275376935", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/00b9ed66-c204-4019-b1e5-abe275376935", "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": "00b9ed66-c204-4019-b1e5-abe275376935"}, {"name": "rally_sanity-flavor_alt_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b9e885ba-7fbb-4685-b2ea-f92f20273710", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b9e885ba-7fbb-4685-b2ea-f92f20273710", "rel": "bookmark"}], "ram": 1024, "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": "b9e885ba-7fbb-4685-b2ea-f92f20273710"}]} 2018-08-20 17:27:47,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-993b0173-c477-4bb5-9270-d65a9a1cd27f 2018-08-20 17:27:47,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.312137126923s 2018-08-20 17:27:47,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-993b0173-c477-4bb5-9270-d65a9a1cd27f 2018-08-20 17:27:47,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 17:27:47,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/b9e885ba-7fbb-4685-b2ea-f92f20273710 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:27:47,874 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 17:27:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98d1a502-2d46-4213-940b-c938c56cc806 x-compute-request-id: req-98d1a502-2d46-4213-940b-c938c56cc806 Content-Length: 0 Content-Type: application/json 2018-08-20 17:27:47,874 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b9e885ba-7fbb-4685-b2ea-f92f20273710 used request id req-98d1a502-2d46-4213-940b-c938c56cc806 2018-08-20 17:27:47,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0313680171967s 2018-08-20 17:27:47,874 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b9e885ba-7fbb-4685-b2ea-f92f20273710 used request id req-98d1a502-2d46-4213-940b-c938c56cc806 2018-08-20 17:27:47,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 17:27:47,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/1b312c4b-8487-426e-8438-00b0494fe052/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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" -d '{"subnet_id": "155550c5-f031-48d9-a335-15eb173c3c61"}' 2018-08-20 17:27:50,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a4b64cad-603a-408e-9e4c-3fffc6fe0d80 Date: Mon, 20 Aug 2018 17:27:50 GMT RESP BODY: {"network_id": "dfd91dd0-0411-45fb-8288-828483d8c1e2", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "subnet_id": "155550c5-f031-48d9-a335-15eb173c3c61", "subnet_ids": ["155550c5-f031-48d9-a335-15eb173c3c61"], "port_id": "de4f4054-8444-4ab7-8b2f-50e7cba5f203", "id": "1b312c4b-8487-426e-8438-00b0494fe052"} 2018-08-20 17:27:50,348 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1b312c4b-8487-426e-8438-00b0494fe052/remove_router_interface.json used request id req-a4b64cad-603a-408e-9e4c-3fffc6fe0d80 2018-08-20 17:27:50,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.47281885147s 2018-08-20 17:27:50,348 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1b312c4b-8487-426e-8438-00b0494fe052/remove_router_interface.json used request id req-a4b64cad-603a-408e-9e4c-3fffc6fe0d80 returning object 1b312c4b-8487-426e-8438-00b0494fe052 2018-08-20 17:27:50,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 17:27:50,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:27:51,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-7b582e1a-48dd-45bd-8e04-387b1b2b13f4 Date: Mon, 20 Aug 2018 17:27:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T17:27:49Z", "revision_number": 4, "routes": [], "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "1b312c4b-8487-426e-8438-00b0494fe052", "name": "rally_sanity-router_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}]} 2018-08-20 17:27:51,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7b582e1a-48dd-45bd-8e04-387b1b2b13f4 2018-08-20 17:27:51,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.820937871933s 2018-08-20 17:27:51,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7b582e1a-48dd-45bd-8e04-387b1b2b13f4 2018-08-20 17:27:51,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 17:27:51,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/1b312c4b-8487-426e-8438-00b0494fe052.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:27:53,000 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5c7f18f-d10f-485d-b04d-895ff8cb048c Content-Length: 0 Date: Mon, 20 Aug 2018 17:27:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:27:53,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/1b312c4b-8487-426e-8438-00b0494fe052.json used request id req-e5c7f18f-d10f-485d-b04d-895ff8cb048c 2018-08-20 17:27:53,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.82900595665s 2018-08-20 17:27:53,001 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/1b312c4b-8487-426e-8438-00b0494fe052.json used request id req-e5c7f18f-d10f-485d-b04d-895ff8cb048c 2018-08-20 17:27:53,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 17:27:53,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:27:53,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-b3b2702a-d01a-47ce-aa83-d73756e19ff7 Date: Mon, 20 Aug 2018 17:27:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfd91dd0-0411-45fb-8288-828483d8c1e2","tenant_id":"8c078c7baefe47d1bae1583dfea37be7","created_at":"2018-08-20T17:00:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T17: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":"8c078c7baefe47d1bae1583dfea37be7","id":"155550c5-f031-48d9-a335-15eb173c3c61","subnetpool_id":null,"name":"rally_sanity-subnet_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 17:27:53,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b3b2702a-d01a-47ce-aa83-d73756e19ff7 2018-08-20 17:27:53,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.249001979828s 2018-08-20 17:27:53,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b3b2702a-d01a-47ce-aa83-d73756e19ff7 2018-08-20 17:27:53,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 17:27:53,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/155550c5-f031-48d9-a335-15eb173c3c61.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:27:55,734 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-16ea0675-479b-4188-8de4-8f051fa70a31 Date: Mon, 20 Aug 2018 17:27:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:27:55,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/155550c5-f031-48d9-a335-15eb173c3c61.json used request id req-16ea0675-479b-4188-8de4-8f051fa70a31 2018-08-20 17:27:55,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.48151493073s 2018-08-20 17:27:55,734 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/155550c5-f031-48d9-a335-15eb173c3c61.json used request id req-16ea0675-479b-4188-8de4-8f051fa70a31 2018-08-20 17:27:55,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:27:55,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:27:56,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-0df19cba-f034-47d1-80f5-6988989be98e Date: Mon, 20 Aug 2018 17:27:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dfd91dd0-0411-45fb-8288-828483d8c1e2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"8c078c7baefe47d1bae1583dfea37be7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T17:27:55Z","provider:segmentation_id":89,"name":"rally_sanity-net_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc","admin_state_up":true,"tenant_id":"8c078c7baefe47d1bae1583dfea37be7","created_at":"2018-08-20T17:00:09Z","provider:network_type":"vxlan"}]} 2018-08-20 17:27:56,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0df19cba-f034-47d1-80f5-6988989be98e 2018-08-20 17:27:56,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.923296928406s 2018-08-20 17:27:56,659 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0df19cba-f034-47d1-80f5-6988989be98e 2018-08-20 17:27:56,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 17:27:56,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/dfd91dd0-0411-45fb-8288-828483d8c1e2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:27:57,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35c3e29f-824e-4225-834b-57d69a7361a7 Date: Mon, 20 Aug 2018 17:27:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:27:57,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/dfd91dd0-0411-45fb-8288-828483d8c1e2.json used request id req-35c3e29f-824e-4225-834b-57d69a7361a7 2018-08-20 17:27:57,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.932002067566s 2018-08-20 17:27:57,593 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/dfd91dd0-0411-45fb-8288-828483d8c1e2.json used request id req-35c3e29f-824e-4225-834b-57d69a7361a7 2018-08-20 17:27:57,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:27:57,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:27:57,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-787ee5c5-39dd-4ffa-b8ed-1c90c4203e5c Date: Mon, 20 Aug 2018 17:27:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:00:16Z", "file": "/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549/file", "owner": "8c078c7baefe47d1bae1583dfea37be7", "id": "1c4e49d6-d3f6-4029-af83-124abae89549", "size": 12716032, "self": "/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c4e49d6-d3f6-4029-af83-124abae89549/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/1c4e49d6-d3f6-4029-af83-124abae89549/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:00:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:27:57,897 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-787ee5c5-39dd-4ffa-b8ed-1c90c4203e5c 2018-08-20 17:27:57,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.300110816956s 2018-08-20 17:27:57,898 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-787ee5c5-39dd-4ffa-b8ed-1c90c4203e5c 2018-08-20 17:27:57,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 17:27:57,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b8c301c7d0626c9476bb680e41e2eca19e4525ea" 2018-08-20 17:27:59,135 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-929d6a40-28e9-4159-acba-ad279a60d820 Date: Mon, 20 Aug 2018 17:27:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:27:59,135 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549 used request id req-929d6a40-28e9-4159-acba-ad279a60d820 2018-08-20 17:27:59,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.23540210724s 2018-08-20 17:27:59,135 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1c4e49d6-d3f6-4029-af83-124abae89549 used request id req-929d6a40-28e9-4159-acba-ad279a60d820 2018-08-20 17:27:59,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 17:27:59,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:27:59,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:27: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-574a08c2-582a-4c1d-a9cd-db22543b5aaa x-compute-request-id: req-574a08c2-582a-4c1d-a9cd-db22543b5aaa Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/00b9ed66-c204-4019-b1e5-abe275376935", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/00b9ed66-c204-4019-b1e5-abe275376935", "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": "00b9ed66-c204-4019-b1e5-abe275376935"}]} 2018-08-20 17:27:59,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-574a08c2-582a-4c1d-a9cd-db22543b5aaa 2018-08-20 17:27:59,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0242650508881s 2018-08-20 17:27:59,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-574a08c2-582a-4c1d-a9cd-db22543b5aaa 2018-08-20 17:27:59,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 17:27:59,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/00b9ed66-c204-4019-b1e5-abe275376935 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:27:59,204 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 17:27: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-2ac308df-d4f6-4ccb-ab12-ab5c363e0fd2 x-compute-request-id: req-2ac308df-d4f6-4ccb-ab12-ab5c363e0fd2 Content-Length: 0 Content-Type: application/json 2018-08-20 17:27:59,204 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/00b9ed66-c204-4019-b1e5-abe275376935 used request id req-2ac308df-d4f6-4ccb-ab12-ab5c363e0fd2 2018-08-20 17:27:59,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0412969589233s 2018-08-20 17:27:59,204 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/00b9ed66-c204-4019-b1e5-abe275376935 used request id req-2ac308df-d4f6-4ccb-ab12-ab5c363e0fd2 2018-08-20 17:27:59,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:27:59,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:27:59,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-164cb316-a6b2-4b74-83d6-7856d18cdb3e Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "links": {"self": "http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f0762f867114476f9e20007e9abe25f5", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 17:27:59,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-164cb316-a6b2-4b74-83d6-7856d18cdb3e 2018-08-20 17:27:59,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.223247051239s 2018-08-20 17:27:59,429 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-164cb316-a6b2-4b74-83d6-7856d18cdb3e 2018-08-20 17:27:59,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:27:59,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:27:59,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d79541e-1b70-41ca-bf49-e3dd1e799e07 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc", "links": {"self": "http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f0762f867114476f9e20007e9abe25f5", "description": null}} 2018-08-20 17:27:59,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5 used request id req-9d79541e-1b70-41ca-bf49-e3dd1e799e07 2018-08-20 17:27:59,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220679998398s 2018-08-20 17:27:59,655 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5 used request id req-9d79541e-1b70-41ca-bf49-e3dd1e799e07 2018-08-20 17:27:59,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 17:27:59,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:28:00,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:27:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c388e9f6-c054-491d-8e79-44eeef849e41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:28:00,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5 used request id req-c388e9f6-c054-491d-8e79-44eeef849e41 2018-08-20 17:28:00,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.35076379776s 2018-08-20 17:28:00,007 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f0762f867114476f9e20007e9abe25f5 used request id req-c388e9f6-c054-491d-8e79-44eeef849e41 2018-08-20 17:28:00,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 17:28:00,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:28:00,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e01ac7be-318f-484e-b356-cbad7162955d Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7"}, "tags": [], "enabled": true, "id": "8c078c7baefe47d1bae1583dfea37be7", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_7f504dfb-ba7a-4906-8b62-df2a52a7e3fc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 17:28:00,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-e01ac7be-318f-484e-b356-cbad7162955d 2018-08-20 17:28:00,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190445899963s 2018-08-20 17:28:00,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-e01ac7be-318f-484e-b356-cbad7162955d 2018-08-20 17:28:00,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 17:28:00,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8522f316cca89f8a4472df526f28718d0d200bc" 2018-08-20 17:28:00,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50c60f5f-67fa-4f6d-a0a6-16533620cf61 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:28:00,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7 used request id req-50c60f5f-67fa-4f6d-a0a6-16533620cf61 2018-08-20 17:28:00,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.266537189484s 2018-08-20 17:28:00,476 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/8c078c7baefe47d1bae1583dfea37be7 used request id req-50c60f5f-67fa-4f6d-a0a6-16533620cf61 2018-08-20 17:28:00,476 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-20 17:28:00,537 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-20 17:28:00,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 17:28:00,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 17:28:00,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 17:28:00,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 17:28:00,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:28:00,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-805939a2-9d80-4aa2-b0fb-00ce2257d4e5 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 17:28:00,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-805939a2-9d80-4aa2-b0fb-00ce2257d4e5 2018-08-20 17:28:00,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 17:28:00,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T18:28:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["gKCswKQ8RFm2WNM_90Vv-Q"], "issued_at": "2018-08-20T17:28:00.000000Z"}} 2018-08-20 17:28:00,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:28:00,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:28:01,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-5568dc81-27d3-4eba-87d3-2db45b84b96a Date: Mon, 20 Aug 2018 17:28:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 17:28:01,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5568dc81-27d3-4eba-87d3-2db45b84b96a 2018-08-20 17:28:01,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.36573600769s 2018-08-20 17:28:01,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5568dc81-27d3-4eba-87d3-2db45b84b96a 2018-08-20 17:28:01,361 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 17:28:04,162 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 17:28:06,824 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | c32e1953-34d1-4618-9f62-5f9ba019fd35 | 2018-08-20T17:28:06.496286 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: c32e1953-34d1-4618-9f62-5f9ba019fd35 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-20 17:28:10,791 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 17:28:10,792 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 17:28:13,588 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 17:28:16,769 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=49b4e32b-7d18-416d-8ac4-acf53413ba8d) as the default verifier for the future CLI operations. 2018-08-20 17:28:20,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 17:28:20,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:28:20,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-7e80f96f-3347-42aa-929d-a78c3ba19177 Date: Mon, 20 Aug 2018 17:28:20 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 17:28:20,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-7e80f96f-3347-42aa-929d-a78c3ba19177 2018-08-20 17:28:20,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.704382181168s 2018-08-20 17:28:20,722 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-7e80f96f-3347-42aa-929d-a78c3ba19177 2018-08-20 17:28:20,730 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-20 17:28:20,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 17:28:20,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"network": {"name": "refstack_defcore-net_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "admin_state_up": true}}' 2018-08-20 17:28:21,484 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 689 X-Openstack-Request-Id: req-3a36e77c-a7b2-4b18-874e-718aa34e0a41 Date: Mon, 20 Aug 2018 17:28:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ed576b39-9a22-427a-b928-28c24c1eeb28","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T17:28:21Z","is_default":false,"provider:segmentation_id":77,"name":"refstack_defcore-net_3b0b4ee2-8428-4ad3-929f-3a42e926201e","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T17:28:21Z","mtu":1450}} 2018-08-20 17:28:21,484 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3a36e77c-a7b2-4b18-874e-718aa34e0a41 2018-08-20 17:28:21,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.753667116165s 2018-08-20 17:28:21,485 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3a36e77c-a7b2-4b18-874e-718aa34e0a41 2018-08-20 17:28:21,485 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T17:28:21Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ed576b39-9a22-427a-b928-28c24c1eeb28', u'provider:segmentation_id': 77, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_3b0b4ee2-8428-4ad3-929f-3a42e926201e', u'admin_state_up': True, u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T17:28:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 17:28:21,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:28:21,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:28:22,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-abab146d-c5f5-48e2-a38e-6b904fd4b631 Date: Mon, 20 Aug 2018 17:28:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ed576b39-9a22-427a-b928-28c24c1eeb28","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T17:28:21Z","provider:segmentation_id":77,"name":"refstack_defcore-net_3b0b4ee2-8428-4ad3-929f-3a42e926201e","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T17:28:21Z","provider:network_type":"vxlan"}]} 2018-08-20 17:28:22,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-abab146d-c5f5-48e2-a38e-6b904fd4b631 2018-08-20 17:28:22,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.779310941696s 2018-08-20 17:28:22,266 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-abab146d-c5f5-48e2-a38e-6b904fd4b631 2018-08-20 17:28:22,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 17:28:22,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"subnet": {"name": "refstack_defcore-subnet_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "enable_dhcp": true, "network_id": "ed576b39-9a22-427a-b928-28c24c1eeb28", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 17:28:23,759 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-aa985423-b228-44e0-ae3f-448f5fc99740 Date: Mon, 20 Aug 2018 17:28:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed576b39-9a22-427a-b928-28c24c1eeb28","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T17:28:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T17:28:23Z","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":"0639ea8675f44f1bab72e1097507f733","id":"a4b52bce-29a8-435c-9781-f32126df5efa","subnetpool_id":null,"name":"refstack_defcore-subnet_3b0b4ee2-8428-4ad3-929f-3a42e926201e"}} 2018-08-20 17:28:23,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-aa985423-b228-44e0-ae3f-448f5fc99740 2018-08-20 17:28:23,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.49166488647s 2018-08-20 17:28:23,760 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-aa985423-b228-44e0-ae3f-448f5fc99740 2018-08-20 17:28:23,760 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T17:28:23Z', 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'a4b52bce-29a8-435c-9781-f32126df5efa', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_3b0b4ee2-8428-4ad3-929f-3a42e926201e', u'enable_dhcp': True, u'network_id': u'ed576b39-9a22-427a-b928-28c24c1eeb28', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T17:28:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 17:28:23,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 17:28:23,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "refstack_defcore-router_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "admin_state_up": true}}' 2018-08-20 17:28:25,486 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-a7fb24a3-3962-4f80-b944-352e3b310540 Date: Mon, 20 Aug 2018 17:28:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T17:28:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T17:28:25Z", "revision_number": 2, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "582129a6-c572-41e5-aa6a-6b4dc7a06bea", "name": "refstack_defcore-router_3b0b4ee2-8428-4ad3-929f-3a42e926201e"}} 2018-08-20 17:28:25,486 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a7fb24a3-3962-4f80-b944-352e3b310540 2018-08-20 17:28:25,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.7254049778s 2018-08-20 17:28:25,487 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a7fb24a3-3962-4f80-b944-352e3b310540 2018-08-20 17:28:25,487 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T17:28:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T17:28:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'id': u'582129a6-c572-41e5-aa6a-6b4dc7a06bea', u'name': u'refstack_defcore-router_3b0b4ee2-8428-4ad3-929f-3a42e926201e'}) 2018-08-20 17:28:25,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 17:28:25,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/582129a6-c572-41e5-aa6a-6b4dc7a06bea/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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"subnet_id": "a4b52bce-29a8-435c-9781-f32126df5efa"}' 2018-08-20 17:28:27,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d6b5a591-dc00-4b29-bdb9-62a94484ded2 Date: Mon, 20 Aug 2018 17:28:27 GMT RESP BODY: {"network_id": "ed576b39-9a22-427a-b928-28c24c1eeb28", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "a4b52bce-29a8-435c-9781-f32126df5efa", "subnet_ids": ["a4b52bce-29a8-435c-9781-f32126df5efa"], "port_id": "cc2da942-747b-4935-9f92-9aacfb6ced2f", "id": "582129a6-c572-41e5-aa6a-6b4dc7a06bea"} 2018-08-20 17:28:27,442 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/582129a6-c572-41e5-aa6a-6b4dc7a06bea/add_router_interface.json used request id req-d6b5a591-dc00-4b29-bdb9-62a94484ded2 2018-08-20 17:28:27,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95439219475s 2018-08-20 17:28:27,443 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/582129a6-c572-41e5-aa6a-6b4dc7a06bea/add_router_interface.json used request id req-d6b5a591-dc00-4b29-bdb9-62a94484ded2 returning object 582129a6-c572-41e5-aa6a-6b4dc7a06bea 2018-08-20 17:28:27,443 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 17:28:27,576 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 17:28:27,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:28:27,583 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 17:28:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 17:28:27,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:28:27,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:28:27,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-986f719d-55b0-4c40-b3f9-b8016eb7a673 Date: Mon, 20 Aug 2018 17:28:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:28:27,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-986f719d-55b0-4c40-b3f9-b8016eb7a673 2018-08-20 17:28:27,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290421009064s 2018-08-20 17:28:27,878 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-986f719d-55b0-4c40-b3f9-b8016eb7a673 2018-08-20 17:28:27,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 17:28:27,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e"}' 2018-08-20 17:28:28,250 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 948 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f478dbef-733f-4faa-89ef-562d6687c40c Date: Mon, 20 Aug 2018 17:28:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:28:28Z", "file": "/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "7488f684-94d7-40d1-ac9f-2c13439a8f48", "size": null, "self": "/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "checksum": null, "created_at": "2018-08-20T17:28:28Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 17:28:28,250 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f478dbef-733f-4faa-89ef-562d6687c40c 2018-08-20 17:28:28,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.363545894623s 2018-08-20 17:28:28,250 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f478dbef-733f-4faa-89ef-562d6687c40c returning object 7488f684-94d7-40d1-ac9f-2c13439a8f48 2018-08-20 17:28:28,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 17:28:28,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '' 2018-08-20 17:28:29,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-193911ca-eea9-41f2-9490-2d1b6d7da86e Date: Mon, 20 Aug 2018 17:28:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:28:29,119 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/file used request id req-193911ca-eea9-41f2-9490-2d1b6d7da86e 2018-08-20 17:28:29,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.867936134338s 2018-08-20 17:28:29,119 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/file used request id req-193911ca-eea9-41f2-9490-2d1b6d7da86e 2018-08-20 17:28:29,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:28:29,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:28:29,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-e6af0e92-8109-4cf7-9a7c-45682aacdc29 Date: Mon, 20 Aug 2018 17:28:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:28:29Z", "file": "/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "7488f684-94d7-40d1-ac9f-2c13439a8f48", "size": 12716032, "self": "/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:28:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:28:29,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e6af0e92-8109-4cf7-9a7c-45682aacdc29 2018-08-20 17:28:29,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.297515869141s 2018-08-20 17:28:29,421 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e6af0e92-8109-4cf7-9a7c-45682aacdc29 2018-08-20 17:28:29,423 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'7488f684-94d7-40d1-ac9f-2c13439a8f48', 'size': 12716032, u'self': u'/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T17:28:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T17:28:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e', 'created': u'2018-08-20T17:28:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T17:28:28Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 17:28:29,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 17:28:29,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 17:28:29,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:28: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-beddaacf-c828-4a8b-82e9-f02f626d4eb8 x-compute-request-id: req-beddaacf-c828-4a8b-82e9-f02f626d4eb8 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de", "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": "bd929f53-6c34-4b9c-ada4-ce31442051de"}} 2018-08-20 17:28:29,753 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-beddaacf-c828-4a8b-82e9-f02f626d4eb8 2018-08-20 17:28:29,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.329243183136s 2018-08-20 17:28:29,754 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-beddaacf-c828-4a8b-82e9-f02f626d4eb8 2018-08-20 17:28:29,755 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_3b0b4ee2-8428-4ad3-929f-3a42e926201e', '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'0639ea8675f44f1bab72e1097507f733', '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'bd929f53-6c34-4b9c-ada4-ce31442051de', 'swap': 0}) 2018-08-20 17:28:29,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 17:28:29,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de/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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"extra_specs": {}}' 2018-08-20 17:28:29,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4e9c4c7-772b-46a4-b1f9-91fd26933e13 x-compute-request-id: req-c4e9c4c7-772b-46a4-b1f9-91fd26933e13 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 17:28:29,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de/os-extra_specs used request id req-c4e9c4c7-772b-46a4-b1f9-91fd26933e13 2018-08-20 17:28:29,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220768451691s 2018-08-20 17:28:29,778 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de/os-extra_specs used request id req-c4e9c4c7-772b-46a4-b1f9-91fd26933e13 2018-08-20 17:28:29,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:28:29,787 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 17:28:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b04eee6-ec36-4e6b-8376-e0fdba7202af Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 17:28:29,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-2b04eee6-ec36-4e6b-8376-e0fdba7202af 2018-08-20 17:28:29,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:28:29,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:28:29,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b8deb8d-b18c-41f1-a366-3623da8892fb Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:28:29,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7b8deb8d-b18c-41f1-a366-3623da8892fb 2018-08-20 17:28:29,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181931018829s 2018-08-20 17:28:29,973 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7b8deb8d-b18c-41f1-a366-3623da8892fb 2018-08-20 17:28:29,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:28:29,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:28:30,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f7d2483-5853-44b4-a20d-3f38ebf374a7 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:28:30,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7f7d2483-5853-44b4-a20d-3f38ebf374a7 2018-08-20 17:28:30,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195751190186s 2018-08-20 17:28:30,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7f7d2483-5853-44b4-a20d-3f38ebf374a7 2018-08-20 17:28:30,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 17:28:30,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:28:30,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:28: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-eb75e97e-5611-4a1d-b474-46e5d2b9d49a x-compute-request-id: req-eb75e97e-5611-4a1d-b474-46e5d2b9d49a Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 17:28:30,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-eb75e97e-5611-4a1d-b474-46e5d2b9d49a 2018-08-20 17:28:30,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.040962934494s 2018-08-20 17:28:30,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-eb75e97e-5611-4a1d-b474-46e5d2b9d49a 2018-08-20 17:28:30,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:28:30,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:28:30,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-7299f090-ead4-4937-bac1-ef1af3ba8a58 Date: Mon, 20 Aug 2018 17:28:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:28:29Z", "file": "/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "7488f684-94d7-40d1-ac9f-2c13439a8f48", "size": 12716032, "self": "/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:28:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:28:30,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7299f090-ead4-4937-bac1-ef1af3ba8a58 2018-08-20 17:28:30,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.289934158325s 2018-08-20 17:28:30,527 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7299f090-ead4-4937-bac1-ef1af3ba8a58 2018-08-20 17:28:30,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 17:28:30,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e"}' 2018-08-20 17:28:30,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 956 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bf47de51-75ee-4a46-bf8d-a323c0738647 Date: Mon, 20 Aug 2018 17:28:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:28:30Z", "file": "/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "2baee17c-44ed-4eb2-9840-837a31fb5cd6", "size": null, "self": "/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "checksum": null, "created_at": "2018-08-20T17:28:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 17:28:30,908 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-bf47de51-75ee-4a46-bf8d-a323c0738647 2018-08-20 17:28:30,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.372205972672s 2018-08-20 17:28:30,909 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-bf47de51-75ee-4a46-bf8d-a323c0738647 returning object 2baee17c-44ed-4eb2-9840-837a31fb5cd6 2018-08-20 17:28:30,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 17:28:30,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6/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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '' 2018-08-20 17:28:32,352 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-edad8381-838a-40d6-bca3-294a2de7a81d Date: Mon, 20 Aug 2018 17:28:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:28:32,352 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6/file used request id req-edad8381-838a-40d6-bca3-294a2de7a81d 2018-08-20 17:28:32,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.44257998466s 2018-08-20 17:28:32,352 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6/file used request id req-edad8381-838a-40d6-bca3-294a2de7a81d 2018-08-20 17:28:32,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:28:32,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:28:32,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2757 Content-Type: application/json X-Openstack-Request-Id: req-286553bf-1f75-40dd-b9ec-c5fdf0b1a537 Date: Mon, 20 Aug 2018 17:28:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:28:32Z", "file": "/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "2baee17c-44ed-4eb2-9840-837a31fb5cd6", "size": 12716032, "self": "/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:28:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:28:29Z", "file": "/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "7488f684-94d7-40d1-ac9f-2c13439a8f48", "size": 12716032, "self": "/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:28:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:28:32,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-286553bf-1f75-40dd-b9ec-c5fdf0b1a537 2018-08-20 17:28:32,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.229696989059s 2018-08-20 17:28:32,587 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-286553bf-1f75-40dd-b9ec-c5fdf0b1a537 2018-08-20 17:28:32,589 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'2baee17c-44ed-4eb2-9840-837a31fb5cd6', 'size': 12716032, u'self': u'/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T17:28:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T17:28:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e', 'created': u'2018-08-20T17:28:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T17:28:30Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 17:28:32,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 17:28:32,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 17:28:32,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:28: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-b3c1f623-71d8-4a1d-8af2-5f5308ed9830 x-compute-request-id: req-b3c1f623-71d8-4a1d-8af2-5f5308ed9830 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b5fd4082-1ff5-4c81-9c56-bb60b6b51819", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b5fd4082-1ff5-4c81-9c56-bb60b6b51819", "rel": "bookmark"}], "ram": 1024, "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": "b5fd4082-1ff5-4c81-9c56-bb60b6b51819"}} 2018-08-20 17:28:32,681 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b3c1f623-71d8-4a1d-8af2-5f5308ed9830 2018-08-20 17:28:32,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0906391143799s 2018-08-20 17:28:32,681 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b3c1f623-71d8-4a1d-8af2-5f5308ed9830 2018-08-20 17:28:32,682 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'b5fd4082-1ff5-4c81-9c56-bb60b6b51819', 'swap': 0}) 2018-08-20 17:28:32,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 17:28:32,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/b5fd4082-1ff5-4c81-9c56-bb60b6b51819/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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"extra_specs": {}}' 2018-08-20 17:28:32,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:28: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 x-openstack-request-id: req-0e286812-29b7-4354-80a9-6ba4a2fe1641 x-compute-request-id: req-0e286812-29b7-4354-80a9-6ba4a2fe1641 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 17:28:32,705 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/b5fd4082-1ff5-4c81-9c56-bb60b6b51819/os-extra_specs used request id req-0e286812-29b7-4354-80a9-6ba4a2fe1641 2018-08-20 17:28:32,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021870136261s 2018-08-20 17:28:32,705 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/b5fd4082-1ff5-4c81-9c56-bb60b6b51819/os-extra_specs used request id req-0e286812-29b7-4354-80a9-6ba4a2fe1641 2018-08-20 17:28:32,705 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'b5fd4082-1ff5-4c81-9c56-bb60b6b51819', 'swap': 0}) 2018-08-20 17:28:36,957 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 17:28:36,958 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 17:28:36,958 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 17:28:36,961 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 17:28:41,342 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata: not found. skipping it 2018-08-20 17:28:41,342 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params: not found. skipping it 2018-08-20 17:28:41,342 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id: not found. skipping it 2018-08-20 17:28:41,342 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-20 17:28:41,342 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw: not found. skipping it 2018-08-20 17:28:41,342 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id: not found. skipping it 2018-08-20 17:28:41,342 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status: not found. skipping it 2018-08-20 17:28:41,342 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata: not found. skipping it 2018-08-20 17:28:41,342 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format: not found. skipping it 2018-08-20 17:28:41,342 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-20 17:28:41,343 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size: not found. skipping it 2018-08-20 17:28:41,344 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata: ids differ. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-08-20 17:28:41,345 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params: not found. skipping it 2018-08-20 17:28:41,346 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_versions.VersionsTest.test_list_versions: ids differ. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id: not found. skipping it 2018-08-20 17:28:41,347 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative: not found. skipping it 2018-08-20 17:28:41,348 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list: not found. skipping it 2018-08-20 17:28:41,349 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled: not found. skipping it 2018-08-20 17:28:41,349 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools: not found. skipping it 2018-08-20 17:28:41,349 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details: not found. skipping it 2018-08-20 17:28:41,349 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata: not found. skipping it 2018-08-20 17:28:41,349 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema: not found. skipping it 2018-08-20 17:28:41,349 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit: not found. skipping it 2018-08-20 17:28:41,349 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size: not found. skipping it 2018-08-20 17:28:41,349 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status: not found. skipping it 2018-08-20 17:28:41,350 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 17:28:41,350 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 17:28:41,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt']'. 2018-08-20 17:28:54,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:28:54.756 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-08-20 17:28:54,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:28:54.948 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.334s] 2018-08-20 17:28:54,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:28:54.995 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.424s] 2018-08-20 17:28:55,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:28:55.058 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.063s] 2018-08-20 17:28:55,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:28:55.094 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.355s] 2018-08-20 17:29:01,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:01.537 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [6.587s] 2018-08-20 17:29:03,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:03.832 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.318s] 2018-08-20 17:29:03,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:03.859 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.321s] 2018-08-20 17:29:04,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:04.253 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.421s] 2018-08-20 17:29:05,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:05.407 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [10.568s] 2018-08-20 17:29:06,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:06.981 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.121s] 2018-08-20 17:29:07,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:07.713 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [3.459s] 2018-08-20 17:29:08,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:08.008 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.296s] 2018-08-20 17:29:08,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:08.233 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [5.758s] 2018-08-20 17:29:08,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:08.239 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.231s] 2018-08-20 17:29:10,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:10.715 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.733s] 2018-08-20 17:29:11,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:11.873 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.640s] 2018-08-20 17:29:15,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:15.447 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.030s] 2018-08-20 17:29:15,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:15.782 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.334s] 2018-08-20 17:29:15,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:15.827 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.045s] 2018-08-20 17:29:16,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:16.648 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.820s] 2018-08-20 17:29:17,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:17.069 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.421s] 2018-08-20 17:29:17,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:17.761 11183 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [8.500s] 2018-08-20 17:29:17,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:17.900 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.831s] 2018-08-20 17:29:18,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:18.292 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.392s] 2018-08-20 17:29:18,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:18.674 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.382s] 2018-08-20 17:29:18,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:18.734 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.060s] 2018-08-20 17:29:18,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:18.888 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.152s] 2018-08-20 17:29:19,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:19.488 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [8.772s] 2018-08-20 17:29:19,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:19.802 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.349s] 2018-08-20 17:29:20,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:20.113 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.311s] 2018-08-20 17:29:21,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:21.764 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.132s] 2018-08-20 17:29:21,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:21.977 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.078s] 2018-08-20 17:29:22,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:22.457 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.693s] 2018-08-20 17:29:23,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:23.187 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.729s] 2018-08-20 17:29:23,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:23.281 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.792s] 2018-08-20 17:29:24,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:24.201 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.921s] 2018-08-20 17:29:24,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:24.221 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.020s] 2018-08-20 17:29:24,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:24.246 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.025s] 2018-08-20 17:29:24,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:24.268 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.022s] 2018-08-20 17:29:24,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:24.461 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.274s] 2018-08-20 17:29:25,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:25.911 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.449s] 2018-08-20 17:29:26,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:26.921 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.010s] 2018-08-20 17:29:28,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:28.725 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.744s] 2018-08-20 17:29:30,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:30.012 11183 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [35.345s] 2018-08-20 17:29:31,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:31.834 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [26.420s] 2018-08-20 17:29:35,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:35.084 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [3.262s] 2018-08-20 17:29:35,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:35.438 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.948s] 2018-08-20 17:29:35,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:35.607 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.083s] 2018-08-20 17:29:35,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:35.620 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-08-20 17:29:35,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:35.789 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.168s] 2018-08-20 17:29:35,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:35.800 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-08-20 17:29:35,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:35.814 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2018-08-20 17:29:35,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:35.842 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.028s] 2018-08-20 17:29:35,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:35.912 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.068s] 2018-08-20 17:29:36,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:36.010 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.098s] 2018-08-20 17:29:36,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:36.423 11183 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [18.660s] 2018-08-20 17:29:36,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:36.449 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.438s] 2018-08-20 17:29:36,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:36.465 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-08-20 17:29:36,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:36.538 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.073s] 2018-08-20 17:29:38,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:38.318 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.879s] 2018-08-20 17:29:40,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:40.089 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.770s] 2018-08-20 17:29:40,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:40.650 11183 INFO opnfv-tempest [-] {15} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.806s] 2018-08-20 17:29:41,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:41.760 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.670s] 2018-08-20 17:29:43,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:43.682 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.921s] 2018-08-20 17:29:44,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:44.314 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [2.918s] 2018-08-20 17:29:45,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:45.852 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.169s] 2018-08-20 17:29:46,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:46.355 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.297s] 2018-08-20 17:29:46,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:46.591 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.740s] 2018-08-20 17:29:46,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:46.644 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.289s] 2018-08-20 17:29:46,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:46.983 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.338s] 2018-08-20 17:29:47,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:47.250 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.267s] 2018-08-20 17:29:47,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:47.265 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.015s] 2018-08-20 17:29:47,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:47.430 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.838s] 2018-08-20 17:29:47,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:47.554 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.288s] 2018-08-20 17:29:47,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:47.835 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.280s] 2018-08-20 17:29:48,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:48.229 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.393s] 2018-08-20 17:29:48,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:48.613 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.181s] 2018-08-20 17:29:48,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:48.673 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.445s] 2018-08-20 17:29:48,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:48.703 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [17.942s] 2018-08-20 17:29:48,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:48.808 11183 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.402s] 2018-08-20 17:29:48,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:48.865 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.551s] 2018-08-20 17:29:49,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:49.063 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.389s] 2018-08-20 17:29:49,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:49.072 11183 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.667s] 2018-08-20 17:29:49,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:49.406 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.343s] 2018-08-20 17:29:49,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:49.798 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.392s] 2018-08-20 17:29:49,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:49.922 11183 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.850s] 2018-08-20 17:29:50,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:50.248 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.449s] 2018-08-20 17:29:50,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:50.290 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.042s] 2018-08-20 17:29:50,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:50.520 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.229s] 2018-08-20 17:29:50,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:50.530 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.914s] 2018-08-20 17:29:50,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:50.531 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-08-20 17:29:50,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:50.567 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.036s] 2018-08-20 17:29:50,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:50.957 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.390s] 2018-08-20 17:29:51,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:51.110 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.152s] 2018-08-20 17:29:51,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:51.237 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.707s] 2018-08-20 17:29:51,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:51.473 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.363s] 2018-08-20 17:29:51,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:51.915 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [3.214s] 2018-08-20 17:29:52,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:52.415 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.178s] 2018-08-20 17:29:53,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:53.403 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.987s] 2018-08-20 17:29:54,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:54.360 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.261s] 2018-08-20 17:29:55,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:55.132 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.727s] 2018-08-20 17:29:55,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:55.755 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.623s] 2018-08-20 17:29:56,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:56.827 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.194s] 2018-08-20 17:29:56,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:56.853 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [1.098s] 2018-08-20 17:29:57,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:57.231 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.404s] 2018-08-20 17:29:57,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:57.287 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.056s] 2018-08-20 17:29:58,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:58.240 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.386s] 2018-08-20 17:29:58,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:58.513 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.225s] 2018-08-20 17:29:58,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:58.818 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.578s] 2018-08-20 17:29:58,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:58.960 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.446s] 2018-08-20 17:29:59,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:59.074 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.592s] 2018-08-20 17:29:59,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:29:59.877 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.801s] 2018-08-20 17:30:00,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:00.223 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.262s] 2018-08-20 17:30:00,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:00.276 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [1.315s] 2018-08-20 17:30:00,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:00.410 11183 INFO opnfv-tempest [-] {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.249s] 2018-08-20 17:30:00,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:00.630 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.354s] 2018-08-20 17:30:00,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:00.796 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.919s] 2018-08-20 17:30:00,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:00.948 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.318s] 2018-08-20 17:30:01,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:01.290 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.493s] 2018-08-20 17:30:01,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:01.317 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.369s] 2018-08-20 17:30:01,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:01.382 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.064s] 2018-08-20 17:30:01,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:01.431 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.049s] 2018-08-20 17:30:01,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:01.864 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.431s] 2018-08-20 17:30:02,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.117 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [7.756s] 2018-08-20 17:30:02,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.292 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.428s] 2018-08-20 17:30:02,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.367 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [1.077s] 2018-08-20 17:30:02,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.378 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.086s] 2018-08-20 17:30:02,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.444 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.066s] 2018-08-20 17:30:02,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.449 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.082s] 2018-08-20 17:30:02,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.531 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.081s] 2018-08-20 17:30:02,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.597 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-08-20 17:30:02,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.665 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-08-20 17:30:02,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.735 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.070s] 2018-08-20 17:30:02,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:02.895 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.158s] 2018-08-20 17:30:05,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:05.190 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [4.967s] 2018-08-20 17:30:08,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:08.704 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [36.865s] 2018-08-20 17:30:12,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:12.329 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [10.211s] 2018-08-20 17:30:13,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:13.220 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.636s] 2018-08-20 17:30:15,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:15.134 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.914s] 2018-08-20 17:30:16,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:16.478 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [11.283s] 2018-08-20 17:30:18,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:18.514 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.039s] 2018-08-20 17:30:18,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:18.711 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.383s] 2018-08-20 17:30:22,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:22.488 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [15.932s] 2018-08-20 17:30:23,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:23.595 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [5.079s] 2018-08-20 17:30:25,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:25.832 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.237s] 2018-08-20 17:30:26,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:26.557 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.851s] 2018-08-20 17:30:29,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:29.504 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [10.792s] 2018-08-20 17:30:31,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:31.044 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [5.208s] 2018-08-20 17:30:31,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:31.096 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.055s] 2018-08-20 17:30:34,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:34.079 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... fail [7.518s] 2018-08-20 17:30:34,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:34.957 11183 INFO opnfv-tempest [-] {5} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.172s] 2018-08-20 17:30:36,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:36.088 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.583s] 2018-08-20 17:30:36,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:36.855 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [35.185s] 2018-08-20 17:30:37,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:37.006 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.151s] 2018-08-20 17:30:37,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:37.496 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.489s] 2018-08-20 17:30:37,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:37.591 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.094s] 2018-08-20 17:30:37,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:37.592 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-20 17:30:41,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:41.508 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-08-20 17:30:42,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:42.203 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.114s] 2018-08-20 17:30:43,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:43.655 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [28.515s] 2018-08-20 17:30:47,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:47.421 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.370s] 2018-08-20 17:30:47,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:47.723 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.302s] 2018-08-20 17:30:51,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:51.613 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.409s] 2018-08-20 17:30:57,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:57.015 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.402s] 2018-08-20 17:30:57,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:57.818 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.802s] 2018-08-20 17:30:58,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:58.250 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.431s] 2018-08-20 17:30:58,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:58.356 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.106s] 2018-08-20 17:30:58,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:58.418 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.062s] 2018-08-20 17:30:58,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:58.516 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.099s] 2018-08-20 17:30:58,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:58.896 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.378s] 2018-08-20 17:30:58,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:58.991 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.096s] 2018-08-20 17:30:59,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:59.310 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.592s] 2018-08-20 17:30:59,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:59.329 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.337s] 2018-08-20 17:30:59,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:30:59.392 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.063s] 2018-08-20 17:31:00,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:00.328 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [1.018s] 2018-08-20 17:31:02,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:02.361 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.509s] 2018-08-20 17:31:02,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:02.884 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.092s] 2018-08-20 17:31:06,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:06.733 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.195s] 2018-08-20 17:31:06,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:06.932 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.198s] 2018-08-20 17:31:07,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:07.135 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.203s] 2018-08-20 17:31:07,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:07.664 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.271s] 2018-08-20 17:31:12,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:12.742 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.381s] 2018-08-20 17:31:15,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:15.950 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [13.064s] 2018-08-20 17:31:17,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:17.532 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [15.150s] 2018-08-20 17:31:17,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:17.603 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-08-20 17:31:18,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:18.134 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.531s] 2018-08-20 17:31:18,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:18.234 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.099s] 2018-08-20 17:31:18,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:18.235 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-20 17:31:21,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:21.160 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.418s] 2018-08-20 17:31:25,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:25.628 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.467s] 2018-08-20 17:31:28,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:28.018 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.817s] 2018-08-20 17:31:34,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:34.188 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [18.234s] 2018-08-20 17:31:37,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:37.812 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [141.033s] 2018-08-20 17:31:39,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:39.097 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [11.078s] 2018-08-20 17:31:39,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:39.724 11183 INFO opnfv-tempest [-] {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.300s] 2018-08-20 17:31:42,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:42.558 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.461s] 2018-08-20 17:31:42,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:42.619 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.062s] 2018-08-20 17:31:42,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:42.889 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.269s] 2018-08-20 17:31:47,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:47.263 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [84.774s] 2018-08-20 17:31:57,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:57.833 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [14.942s] 2018-08-20 17:31:57,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:57.874 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.042s] 2018-08-20 17:31:58,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:31:58.107 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.232s] 2018-08-20 17:32:00,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:32:00.196 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [34.563s] 2018-08-20 17:32:02,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:32:02.605 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.413s] 2018-08-20 17:32:22,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:32:22.490 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [44.667s] 2018-08-20 17:33:13,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:33:13.709 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [86.445s] 2018-08-20 17:33:34,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:33:34.658 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [20.945s] 2018-08-20 17:34:01,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:34:01.546 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.645s] 2018-08-20 17:34:01,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:34:01.915 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.370s] 2018-08-20 17:34:02,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:34:02.800 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.884s] 2018-08-20 17:34:04,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:34:04.746 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.945s] 2018-08-20 17:34:08,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:34:08.928 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.181s] 2018-08-20 17:34:09,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:34:09.269 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.341s] 2018-08-20 17:34:09,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 17:34:09.590 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.321s] 2018-08-20 17:34:30,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c9e7fdc5-8a62-4095-bc09-d25c6e2d7253 2018-08-20 17:34:30,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c9e7fdc5-8a62-4095-bc09-d25c6e2d7253']'. 2018-08-20 17:34:31,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 17:34:31,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 17:34:31,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 17:34:31,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c9e7fdc5-8a62-4095-bc09-d25c6e2d7253 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 17:28:43 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 17:34:30 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:47 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 49b4e32b-7d18-416d-8ac4-acf53413ba8d) | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c32e1953-34d1-4618-9f62-5f9ba019fd35) | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 215 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 318.204 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 214 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-08-20 17:34:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 17:34:31,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 17:34:31,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 17:34:31,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.5348837209% 2018-08-20 17:34:32,029 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 17:34:32,029 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 06:11 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-20 17:34:32,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 17:34:32,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:33,042 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f04fb83f-43bf-49c0-8ff0-16a3244f175b Date: Mon, 20 Aug 2018 17:34:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:34:33,042 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6 used request id req-f04fb83f-43bf-49c0-8ff0-16a3244f175b 2018-08-20 17:34:33,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00600886345s 2018-08-20 17:34:33,042 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2baee17c-44ed-4eb2-9840-837a31fb5cd6 used request id req-f04fb83f-43bf-49c0-8ff0-16a3244f175b 2018-08-20 17:34:33,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 17:34:33,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:33,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:34:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbd2dd4a-2c27-4fca-8f2d-eb559fe86f56 x-compute-request-id: req-bbd2dd4a-2c27-4fca-8f2d-eb559fe86f56 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_alt_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b5fd4082-1ff5-4c81-9c56-bb60b6b51819", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b5fd4082-1ff5-4c81-9c56-bb60b6b51819", "rel": "bookmark"}], "ram": 1024, "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": "b5fd4082-1ff5-4c81-9c56-bb60b6b51819"}, {"name": "refstack_defcore-flavor_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de", "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": "bd929f53-6c34-4b9c-ada4-ce31442051de"}]} 2018-08-20 17:34:33,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-bbd2dd4a-2c27-4fca-8f2d-eb559fe86f56 2018-08-20 17:34:33,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.296783924103s 2018-08-20 17:34:33,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-bbd2dd4a-2c27-4fca-8f2d-eb559fe86f56 2018-08-20 17:34:33,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 17:34:33,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/b5fd4082-1ff5-4c81-9c56-bb60b6b51819 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:33,381 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 17:34:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b39c7aaf-ea43-486e-8964-8e71c0b33bf0 x-compute-request-id: req-b39c7aaf-ea43-486e-8964-8e71c0b33bf0 Content-Length: 0 Content-Type: application/json 2018-08-20 17:34:33,381 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b5fd4082-1ff5-4c81-9c56-bb60b6b51819 used request id req-b39c7aaf-ea43-486e-8964-8e71c0b33bf0 2018-08-20 17:34:33,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0387229919434s 2018-08-20 17:34:33,382 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b5fd4082-1ff5-4c81-9c56-bb60b6b51819 used request id req-b39c7aaf-ea43-486e-8964-8e71c0b33bf0 2018-08-20 17:34:33,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 17:34:33,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/582129a6-c572-41e5-aa6a-6b4dc7a06bea/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}056c9b87fe17a87d949fe7d45099ea90c815045c" -d '{"subnet_id": "a4b52bce-29a8-435c-9781-f32126df5efa"}' 2018-08-20 17:34:35,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-380dfeb4-631f-4d49-8a3b-5f861ff35dc4 Date: Mon, 20 Aug 2018 17:34:35 GMT RESP BODY: {"network_id": "ed576b39-9a22-427a-b928-28c24c1eeb28", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "a4b52bce-29a8-435c-9781-f32126df5efa", "subnet_ids": ["a4b52bce-29a8-435c-9781-f32126df5efa"], "port_id": "cc2da942-747b-4935-9f92-9aacfb6ced2f", "id": "582129a6-c572-41e5-aa6a-6b4dc7a06bea"} 2018-08-20 17:34:35,255 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/582129a6-c572-41e5-aa6a-6b4dc7a06bea/remove_router_interface.json used request id req-380dfeb4-631f-4d49-8a3b-5f861ff35dc4 2018-08-20 17:34:35,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.87338900566s 2018-08-20 17:34:35,256 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/582129a6-c572-41e5-aa6a-6b4dc7a06bea/remove_router_interface.json used request id req-380dfeb4-631f-4d49-8a3b-5f861ff35dc4 returning object 582129a6-c572-41e5-aa6a-6b4dc7a06bea 2018-08-20 17:34:35,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 17:34:35,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:35,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 652 X-Openstack-Request-Id: req-114ec820-a8d1-4857-b0a2-e235d783d848 Date: Mon, 20 Aug 2018 17:34:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T17:28:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T17:34:34Z", "revision_number": 4, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "582129a6-c572-41e5-aa6a-6b4dc7a06bea", "name": "refstack_defcore-router_3b0b4ee2-8428-4ad3-929f-3a42e926201e"}]} 2018-08-20 17:34:35,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-114ec820-a8d1-4857-b0a2-e235d783d848 2018-08-20 17:34:35,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.31253194809s 2018-08-20 17:34:35,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-114ec820-a8d1-4857-b0a2-e235d783d848 2018-08-20 17:34:35,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 17:34:35,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/582129a6-c572-41e5-aa6a-6b4dc7a06bea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:37,346 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e22b1708-82a8-4ad4-9d58-a1971796c061 Content-Length: 0 Date: Mon, 20 Aug 2018 17:34:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:34:37,346 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/582129a6-c572-41e5-aa6a-6b4dc7a06bea.json used request id req-e22b1708-82a8-4ad4-9d58-a1971796c061 2018-08-20 17:34:37,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.77503180504s 2018-08-20 17:34:37,346 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/582129a6-c572-41e5-aa6a-6b4dc7a06bea.json used request id req-e22b1708-82a8-4ad4-9d58-a1971796c061 2018-08-20 17:34:37,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 17:34:37,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:37,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-7db9bc29-24ec-48dd-807e-c61ff64a127b Date: Mon, 20 Aug 2018 17:34:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed576b39-9a22-427a-b928-28c24c1eeb28","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T17:28:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T17:28:23Z","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":"0639ea8675f44f1bab72e1097507f733","id":"a4b52bce-29a8-435c-9781-f32126df5efa","subnetpool_id":null,"name":"refstack_defcore-subnet_3b0b4ee2-8428-4ad3-929f-3a42e926201e"}]} 2018-08-20 17:34:37,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7db9bc29-24ec-48dd-807e-c61ff64a127b 2018-08-20 17:34:37,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.35476899147s 2018-08-20 17:34:37,702 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7db9bc29-24ec-48dd-807e-c61ff64a127b 2018-08-20 17:34:37,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 17:34:37,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/a4b52bce-29a8-435c-9781-f32126df5efa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:40,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-316eb896-2cca-4ed1-9c33-529748857461 Date: Mon, 20 Aug 2018 17:34:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:34:40,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a4b52bce-29a8-435c-9781-f32126df5efa.json used request id req-316eb896-2cca-4ed1-9c33-529748857461 2018-08-20 17:34:40,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.4795460701s 2018-08-20 17:34:40,184 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a4b52bce-29a8-435c-9781-f32126df5efa.json used request id req-316eb896-2cca-4ed1-9c33-529748857461 2018-08-20 17:34:40,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:34:40,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:40,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1359 X-Openstack-Request-Id: req-770842c7-bf75-4919-92dd-c03528033705 Date: Mon, 20 Aug 2018 17:34:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ed576b39-9a22-427a-b928-28c24c1eeb28","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T17:34:39Z","provider:segmentation_id":77,"name":"refstack_defcore-net_3b0b4ee2-8428-4ad3-929f-3a42e926201e","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T17:28:21Z","provider:network_type":"vxlan"}]} 2018-08-20 17:34:40,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-770842c7-bf75-4919-92dd-c03528033705 2018-08-20 17:34:40,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.408638000488s 2018-08-20 17:34:40,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-770842c7-bf75-4919-92dd-c03528033705 2018-08-20 17:34:40,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 17:34:40,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/ed576b39-9a22-427a-b928-28c24c1eeb28.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:42,928 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e8179f0a-769b-495c-8b30-3ab188b70ccc Date: Mon, 20 Aug 2018 17:34:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:34:42,928 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ed576b39-9a22-427a-b928-28c24c1eeb28.json used request id req-e8179f0a-769b-495c-8b30-3ab188b70ccc 2018-08-20 17:34:42,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.3338739872s 2018-08-20 17:34:42,929 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ed576b39-9a22-427a-b928-28c24c1eeb28.json used request id req-e8179f0a-769b-495c-8b30-3ab188b70ccc 2018-08-20 17:34:42,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:34:42,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:43,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-569be35d-d549-40e1-a430-b7ae87d8d12b Date: Mon, 20 Aug 2018 17:34:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:28:29Z", "file": "/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "7488f684-94d7-40d1-ac9f-2c13439a8f48", "size": 12716032, "self": "/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/7488f684-94d7-40d1-ac9f-2c13439a8f48/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:28:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:34:43,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-569be35d-d549-40e1-a430-b7ae87d8d12b 2018-08-20 17:34:43,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.293823957443s 2018-08-20 17:34:43,227 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-569be35d-d549-40e1-a430-b7ae87d8d12b 2018-08-20 17:34:43,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 17:34:43,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:44,750 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e696eb59-7a84-4314-829c-00af35f9cf4a Date: Mon, 20 Aug 2018 17:34:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:34:44,750 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48 used request id req-e696eb59-7a84-4314-829c-00af35f9cf4a 2018-08-20 17:34:44,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.52126908302s 2018-08-20 17:34:44,750 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7488f684-94d7-40d1-ac9f-2c13439a8f48 used request id req-e696eb59-7a84-4314-829c-00af35f9cf4a 2018-08-20 17:34:44,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 17:34:44,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:44,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:34: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-625c97cf-919f-4055-94df-d1d11beedff8 x-compute-request-id: req-625c97cf-919f-4055-94df-d1d11beedff8 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_3b0b4ee2-8428-4ad3-929f-3a42e926201e", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de", "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": "bd929f53-6c34-4b9c-ada4-ce31442051de"}]} 2018-08-20 17:34:44,772 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-625c97cf-919f-4055-94df-d1d11beedff8 2018-08-20 17:34:44,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.021595954895s 2018-08-20 17:34:44,772 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-625c97cf-919f-4055-94df-d1d11beedff8 2018-08-20 17:34:44,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 17:34:44,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}056c9b87fe17a87d949fe7d45099ea90c815045c" 2018-08-20 17:34:44,806 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 17:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-376424b3-cf7d-42bb-b556-f36d7ce6d71e x-compute-request-id: req-376424b3-cf7d-42bb-b556-f36d7ce6d71e Content-Length: 0 Content-Type: application/json 2018-08-20 17:34:44,806 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de used request id req-376424b3-cf7d-42bb-b556-f36d7ce6d71e 2018-08-20 17:34:44,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0329489707947s 2018-08-20 17:34:44,806 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/bd929f53-6c34-4b9c-ada4-ce31442051de used request id req-376424b3-cf7d-42bb-b556-f36d7ce6d71e 2018-08-20 17:34:44,806 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-20 17:34:44,838 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-20 17:34:44,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 17:34:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 17:34:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 17:34:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 17:34:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 17:34:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 17:34:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 17:34:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 17:34:44,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:34:44,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c67891c2-c7cd-4018-a839-5b5abd66da2a Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 17:34:44,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c67891c2-c7cd-4018-a839-5b5abd66da2a 2018-08-20 17:34:44,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 17:34:45,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T18:34:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["ArJEFAzLQl-p98UUJXto9A"], "issued_at": "2018-08-20T17:34:45.000000Z"}} 2018-08-20 17:34:45,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:34:45,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:34:45,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-0054eb00-86fb-4342-91bb-808328ca938c Date: Mon, 20 Aug 2018 17:34:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 17:34:45,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0054eb00-86fb-4342-91bb-808328ca938c 2018-08-20 17:34:45,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.425377845764s 2018-08-20 17:34:45,705 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0054eb00-86fb-4342-91bb-808328ca938c 2018-08-20 17:34:45,705 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 17:34:48,447 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 17:34:51,255 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 8f342b72-6eb9-4b85-ab51-51773d22ab02 | 2018-08-20T17:34:50.936261 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 8f342b72-6eb9-4b85-ab51-51773d22ab02 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-20 17:34:55,098 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 17:34:55,098 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 17:34:57,834 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 17:35:01,212 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=3c6a79b5-74bb-4ddd-93a6-22ef6963b389) as the default verifier for the future CLI operations. 2018-08-20 17:35:04,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 17:35:04,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:35:04,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-7a35342d-4bce-4c23-8272-5107eb385298 Date: Mon, 20 Aug 2018 17:35:04 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 17:35:04,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-7a35342d-4bce-4c23-8272-5107eb385298 2018-08-20 17:35:04,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.278493881226s 2018-08-20 17:35:04,836 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-7a35342d-4bce-4c23-8272-5107eb385298 2018-08-20 17:35:04,844 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-20 17:35:04,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 17:35:04,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"network": {"name": "patrole-net_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "admin_state_up": true}}' 2018-08-20 17:35:05,332 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-771a8a69-15a2-40cf-91c4-d51a231b4684 Date: Mon, 20 Aug 2018 17:35:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6b2d5152-eace-45f8-a5f3-64e6f46fbedb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T17:35:05Z","is_default":false,"provider:segmentation_id":64,"name":"patrole-net_b2c79cd1-a1ef-4ea4-8243-d373115f8bef","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T17:35:05Z","mtu":1450}} 2018-08-20 17:35:05,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-771a8a69-15a2-40cf-91c4-d51a231b4684 2018-08-20 17:35:05,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.488093852997s 2018-08-20 17:35:05,333 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-771a8a69-15a2-40cf-91c4-d51a231b4684 2018-08-20 17:35:05,333 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T17:35:05Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6b2d5152-eace-45f8-a5f3-64e6f46fbedb', u'provider:segmentation_id': 64, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', u'admin_state_up': True, u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T17:35:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 17:35:05,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:35:05,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:35:05,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-f86e5db8-454a-4575-903c-3238f0adbb34 Date: Mon, 20 Aug 2018 17:35:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"6b2d5152-eace-45f8-a5f3-64e6f46fbedb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T17:35:05Z","provider:segmentation_id":64,"name":"patrole-net_b2c79cd1-a1ef-4ea4-8243-d373115f8bef","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T17:35:05Z","provider:network_type":"vxlan"}]} 2018-08-20 17:35:05,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f86e5db8-454a-4575-903c-3238f0adbb34 2018-08-20 17:35:05,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.370424985886s 2018-08-20 17:35:05,705 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f86e5db8-454a-4575-903c-3238f0adbb34 2018-08-20 17:35:05,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 17:35:05,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"subnet": {"name": "patrole-subnet_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "enable_dhcp": true, "network_id": "6b2d5152-eace-45f8-a5f3-64e6f46fbedb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 17:35:06,584 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9f0983f7-9ac7-480b-a885-5ac039c55dd6 Date: Mon, 20 Aug 2018 17:35:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b2d5152-eace-45f8-a5f3-64e6f46fbedb","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T17:35:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T17:35:06Z","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":"0639ea8675f44f1bab72e1097507f733","id":"26504ce2-6c12-4b94-965d-cf30edf4dfd2","subnetpool_id":null,"name":"patrole-subnet_b2c79cd1-a1ef-4ea4-8243-d373115f8bef"}} 2018-08-20 17:35:06,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9f0983f7-9ac7-480b-a885-5ac039c55dd6 2018-08-20 17:35:06,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.877697944641s 2018-08-20 17:35:06,585 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9f0983f7-9ac7-480b-a885-5ac039c55dd6 2018-08-20 17:35:06,585 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T17:35:06Z', 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'26504ce2-6c12-4b94-965d-cf30edf4dfd2', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', u'enable_dhcp': True, u'network_id': u'6b2d5152-eace-45f8-a5f3-64e6f46fbedb', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T17:35:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 17:35:06,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 17:35:06,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "patrole-router_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "admin_state_up": true}}' 2018-08-20 17:35:07,939 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-058f4535-4a1d-4826-8bd6-edcfa5c295f8 Date: Mon, 20 Aug 2018 17:35:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T17:35:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T17:35:07Z", "revision_number": 2, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "80cb557d-ff88-4a6f-ad24-fb92ef3bdc31", "name": "patrole-router_b2c79cd1-a1ef-4ea4-8243-d373115f8bef"}} 2018-08-20 17:35:07,939 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-058f4535-4a1d-4826-8bd6-edcfa5c295f8 2018-08-20 17:35:07,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35363411903s 2018-08-20 17:35:07,940 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-058f4535-4a1d-4826-8bd6-edcfa5c295f8 2018-08-20 17:35:07,940 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T17:35:06Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T17:35:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'id': u'80cb557d-ff88-4a6f-ad24-fb92ef3bdc31', u'name': u'patrole-router_b2c79cd1-a1ef-4ea4-8243-d373115f8bef'}) 2018-08-20 17:35:07,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 17:35:07,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/80cb557d-ff88-4a6f-ad24-fb92ef3bdc31/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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"subnet_id": "26504ce2-6c12-4b94-965d-cf30edf4dfd2"}' 2018-08-20 17:35:10,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c2a4b015-9a9f-4f1e-bc6b-72c5c84fbcb6 Date: Mon, 20 Aug 2018 17:35:10 GMT RESP BODY: {"network_id": "6b2d5152-eace-45f8-a5f3-64e6f46fbedb", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "26504ce2-6c12-4b94-965d-cf30edf4dfd2", "subnet_ids": ["26504ce2-6c12-4b94-965d-cf30edf4dfd2"], "port_id": "4f9aa567-f581-4b41-847a-304b6fccbbfa", "id": "80cb557d-ff88-4a6f-ad24-fb92ef3bdc31"} 2018-08-20 17:35:10,077 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/80cb557d-ff88-4a6f-ad24-fb92ef3bdc31/add_router_interface.json used request id req-c2a4b015-9a9f-4f1e-bc6b-72c5c84fbcb6 2018-08-20 17:35:10,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.13578987122s 2018-08-20 17:35:10,077 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/80cb557d-ff88-4a6f-ad24-fb92ef3bdc31/add_router_interface.json used request id req-c2a4b015-9a9f-4f1e-bc6b-72c5c84fbcb6 returning object 80cb557d-ff88-4a6f-ad24-fb92ef3bdc31 2018-08-20 17:35:10,077 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 17:35:10,210 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 17:35:10,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:35:10,217 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 17:35:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 17:35:10,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:35:10,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:35:10,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-84db222a-0a44-46dd-922d-c060056262f3 Date: Mon, 20 Aug 2018 17:35:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:35:10,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-84db222a-0a44-46dd-922d-c060056262f3 2018-08-20 17:35:10,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.335385084152s 2018-08-20 17:35:10,557 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-84db222a-0a44-46dd-922d-c060056262f3 2018-08-20 17:35:10,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 17:35:10,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef"}' 2018-08-20 17:35:10,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/92580ccd-e0da-46d3-95a3-67845db55832 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2b0be35b-1e38-4669-a304-43a4f4d27c88 Date: Mon, 20 Aug 2018 17:35:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:35:10Z", "file": "/v2/images/92580ccd-e0da-46d3-95a3-67845db55832/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "92580ccd-e0da-46d3-95a3-67845db55832", "size": null, "self": "/v2/images/92580ccd-e0da-46d3-95a3-67845db55832", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "checksum": null, "created_at": "2018-08-20T17:35:10Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 17:35:10,930 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2b0be35b-1e38-4669-a304-43a4f4d27c88 2018-08-20 17:35:10,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.368227005005s 2018-08-20 17:35:10,931 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2b0be35b-1e38-4669-a304-43a4f4d27c88 returning object 92580ccd-e0da-46d3-95a3-67845db55832 2018-08-20 17:35:10,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 17:35:10,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/92580ccd-e0da-46d3-95a3-67845db55832/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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '' 2018-08-20 17:35:12,542 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3358530-f466-41dd-b437-48fd7c828ceb Date: Mon, 20 Aug 2018 17:35:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:35:12,542 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/92580ccd-e0da-46d3-95a3-67845db55832/file used request id req-f3358530-f466-41dd-b437-48fd7c828ceb 2018-08-20 17:35:12,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.61074900627s 2018-08-20 17:35:12,542 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/92580ccd-e0da-46d3-95a3-67845db55832/file used request id req-f3358530-f466-41dd-b437-48fd7c828ceb 2018-08-20 17:35:12,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:35:12,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:35:13,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-c8a1c684-472b-4da8-a3be-84b0699a3ead Date: Mon, 20 Aug 2018 17:35:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:35:12Z", "file": "/v2/images/92580ccd-e0da-46d3-95a3-67845db55832/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "92580ccd-e0da-46d3-95a3-67845db55832", "size": 12716032, "self": "/v2/images/92580ccd-e0da-46d3-95a3-67845db55832", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/92580ccd-e0da-46d3-95a3-67845db55832/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/92580ccd-e0da-46d3-95a3-67845db55832/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:35:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:35:13,341 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c8a1c684-472b-4da8-a3be-84b0699a3ead 2018-08-20 17:35:13,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.794502973557s 2018-08-20 17:35:13,341 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c8a1c684-472b-4da8-a3be-84b0699a3ead 2018-08-20 17:35:13,343 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/92580ccd-e0da-46d3-95a3-67845db55832/snap', u'metadata': Munch({})})], 'file': u'/v2/images/92580ccd-e0da-46d3-95a3-67845db55832/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'92580ccd-e0da-46d3-95a3-67845db55832', 'size': 12716032, u'self': u'/v2/images/92580ccd-e0da-46d3-95a3-67845db55832', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/92580ccd-e0da-46d3-95a3-67845db55832/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T17:35:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T17:35:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/92580ccd-e0da-46d3-95a3-67845db55832', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', 'created': u'2018-08-20T17:35:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T17:35:10Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/92580ccd-e0da-46d3-95a3-67845db55832', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 17:35:13,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 17:35:13,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 17:35:13,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:35: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-f6eba3ae-6206-414f-9f8a-7fd900f4b1f6 x-compute-request-id: req-f6eba3ae-6206-414f-9f8a-7fd900f4b1f6 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7", "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": "17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7"}} 2018-08-20 17:35:13,654 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f6eba3ae-6206-414f-9f8a-7fd900f4b1f6 2018-08-20 17:35:13,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.310491085052s 2018-08-20 17:35:13,654 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f6eba3ae-6206-414f-9f8a-7fd900f4b1f6 2018-08-20 17:35:13,655 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', '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'0639ea8675f44f1bab72e1097507f733', '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'17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7', 'swap': 0}) 2018-08-20 17:35:13,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 17:35:13,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7/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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"extra_specs": {}}' 2018-08-20 17:35:13,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:35: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-936ea6d4-a897-41c5-b6dd-7bbe42d23e2d x-compute-request-id: req-936ea6d4-a897-41c5-b6dd-7bbe42d23e2d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 17:35:13,681 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7/os-extra_specs used request id req-936ea6d4-a897-41c5-b6dd-7bbe42d23e2d 2018-08-20 17:35:13,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0253269672394s 2018-08-20 17:35:13,682 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7/os-extra_specs used request id req-936ea6d4-a897-41c5-b6dd-7bbe42d23e2d 2018-08-20 17:35:13,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:35:13,691 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 17:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da02e57d-9ddf-4afb-bd38-0b7f427f6a25 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 17:35:13,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-da02e57d-9ddf-4afb-bd38-0b7f427f6a25 2018-08-20 17:35:13,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:35:13,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:35:13,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:35:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71968161-8bc0-4976-b9fd-22ca02dd5e94 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:35:13,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-71968161-8bc0-4976-b9fd-22ca02dd5e94 2018-08-20 17:35:13,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18887090683s 2018-08-20 17:35:13,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-71968161-8bc0-4976-b9fd-22ca02dd5e94 2018-08-20 17:35:13,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:35:13,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:35:14,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:35:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ce804e0-787f-447c-b5a8-5509112ef4da Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:35:14,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6ce804e0-787f-447c-b5a8-5509112ef4da 2018-08-20 17:35:14,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199592113495s 2018-08-20 17:35:14,086 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6ce804e0-787f-447c-b5a8-5509112ef4da 2018-08-20 17:35:14,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 17:35:14,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:35:14,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adb3bbc0-c91b-46ee-8c02-94f995a84cc4 x-compute-request-id: req-adb3bbc0-c91b-46ee-8c02-94f995a84cc4 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 17:35:14,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-adb3bbc0-c91b-46ee-8c02-94f995a84cc4 2018-08-20 17:35:14,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0388250350952s 2018-08-20 17:35:14,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-adb3bbc0-c91b-46ee-8c02-94f995a84cc4 2018-08-20 17:35:14,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:35:14,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:35:14,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-b5a08012-5578-4f36-b194-f738b60fbf06 Date: Mon, 20 Aug 2018 17:35:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:35:12Z", "file": "/v2/images/92580ccd-e0da-46d3-95a3-67845db55832/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "92580ccd-e0da-46d3-95a3-67845db55832", "size": 12716032, "self": "/v2/images/92580ccd-e0da-46d3-95a3-67845db55832", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/92580ccd-e0da-46d3-95a3-67845db55832/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/92580ccd-e0da-46d3-95a3-67845db55832/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:35:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:35:14,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b5a08012-5578-4f36-b194-f738b60fbf06 2018-08-20 17:35:14,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.313048839569s 2018-08-20 17:35:14,451 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b5a08012-5578-4f36-b194-f738b60fbf06 2018-08-20 17:35:14,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 17:35:14,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef"}' 2018-08-20 17:35:14,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4c49b198-665f-4a1d-9b3f-01500b50b915 Date: Mon, 20 Aug 2018 17:35:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:35:14Z", "file": "/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "6a92b1a0-f68c-4861-bdda-d9cd92a483b4", "size": null, "self": "/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "checksum": null, "created_at": "2018-08-20T17:35:14Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 17:35:14,783 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4c49b198-665f-4a1d-9b3f-01500b50b915 2018-08-20 17:35:14,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.324409008026s 2018-08-20 17:35:14,783 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4c49b198-665f-4a1d-9b3f-01500b50b915 returning object 6a92b1a0-f68c-4861-bdda-d9cd92a483b4 2018-08-20 17:35:14,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 17:35:14,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4/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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '' 2018-08-20 17:35:15,557 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-91df0bc1-f84a-4741-b812-4d8172ff3658 Date: Mon, 20 Aug 2018 17:35:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:35:15,557 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4/file used request id req-91df0bc1-f84a-4741-b812-4d8172ff3658 2018-08-20 17:35:15,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.773511171341s 2018-08-20 17:35:15,558 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4/file used request id req-91df0bc1-f84a-4741-b812-4d8172ff3658 2018-08-20 17:35:15,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:35:15,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:35:15,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-bc724d7f-3f55-44b7-a49f-515844e33e65 Date: Mon, 20 Aug 2018 17:35:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:35:15Z", "file": "/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "6a92b1a0-f68c-4861-bdda-d9cd92a483b4", "size": 12716032, "self": "/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:35:14Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:35:12Z", "file": "/v2/images/92580ccd-e0da-46d3-95a3-67845db55832/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "92580ccd-e0da-46d3-95a3-67845db55832", "size": 12716032, "self": "/v2/images/92580ccd-e0da-46d3-95a3-67845db55832", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/92580ccd-e0da-46d3-95a3-67845db55832/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/92580ccd-e0da-46d3-95a3-67845db55832/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:35:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:35:15,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bc724d7f-3f55-44b7-a49f-515844e33e65 2018-08-20 17:35:15,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.272399902344s 2018-08-20 17:35:15,834 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bc724d7f-3f55-44b7-a49f-515844e33e65 2018-08-20 17:35:15,836 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'6a92b1a0-f68c-4861-bdda-d9cd92a483b4', 'size': 12716032, u'self': u'/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T17:35:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T17:35:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', 'created': u'2018-08-20T17:35:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T17:35:14Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 17:35:15,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 17:35:15,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 17:35:15,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:35: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-3eed1da9-616c-4411-b285-37d9f86b7452 x-compute-request-id: req-3eed1da9-616c-4411-b285-37d9f86b7452 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0c076f18-de05-463a-a086-f74844d60c37", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0c076f18-de05-463a-a086-f74844d60c37", "rel": "bookmark"}], "ram": 1024, "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": "0c076f18-de05-463a-a086-f74844d60c37"}} 2018-08-20 17:35:15,874 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3eed1da9-616c-4411-b285-37d9f86b7452 2018-08-20 17:35:15,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0364570617676s 2018-08-20 17:35:15,874 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3eed1da9-616c-4411-b285-37d9f86b7452 2018-08-20 17:35:15,875 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'0c076f18-de05-463a-a086-f74844d60c37', 'swap': 0}) 2018-08-20 17:35:15,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 17:35:15,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/0c076f18-de05-463a-a086-f74844d60c37/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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"extra_specs": {}}' 2018-08-20 17:35:15,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:35: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-c57c8ef0-6081-46ce-9882-cfa8bdccbacc x-compute-request-id: req-c57c8ef0-6081-46ce-9882-cfa8bdccbacc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 17:35:15,902 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0c076f18-de05-463a-a086-f74844d60c37/os-extra_specs used request id req-c57c8ef0-6081-46ce-9882-cfa8bdccbacc 2018-08-20 17:35:15,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0263798236847s 2018-08-20 17:35:15,902 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0c076f18-de05-463a-a086-f74844d60c37/os-extra_specs used request id req-c57c8ef0-6081-46ce-9882-cfa8bdccbacc 2018-08-20 17:35:15,902 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'0c076f18-de05-463a-a086-f74844d60c37', 'swap': 0}) 2018-08-20 17:35:19,705 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 17:35:19,706 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 17:35:19,706 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 17:35:19,709 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 17:35:19,721 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-20 17:35:23,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3c6a79b5-74bb-4ddd-93a6-22ef6963b389/repo; stestr list '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-08-20 17:35:23,465 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 17:35:23,467 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 17:35:23,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-08-20 17:37:19,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: e836ed1c-aec9-4ef0-abef-1b6bb7840219 2018-08-20 17:37:19,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e836ed1c-aec9-4ef0-abef-1b6bb7840219']'. 2018-08-20 17:37:20,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 17:37:20,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 17:37:20,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 17:37:20,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e836ed1c-aec9-4ef0-abef-1b6bb7840219 | 2018-08-20 17:37:20,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-20 17:37:20,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 17:35:25 | 2018-08-20 17:37:20,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 17:37:18 | 2018-08-20 17:37:20,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-08-20 17:37:20,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 17:37:20,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 17:37:20,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3c6a79b5-74bb-4ddd-93a6-22ef6963b389) | 2018-08-20 17:37:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 17:37:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8f342b72-6eb9-4b85-ab51-51773d22ab02) | 2018-08-20 17:37:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-20 17:37:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 83.032 | 2018-08-20 17:37:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-20 17:37:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-20 17:37:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 17:37:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 17:37:20,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-20 17:37:20,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 17:37:20,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 17:37:20,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 17:37:20,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-20 17:37:20,325 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 17:37:20,326 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 17:37:20,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 17:37:20,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:20,705 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d3c1c23-a053-4905-a61e-218f69e8dd14 Date: Mon, 20 Aug 2018 17:37:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:37:20,705 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4 used request id req-3d3c1c23-a053-4905-a61e-218f69e8dd14 2018-08-20 17:37:20,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.373047828674s 2018-08-20 17:37:20,706 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6a92b1a0-f68c-4861-bdda-d9cd92a483b4 used request id req-3d3c1c23-a053-4905-a61e-218f69e8dd14 2018-08-20 17:37:20,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 17:37:20,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:20,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37: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-d9a7565b-b810-4aec-bb64-893cd7d66568 x-compute-request-id: req-d9a7565b-b810-4aec-bb64-893cd7d66568 Content-Encoding: gzip Content-Length: 360 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0c076f18-de05-463a-a086-f74844d60c37", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0c076f18-de05-463a-a086-f74844d60c37", "rel": "bookmark"}], "ram": 1024, "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": "0c076f18-de05-463a-a086-f74844d60c37"}, {"name": "patrole-flavor_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7", "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": "17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7"}]} 2018-08-20 17:37:20,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d9a7565b-b810-4aec-bb64-893cd7d66568 2018-08-20 17:37:20,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244510173798s 2018-08-20 17:37:20,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d9a7565b-b810-4aec-bb64-893cd7d66568 2018-08-20 17:37:20,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 17:37:20,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/0c076f18-de05-463a-a086-f74844d60c37 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:20,770 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 17:37:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c2954c2-324a-495e-9487-a01d044070bd x-compute-request-id: req-0c2954c2-324a-495e-9487-a01d044070bd Content-Length: 0 Content-Type: application/json 2018-08-20 17:37:20,770 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0c076f18-de05-463a-a086-f74844d60c37 used request id req-0c2954c2-324a-495e-9487-a01d044070bd 2018-08-20 17:37:20,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0366501808167s 2018-08-20 17:37:20,770 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0c076f18-de05-463a-a086-f74844d60c37 used request id req-0c2954c2-324a-495e-9487-a01d044070bd 2018-08-20 17:37:20,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 17:37:20,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/80cb557d-ff88-4a6f-ad24-fb92ef3bdc31/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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" -d '{"subnet_id": "26504ce2-6c12-4b94-965d-cf30edf4dfd2"}' 2018-08-20 17:37:22,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-11910ead-3e09-4303-97ab-fadd94f6e1c5 Date: Mon, 20 Aug 2018 17:37:22 GMT RESP BODY: {"network_id": "6b2d5152-eace-45f8-a5f3-64e6f46fbedb", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "26504ce2-6c12-4b94-965d-cf30edf4dfd2", "subnet_ids": ["26504ce2-6c12-4b94-965d-cf30edf4dfd2"], "port_id": "4f9aa567-f581-4b41-847a-304b6fccbbfa", "id": "80cb557d-ff88-4a6f-ad24-fb92ef3bdc31"} 2018-08-20 17:37:22,605 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/80cb557d-ff88-4a6f-ad24-fb92ef3bdc31/remove_router_interface.json used request id req-11910ead-3e09-4303-97ab-fadd94f6e1c5 2018-08-20 17:37:22,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.83412909508s 2018-08-20 17:37:22,605 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/80cb557d-ff88-4a6f-ad24-fb92ef3bdc31/remove_router_interface.json used request id req-11910ead-3e09-4303-97ab-fadd94f6e1c5 returning object 80cb557d-ff88-4a6f-ad24-fb92ef3bdc31 2018-08-20 17:37:22,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 17:37:22,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:22,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-f5ee5686-593c-431e-98b7-ebc86a30fcc0 Date: Mon, 20 Aug 2018 17:37:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T17:35:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T17:37:21Z", "revision_number": 4, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "80cb557d-ff88-4a6f-ad24-fb92ef3bdc31", "name": "patrole-router_b2c79cd1-a1ef-4ea4-8243-d373115f8bef"}]} 2018-08-20 17:37:22,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f5ee5686-593c-431e-98b7-ebc86a30fcc0 2018-08-20 17:37:22,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.38209104538s 2018-08-20 17:37:22,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f5ee5686-593c-431e-98b7-ebc86a30fcc0 2018-08-20 17:37:22,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 17:37:22,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/80cb557d-ff88-4a6f-ad24-fb92ef3bdc31.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:25,244 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-85e7f994-0a9e-4b9c-be74-23b89da6cebd Content-Length: 0 Date: Mon, 20 Aug 2018 17:37:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:37:25,244 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/80cb557d-ff88-4a6f-ad24-fb92ef3bdc31.json used request id req-85e7f994-0a9e-4b9c-be74-23b89da6cebd 2018-08-20 17:37:25,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.2549161911s 2018-08-20 17:37:25,245 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/80cb557d-ff88-4a6f-ad24-fb92ef3bdc31.json used request id req-85e7f994-0a9e-4b9c-be74-23b89da6cebd 2018-08-20 17:37:25,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 17:37:25,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:25,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-2a52097d-1ab2-48d0-99d2-75b0fe8b6d1b Date: Mon, 20 Aug 2018 17:37:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b2d5152-eace-45f8-a5f3-64e6f46fbedb","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T17:35:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T17:35:06Z","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":"0639ea8675f44f1bab72e1097507f733","id":"26504ce2-6c12-4b94-965d-cf30edf4dfd2","subnetpool_id":null,"name":"patrole-subnet_b2c79cd1-a1ef-4ea4-8243-d373115f8bef"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 17:37:25,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2a52097d-1ab2-48d0-99d2-75b0fe8b6d1b 2018-08-20 17:37:25,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.322441101074s 2018-08-20 17:37:25,568 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2a52097d-1ab2-48d0-99d2-75b0fe8b6d1b 2018-08-20 17:37:25,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 17:37:25,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/26504ce2-6c12-4b94-965d-cf30edf4dfd2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:27,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7b3e2ec9-e64e-49c2-a1bb-3388b8dbca72 Date: Mon, 20 Aug 2018 17:37:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:37:27,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/26504ce2-6c12-4b94-965d-cf30edf4dfd2.json used request id req-7b3e2ec9-e64e-49c2-a1bb-3388b8dbca72 2018-08-20 17:37:27,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39711284637s 2018-08-20 17:37:27,967 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/26504ce2-6c12-4b94-965d-cf30edf4dfd2.json used request id req-7b3e2ec9-e64e-49c2-a1bb-3388b8dbca72 2018-08-20 17:37:27,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:37:27,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:28,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-f723ab30-70aa-4080-86e7-bb4fd08f2f62 Date: Mon, 20 Aug 2018 17:37:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6b2d5152-eace-45f8-a5f3-64e6f46fbedb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T17:37:27Z","provider:segmentation_id":64,"name":"patrole-net_b2c79cd1-a1ef-4ea4-8243-d373115f8bef","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T17:35:05Z","provider:network_type":"vxlan"}]} 2018-08-20 17:37:28,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f723ab30-70aa-4080-86e7-bb4fd08f2f62 2018-08-20 17:37:28,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364255905151s 2018-08-20 17:37:28,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f723ab30-70aa-4080-86e7-bb4fd08f2f62 2018-08-20 17:37:28,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 17:37:28,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/6b2d5152-eace-45f8-a5f3-64e6f46fbedb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:29,700 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6683b38e-94a1-4fdc-bbf6-0d1cab610d8a Date: Mon, 20 Aug 2018 17:37:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:37:29,700 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6b2d5152-eace-45f8-a5f3-64e6f46fbedb.json used request id req-6683b38e-94a1-4fdc-bbf6-0d1cab610d8a 2018-08-20 17:37:29,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.36722207069s 2018-08-20 17:37:29,701 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6b2d5152-eace-45f8-a5f3-64e6f46fbedb.json used request id req-6683b38e-94a1-4fdc-bbf6-0d1cab610d8a 2018-08-20 17:37:29,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:37:29,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:30,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-bfe7420e-8668-4d7a-8d75-ff70f8f917eb Date: Mon, 20 Aug 2018 17:37:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:35:12Z", "file": "/v2/images/92580ccd-e0da-46d3-95a3-67845db55832/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "92580ccd-e0da-46d3-95a3-67845db55832", "size": 12716032, "self": "/v2/images/92580ccd-e0da-46d3-95a3-67845db55832", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/92580ccd-e0da-46d3-95a3-67845db55832/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/92580ccd-e0da-46d3-95a3-67845db55832/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T17:35:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:37:30,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bfe7420e-8668-4d7a-8d75-ff70f8f917eb 2018-08-20 17:37:30,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.316405057907s 2018-08-20 17:37:30,021 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bfe7420e-8668-4d7a-8d75-ff70f8f917eb 2018-08-20 17:37:30,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 17:37:30,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/92580ccd-e0da-46d3-95a3-67845db55832 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:30,693 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a70aa520-6d50-437b-bced-77d0a63d89d8 Date: Mon, 20 Aug 2018 17:37:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:37:30,693 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/92580ccd-e0da-46d3-95a3-67845db55832 used request id req-a70aa520-6d50-437b-bced-77d0a63d89d8 2018-08-20 17:37:30,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.670147895813s 2018-08-20 17:37:30,694 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/92580ccd-e0da-46d3-95a3-67845db55832 used request id req-a70aa520-6d50-437b-bced-77d0a63d89d8 2018-08-20 17:37:30,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 17:37:30,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:30,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37: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-626074ff-e8a1-4a55-81aa-de0cfbfc86c2 x-compute-request-id: req-626074ff-e8a1-4a55-81aa-de0cfbfc86c2 Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_b2c79cd1-a1ef-4ea4-8243-d373115f8bef", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7", "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": "17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7"}]} 2018-08-20 17:37:30,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-626074ff-e8a1-4a55-81aa-de0cfbfc86c2 2018-08-20 17:37:30,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0298180580139s 2018-08-20 17:37:30,724 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-626074ff-e8a1-4a55-81aa-de0cfbfc86c2 2018-08-20 17:37:30,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 17:37:30,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7625b735643ce62e5aa82adaf7a0a3f9ab14b7d" 2018-08-20 17:37:30,758 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 17:37: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-0f6634cd-aa0a-4eef-adbf-86f878347aec x-compute-request-id: req-0f6634cd-aa0a-4eef-adbf-86f878347aec Content-Length: 0 Content-Type: application/json 2018-08-20 17:37:30,758 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7 used request id req-0f6634cd-aa0a-4eef-adbf-86f878347aec 2018-08-20 17:37:30,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0320219993591s 2018-08-20 17:37:30,758 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/17e2c4f2-b41d-4017-a43a-4bd4eb8efdf7 used request id req-0f6634cd-aa0a-4eef-adbf-86f878347aec 2018-08-20 17:37:30,815 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-20 17:37:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 17:37:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 17:37:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 17:37:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 17:37:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 17:37:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 17:37:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 17:37:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 17:37:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 17:37:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 17:37:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 17:37:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 17:37:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 17:37:30,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:37:30,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c3c2740-9b99-4b73-9e64-1cf98e777a61 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 17:37:30,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3c3c2740-9b99-4b73-9e64-1cf98e777a61 2018-08-20 17:37:30,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 17:37:31,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T18:37:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["RicopqiMTPeIF_7UIrnYzg"], "issued_at": "2018-08-20T17:37:31.000000Z"}} 2018-08-20 17:37:31,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:37:31,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:31,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-c79a9c33-f43d-4d36-ace3-a279842fec8c Date: Mon, 20 Aug 2018 17:37:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 17:37:31,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c79a9c33-f43d-4d36-ace3-a279842fec8c 2018-08-20 17:37:31,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.445781946182s 2018-08-20 17:37:31,721 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c79a9c33-f43d-4d36-ace3-a279842fec8c 2018-08-20 17:37:31,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:37:31,730 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 17:37:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-659b0d4f-162a-4319-b13c-00ceb34bf041 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 17:37:31,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-659b0d4f-162a-4319-b13c-00ceb34bf041 2018-08-20 17:37:31,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 17:37:31,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:31,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c41e8da-c771-4d8c-922f-7fd0e638b99e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3"}, "tags": [], "enabled": true, "id": "0dc4c689ca5f48478326a988e1b40ed3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 17:37:31,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-7c41e8da-c771-4d8c-922f-7fd0e638b99e 2018-08-20 17:37:31,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.186750888824s 2018-08-20 17:37:31,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-7c41e8da-c771-4d8c-922f-7fd0e638b99e 2018-08-20 17:37:31,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 17:37:31,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}}' 2018-08-20 17:37:32,167 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 17:37:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4adec9d1-fb16-4f67-98d7-5aab4fca3993 Content-Length: 354 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af"}, "tags": [], "enabled": true, "id": "0829dd4a24d74673a230932eb5f174af", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}} 2018-08-20 17:37:32,167 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-4adec9d1-fb16-4f67-98d7-5aab4fca3993 2018-08-20 17:37:32,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.241535902023s 2018-08-20 17:37:32,167 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-4adec9d1-fb16-4f67-98d7-5aab4fca3993 2018-08-20 17:37:32,168 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmtp', u'tags': [], 'enabled': True, 'id': u'0829dd4a24d74673a230932eb5f174af', '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'vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da'}) 2018-08-20 17:37:32,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 17:37:32,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d7eb8fa3-7266-4555-b2f5-296242fec289", "email": null, "name": "vmtp-user_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}}' 2018-08-20 17:37:32,670 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 17:37:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acbf17c4-302b-4e37-ae73-4492fb50c85d Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "links": {"self": "http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8eec6b4bfbe42c9902e9ef6e9a31567", "domain_id": "default", "password_expires_at": null}} 2018-08-20 17:37:32,670 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-acbf17c4-302b-4e37-ae73-4492fb50c85d 2018-08-20 17:37:32,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.496297121048s 2018-08-20 17:37:32,670 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-acbf17c4-302b-4e37-ae73-4492fb50c85d 2018-08-20 17:37:32,671 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e8eec6b4bfbe42c9902e9ef6e9a31567', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_64f684ce-8351-4fe9-b2bc-b08e50aa89da'}) 2018-08-20 17:37:32,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:37:32,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:32,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d7de018-825b-4237-95e9-682a343906a2 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:37:32,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9d7de018-825b-4237-95e9-682a343906a2 2018-08-20 17:37:32,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191680908203s 2018-08-20 17:37:32,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9d7de018-825b-4237-95e9-682a343906a2 2018-08-20 17:37:32,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:37:32,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:33,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d5f4ef0-8fa4-40a3-b044-ddfc32c0c264 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:37:33,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3d5f4ef0-8fa4-40a3-b044-ddfc32c0c264 2018-08-20 17:37:33,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.212116003036s 2018-08-20 17:37:33,084 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3d5f4ef0-8fa4-40a3-b044-ddfc32c0c264 2018-08-20 17:37:33,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:37:33,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:33,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e146088-8b24-42cd-b6ff-e2a6aa745492 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:37:33,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9e146088-8b24-42cd-b6ff-e2a6aa745492 2018-08-20 17:37:33,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198934078217s 2018-08-20 17:37:33,288 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9e146088-8b24-42cd-b6ff-e2a6aa745492 2018-08-20 17:37:33,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 17:37:33,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:33,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-539217d6-51e9-488c-9e08-e9fe5e168842 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 17:37:33,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-539217d6-51e9-488c-9e08-e9fe5e168842 2018-08-20 17:37:33,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182076931s 2018-08-20 17:37:33,474 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-539217d6-51e9-488c-9e08-e9fe5e168842 2018-08-20 17:37:33,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:37:33,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:33,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ed5bef-574f-4cec-b690-1c17e316fd2a Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmtp-user_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "links": {"self": "http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8eec6b4bfbe42c9902e9ef6e9a31567", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 17:37:33,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e7ed5bef-574f-4cec-b690-1c17e316fd2a 2018-08-20 17:37:33,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210052967072s 2018-08-20 17:37:33,686 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e7ed5bef-574f-4cec-b690-1c17e316fd2a 2018-08-20 17:37:33,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 17:37:33,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:33,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b024e592-8d8d-4965-a033-c8b64b48a922 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af"}, "tags": [], "enabled": true, "id": "0829dd4a24d74673a230932eb5f174af", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}]} 2018-08-20 17:37:33,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-b024e592-8d8d-4965-a033-c8b64b48a922 2018-08-20 17:37:33,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.233398914337s 2018-08-20 17:37:33,931 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-b024e592-8d8d-4965-a033-c8b64b48a922 2018-08-20 17:37:33,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 17:37:33,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=e8eec6b4bfbe42c9902e9ef6e9a31567&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=0829dd4a24d74673a230932eb5f174af" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:34,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52b9a4ad-57c8-4ca8-ab70-0727242b2f0e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e8eec6b4bfbe42c9902e9ef6e9a31567&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=0829dd4a24d74673a230932eb5f174af", "previous": null, "next": null}} 2018-08-20 17:37:34,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e8eec6b4bfbe42c9902e9ef6e9a31567&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=0829dd4a24d74673a230932eb5f174af used request id req-52b9a4ad-57c8-4ca8-ab70-0727242b2f0e 2018-08-20 17:37:34,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.189543008804s 2018-08-20 17:37:34,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e8eec6b4bfbe42c9902e9ef6e9a31567&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=0829dd4a24d74673a230932eb5f174af used request id req-52b9a4ad-57c8-4ca8-ab70-0727242b2f0e 2018-08-20 17:37:34,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 17:37:34,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af/users/e8eec6b4bfbe42c9902e9ef6e9a31567/roles/0b1108172d284ccbb970dd9eb7ccff69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:34,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:37:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-602b3f85-5bf9-4099-a735-df91fa7841a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:37:34,367 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af/users/e8eec6b4bfbe42c9902e9ef6e9a31567/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-602b3f85-5bf9-4099-a735-df91fa7841a6 2018-08-20 17:37:34,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.23492193222s 2018-08-20 17:37:34,368 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af/users/e8eec6b4bfbe42c9902e9ef6e9a31567/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-602b3f85-5bf9-4099-a735-df91fa7841a6 2018-08-20 17:37:34,368 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da', 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'0829dd4a24d74673a230932eb5f174af', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd7eb8fa3-7266-4555-b2f5-296242fec289', 'username': u'vmtp-user_64f684ce-8351-4fe9-b2bc-b08e50aa89da', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 17:37:34,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 17:37:34,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 17:37:34,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 17:37:34,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 17:37:34,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 17:37:34,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 17:37:34,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 17:37:34,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 17:37:34,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 17:37:34,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 17:37:34,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 17:37:34,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 17:37:34,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 17:37:34,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 17:37:34,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 17:37:34,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 17:37:34,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 17:37:34,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 17:37:34,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 17:37:34,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 17:37:34,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 17:37:34,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 17:37:34,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 17:37:34,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 17:37:34,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 17:37:34,376 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_64f684ce-8351-4fe9-b2bc-b08e50aa89da', 'password': 'd7eb8fa3-7266-4555-b2f5-296242fec289', 'project_name': 'vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '0829dd4a24d74673a230932eb5f174af', 'project_domain_name': 'Default'} 2018-08-20 17:37:34,381 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-20 17:37:34,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:37:34,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1269f8ec-d4b9-438d-96d3-d2209b251879 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 17:37:34,389 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1269f8ec-d4b9-438d-96d3-d2209b251879 2018-08-20 17:37:34,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 17:37:34,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T18:37:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0829dd4a24d74673a230932eb5f174af", "name": "vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0829dd4a24d74673a230932eb5f174af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0829dd4a24d74673a230932eb5f174af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0829dd4a24d74673a230932eb5f174af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0829dd4a24d74673a230932eb5f174af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0829dd4a24d74673a230932eb5f174af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0829dd4a24d74673a230932eb5f174af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0829dd4a24d74673a230932eb5f174af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0829dd4a24d74673a230932eb5f174af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0829dd4a24d74673a230932eb5f174af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0829dd4a24d74673a230932eb5f174af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0829dd4a24d74673a230932eb5f174af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0829dd4a24d74673a230932eb5f174af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0829dd4a24d74673a230932eb5f174af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0829dd4a24d74673a230932eb5f174af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "id": "e8eec6b4bfbe42c9902e9ef6e9a31567"}, "audit_ids": ["Uig4wNVUQuW_NJ-86rVgvA"], "issued_at": "2018-08-20T17:37:34.000000Z"}} 2018-08-20 17:37:34,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 17:37:34,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "vmtp-router_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "admin_state_up": true}}' 2018-08-20 17:37:36,448 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-8f7ed123-64a2-4007-9127-1855f42ef470 Date: Mon, 20 Aug 2018 17:37:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:35Z", "admin_state_up": true, "updated_at": "2018-08-20T17:37:36Z", "revision_number": 2, "routes": [], "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "f4731e12-3594-4d4f-a090-fbb8936f0918", "name": "vmtp-router_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}} 2018-08-20 17:37:36,448 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8f7ed123-64a2-4007-9127-1855f42ef470 2018-08-20 17:37:36,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.66673398018s 2018-08-20 17:37:36,449 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8f7ed123-64a2-4007-9127-1855f42ef470 2018-08-20 17:37:36,449 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0829dd4a24d74673a230932eb5f174af', u'created_at': u'2018-08-20T17:37:35Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T17:37:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'0829dd4a24d74673a230932eb5f174af', u'id': u'f4731e12-3594-4d4f-a090-fbb8936f0918', u'name': u'vmtp-router_64f684ce-8351-4fe9-b2bc-b08e50aa89da'}) 2018-08-20 17:37:36,450 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-20 17:37:37,916 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-20 17:37:37,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:37:37,922 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 17:37:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 17:37:37,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:37:37,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" 2018-08-20 17:37:38,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c802156a-866c-483a-8f71-23ffffb515af Date: Mon, 20 Aug 2018 17:37:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:37:38,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c802156a-866c-483a-8f71-23ffffb515af 2018-08-20 17:37:38,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.403454780579s 2018-08-20 17:37:38,329 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c802156a-866c-483a-8f71-23ffffb515af 2018-08-20 17:37:38,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 17:37:38,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}' 2018-08-20 17:37:38,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a1d4f64c-0ba6-446c-b0fb-d56e0023d861 Date: Mon, 20 Aug 2018 17:37:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:37:38Z", "file": "/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/file", "owner": "0829dd4a24d74673a230932eb5f174af", "id": "e6fbc516-97ba-43fb-88cc-bcc8e6613017", "size": null, "self": "/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "checksum": null, "created_at": "2018-08-20T17:37:38Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 17:37:38,661 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a1d4f64c-0ba6-446c-b0fb-d56e0023d861 2018-08-20 17:37:38,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.323167085648s 2018-08-20 17:37:38,661 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a1d4f64c-0ba6-446c-b0fb-d56e0023d861 returning object e6fbc516-97ba-43fb-88cc-bcc8e6613017 2018-08-20 17:37:38,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 17:37:38,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/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}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" -d '' 2018-08-20 17:37:43,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e523bc50-1d80-43d2-a17f-6dc0658aa5d5 Date: Mon, 20 Aug 2018 17:37:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:37:43,285 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/file used request id req-e523bc50-1d80-43d2-a17f-6dc0658aa5d5 2018-08-20 17:37:43,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.62316989899s 2018-08-20 17:37:43,285 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/file used request id req-e523bc50-1d80-43d2-a17f-6dc0658aa5d5 2018-08-20 17:37:43,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:37:43,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" 2018-08-20 17:37:43,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-2fa40164-63cd-42c4-914e-910196f2557a Date: Mon, 20 Aug 2018 17:37:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:37:43Z", "file": "/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/file", "owner": "0829dd4a24d74673a230932eb5f174af", "id": "e6fbc516-97ba-43fb-88cc-bcc8e6613017", "size": 263193088, "self": "/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T17:37:38Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:37:43,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2fa40164-63cd-42c4-914e-910196f2557a 2018-08-20 17:37:43,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307744979858s 2018-08-20 17:37:43,597 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2fa40164-63cd-42c4-914e-910196f2557a 2018-08-20 17:37:43,599 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/file', 'owner': u'0829dd4a24d74673a230932eb5f174af', 'id': u'e6fbc516-97ba-43fb-88cc-bcc8e6613017', 'size': 263193088, u'self': u'/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0829dd4a24d74673a230932eb5f174af', 'name': 'vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T17:37:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T17:37:43Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da', 'created': u'2018-08-20T17:37:38Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-20T17:37:38Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-20 17:37:43,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 17:37:43,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-20 17:37:43,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37: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-a5535301-4226-4696-a65b-1adcf103319c x-compute-request-id: req-a5535301-4226-4696-a65b-1adcf103319c Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f"}} 2018-08-20 17:37:43,917 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a5535301-4226-4696-a65b-1adcf103319c 2018-08-20 17:37:43,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.316901922226s 2018-08-20 17:37:43,917 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a5535301-4226-4696-a65b-1adcf103319c 2018-08-20 17:37:43,918 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_64f684ce-8351-4fe9-b2bc-b08e50aa89da', 'ephemeral': 0, 'ram': 2048, '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'0639ea8675f44f1bab72e1097507f733', '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': 0, 'id': u'b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f', 'swap': 0}) 2018-08-20 17:37:43,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 17:37:43,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f/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}ae75e00b87dcec8346edacd40232295f7072aa69" -d '{"extra_specs": {}}' 2018-08-20 17:37:43,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37: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-6d908bf2-2974-4b99-8640-5369607cd8c0 x-compute-request-id: req-6d908bf2-2974-4b99-8640-5369607cd8c0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 17:37:43,940 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f/os-extra_specs used request id req-6d908bf2-2974-4b99-8640-5369607cd8c0 2018-08-20 17:37:43,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213038921356s 2018-08-20 17:37:43,940 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f/os-extra_specs used request id req-6d908bf2-2974-4b99-8640-5369607cd8c0 2018-08-20 17:37:43,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:37:43,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:44,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e7b7ca-05ba-4e31-864c-78ad26133725 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:37:44,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e3e7b7ca-05ba-4e31-864c-78ad26133725 2018-08-20 17:37:44,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20692896843s 2018-08-20 17:37:44,151 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e3e7b7ca-05ba-4e31-864c-78ad26133725 2018-08-20 17:37:44,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:37:44,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:44,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef7b7666-ffe7-492a-8de5-08cbad2ecf17 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:37:44,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ef7b7666-ffe7-492a-8de5-08cbad2ecf17 2018-08-20 17:37:44,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.286864995956s 2018-08-20 17:37:44,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ef7b7666-ffe7-492a-8de5-08cbad2ecf17 2018-08-20 17:37:44,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 17:37:44,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:44,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65235350-25e1-4db8-9983-1799b84f9727 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 17:37:44,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-65235350-25e1-4db8-9983-1799b84f9727 2018-08-20 17:37:44,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.188053846359s 2018-08-20 17:37:44,636 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-65235350-25e1-4db8-9983-1799b84f9727 2018-08-20 17:37:44,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:37:44,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:44,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1144cd69-3ca8-47c8-972c-46d6a7a84809 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmtp-user_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "links": {"self": "http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8eec6b4bfbe42c9902e9ef6e9a31567", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 17:37:44,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1144cd69-3ca8-47c8-972c-46d6a7a84809 2018-08-20 17:37:44,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209959983826s 2018-08-20 17:37:44,848 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1144cd69-3ca8-47c8-972c-46d6a7a84809 2018-08-20 17:37:44,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 17:37:44,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:44,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b3736dc-26de-4214-91ed-0fbea6233069 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af"}, "tags": [], "enabled": true, "id": "0829dd4a24d74673a230932eb5f174af", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}]} 2018-08-20 17:37:44,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-9b3736dc-26de-4214-91ed-0fbea6233069 2018-08-20 17:37:44,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113965988159s 2018-08-20 17:37:44,973 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-9b3736dc-26de-4214-91ed-0fbea6233069 2018-08-20 17:37:44,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 17:37:44,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=e8eec6b4bfbe42c9902e9ef6e9a31567&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=0829dd4a24d74673a230932eb5f174af" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:45,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b391c86f-7483-4c1e-93e8-22a773b35c4f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e8eec6b4bfbe42c9902e9ef6e9a31567&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=0829dd4a24d74673a230932eb5f174af", "previous": null, "next": null}} 2018-08-20 17:37:45,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e8eec6b4bfbe42c9902e9ef6e9a31567&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=0829dd4a24d74673a230932eb5f174af used request id req-b391c86f-7483-4c1e-93e8-22a773b35c4f 2018-08-20 17:37:45,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.189926862717s 2018-08-20 17:37:45,170 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e8eec6b4bfbe42c9902e9ef6e9a31567&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=0829dd4a24d74673a230932eb5f174af used request id req-b391c86f-7483-4c1e-93e8-22a773b35c4f 2018-08-20 17:37:45,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 17:37:45,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af/users/e8eec6b4bfbe42c9902e9ef6e9a31567/roles/2bb5b968af6a4dddaec5cfd10c00d91e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:37:45,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:37:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2a0285a-6e28-4018-a40c-aae52e3977c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:37:45,498 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af/users/e8eec6b4bfbe42c9902e9ef6e9a31567/roles/2bb5b968af6a4dddaec5cfd10c00d91e used request id req-f2a0285a-6e28-4018-a40c-aae52e3977c1 2018-08-20 17:37:45,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.324064016342s 2018-08-20 17:37:45,498 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af/users/e8eec6b4bfbe42c9902e9ef6e9a31567/roles/2bb5b968af6a4dddaec5cfd10c00d91e used request id req-f2a0285a-6e28-4018-a40c-aae52e3977c1 2018-08-20 17:37:45,498 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_64f684ce-8351-4fe9-b2bc-b08e50aa89da' 2018-08-20 17:37:45,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 17:37:45,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" -d '{"keypair": {"name": "vmtp_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}}' 2018-08-20 17:37:46,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:37:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2766358a-485b-45d7-937a-72ee1f545a71 x-compute-request-id: req-2766358a-485b-45d7-937a-72ee1f545a71 Content-Encoding: gzip Content-Length: 1798 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+f7K7id/sIwJRSqh7xxKEMt2svY9ePvkZ+jZGzt44Rj2gRIlQJuvdjsixqWyjWiTEGY2nKlhMBEZNyj8AuG0MVDRlbVwlViebkkqaZsr4iBSH5TraRQTPeUSJ0NZCUeLAZD0A67Q1XQligriCm6ImYCog5CZYz03y94Dkfn8zm7qHDeM2zPab3jHBmGFAWIaYkrCLPtzbX1Qclk8AYa76PSCgCkE8JLGozaQDuu8fK7Nd/ILHiAevkasGZgBo18rIkPqR/O6iraIRiJFA4+QadsCpi2W+Ar//1qO9q+zLyNTkIPmgzyjXcEmt39/TaKz5PIkXBVrMKnsBHD3iXQnj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvn+yu4nf7CMCUUqoe8cShDLdrL2PXj75Gfo2Rs7eOEY9oESJ\nUCbr3Y7Isalso1okxBmNpypYTARGTco/ALhtDFQ0ZW1cJVYnm5JKmmbK+IgUh+U6\n2kUEz3lEidDWQlHiwGQ9AOu0NV0JYoK4gpuiJmAqIOQmWM9N8veA5H5/M5u6hw3j\nNsz2m94xwZhhQFiGmJKwiz7c219UHJZPAGGu+j0goApBPCSxqM2kA7rvHyuzXfyC\nx4gHr5GrBmYAaNfKyJD6kfzuoq2iEYiRQOPkGnbAqYtlvgK//9ajvavsy8jU5CD5\noM8o13BJrd/f02is+TyJFwVazCp7ARw94l0J4wIDAQABAoIBAAeIBunxLoAodiv+\nlqCmIy5E0IzGxcdFGBYV1VWBUjnJVSBj9UXM9CBDR932Q8xFgRSbqgUE4I7I0Hq8\n1zbRE8acAaJM64qyWEiHRRnLnJSs1Jr2zhfZCLKnKbWFIyNmF1/h1qOVrf86GWfi\noSbQvl1kCeZY/sceEwfbDyZ5dc/1c7aG/ca+azmP9OM6HYkdUn6BXu7hyVeLLbnz\nbJofkrJEfAS1GR++OTQEe+L1IU1Q6JsBr0PcButgKk70KnN6BiupiCtoHbXjF1f/\ntzfWeSdabnRZfuOX7joVwu6AF6v4lxCEAuTWHHa7CCRqwn7kfjmQNiFwt2N4iPSx\nL/E6PjECgYEA5KvJNSEEeBUtUpGycc6juWeIRzpdTZtGhk10pICnsU55/POHJyMH\nuxNFGhKg+vIx1wmNpol/POt97j1D+0LqM2mtECW0HGs6Xn7g55zI6oV1zy6p8O+A\ndZXQpUqR+CeEOvPUS2WTVu27q8Cvqzf/NesbwQxlL0kc/krtMS72vckCgYEA1UQH\nfZlFe9w8omefgwixLzjCvEkzvfOrmW4wunN1JIQ5FSF75+vs8zNzzLB7coBYbGTO\nRxgQno+aorCVL19igsBwVQm/xOC4Z1SzAO2+mC3LgnJKKho11aB3H1NIxYGP4thh\nr26ca5FszJ3CisxSIsUq/QjcwOJn2anRt2Rv8EsCgYEAjw6Jihtl2FonSIitwlUs\nSEllEGqLBIonzM2YM3HpdxtJZd5Upz9bDsY3bOBKpbPvSkBHxfAvEcWhuvHJHd/2\n9MMf6gIsc7sBgSyPN1b2uwFTepIO7xRmoSlgpofIWh8esmLoZWLeknuX9RNO0ybt\nGqZDbrp6cuKiqNPnH+Xpp0ECgYA8CrodJ1DDrV64znm/N2xDAjT5M5bIrNisCrTX\nWXgqfrtfcpziz65XTi4U+77VnsLGSZ81rtXG/mEn2pU10CH489rsZiFCeY4RMWxw\nH38gcwwvvqOYtOZhLZs8C4Oab36l/AuMi5SoSDocZXIHB708IsyWjq8v8s4QHtp3\nSmSlfwKBgQCjgjRgJdLCVxacoYyOla33ST4yi60f+pCWZEbUPMswZLOYGe32l7cO\n8V3npxs1M248EuBlvWrwsSBrl4RuB8eZMBtFyi+oY2FNy8nda1Z0wJPiKaSkn8Am\n/q3lhc/mTNK1ddbVkEqgsOn0JwlvEerYSH5jo0zNavZfqJLuCxjnag==\n-----END RSA PRIVATE KEY-----\n", "user_id": "e8eec6b4bfbe42c9902e9ef6e9a31567", "name": "vmtp_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "fingerprint": "81:06:cc:9f:0a:72:35:4f:42:bc:b3:8c:fa:25:75:de"}} 2018-08-20 17:37:46,003 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2766358a-485b-45d7-937a-72ee1f545a71 2018-08-20 17:37:46,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.504192113876s 2018-08-20 17:37:46,003 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2766358a-485b-45d7-937a-72ee1f545a71 2018-08-20 17:37:46,004 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+f7K7id/sIwJRSqh7xxKEMt2svY9ePvkZ+jZGzt44Rj2gRIlQJuvdjsixqWyjWiTEGY2nKlhMBEZNyj8AuG0MVDRlbVwlViebkkqaZsr4iBSH5TraRQTPeUSJ0NZCUeLAZD0A67Q1XQligriCm6ImYCog5CZYz03y94Dkfn8zm7qHDeM2zPab3jHBmGFAWIaYkrCLPtzbX1Qclk8AYa76PSCgCkE8JLGozaQDuu8fK7Nd/ILHiAevkasGZgBo18rIkPqR/O6iraIRiJFA4+QadsCpi2W+Ar//1qO9q+zLyNTkIPmgzyjXcEmt39/TaKz5PIkXBVrMKnsBHD3iXQnj Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvn+yu4nf7CMCUUqoe8cShDLdrL2PXj75Gfo2Rs7eOEY9oESJ\nUCbr3Y7Isalso1okxBmNpypYTARGTco/ALhtDFQ0ZW1cJVYnm5JKmmbK+IgUh+U6\n2kUEz3lEidDWQlHiwGQ9AOu0NV0JYoK4gpuiJmAqIOQmWM9N8veA5H5/M5u6hw3j\nNsz2m94xwZhhQFiGmJKwiz7c219UHJZPAGGu+j0goApBPCSxqM2kA7rvHyuzXfyC\nx4gHr5GrBmYAaNfKyJD6kfzuoq2iEYiRQOPkGnbAqYtlvgK//9ajvavsy8jU5CD5\noM8o13BJrd/f02is+TyJFwVazCp7ARw94l0J4wIDAQABAoIBAAeIBunxLoAodiv+\nlqCmIy5E0IzGxcdFGBYV1VWBUjnJVSBj9UXM9CBDR932Q8xFgRSbqgUE4I7I0Hq8\n1zbRE8acAaJM64qyWEiHRRnLnJSs1Jr2zhfZCLKnKbWFIyNmF1/h1qOVrf86GWfi\noSbQvl1kCeZY/sceEwfbDyZ5dc/1c7aG/ca+azmP9OM6HYkdUn6BXu7hyVeLLbnz\nbJofkrJEfAS1GR++OTQEe+L1IU1Q6JsBr0PcButgKk70KnN6BiupiCtoHbXjF1f/\ntzfWeSdabnRZfuOX7joVwu6AF6v4lxCEAuTWHHa7CCRqwn7kfjmQNiFwt2N4iPSx\nL/E6PjECgYEA5KvJNSEEeBUtUpGycc6juWeIRzpdTZtGhk10pICnsU55/POHJyMH\nuxNFGhKg+vIx1wmNpol/POt97j1D+0LqM2mtECW0HGs6Xn7g55zI6oV1zy6p8O+A\ndZXQpUqR+CeEOvPUS2WTVu27q8Cvqzf/NesbwQxlL0kc/krtMS72vckCgYEA1UQH\nfZlFe9w8omefgwixLzjCvEkzvfOrmW4wunN1JIQ5FSF75+vs8zNzzLB7coBYbGTO\nRxgQno+aorCVL19igsBwVQm/xOC4Z1SzAO2+mC3LgnJKKho11aB3H1NIxYGP4thh\nr26ca5FszJ3CisxSIsUq/QjcwOJn2anRt2Rv8EsCgYEAjw6Jihtl2FonSIitwlUs\nSEllEGqLBIonzM2YM3HpdxtJZd5Upz9bDsY3bOBKpbPvSkBHxfAvEcWhuvHJHd/2\n9MMf6gIsc7sBgSyPN1b2uwFTepIO7xRmoSlgpofIWh8esmLoZWLeknuX9RNO0ybt\nGqZDbrp6cuKiqNPnH+Xpp0ECgYA8CrodJ1DDrV64znm/N2xDAjT5M5bIrNisCrTX\nWXgqfrtfcpziz65XTi4U+77VnsLGSZ81rtXG/mEn2pU10CH489rsZiFCeY4RMWxw\nH38gcwwvvqOYtOZhLZs8C4Oab36l/AuMi5SoSDocZXIHB708IsyWjq8v8s4QHtp3\nSmSlfwKBgQCjgjRgJdLCVxacoYyOla33ST4yi60f+pCWZEbUPMswZLOYGe32l7cO\n8V3npxs1M248EuBlvWrwsSBrl4RuB8eZMBtFyi+oY2FNy8nda1Z0wJPiKaSkn8Am\n/q3lhc/mTNK1ddbVkEqgsOn0JwlvEerYSH5jo0zNavZfqJLuCxjnag==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e8eec6b4bfbe42c9902e9ef6e9a31567', 'name': u'vmtp_64f684ce-8351-4fe9-b2bc-b08e50aa89da', 'created_at': '2018-08-20T17:37:46.004471', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0829dd4a24d74673a230932eb5f174af', 'name': 'vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'81:06:cc:9f:0a:72:35:4f:42:bc:b3:8c:fa:25:75:de', 'type': 'ssh', 'id': u'vmtp_64f684ce-8351-4fe9-b2bc-b08e50aa89da'}) 2018-08-20 17:37:46,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 17:37:46,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vmtp_64f684ce-8351-4fe9-b2bc-b08e50aa89da -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" 2018-08-20 17:37:46,046 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 17:37: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-9be94714-4b8c-4d05-8547-f2335f85469d x-compute-request-id: req-9be94714-4b8c-4d05-8547-f2335f85469d Content-Length: 0 Content-Type: application/json 2018-08-20 17:37:46,046 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vmtp_64f684ce-8351-4fe9-b2bc-b08e50aa89da used request id req-9be94714-4b8c-4d05-8547-f2335f85469d 2018-08-20 17:37:46,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.04132604599s 2018-08-20 17:37:46,047 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vmtp_64f684ce-8351-4fe9-b2bc-b08e50aa89da used request id req-9be94714-4b8c-4d05-8547-f2335f85469d 2018-08-20 17:37:46,906 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -sc # # VMTP default configuration file # # This configuration file is ALWAYS loaded by VMTP and should never be modified by users. # To specify your own property values, always define them in a separate config file # and pass that file to the script using -c or --config # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2018-08-20 17:49:55,591 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp', '-d', '--json', '/home/opnfv/functest/results/vmtp/vmtp.json', '-c', '/home/opnfv/functest/results/vmtp/vmtp.conf'] 2018-08-20 17:37:47,757 INFO Using http://172.30.9.23:5000/v3 2018-08-20 17:37:47,757 INFO VM public key: /tmp/tmp2kIkWV 2018-08-20 17:37:47,757 INFO VM private key: /tmp/tmplRjde6 2018-08-20 17:37:49,816 INFO Found image vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da to launch VM, will continue 2018-08-20 17:37:51,002 INFO Using external router: vmtp-router_64f684ce-8351-4fe9-b2bc-b08e50aa89da 2018-08-20 17:37:51,003 INFO Using external network: external. 2018-08-20 17:37:52,680 INFO Created internal network: pns-internal-net_64f684ce-8351-4fe9-b2bc-b08e50aa89da. 2018-08-20 17:37:54,499 INFO Created internal network: pns-internal-net2_64f684ce-8351-4fe9-b2bc-b08e50aa89da. 2018-08-20 17:37:56,542 DEBUG Ext router associated to pns-internal-net_64f684ce-8351-4fe9-b2bc-b08e50aa89da 2018-08-20 17:37:58,332 DEBUG Ext router associated to pns-internal-net2_64f684ce-8351-4fe9-b2bc-b08e50aa89da 2018-08-20 17:37:59,000 INFO OpenStack agent: Unknown agent 2018-08-20 17:37:59,000 INFO OpenStack network type: vxlan 2018-08-20 17:38:01,700 INFO [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Creating server VM... 2018-08-20 17:38:01,700 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-20 17:38:07,141 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 1 of 90... 2018-08-20 17:38:10,189 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 2 of 90... 2018-08-20 17:38:13,021 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 3 of 90... 2018-08-20 17:38:15,919 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 4 of 90... 2018-08-20 17:38:19,490 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 5 of 90... 2018-08-20 17:38:22,520 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 6 of 90... 2018-08-20 17:38:25,692 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 7 of 90... 2018-08-20 17:38:28,566 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 8 of 90... 2018-08-20 17:38:31,743 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 9 of 90... 2018-08-20 17:38:34,438 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 10 of 90... 2018-08-20 17:38:37,323 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 11 of 90... 2018-08-20 17:38:40,510 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 12 of 90... 2018-08-20 17:38:43,457 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 13 of 90... 2018-08-20 17:38:46,136 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 14 of 90... 2018-08-20 17:38:49,332 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 15 of 90... 2018-08-20 17:38:52,320 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 16 of 90... 2018-08-20 17:38:55,033 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 17 of 90... 2018-08-20 17:38:57,941 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 18 of 90... 2018-08-20 17:39:00,969 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 19 of 90... 2018-08-20 17:39:03,588 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 20 of 90... 2018-08-20 17:39:06,165 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 21 of 90... 2018-08-20 17:39:08,860 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 22 of 90... 2018-08-20 17:39:11,572 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 23 of 90... 2018-08-20 17:39:14,678 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 24 of 90... 2018-08-20 17:39:17,376 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 25 of 90... 2018-08-20 17:39:20,284 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 26 of 90... 2018-08-20 17:39:23,161 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 27 of 90... 2018-08-20 17:39:25,873 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 28 of 90... 2018-08-20 17:39:28,579 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 29 of 90... 2018-08-20 17:39:31,594 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 30 of 90... 2018-08-20 17:39:34,017 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 31 of 90... 2018-08-20 17:39:36,749 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 32 of 90... 2018-08-20 17:39:41,613 INFO [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Internal network IP: 192.168.1.13 2018-08-20 17:39:41,613 INFO [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] SSH IP: 172.30.9.208 2018-08-20 17:39:41,614 INFO [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Setup SSH for ubuntu@172.30.9.208 2018-08-20 17:39:51,335 INFO [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Installing nuttcp-8.1.4... 2018-08-20 17:39:51,380 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Copying nuttcp-8.1.4 to target... 2018-08-20 17:39:51,596 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Starting nuttcp-8.1.4 server... 2018-08-20 17:39:51,637 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] 2018-08-20 17:39:51,683 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Creating client VM... 2018-08-20 17:39:51,683 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-20 17:39:55,866 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] VM status=BUILD, retrying 1 of 90... 2018-08-20 17:39:58,261 ERROR Instance creation error: Failed to get resource provider with UUID 733a043e-8e5c-4276-b2bc-2e9a35c6225b 2018-08-20 17:39:58,261 ERROR Instance failed status=ERROR 2018-08-20 17:39:59,731 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Server creation failed 2018-08-20 17:39:59,732 INFO { 'desc': 'VM to VM same network fixed IP (intra-node)', 'results': ['error: VM cannot be spawned.']} No handlers could be found for logger "vmtp_file" 2018-08-20 17:39:59,733 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Creating client VM... 2018-08-20 17:39:59,733 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-20 17:40:03,845 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 1 of 90... 2018-08-20 17:40:06,218 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 2 of 90... 2018-08-20 17:40:08,813 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 3 of 90... 2018-08-20 17:40:11,422 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 4 of 90... 2018-08-20 17:40:13,869 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 5 of 90... 2018-08-20 17:40:16,296 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 6 of 90... 2018-08-20 17:40:19,007 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 7 of 90... 2018-08-20 17:40:21,817 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 8 of 90... 2018-08-20 17:40:24,507 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 9 of 90... 2018-08-20 17:40:27,368 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 10 of 90... 2018-08-20 17:40:29,980 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 11 of 90... 2018-08-20 17:40:32,668 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 12 of 90... 2018-08-20 17:40:35,382 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 13 of 90... 2018-08-20 17:40:38,096 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 14 of 90... 2018-08-20 17:40:40,970 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 15 of 90... 2018-08-20 17:40:44,033 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 16 of 90... 2018-08-20 17:40:46,475 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 17 of 90... 2018-08-20 17:40:49,151 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 18 of 90... 2018-08-20 17:40:51,782 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 19 of 90... 2018-08-20 17:40:54,546 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 20 of 90... 2018-08-20 17:40:56,711 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 21 of 90... 2018-08-20 17:40:59,438 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 22 of 90... 2018-08-20 17:41:02,153 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 23 of 90... 2018-08-20 17:41:04,755 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 24 of 90... 2018-08-20 17:41:07,459 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 25 of 90... 2018-08-20 17:41:09,892 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 26 of 90... 2018-08-20 17:41:12,590 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 27 of 90... 2018-08-20 17:41:15,199 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 28 of 90... 2018-08-20 17:41:17,802 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 29 of 90... 2018-08-20 17:41:20,504 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 30 of 90... 2018-08-20 17:41:23,227 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 31 of 90... 2018-08-20 17:41:25,991 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 32 of 90... 2018-08-20 17:41:28,631 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 33 of 90... 2018-08-20 17:41:31,325 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 34 of 90... 2018-08-20 17:41:34,088 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 35 of 90... 2018-08-20 17:41:36,792 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 36 of 90... 2018-08-20 17:41:39,588 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 37 of 90... 2018-08-20 17:41:42,209 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 38 of 90... 2018-08-20 17:41:44,833 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] VM status=BUILD, retrying 39 of 90... 2018-08-20 17:41:49,995 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Internal network IP: 192.168.1.11 2018-08-20 17:41:49,995 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] SSH IP: 172.30.9.213 2018-08-20 17:41:49,995 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Setup SSH for ubuntu@172.30.9.213 2018-08-20 17:41:57,446 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Installing nuttcp-8.1.4... 2018-08-20 17:41:57,491 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Copying nuttcp-8.1.4 to target... 2018-08-20 17:41:57,657 INFO ============================================================ 2018-08-20 17:41:57,658 INFO Flow 1: VM to VM same network fixed IP (inter-node) 2018-08-20 17:42:06,703 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] PING 192.168.1.13 (192.168.1.13) 64(92) bytes of data. 72 bytes from 192.168.1.13: icmp_seq=1 ttl=64 time=1.53 ms 72 bytes from 192.168.1.13: icmp_seq=2 ttl=64 time=0.496 ms 72 bytes from 192.168.1.13: icmp_seq=3 ttl=64 time=0.183 ms 72 bytes from 192.168.1.13: icmp_seq=4 ttl=64 time=0.188 ms 72 bytes from 192.168.1.13: icmp_seq=5 ttl=64 time=0.197 ms 72 bytes from 192.168.1.13: icmp_seq=6 ttl=64 time=0.224 ms 72 bytes from 192.168.1.13: icmp_seq=7 ttl=64 time=0.441 ms 72 bytes from 192.168.1.13: icmp_seq=8 ttl=64 time=0.197 ms 72 bytes from 192.168.1.13: icmp_seq=9 ttl=64 time=0.205 ms 72 bytes from 192.168.1.13: icmp_seq=10 ttl=64 time=0.169 ms --- 192.168.1.13 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9533ms rtt min/avg/max/mdev = 0.169/0.383/1.537/0.400 ms 2018-08-20 17:42:15,749 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] PING 192.168.1.13 (192.168.1.13) 391(419) bytes of data. 399 bytes from 192.168.1.13: icmp_seq=1 ttl=64 time=0.184 ms 399 bytes from 192.168.1.13: icmp_seq=2 ttl=64 time=0.191 ms 399 bytes from 192.168.1.13: icmp_seq=3 ttl=64 time=0.227 ms 399 bytes from 192.168.1.13: icmp_seq=4 ttl=64 time=0.195 ms 399 bytes from 192.168.1.13: icmp_seq=5 ttl=64 time=0.188 ms 399 bytes from 192.168.1.13: icmp_seq=6 ttl=64 time=0.180 ms 399 bytes from 192.168.1.13: icmp_seq=7 ttl=64 time=0.170 ms 399 bytes from 192.168.1.13: icmp_seq=8 ttl=64 time=0.280 ms 399 bytes from 192.168.1.13: icmp_seq=9 ttl=64 time=0.181 ms 399 bytes from 192.168.1.13: icmp_seq=10 ttl=64 time=0.149 ms --- 192.168.1.13 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.149/0.194/0.280/0.036 ms 2018-08-20 17:42:24,792 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] PING 192.168.1.13 (192.168.1.13) 1500(1528) bytes of data. 1508 bytes from 192.168.1.13: icmp_seq=1 ttl=64 time=0.626 ms 1508 bytes from 192.168.1.13: icmp_seq=2 ttl=64 time=0.201 ms 1508 bytes from 192.168.1.13: icmp_seq=3 ttl=64 time=0.269 ms 1508 bytes from 192.168.1.13: icmp_seq=4 ttl=64 time=0.319 ms 1508 bytes from 192.168.1.13: icmp_seq=5 ttl=64 time=0.365 ms 1508 bytes from 192.168.1.13: icmp_seq=6 ttl=64 time=0.329 ms 1508 bytes from 192.168.1.13: icmp_seq=7 ttl=64 time=0.282 ms 1508 bytes from 192.168.1.13: icmp_seq=8 ttl=64 time=0.201 ms 1508 bytes from 192.168.1.13: icmp_seq=9 ttl=64 time=0.217 ms 1508 bytes from 192.168.1.13: icmp_seq=10 ttl=64 time=0.213 ms --- 192.168.1.13 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.201/0.302/0.626/0.121 ms 2018-08-20 17:42:24,793 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Measuring TCP Throughput (packet size=65536)... 2018-08-20 17:42:24,793 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:42:34,893 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=7115.5000 real_seconds=10.01 rate_Mbps=5965.1870 tx_cpu=11 rx_cpu=18 retrans=16 cwnd=453 rtt_ms=0.51 2018-08-20 17:42:34,895 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:42:45,020 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=6785.1250 real_seconds=10.01 rate_Mbps=5687.8076 tx_cpu=10 rx_cpu=18 retrans=36 cwnd=484 rtt_ms=0.49 2018-08-20 17:42:45,021 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:42:55,117 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=6726.3843 real_seconds=10.01 rate_Mbps=5638.4382 tx_cpu=10 rx_cpu=17 retrans=12 cwnd=524 rtt_ms=0.39 2018-08-20 17:42:55,118 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Measuring UDP Throughput (packet size=128)... 2018-08-20 17:42:55,118 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:42:58,446 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=35.2279 real_seconds=1.00 rate_Mbps=296.0730 tx_cpu=32 rx_cpu=31 drop=32817 pkt=321404 data_loss=10.21056 2018-08-20 17:42:58,448 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=128 throughput=1<303178/5000000<10000000 Kbps loss-rate=10 2018-08-20 17:42:58,448 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R909534K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:01,774 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=34.3217 real_seconds=1.00 rate_Mbps=287.4048 tx_cpu=25 rx_cpu=33 drop=5222 pkt=286385 data_loss=1.82327 2018-08-20 17:43:01,775 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=128 throughput=1<294302/909534<909534 Kbps loss-rate=1 2018-08-20 17:43:01,775 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R601918K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:05,101 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=33.9563 real_seconds=1.00 rate_Mbps=284.4450 tx_cpu=25 rx_cpu=32 drop=8582 pkt=286752 data_loss=2.99281 2018-08-20 17:43:05,101 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=128 throughput=1<291271/601918<601918 Kbps loss-rate=2 2018-08-20 17:43:05,102 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R446594K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:08,428 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=35.6843 real_seconds=1.00 rate_Mbps=298.2945 tx_cpu=29 rx_cpu=31 drop=30423 pkt=322749 data_loss=9.42634 2018-08-20 17:43:08,429 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=128 throughput=1<305453/446594<446594 Kbps loss-rate=9 2018-08-20 17:43:08,429 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R376023K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:11,781 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=35.8953 real_seconds=1.00 rate_Mbps=300.4887 tx_cpu=29 rx_cpu=31 drop=20363 pkt=314417 data_loss=6.47638 2018-08-20 17:43:11,782 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=128 throughput=1<307700/376023<376023 Kbps loss-rate=6 2018-08-20 17:43:11,782 DEBUG overshot, min=1 kbps=307700 max=376023 2018-08-20 17:43:11,782 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R307700K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:15,134 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=27.7489 real_seconds=1.00 rate_Mbps=231.8016 tx_cpu=30 rx_cpu=29 drop=48586 pkt=275905 data_loss=17.60967 2018-08-20 17:43:15,134 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=128 throughput=1<237364/307700<376023 Kbps loss-rate=17 2018-08-20 17:43:15,134 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R272532K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:18,461 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=32.4884 real_seconds=1.00 rate_Mbps=272.1974 tx_cpu=99 rx_cpu=34 drop=0 pkt=266145 data_loss=0.00000 2018-08-20 17:43:18,461 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=128 throughput=1<278730/272532<272532 Kbps loss-rate=0 2018-08-20 17:43:18,462 DEBUG undershot, min=278730 kbps=275631 max=272532 2018-08-20 17:43:18,462 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Measuring UDP Throughput (packet size=1024)... 2018-08-20 17:43:18,462 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:21,814 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=282.2520 real_seconds=1.00 rate_Mbps=2365.4562 tx_cpu=52 rx_cpu=34 drop=1124 pkt=290150 data_loss=0.38737 2018-08-20 17:43:21,814 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=1024 throughput=1<2422227/5000000<10000000 Kbps loss-rate=0 2018-08-20 17:43:21,814 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3711113K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:25,140 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=277.3311 real_seconds=1.00 rate_Mbps=2324.8336 tx_cpu=45 rx_cpu=35 drop=408 pkt=284395 data_loss=0.14345 2018-08-20 17:43:25,141 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=1024 throughput=1<2380629/3711113<3711113 Kbps loss-rate=0 2018-08-20 17:43:25,141 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3045871K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:28,467 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=283.8262 real_seconds=1.00 rate_Mbps=2379.0271 tx_cpu=55 rx_cpu=34 drop=0 pkt=290638 data_loss=0.00000 2018-08-20 17:43:28,467 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=1024 throughput=1<2436123/3045871<3045871 Kbps loss-rate=0 2018-08-20 17:43:28,468 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2740997K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:31,794 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=244.6855 real_seconds=1.00 rate_Mbps=2050.5677 tx_cpu=41 rx_cpu=37 drop=1668 pkt=252226 data_loss=0.66135 2018-08-20 17:43:31,794 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=1024 throughput=1<2099781/2740997<2740997 Kbps loss-rate=0 2018-08-20 17:43:31,795 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2420389K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:35,121 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=278.5732 real_seconds=1.00 rate_Mbps=2337.3887 tx_cpu=47 rx_cpu=34 drop=715 pkt=285974 data_loss=0.25004 2018-08-20 17:43:35,122 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=1024 throughput=1<2393486/2420389<2420389 Kbps loss-rate=0 2018-08-20 17:43:35,122 DEBUG undershot, min=2393486 kbps=2406937 max=2420389 2018-08-20 17:43:35,123 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Measuring UDP Throughput (packet size=8192)... 2018-08-20 17:43:35,123 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:38,475 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=363.1562 real_seconds=1.00 rate_Mbps=3043.6574 tx_cpu=96 rx_cpu=14 drop=29808 pkt=76292 data_loss=39.07094 2018-08-20 17:43:38,475 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=8192 throughput=1<3116705/5000000<10000000 Kbps loss-rate=39 2018-08-20 17:43:38,475 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4058352K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:41,802 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=362.6797 real_seconds=1.00 rate_Mbps=3038.3853 tx_cpu=99 rx_cpu=14 drop=15503 pkt=61926 data_loss=25.03472 2018-08-20 17:43:41,803 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=8192 throughput=1<3111306/4058352<4058352 Kbps loss-rate=25 2018-08-20 17:43:41,803 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3584829K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:45,129 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=366.9141 real_seconds=1.00 rate_Mbps=3071.2337 tx_cpu=99 rx_cpu=13 drop=7735 pkt=54700 data_loss=14.14077 2018-08-20 17:43:45,130 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=8192 throughput=1<3144943/3584829<3584829 Kbps loss-rate=14 2018-08-20 17:43:45,130 DEBUG overshot, min=1 kbps=3144943 max=3584829 2018-08-20 17:43:45,130 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3144943K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:48,482 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=371.7109 real_seconds=1.00 rate_Mbps=3116.5448 tx_cpu=99 rx_cpu=13 drop=409 pkt=47988 data_loss=0.85229 2018-08-20 17:43:48,482 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=8192 throughput=1<3191341/3144943<3584829 Kbps loss-rate=0 2018-08-20 17:43:48,482 DEBUG undershot, min=3191341 kbps=3388085 max=3584829 2018-08-20 17:43:48,483 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3388085K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:51,810 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=380.8047 real_seconds=1.00 rate_Mbps=3188.5384 tx_cpu=99 rx_cpu=15 drop=2955 pkt=51698 data_loss=5.71588 2018-08-20 17:43:51,811 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=8192 throughput=3191341<3265063/3388085<3584829 Kbps loss-rate=5 2018-08-20 17:43:51,811 DEBUG overshot, min=3191341 kbps=3265063 max=3388085 2018-08-20 17:43:51,811 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3265063K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:43:55,137 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] megabytes=388.9688 real_seconds=1.00 rate_Mbps=3261.1682 tx_cpu=99 rx_cpu=14 drop=33 pkt=49821 data_loss=0.06623 2018-08-20 17:43:55,137 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] pkt-size=8192 throughput=3191341<3339436/3265063<3388085 Kbps loss-rate=0 2018-08-20 17:43:55,137 DEBUG undershot, min=3339436 kbps=3363760 max=3388085 2018-08-20 17:43:55,148 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.11', 'ip_to': u'192.168.1.13', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 16, 'rtt_ms': 0.51, 'throughput_kbps': 6108351, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 36, 'rtt_ms': 0.49, 'throughput_kbps': 5824314, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 12, 'rtt_ms': 0.39, 'throughput_kbps': 5773760, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 278730, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.25, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2393486, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.07, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3339436, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.383', 'rtt_max_ms': '1.537', 'rtt_min_ms': '0.169', 'rtt_stddev': '0.400', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.194', 'rtt_max_ms': '0.280', 'rtt_min_ms': '0.149', 'rtt_stddev': '0.036', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.302', 'rtt_max_ms': '0.626', 'rtt_min_ms': '0.201', 'rtt_stddev': '0.121', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-20 17:43:55,150 INFO Deleting floating ip d6b5b5d0-c1b7-4c5a-9f26-76804b8bca97 2018-08-20 17:43:56,284 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Floating IP 172.30.9.213 deleted 2018-08-20 17:43:56,708 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da2] Instance deleted 2018-08-20 17:43:56,772 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Creating client VM... 2018-08-20 17:43:56,773 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-20 17:44:02,088 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] VM status=BUILD, retrying 1 of 90... 2018-08-20 17:44:04,649 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] VM status=BUILD, retrying 2 of 90... 2018-08-20 17:44:07,365 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] VM status=BUILD, retrying 3 of 90... 2018-08-20 17:44:10,544 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] VM status=BUILD, retrying 4 of 90... 2018-08-20 17:44:13,272 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] VM status=BUILD, retrying 5 of 90... 2018-08-20 17:44:18,272 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Internal network IP: 192.168.2.30 2018-08-20 17:44:18,272 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] SSH IP: 172.30.9.201 2018-08-20 17:44:18,272 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Setup SSH for ubuntu@172.30.9.201 2018-08-20 17:45:53,738 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Installing nuttcp-8.1.4... 2018-08-20 17:45:53,782 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Copying nuttcp-8.1.4 to target... 2018-08-20 17:45:53,947 INFO ============================================================ 2018-08-20 17:45:53,947 INFO Flow 2: VM to VM different network fixed IP (inter-node) 2018-08-20 17:46:02,990 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] PING 192.168.1.13 (192.168.1.13) 64(92) bytes of data. 72 bytes from 192.168.1.13: icmp_seq=1 ttl=64 time=0.897 ms 72 bytes from 192.168.1.13: icmp_seq=2 ttl=64 time=0.320 ms 72 bytes from 192.168.1.13: icmp_seq=3 ttl=64 time=0.341 ms 72 bytes from 192.168.1.13: icmp_seq=4 ttl=64 time=0.150 ms 72 bytes from 192.168.1.13: icmp_seq=5 ttl=64 time=0.175 ms 72 bytes from 192.168.1.13: icmp_seq=6 ttl=64 time=0.227 ms 72 bytes from 192.168.1.13: icmp_seq=7 ttl=64 time=0.206 ms 72 bytes from 192.168.1.13: icmp_seq=8 ttl=64 time=0.173 ms 72 bytes from 192.168.1.13: icmp_seq=9 ttl=64 time=0.224 ms 72 bytes from 192.168.1.13: icmp_seq=10 ttl=64 time=0.256 ms --- 192.168.1.13 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.150/0.296/0.897/0.209 ms 2018-08-20 17:46:12,034 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] PING 192.168.1.13 (192.168.1.13) 391(419) bytes of data. 399 bytes from 192.168.1.13: icmp_seq=1 ttl=64 time=0.201 ms 399 bytes from 192.168.1.13: icmp_seq=2 ttl=64 time=0.216 ms 399 bytes from 192.168.1.13: icmp_seq=3 ttl=64 time=0.177 ms 399 bytes from 192.168.1.13: icmp_seq=4 ttl=64 time=0.206 ms 399 bytes from 192.168.1.13: icmp_seq=5 ttl=64 time=0.139 ms 399 bytes from 192.168.1.13: icmp_seq=6 ttl=64 time=0.148 ms 399 bytes from 192.168.1.13: icmp_seq=7 ttl=64 time=0.172 ms 399 bytes from 192.168.1.13: icmp_seq=8 ttl=64 time=0.210 ms 399 bytes from 192.168.1.13: icmp_seq=9 ttl=64 time=0.134 ms 399 bytes from 192.168.1.13: icmp_seq=10 ttl=64 time=0.144 ms --- 192.168.1.13 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.134/0.174/0.216/0.034 ms 2018-08-20 17:46:21,075 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] PING 192.168.1.13 (192.168.1.13) 1500(1528) bytes of data. 1508 bytes from 192.168.1.13: icmp_seq=1 ttl=64 time=0.899 ms 1508 bytes from 192.168.1.13: icmp_seq=2 ttl=64 time=0.236 ms 1508 bytes from 192.168.1.13: icmp_seq=3 ttl=64 time=0.335 ms 1508 bytes from 192.168.1.13: icmp_seq=4 ttl=64 time=0.178 ms 1508 bytes from 192.168.1.13: icmp_seq=5 ttl=64 time=0.163 ms 1508 bytes from 192.168.1.13: icmp_seq=6 ttl=64 time=0.161 ms 1508 bytes from 192.168.1.13: icmp_seq=7 ttl=64 time=0.493 ms 1508 bytes from 192.168.1.13: icmp_seq=8 ttl=64 time=0.532 ms 1508 bytes from 192.168.1.13: icmp_seq=9 ttl=64 time=0.203 ms 1508 bytes from 192.168.1.13: icmp_seq=10 ttl=64 time=0.246 ms --- 192.168.1.13 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.161/0.344/0.899/0.224 ms 2018-08-20 17:46:21,076 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Measuring TCP Throughput (packet size=65536)... 2018-08-20 17:46:21,076 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:46:31,201 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=7154.5789 real_seconds=10.01 rate_Mbps=5997.2698 tx_cpu=10 rx_cpu=18 retrans=12 cwnd=528 rtt_ms=0.45 2018-08-20 17:46:31,202 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:46:41,299 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=7076.6875 real_seconds=10.01 rate_Mbps=5932.1504 tx_cpu=11 rx_cpu=18 retrans=12 cwnd=494 rtt_ms=0.56 2018-08-20 17:46:41,300 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:46:51,400 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=6267.7635 real_seconds=10.01 rate_Mbps=5253.9604 tx_cpu=10 rx_cpu=16 retrans=4 cwnd=439 rtt_ms=0.23 2018-08-20 17:46:51,400 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Measuring UDP Throughput (packet size=128)... 2018-08-20 17:46:51,400 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:46:54,754 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=28.3184 real_seconds=1.00 rate_Mbps=238.5167 tx_cpu=19 rx_cpu=32 drop=3780 pkt=235764 data_loss=1.60321 2018-08-20 17:46:54,755 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=1<244241/5000000<10000000 Kbps loss-rate=1 2018-08-20 17:46:54,755 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R732723K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:46:58,081 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=30.4297 real_seconds=1.00 rate_Mbps=254.8046 tx_cpu=21 rx_cpu=30 drop=20377 pkt=269657 data_loss=7.55656 2018-08-20 17:46:58,081 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=1<260919/732723<732723 Kbps loss-rate=7 2018-08-20 17:46:58,082 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R496821K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:01,407 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=28.6466 real_seconds=1.00 rate_Mbps=239.7212 tx_cpu=19 rx_cpu=33 drop=730 pkt=235403 data_loss=0.31007 2018-08-20 17:47:01,408 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=1<245474/496821<496821 Kbps loss-rate=0 2018-08-20 17:47:01,408 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R371147K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:04,736 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=30.6973 real_seconds=1.00 rate_Mbps=257.0346 tx_cpu=22 rx_cpu=32 drop=0 pkt=251472 data_loss=0.00000 2018-08-20 17:47:04,736 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=1<263203/371147<371147 Kbps loss-rate=0 2018-08-20 17:47:04,736 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R317175K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:08,087 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=29.8612 real_seconds=1.00 rate_Mbps=250.0843 tx_cpu=20 rx_cpu=30 drop=100 pkt=244723 data_loss=0.04084 2018-08-20 17:47:08,088 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=1<256086/317175<317175 Kbps loss-rate=0 2018-08-20 17:47:08,088 DEBUG undershot, min=256086 kbps=286630 max=317175 2018-08-20 17:47:08,088 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R286630K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:11,439 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=32.1599 real_seconds=1.00 rate_Mbps=269.2731 tx_cpu=26 rx_cpu=30 drop=7440 pkt=270894 data_loss=2.74645 2018-08-20 17:47:11,439 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=256086<275735/286630<317175 Kbps loss-rate=2 2018-08-20 17:47:11,440 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Measuring UDP Throughput (packet size=1024)... 2018-08-20 17:47:11,440 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:14,792 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=244.8271 real_seconds=1.00 rate_Mbps=2051.4019 tx_cpu=46 rx_cpu=34 drop=209 pkt=250912 data_loss=0.08330 2018-08-20 17:47:14,792 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=1<2100635/5000000<10000000 Kbps loss-rate=0 2018-08-20 17:47:14,792 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3550317K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:18,119 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=243.2568 real_seconds=1.00 rate_Mbps=2040.4618 tx_cpu=45 rx_cpu=35 drop=921 pkt=250016 data_loss=0.36837 2018-08-20 17:47:18,120 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=1<2089432/3550317<3550317 Kbps loss-rate=0 2018-08-20 17:47:18,120 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2819874K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:21,448 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=243.1016 real_seconds=1.00 rate_Mbps=2037.1122 tx_cpu=46 rx_cpu=34 drop=2838 pkt=251774 data_loss=1.12717 2018-08-20 17:47:21,448 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=1<2086002/2819874<2819874 Kbps loss-rate=1 2018-08-20 17:47:21,449 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2452938K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:24,776 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=242.5078 real_seconds=1.00 rate_Mbps=2033.3798 tx_cpu=44 rx_cpu=35 drop=226 pkt=248554 data_loss=0.09092 2018-08-20 17:47:24,776 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=1<2082180/2452938<2452938 Kbps loss-rate=0 2018-08-20 17:47:24,777 DEBUG undershot, min=2082180 kbps=2267559 max=2452938 2018-08-20 17:47:24,777 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2267559K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:28,129 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=244.3916 real_seconds=1.00 rate_Mbps=2048.8392 tx_cpu=41 rx_cpu=34 drop=293 pkt=250550 data_loss=0.11693 2018-08-20 17:47:28,129 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=2082180<2098011/2267559<2452938 Kbps loss-rate=0 2018-08-20 17:47:28,130 DEBUG undershot, min=2098011 kbps=2275474 max=2452938 2018-08-20 17:47:28,130 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2275474K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:31,455 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=246.9326 real_seconds=1.00 rate_Mbps=2069.7258 tx_cpu=46 rx_cpu=36 drop=239 pkt=253098 data_loss=0.09443 2018-08-20 17:47:31,456 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=2098011<2119399/2275474<2452938 Kbps loss-rate=0 2018-08-20 17:47:31,456 DEBUG undershot, min=2119399 kbps=2286168 max=2452938 2018-08-20 17:47:31,456 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2286168K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:34,809 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=248.8379 real_seconds=1.00 rate_Mbps=2084.5872 tx_cpu=47 rx_cpu=35 drop=42 pkt=254852 data_loss=0.01647 2018-08-20 17:47:34,809 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=2119399<2134617/2286168<2452938 Kbps loss-rate=0 2018-08-20 17:47:34,810 DEBUG undershot, min=2134617 kbps=2293777 max=2452938 2018-08-20 17:47:34,810 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2293777K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:38,162 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=265.1318 real_seconds=1.00 rate_Mbps=2222.6179 tx_cpu=37 rx_cpu=36 drop=34 pkt=271529 data_loss=0.01252 2018-08-20 17:47:38,162 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=2134617<2275960/2293777<2452938 Kbps loss-rate=0 2018-08-20 17:47:38,162 DEBUG undershot, min=2275960 kbps=2364449 max=2452938 2018-08-20 17:47:38,163 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2364449K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:41,514 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=238.4277 real_seconds=1.00 rate_Mbps=1997.7275 tx_cpu=38 rx_cpu=35 drop=1586 pkt=245736 data_loss=0.64544 2018-08-20 17:47:41,514 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=2275960<2045672/2364449<2452938 Kbps loss-rate=0 2018-08-20 17:47:41,514 DEBUG undershot, min=2364449 kbps=2408693 max=2452938 2018-08-20 17:47:41,515 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Measuring UDP Throughput (packet size=8192)... 2018-08-20 17:47:41,515 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:44,866 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=356.5234 real_seconds=1.00 rate_Mbps=2984.3608 tx_cpu=99 rx_cpu=14 drop=30659 pkt=76294 data_loss=40.18534 2018-08-20 17:47:44,866 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=1<3055985/5000000<10000000 Kbps loss-rate=40 2018-08-20 17:47:44,867 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4027992K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:48,217 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=360.6875 real_seconds=1.00 rate_Mbps=3019.4369 tx_cpu=99 rx_cpu=13 drop=15295 pkt=61463 data_loss=24.88489 2018-08-20 17:47:48,218 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=1<3091903/4027992<4027992 Kbps loss-rate=24 2018-08-20 17:47:48,218 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3559947K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:51,544 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=368.1953 real_seconds=1.00 rate_Mbps=3082.3428 tx_cpu=99 rx_cpu=13 drop=7192 pkt=54321 data_loss=13.23982 2018-08-20 17:47:51,544 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=1<3156319/3559947<3559947 Kbps loss-rate=13 2018-08-20 17:47:51,545 DEBUG overshot, min=1 kbps=3156319 max=3559947 2018-08-20 17:47:51,545 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3156319K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:54,898 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=372.3438 real_seconds=1.00 rate_Mbps=3121.9379 tx_cpu=99 rx_cpu=14 drop=502 pkt=48162 data_loss=1.04230 2018-08-20 17:47:54,898 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=1<3196864/3156319<3559947 Kbps loss-rate=1 2018-08-20 17:47:54,899 DEBUG undershot, min=3196864 kbps=3378405 max=3559947 2018-08-20 17:47:54,899 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3378405K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:47:58,252 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=370.6406 real_seconds=1.00 rate_Mbps=3103.0180 tx_cpu=99 rx_cpu=14 drop=4109 pkt=51551 data_loss=7.97076 2018-08-20 17:47:58,252 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=3196864<3177490/3378405<3559947 Kbps loss-rate=7 2018-08-20 17:47:58,252 DEBUG overshot, min=3196864 kbps=3177490 max=3378405 2018-08-20 17:47:58,253 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3177490K -p5001 -P5002 -fparse 192.168.1.13 2018-08-20 17:48:01,604 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=366.9531 real_seconds=1.00 rate_Mbps=3076.5984 tx_cpu=99 rx_cpu=15 drop=1515 pkt=48485 data_loss=3.12469 2018-08-20 17:48:01,605 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=3196864<3150436/3177490<3378405 Kbps loss-rate=3 2018-08-20 17:48:01,618 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.30', 'ip_to': u'192.168.1.13', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 12, 'rtt_ms': 0.45, 'throughput_kbps': 6141204, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 12, 'rtt_ms': 0.56, 'throughput_kbps': 6074522, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 4, 'rtt_ms': 0.23, 'throughput_kbps': 5380055, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.75, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 275735, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.65, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2045672, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.12, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3150436, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.296', 'rtt_max_ms': '0.897', 'rtt_min_ms': '0.150', 'rtt_stddev': '0.209', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.174', 'rtt_max_ms': '0.216', 'rtt_min_ms': '0.134', 'rtt_stddev': '0.034', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.344', 'rtt_max_ms': '0.899', 'rtt_min_ms': '0.161', 'rtt_stddev': '0.224', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-20 17:48:01,619 INFO ============================================================ 2018-08-20 17:48:01,620 INFO Flow 3: VM to VM different network floating IP (inter-node) 2018-08-20 17:48:10,689 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] PING 172.30.9.208 (172.30.9.208) 64(92) bytes of data. 72 bytes from 172.30.9.208: icmp_seq=1 ttl=64 time=0.984 ms 72 bytes from 172.30.9.208: icmp_seq=2 ttl=64 time=0.642 ms 72 bytes from 172.30.9.208: icmp_seq=3 ttl=64 time=0.454 ms 72 bytes from 172.30.9.208: icmp_seq=4 ttl=64 time=0.368 ms 72 bytes from 172.30.9.208: icmp_seq=5 ttl=64 time=0.411 ms 72 bytes from 172.30.9.208: icmp_seq=6 ttl=64 time=0.262 ms 72 bytes from 172.30.9.208: icmp_seq=7 ttl=64 time=0.236 ms 72 bytes from 172.30.9.208: icmp_seq=8 ttl=64 time=0.386 ms 72 bytes from 172.30.9.208: icmp_seq=9 ttl=64 time=0.370 ms 72 bytes from 172.30.9.208: icmp_seq=10 ttl=64 time=0.353 ms --- 172.30.9.208 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.236/0.446/0.984/0.208 ms 2018-08-20 17:48:19,734 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] PING 172.30.9.208 (172.30.9.208) 391(419) bytes of data. 399 bytes from 172.30.9.208: icmp_seq=1 ttl=64 time=0.196 ms 399 bytes from 172.30.9.208: icmp_seq=2 ttl=64 time=0.202 ms 399 bytes from 172.30.9.208: icmp_seq=3 ttl=64 time=0.143 ms 399 bytes from 172.30.9.208: icmp_seq=4 ttl=64 time=0.223 ms 399 bytes from 172.30.9.208: icmp_seq=5 ttl=64 time=0.260 ms 399 bytes from 172.30.9.208: icmp_seq=6 ttl=64 time=0.256 ms 399 bytes from 172.30.9.208: icmp_seq=7 ttl=64 time=0.235 ms 399 bytes from 172.30.9.208: icmp_seq=8 ttl=64 time=0.210 ms 399 bytes from 172.30.9.208: icmp_seq=9 ttl=64 time=0.299 ms 399 bytes from 172.30.9.208: icmp_seq=10 ttl=64 time=0.284 ms --- 172.30.9.208 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.143/0.230/0.299/0.047 ms 2018-08-20 17:48:28,778 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] PING 172.30.9.208 (172.30.9.208) 1500(1528) bytes of data. 1508 bytes from 172.30.9.208: icmp_seq=1 ttl=64 time=0.951 ms 1508 bytes from 172.30.9.208: icmp_seq=2 ttl=64 time=0.296 ms 1508 bytes from 172.30.9.208: icmp_seq=3 ttl=64 time=0.274 ms 1508 bytes from 172.30.9.208: icmp_seq=4 ttl=64 time=0.382 ms 1508 bytes from 172.30.9.208: icmp_seq=5 ttl=64 time=0.225 ms 1508 bytes from 172.30.9.208: icmp_seq=6 ttl=64 time=0.403 ms 1508 bytes from 172.30.9.208: icmp_seq=7 ttl=64 time=0.330 ms 1508 bytes from 172.30.9.208: icmp_seq=8 ttl=64 time=0.237 ms 1508 bytes from 172.30.9.208: icmp_seq=9 ttl=64 time=0.329 ms 1508 bytes from 172.30.9.208: icmp_seq=10 ttl=64 time=0.302 ms --- 172.30.9.208 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.225/0.372/0.951/0.201 ms 2018-08-20 17:48:28,778 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Measuring TCP Throughput (packet size=65536)... 2018-08-20 17:48:28,779 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:48:38,905 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=11052.4375 real_seconds=10.01 rate_Mbps=9263.6464 tx_cpu=17 rx_cpu=29 retrans=3695 cwnd=619 rtt_ms=0.56 2018-08-20 17:48:38,905 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:48:49,006 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=11115.2980 real_seconds=10.01 rate_Mbps=9316.5166 tx_cpu=18 rx_cpu=25 retrans=1091 cwnd=3135 rtt_ms=0.37 2018-08-20 17:48:49,006 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:48:59,106 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=11119.0720 real_seconds=10.01 rate_Mbps=9319.5700 tx_cpu=19 rx_cpu=28 retrans=0 cwnd=3137 rtt_ms=0.29 2018-08-20 17:48:59,106 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Measuring UDP Throughput (packet size=128)... 2018-08-20 17:48:59,107 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:02,434 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=31.5052 real_seconds=1.00 rate_Mbps=264.6303 tx_cpu=28 rx_cpu=35 drop=99571 pkt=357662 data_loss=27.83950 2018-08-20 17:49:02,435 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=1<270981/5000000<10000000 Kbps loss-rate=27 2018-08-20 17:49:02,435 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R812943K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:05,787 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=21.1191 real_seconds=1.00 rate_Mbps=176.8957 tx_cpu=37 rx_cpu=25 drop=313890 pkt=486898 data_loss=64.46737 2018-08-20 17:49:05,787 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=1<181141/812943<812943 Kbps loss-rate=64 2018-08-20 17:49:05,787 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R497042K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:09,113 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=42.4231 real_seconds=1.00 rate_Mbps=355.7587 tx_cpu=32 rx_cpu=40 drop=46888 pkt=394418 data_loss=11.88783 2018-08-20 17:49:09,114 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=1<364296/497042<497042 Kbps loss-rate=11 2018-08-20 17:49:09,114 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R430669K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:12,464 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=29.4037 real_seconds=1.00 rate_Mbps=246.4249 tx_cpu=35 rx_cpu=34 drop=132476 pkt=373351 data_loss=35.48297 2018-08-20 17:49:12,465 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=1<252339/430669<430669 Kbps loss-rate=35 2018-08-20 17:49:12,465 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R341504K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:15,790 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=40.6754 real_seconds=1.00 rate_Mbps=341.1170 tx_cpu=99 rx_cpu=39 drop=286 pkt=333499 data_loss=0.08573 2018-08-20 17:49:15,790 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=128 throughput=1<349303/341504<341504 Kbps loss-rate=0 2018-08-20 17:49:15,790 DEBUG undershot, min=349303 kbps=345403 max=341504 2018-08-20 17:49:15,790 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Measuring UDP Throughput (packet size=1024)... 2018-08-20 17:49:15,791 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:19,143 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=128.0488 real_seconds=1.00 rate_Mbps=1073.0012 tx_cpu=89 rx_cpu=25 drop=261278 pkt=392400 data_loss=66.58461 2018-08-20 17:49:19,144 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=1<1098753/5000000<10000000 Kbps loss-rate=66 2018-08-20 17:49:19,144 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3049376K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:22,469 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=338.4785 real_seconds=1.00 rate_Mbps=2837.0259 tx_cpu=72 rx_cpu=43 drop=28 pkt=346630 data_loss=0.00809 2018-08-20 17:49:22,470 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=1024 throughput=1<2905114/3049376<3049376 Kbps loss-rate=0 2018-08-20 17:49:22,470 DEBUG undershot, min=2905114 kbps=2977245 max=3049376 2018-08-20 17:49:22,471 INFO [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Measuring UDP Throughput (packet size=8192)... 2018-08-20 17:49:22,471 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:25,822 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=564.4688 real_seconds=1.00 rate_Mbps=4728.9405 tx_cpu=99 rx_cpu=22 drop=4042 pkt=76294 data_loss=5.29792 2018-08-20 17:49:25,822 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=1<4842435/5000000<10000000 Kbps loss-rate=5 2018-08-20 17:49:25,822 DEBUG overshot, min=1 kbps=4842435 max=5000000 2018-08-20 17:49:25,823 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4842435K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:29,149 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=439.7344 real_seconds=1.00 rate_Mbps=3682.6388 tx_cpu=99 rx_cpu=18 drop=17604 pkt=73890 data_loss=23.82460 2018-08-20 17:49:29,150 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=1<3771022/4842435<5000000 Kbps loss-rate=23 2018-08-20 17:49:29,150 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4306728K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:32,473 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=439.0000 real_seconds=1.00 rate_Mbps=3676.3748 tx_cpu=99 rx_cpu=16 drop=9524 pkt=65716 data_loss=14.49266 2018-08-20 17:49:32,474 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=1<3764607/4306728<4306728 Kbps loss-rate=14 2018-08-20 17:49:32,474 DEBUG overshot, min=1 kbps=3764607 max=4306728 2018-08-20 17:49:32,474 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3764607K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:35,799 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=282.5469 real_seconds=1.00 rate_Mbps=2367.7504 tx_cpu=99 rx_cpu=15 drop=21278 pkt=57444 data_loss=37.04128 2018-08-20 17:49:35,799 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=1<2424576/3764607<4306728 Kbps loss-rate=37 2018-08-20 17:49:35,799 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3094591K -p5001 -P5002 -fparse 172.30.9.208 2018-08-20 17:49:39,151 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] megabytes=367.4297 real_seconds=1.00 rate_Mbps=3080.8957 tx_cpu=99 rx_cpu=16 drop=189 pkt=47220 data_loss=0.40024 2018-08-20 17:49:39,151 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] pkt-size=8192 throughput=1<3154837/3094591<3094591 Kbps loss-rate=0 2018-08-20 17:49:39,151 DEBUG undershot, min=3154837 kbps=3124714 max=3094591 2018-08-20 17:49:39,161 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.30', 'ip_to': u'172.30.9.208', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 3695, 'rtt_ms': 0.56, 'throughput_kbps': 9485973, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1091, 'rtt_ms': 0.37, 'throughput_kbps': 9540112, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.29, 'throughput_kbps': 9543239, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.09, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 349303, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.01, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2905114, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.4, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3154837, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.446', 'rtt_max_ms': '0.984', 'rtt_min_ms': '0.236', 'rtt_stddev': '0.208', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.230', 'rtt_max_ms': '0.299', 'rtt_min_ms': '0.143', 'rtt_stddev': '0.047', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.372', 'rtt_max_ms': '0.951', 'rtt_min_ms': '0.225', 'rtt_stddev': '0.201', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-20 17:49:39,162 INFO Deleting floating ip b37fc0ee-e4cd-4bb1-bd85-b7a4a84b5f98 2018-08-20 17:49:40,563 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Floating IP 172.30.9.201 deleted 2018-08-20 17:49:41,012 DEBUG [TestClient_64f684ce-8351-4fe9-b2bc-b08e50aa89da3] Instance deleted 2018-08-20 17:49:41,076 INFO Cleaning up... 2018-08-20 17:49:41,076 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Terminating nuttcp-8.1.4 2018-08-20 17:49:41,090 INFO Deleting floating ip 048c6eaa-f54e-42a9-8fa3-c367c3a3f704 2018-08-20 17:49:42,512 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Floating IP 172.30.9.208 deleted 2018-08-20 17:49:42,797 DEBUG [TestServer_64f684ce-8351-4fe9-b2bc-b08e50aa89da1] Instance deleted 2018-08-20 17:49:51,002 INFO Network pns-internal-net_64f684ce-8351-4fe9-b2bc-b08e50aa89da deleted. 2018-08-20 17:49:55,200 INFO Network pns-internal-net2_64f684ce-8351-4fe9-b2bc-b08e50aa89da deleted. 2018-08-20 17:49:55,283 INFO Removed public key pns_public_key 2018-08-20 17:49:55,284 INFO Deleting security group 2018-08-20 17:49:55,491 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 9 [75.00%] Failed Scenarios: 3 [25.00%] Skipped Scenarios: 17 +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | FAILED | {} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | FAILED | {} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | FAILED | {} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | FAILED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '5902141', 'rtt_ms': '0.463333'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 278730, 'loss_rate': 0.0}, 1024: {'tp_kbps': 2393486, | | | | | 'loss_rate': 0.25}, 8192: {'tp_kbps': 3339436, 'loss_rate': 0.07}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.194/0.149/0.280/0.036', | | | | | '64-byte': '0.383/0.169/1.537/0.400', '1500-byte': '0.302/0.201/0.626/0.121'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | SKIPPED | {} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | SKIPPED | {} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | SKIPPED | {} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '5865260', 'rtt_ms': '0.413333'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 275735, 'loss_rate': 2.75}, 1024: {'tp_kbps': 2045672, | | | | | 'loss_rate': 0.65}, 8192: {'tp_kbps': 3150436, 'loss_rate': 3.12}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.174/0.134/0.216/0.034', | | | | | '64-byte': '0.296/0.150/0.897/0.209', '1500-byte': '0.344/0.161/0.899/0.224'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | SKIPPED | {} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | SKIPPED | {} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | SKIPPED | {} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '9523108', 'rtt_ms': '0.406667'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 349303, 'loss_rate': 0.09}, 1024: {'tp_kbps': 2905114, | | | | | 'loss_rate': 0.01}, 8192: {'tp_kbps': 3154837, 'loss_rate': 0.4}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.230/0.143/0.299/0.047', | | | | | '64-byte': '0.446/0.236/0.984/0.208', '1500-byte': '0.372/0.225/0.951/0.201'}} | | 6.4 | Different Network, Floating IP, Inter-node, Multicast | SKIPPED | {} | | 7.1 | Native Throughput, TCP | SKIPPED | {} | | 7.2 | Native Throughput, UDP | SKIPPED | {} | | 7.3 | Native Throughput, ICMP | SKIPPED | {} | | 7.4 | Native Throughput, Multicast | SKIPPED | {} | | 8.1 | VM to Host Uploading | SKIPPED | {} | | 8.2 | VM to Host Downloading | SKIPPED | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2018-08-20 17:49:55,494 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-08-20 17:49:55,716 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 17:49:55,717 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 12:21 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-20 17:49:55,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 17:49:55,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" 2018-08-20 17:49:56,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-1438f74a-129a-4525-b655-4fb94dea10fa Date: Mon, 20 Aug 2018 17:49:56 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T17:49:46Z", "revision_number": 6, "routes": [], "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "f4731e12-3594-4d4f-a090-fbb8936f0918", "name": "vmtp-router_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}]} 2018-08-20 17:49:56,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-1438f74a-129a-4525-b655-4fb94dea10fa 2018-08-20 17:49:56,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.3930580616s 2018-08-20 17:49:56,116 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-1438f74a-129a-4525-b655-4fb94dea10fa 2018-08-20 17:49:56,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 17:49:56,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/f4731e12-3594-4d4f-a090-fbb8936f0918.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" 2018-08-20 17:49:57,946 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf07e94f-51ae-469a-b6a6-13ff45492186 Content-Length: 0 Date: Mon, 20 Aug 2018 17:49:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 17:49:57,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f4731e12-3594-4d4f-a090-fbb8936f0918.json used request id req-bf07e94f-51ae-469a-b6a6-13ff45492186 2018-08-20 17:49:57,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.82867598534s 2018-08-20 17:49:57,946 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f4731e12-3594-4d4f-a090-fbb8936f0918.json used request id req-bf07e94f-51ae-469a-b6a6-13ff45492186 2018-08-20 17:49:57,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:49:57,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" 2018-08-20 17:49:58,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-818a0447-db64-4014-86e0-3aeafdc99d1f Date: Mon, 20 Aug 2018 17:49:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:37:43Z", "file": "/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/file", "owner": "0829dd4a24d74673a230932eb5f174af", "id": "e6fbc516-97ba-43fb-88cc-bcc8e6613017", "size": 263193088, "self": "/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T17:37:38Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:49:58,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-818a0447-db64-4014-86e0-3aeafdc99d1f 2018-08-20 17:49:58,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.336402893066s 2018-08-20 17:49:58,287 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-818a0447-db64-4014-86e0-3aeafdc99d1f 2018-08-20 17:49:58,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 17:49:58,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" 2018-08-20 17:49:59,217 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca3c8191-9721-440b-8ee0-d1f4a4ba5456 Date: Mon, 20 Aug 2018 17:49:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:49:59,217 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017 used request id req-ca3c8191-9721-440b-8ee0-d1f4a4ba5456 2018-08-20 17:49:59,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.927613019943s 2018-08-20 17:49:59,217 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e6fbc516-97ba-43fb-88cc-bcc8e6613017 used request id req-ca3c8191-9721-440b-8ee0-d1f4a4ba5456 2018-08-20 17:49:59,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 17:49:59,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:49:59,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:49: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-5539fef3-892b-4dfb-8775-d30ee1635c53 x-compute-request-id: req-5539fef3-892b-4dfb-8775-d30ee1635c53 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f"}]} 2018-08-20 17:49:59,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-5539fef3-892b-4dfb-8775-d30ee1635c53 2018-08-20 17:49:59,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.379547119141s 2018-08-20 17:49:59,598 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-5539fef3-892b-4dfb-8775-d30ee1635c53 2018-08-20 17:49:59,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 17:49:59,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:49:59,629 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 17:49: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-8893a072-f078-490c-8265-9a3b073548af x-compute-request-id: req-8893a072-f078-490c-8265-9a3b073548af Content-Length: 0 Content-Type: application/json 2018-08-20 17:49:59,629 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f used request id req-8893a072-f078-490c-8265-9a3b073548af 2018-08-20 17:49:59,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0299499034882s 2018-08-20 17:49:59,630 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b25fd18a-0163-4b5b-8fe0-b626c1a2ec3f used request id req-8893a072-f078-490c-8265-9a3b073548af 2018-08-20 17:49:59,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:49:59,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:49:59,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19787fd0-0af7-4f14-b5a8-59b434db130b Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmtp-user_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "links": {"self": "http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8eec6b4bfbe42c9902e9ef6e9a31567", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 17:49:59,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-19787fd0-0af7-4f14-b5a8-59b434db130b 2018-08-20 17:49:59,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214307069778s 2018-08-20 17:49:59,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-19787fd0-0af7-4f14-b5a8-59b434db130b 2018-08-20 17:49:59,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:49:59,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:50:00,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d5f5bb3-c0a5-4e6c-b2de-2104fc34010c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_64f684ce-8351-4fe9-b2bc-b08e50aa89da", "links": {"self": "http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e8eec6b4bfbe42c9902e9ef6e9a31567", "description": null}} 2018-08-20 17:50:00,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567 used request id req-0d5f5bb3-c0a5-4e6c-b2de-2104fc34010c 2018-08-20 17:50:00,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206978082657s 2018-08-20 17:50:00,058 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567 used request id req-0d5f5bb3-c0a5-4e6c-b2de-2104fc34010c 2018-08-20 17:50:00,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 17:50:00,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:50:00,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:50:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fac63fd-d4e0-498e-bda7-4f198be33f6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:50:00,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567 used request id req-1fac63fd-d4e0-498e-bda7-4f198be33f6e 2018-08-20 17:50:00,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.307167053223s 2018-08-20 17:50:00,366 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e8eec6b4bfbe42c9902e9ef6e9a31567 used request id req-1fac63fd-d4e0-498e-bda7-4f198be33f6e 2018-08-20 17:50:00,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 17:50:00,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:50:00,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95c38c55-8dd0-44aa-a876-55e4e8b4f45a Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af"}, "tags": [], "enabled": true, "id": "0829dd4a24d74673a230932eb5f174af", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_64f684ce-8351-4fe9-b2bc-b08e50aa89da"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 17:50:00,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-95c38c55-8dd0-44aa-a876-55e4e8b4f45a 2018-08-20 17:50:00,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.207885026932s 2018-08-20 17:50:00,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-95c38c55-8dd0-44aa-a876-55e4e8b4f45a 2018-08-20 17:50:00,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 17:50:00,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae75e00b87dcec8346edacd40232295f7072aa69" 2018-08-20 17:50:00,860 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:50:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b77b0fef-9884-4bad-8791-07568a00a6eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:50:00,861 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af used request id req-b77b0fef-9884-4bad-8791-07568a00a6eb 2018-08-20 17:50:00,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.275535106659s 2018-08-20 17:50:00,861 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0829dd4a24d74673a230932eb5f174af used request id req-b77b0fef-9884-4bad-8791-07568a00a6eb 2018-08-20 17:50:00,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:50:00,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7ac43f0d9b6c958a18b171ab60c89ad3be729a8c" 2018-08-20 17:50:01,035 - keystoneauth.session - DEBUG - RESP: [401] Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri="http://192.30.9.4:5000" X-Openstack-Request-Id: req-14f9e447-4a2a-44a1-bd7a-eba906f96a92 Date: Mon, 20 Aug 2018 17:50:01 GMT RESP BODY: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2018-08-20 17:50:01,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-14f9e447-4a2a-44a1-bd7a-eba906f96a92 2018-08-20 17:50:01,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 17:50:01,048 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-08-20 17:50:01,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.187132120132s 2018-08-20 17:50:01,049 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-20 17:50:01,106 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-20 17:50:01,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 17:50:01,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 17:50:01,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 17:50:01,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 17:50:01,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 17:50:01,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 17:50:01,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 17:50:01,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 17:50:01,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 17:50:01,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 17:50:01,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 17:50:01,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 17:50:01,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:50:01,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d00674bc-f0db-4d8d-993a-803b8dde30e7 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 17:50:01,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d00674bc-f0db-4d8d-993a-803b8dde30e7 2018-08-20 17:50:01,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 17:50:01,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T18:50:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["_sTcBXYlQ2eR-BoTcWa3Vw"], "issued_at": "2018-08-20T17:50:01.000000Z"}} 2018-08-20 17:50:01,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:50:01,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:50:01,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-47deeeb9-c020-497b-bd00-c9b1d076285d Date: Mon, 20 Aug 2018 17:50:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 17:50:01,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-47deeeb9-c020-497b-bd00-c9b1d076285d 2018-08-20 17:50:01,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.392283916473s 2018-08-20 17:50:01,964 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-47deeeb9-c020-497b-bd00-c9b1d076285d 2018-08-20 17:50:01,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:50:01,973 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 17:50:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9828455-fc84-4bd5-a214-c9bbcdd6b1ab Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 17:50:01,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-c9828455-fc84-4bd5-a214-c9bbcdd6b1ab 2018-08-20 17:50:01,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 17:50:01,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:50:02,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8346ba1b-b845-4779-9aa4-0563ba7af742 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/0dc4c689ca5f48478326a988e1b40ed3"}, "tags": [], "enabled": true, "id": "0dc4c689ca5f48478326a988e1b40ed3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 17:50:02,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-8346ba1b-b845-4779-9aa4-0563ba7af742 2018-08-20 17:50:02,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.208182096481s 2018-08-20 17:50:02,183 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-8346ba1b-b845-4779-9aa4-0563ba7af742 2018-08-20 17:50:02,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 17:50:02,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116"}}' 2018-08-20 17:50:02,409 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 17:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a865dcda-9703-45c8-89c6-ca009f04dcfb Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0"}, "tags": [], "enabled": true, "id": "2b9d3fffa3094d5e9a89aa026442b3c0", "parent_id": "default", "domain_id": "default", "name": "shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116"}} 2018-08-20 17:50:02,409 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a865dcda-9703-45c8-89c6-ca009f04dcfb 2018-08-20 17:50:02,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.220387220383s 2018-08-20 17:50:02,410 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-a865dcda-9703-45c8-89c6-ca009f04dcfb 2018-08-20 17:50:02,410 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: shaker', u'tags': [], 'enabled': True, 'id': u'2b9d3fffa3094d5e9a89aa026442b3c0', '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'shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116'}) 2018-08-20 17:50:02,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 17:50:02,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ae646155-c3f7-44b6-926c-2a4a740effba", "email": null, "name": "shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116"}}' 2018-08-20 17:50:02,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 17:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dc43b7a-ed79-48d3-a9e3-347c3e46c7a5 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116", "links": {"self": "http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17a6db0a86e546f18475e8955dadfe0b", "domain_id": "default", "password_expires_at": null}} 2018-08-20 17:50:02,924 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-4dc43b7a-ed79-48d3-a9e3-347c3e46c7a5 2018-08-20 17:50:02,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.507530927658s 2018-08-20 17:50:02,924 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-4dc43b7a-ed79-48d3-a9e3-347c3e46c7a5 2018-08-20 17:50:02,925 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'17a6db0a86e546f18475e8955dadfe0b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116'}) 2018-08-20 17:50:02,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:50:02,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:50:03,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bfed715-ed08-48e5-b593-0c874b64faef Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:50:03,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8bfed715-ed08-48e5-b593-0c874b64faef 2018-08-20 17:50:03,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20272898674s 2018-08-20 17:50:03,131 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8bfed715-ed08-48e5-b593-0c874b64faef 2018-08-20 17:50:03,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:50:03,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:50:03,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f3eb6b-b630-42d7-b523-605fd657bcb3 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:50:03,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-06f3eb6b-b630-42d7-b523-605fd657bcb3 2018-08-20 17:50:03,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.206084012985s 2018-08-20 17:50:03,342 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-06f3eb6b-b630-42d7-b523-605fd657bcb3 2018-08-20 17:50:03,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:50:03,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:50:03,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1345e0a7-52d1-4651-ae99-90aa5a5a6dd6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:50:03,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1345e0a7-52d1-4651-ae99-90aa5a5a6dd6 2018-08-20 17:50:03,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197265863419s 2018-08-20 17:50:03,544 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1345e0a7-52d1-4651-ae99-90aa5a5a6dd6 2018-08-20 17:50:03,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 17:50:03,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:50:03,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce05bb0-a0c0-4e49-9fd5-121b00b26c39 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 17:50:03,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-8ce05bb0-a0c0-4e49-9fd5-121b00b26c39 2018-08-20 17:50:03,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198256969452s 2018-08-20 17:50:03,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-8ce05bb0-a0c0-4e49-9fd5-121b00b26c39 2018-08-20 17:50:03,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:50:03,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:50:03,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965fd261-4e45-4576-ac57-1d7e8322dfee Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116", "links": {"self": "http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17a6db0a86e546f18475e8955dadfe0b", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 17:50:03,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-965fd261-4e45-4576-ac57-1d7e8322dfee 2018-08-20 17:50:03,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.181319952011s 2018-08-20 17:50:03,930 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-965fd261-4e45-4576-ac57-1d7e8322dfee 2018-08-20 17:50:03,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 17:50:03,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:50:04,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efae7cd5-6b71-417d-9831-fd461b908d7d Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0"}, "tags": [], "enabled": true, "id": "2b9d3fffa3094d5e9a89aa026442b3c0", "parent_id": "default", "domain_id": "default", "name": "shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116"}]} 2018-08-20 17:50:04,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-efae7cd5-6b71-417d-9831-fd461b908d7d 2018-08-20 17:50:04,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200357913971s 2018-08-20 17:50:04,142 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-efae7cd5-6b71-417d-9831-fd461b908d7d 2018-08-20 17:50:04,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 17:50:04,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:50:04,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c67c1633-254d-4b5c-8702-2ccc13a32f3e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0", "previous": null, "next": null}} 2018-08-20 17:50:04,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0 used request id req-c67c1633-254d-4b5c-8702-2ccc13a32f3e 2018-08-20 17:50:04,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.111777067184s 2018-08-20 17:50:04,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=0b1108172d284ccbb970dd9eb7ccff69&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0 used request id req-c67c1633-254d-4b5c-8702-2ccc13a32f3e 2018-08-20 17:50:04,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 17:50:04,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0/users/17a6db0a86e546f18475e8955dadfe0b/roles/0b1108172d284ccbb970dd9eb7ccff69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:50:04,460 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:50:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3042a9e2-9882-4368-ad40-7c3642b939e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:50:04,460 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0/users/17a6db0a86e546f18475e8955dadfe0b/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-3042a9e2-9882-4368-ad40-7c3642b939e3 2018-08-20 17:50:04,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.195887088776s 2018-08-20 17:50:04,460 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0/users/17a6db0a86e546f18475e8955dadfe0b/roles/0b1108172d284ccbb970dd9eb7ccff69 used request id req-3042a9e2-9882-4368-ad40-7c3642b939e3 2018-08-20 17:50:04,461 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116', 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'2b9d3fffa3094d5e9a89aa026442b3c0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ae646155-c3f7-44b6-926c-2a4a740effba', 'username': u'shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 17:50:04,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 17:50:04,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 17:50:04,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 17:50:04,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 17:50:04,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 17:50:04,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 17:50:04,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 17:50:04,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 17:50:04,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 17:50:04,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 17:50:04,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 17:50:04,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 17:50:04,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 17:50:04,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 17:50:04,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 17:50:04,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 17:50:04,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 17:50:04,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 17:50:04,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 17:50:04,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 17:50:04,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 17:50:04,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 17:50:04,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 17:50:04,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 17:50:04,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 17:50:04,467 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'password': 'ae646155-c3f7-44b6-926c-2a4a740effba', 'project_name': 'shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '2b9d3fffa3094d5e9a89aa026442b3c0', 'project_domain_name': 'Default'} 2018-08-20 17:50:04,467 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-20 17:50:04,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:50:04,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa66034-316b-4dad-bc74-bcd462d4fcdc Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 17:50:04,475 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6fa66034-316b-4dad-bc74-bcd462d4fcdc 2018-08-20 17:50:04,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 17:50:04,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T18:50:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b9d3fffa3094d5e9a89aa026442b3c0", "name": "shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116", "id": "17a6db0a86e546f18475e8955dadfe0b"}, "audit_ids": ["lHc25fF0THa8TuMmB0TpJg"], "issued_at": "2018-08-20T17:50:04.000000Z"}} 2018-08-20 17:50:04,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 17:50:04,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"network": {"name": "shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116", "admin_state_up": true}}' 2018-08-20 17:50:05,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-36877351-c632-485e-b88d-1d2d2e308762 Date: Mon, 20 Aug 2018 17:50:05 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T17:50:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2b9d3fffa3094d5e9a89aa026442b3c0","id":"7d27d707-3195-426e-b8b8-e5e75bda3444","name":"shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116"}} 2018-08-20 17:50:05,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-36877351-c632-485e-b88d-1d2d2e308762 2018-08-20 17:50:05,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.683202028275s 2018-08-20 17:50:05,569 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-36877351-c632-485e-b88d-1d2d2e308762 2018-08-20 17:50:05,569 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T17:50:05Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'7d27d707-3195-426e-b8b8-e5e75bda3444', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116', u'admin_state_up': True, u'tenant_id': u'2b9d3fffa3094d5e9a89aa026442b3c0', u'created_at': u'2018-08-20T17:50:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2b9d3fffa3094d5e9a89aa026442b3c0'}) 2018-08-20 17:50:05,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:50:05,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:05,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-5f4e1ab1-6beb-4d33-afdd-cad9c8d9d491 Date: Mon, 20 Aug 2018 17:50:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:47:13Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T17:50:05Z","tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"2b9d3fffa3094d5e9a89aa026442b3c0","id":"7d27d707-3195-426e-b8b8-e5e75bda3444","name":"shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116"}]} 2018-08-20 17:50:05,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5f4e1ab1-6beb-4d33-afdd-cad9c8d9d491 2018-08-20 17:50:05,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.381139039993s 2018-08-20 17:50:05,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5f4e1ab1-6beb-4d33-afdd-cad9c8d9d491 2018-08-20 17:50:05,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 17:50:05,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"subnet": {"name": "shaker-subnet_bce77fc8-c639-48b3-9b2b-df50cbd72116", "enable_dhcp": true, "network_id": "7d27d707-3195-426e-b8b8-e5e75bda3444", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 17:50:06,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c9bc2722-46e0-48b2-84b9-8d340f21fa91 Date: Mon, 20 Aug 2018 17:50:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d27d707-3195-426e-b8b8-e5e75bda3444","tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T17:50:06Z","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":"2b9d3fffa3094d5e9a89aa026442b3c0","id":"978c5bf0-d7bd-477e-b3e0-212938686d41","subnetpool_id":null,"name":"shaker-subnet_bce77fc8-c639-48b3-9b2b-df50cbd72116"}} 2018-08-20 17:50:06,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c9bc2722-46e0-48b2-84b9-8d340f21fa91 2018-08-20 17:50:06,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.849672079086s 2018-08-20 17:50:06,803 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c9bc2722-46e0-48b2-84b9-8d340f21fa91 2018-08-20 17:50:06,803 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T17:50:06Z', 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'978c5bf0-d7bd-477e-b3e0-212938686d41', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_bce77fc8-c639-48b3-9b2b-df50cbd72116', u'enable_dhcp': True, u'network_id': u'7d27d707-3195-426e-b8b8-e5e75bda3444', u'tenant_id': u'2b9d3fffa3094d5e9a89aa026442b3c0', u'created_at': u'2018-08-20T17:50:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2b9d3fffa3094d5e9a89aa026442b3c0'}) 2018-08-20 17:50:06,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 17:50:06,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "shaker-router_bce77fc8-c639-48b3-9b2b-df50cbd72116", "admin_state_up": true}}' 2018-08-20 17:50:08,283 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-e4dd4444-442e-4e42-b4de-61a5d8c34945 Date: Mon, 20 Aug 2018 17:50:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:07Z", "admin_state_up": true, "updated_at": "2018-08-20T17:50:07Z", "revision_number": 2, "routes": [], "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "0dac7cd5-11ce-46ac-ada9-b520bda46fb7", "name": "shaker-router_bce77fc8-c639-48b3-9b2b-df50cbd72116"}} 2018-08-20 17:50:08,283 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e4dd4444-442e-4e42-b4de-61a5d8c34945 2018-08-20 17:50:08,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.47939300537s 2018-08-20 17:50:08,284 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e4dd4444-442e-4e42-b4de-61a5d8c34945 2018-08-20 17:50:08,284 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2b9d3fffa3094d5e9a89aa026442b3c0', u'created_at': u'2018-08-20T17:50:07Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T17:50:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'2b9d3fffa3094d5e9a89aa026442b3c0', u'id': u'0dac7cd5-11ce-46ac-ada9-b520bda46fb7', u'name': u'shaker-router_bce77fc8-c639-48b3-9b2b-df50cbd72116'}) 2018-08-20 17:50:08,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 17:50:08,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0dac7cd5-11ce-46ac-ada9-b520bda46fb7/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"subnet_id": "978c5bf0-d7bd-477e-b3e0-212938686d41"}' 2018-08-20 17:50:10,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-98432c29-85f7-48cb-a5b8-a3805901eb4c Date: Mon, 20 Aug 2018 17:50:10 GMT RESP BODY: {"network_id": "7d27d707-3195-426e-b8b8-e5e75bda3444", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "subnet_id": "978c5bf0-d7bd-477e-b3e0-212938686d41", "subnet_ids": ["978c5bf0-d7bd-477e-b3e0-212938686d41"], "port_id": "b290d3a8-3be7-4604-a313-3ff404a44c3e", "id": "0dac7cd5-11ce-46ac-ada9-b520bda46fb7"} 2018-08-20 17:50:10,940 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0dac7cd5-11ce-46ac-ada9-b520bda46fb7/add_router_interface.json used request id req-98432c29-85f7-48cb-a5b8-a3805901eb4c 2018-08-20 17:50:10,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.65488886833s 2018-08-20 17:50:10,940 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0dac7cd5-11ce-46ac-ada9-b520bda46fb7/add_router_interface.json used request id req-98432c29-85f7-48cb-a5b8-a3805901eb4c returning object 0dac7cd5-11ce-46ac-ada9-b520bda46fb7 2018-08-20 17:50:10,940 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-20 17:50:14,486 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-20 17:50:14,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 17:50:14,492 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 17:50:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 17:50:14,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:50:14,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:14,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0cdce708-0f56-435c-9ca4-c17af4aca631 Date: Mon, 20 Aug 2018 17:50:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:50:14,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0cdce708-0f56-435c-9ca4-c17af4aca631 2018-08-20 17:50:14,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.398694992065s 2018-08-20 17:50:14,893 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0cdce708-0f56-435c-9ca4-c17af4aca631 2018-08-20 17:50:14,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 17:50:14,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116"}' 2018-08-20 17:50:15,268 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cbf16a81-78b9-4700-a4a2-2d49af139ac2 Date: Mon, 20 Aug 2018 17:50:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:50:15Z", "file": "/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/file", "owner": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "size": null, "self": "/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116", "checksum": null, "created_at": "2018-08-20T17:50:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 17:50:15,268 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cbf16a81-78b9-4700-a4a2-2d49af139ac2 2018-08-20 17:50:15,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.367500066757s 2018-08-20 17:50:15,269 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cbf16a81-78b9-4700-a4a2-2d49af139ac2 returning object 93193d13-8dbf-4c14-a8c5-137a84d089ab 2018-08-20 17:50:15,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 17:50:15,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '' 2018-08-20 17:50:25,066 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-764fe2ce-4411-49a0-ae6c-bb678d52fd3e Date: Mon, 20 Aug 2018 17:50:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 17:50:25,066 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/file used request id req-764fe2ce-4411-49a0-ae6c-bb678d52fd3e 2018-08-20 17:50:25,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.79642295837s 2018-08-20 17:50:25,066 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/file used request id req-764fe2ce-4411-49a0-ae6c-bb678d52fd3e 2018-08-20 17:50:25,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:50:25,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:25,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-297e1e8a-a645-4657-b8ee-76d356e9bb96 Date: Mon, 20 Aug 2018 17:50:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:50:25Z", "file": "/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/file", "owner": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "size": 666173440, "self": "/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-20T17:50:15Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:50:25,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-297e1e8a-a645-4657-b8ee-76d356e9bb96 2018-08-20 17:50:25,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.366898775101s 2018-08-20 17:50:25,438 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-297e1e8a-a645-4657-b8ee-76d356e9bb96 2018-08-20 17:50:25,440 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/snap', u'metadata': Munch({})})], 'file': u'/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/file', 'owner': u'2b9d3fffa3094d5e9a89aa026442b3c0', 'id': u'93193d13-8dbf-4c14-a8c5-137a84d089ab', 'size': 666173440, u'self': u'/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b9d3fffa3094d5e9a89aa026442b3c0', 'name': 'shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T17:50:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T17:50:25Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', 'properties': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'created': u'2018-08-20T17:50:15Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-20T17:50:15Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', 'metadata': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-20 17:50:25,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 17:50:25,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_bce77fc8-c639-48b3-9b2b-df50cbd72116", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-20 17:50:25,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-17a6597c-5fd8-4c00-8963-2accc6a6991d x-compute-request-id: req-17a6597c-5fd8-4c00-8963-2accc6a6991d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_bce77fc8-c639-48b3-9b2b-df50cbd72116", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "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": 3, "id": "e15469c3-afc7-4fd4-81f3-0ced8317430f"}} 2018-08-20 17:50:25,771 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-17a6597c-5fd8-4c00-8963-2accc6a6991d 2018-08-20 17:50:25,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.330158948898s 2018-08-20 17:50:25,772 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-17a6597c-5fd8-4c00-8963-2accc6a6991d 2018-08-20 17:50:25,772 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_bce77fc8-c639-48b3-9b2b-df50cbd72116', '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'0639ea8675f44f1bab72e1097507f733', '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': 3, 'id': u'e15469c3-afc7-4fd4-81f3-0ced8317430f', 'swap': 0}) 2018-08-20 17:50:25,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 17:50:25,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f/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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" -d '{"extra_specs": {}}' 2018-08-20 17:50:25,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45fc8d3d-0b8a-45eb-898a-47655f73b465 x-compute-request-id: req-45fc8d3d-0b8a-45eb-898a-47655f73b465 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 17:50:25,795 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f/os-extra_specs used request id req-45fc8d3d-0b8a-45eb-898a-47655f73b465 2018-08-20 17:50:25,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218751430511s 2018-08-20 17:50:25,795 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f/os-extra_specs used request id req-45fc8d3d-0b8a-45eb-898a-47655f73b465 2018-08-20 17:50:25,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 17:50:25,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"keypair": {"name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116"}}' 2018-08-20 17:50:26,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-42971ba3-cb2f-4ec8-8365-c37da0afcda5 x-compute-request-id: req-42971ba3-cb2f-4ec8-8365-c37da0afcda5 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZYf36UWFjPIGVXYNkBSlFPFASRrmp1yQfDxvD+xy+umdKzQlMWlLpSgG2pAmddd+0TSBakfG0I4rItxqqfEw1kGb94jNBzdQobG2QVbm2nL+eNTF3X9IkCjRV/n3lZy/ibwt1Su9BbtEuKDHhoT/ZbSiAZkrUWYTpjr2u3jWla1M3GiPPD05Djo0ZM2d/dsrBJIqeGPToUi2dEHrWUWXipPP36J7WZOolDlRCLFDAbYpDpK5Y0dJDqek8yGPCs/JldTlyWi4mvc7i4OI04mfy+ibNEWj/QUzBIrcC+JFa6v7ssyj03VF8Mcl1HnykwsySEDG8imd+qQjsO2ezd3YB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2WH9+lFhYzyBlV2DZAUpRTxQEka5qdckHw8bw/scvrpnSs0J\nTFpS6UoBtqQJnXXftE0gWpHxtCOKyLcaqnxMNZBm/eIzQc3UKGxtkFW5tpy/njUx\nd1/SJAo0Vf595Wcv4m8LdUrvQW7RLigx4aE/2W0ogGZK1FmE6Y69rt41pWtTNxoj\nzw9OQ46NGTNnf3bKwSSKnhj06FItnRB61lFl4qTz9+ie1mTqJQ5UQixQwG2KQ6Su\nWNHSQ6npPMhjwrPyZXU5clouJr3O4uDiNOJn8vomzRFo/0FMwSK3AviRWur+7LMo\n9N1RfDHJdR58pMLMkhAxvIpnfqkI7Dtns3d2AQIDAQABAoIBAQC+jijeCgKNxBdv\nwKaRwfh4ibNDIh5UpJQ0acEUHgcHpk0vg+a3uKHfgJFZ8he/oPl1ivpminLPTyy0\nX9YPRqBjf+7YdTYrY+urd8jfclY2ntdWLxjqpOOH1i4kh88Cjl6qZl8r9YEf4a2a\ngX+gYwKebRLI42KLHOHm/sqGBKIQGxOsxLoQmVBTy+6ZTbzj4aJkzXRESHcwComL\noMifCzxwtK4Ut8mrw6mXAgs2sf2PVKegqG3KfiiIvgW4SjALOjDTLCid+Ylo1IIP\n0WvRJWevadrJgAJeZGZ+fPAf1kBmTX+7E2AMAL6BBhMYOiZ5UEmznKOkPaz6iUkC\njWOL6Y8xAoGBAPdjVE/HIf9vPOAUIO3qQnrRnG/sCu0MyLHpkuMC7h6yY8FCcvRe\nDBXeqyEPxaTTgtc2Jmf8stXkYHsuk/40eMnnOCgiRlBIrnrTM3JpfCPwsYfGueSx\nWdu2Ia5LxTOeqk4iOdelUgyAief+iTHJJ/ey8AyHDeOe0LIeJgyfzzV1AoGBAODz\nQy4Iy1NqCzItPh4L+cDI/cW+vz6JU8MR2PyzKENw71AxeEH0Iv4/qQ7E6ubLPasQ\n4THDlEMVHLTG+5oVIoLYCv2ZKpLI1fFetY2MzaO+wfFaxeMBDgOp1PJlWU33lP7y\n5Rs3U26T2inCEHzhV0WqXjNCdzYcDhmNRGzmYxDdAoGBAIalg4AgbDqw+rsjeYDE\nngZnC/RGzvOSn7Fl5dK1B5GhmnXXiuXCQmWs2guWoAZEMNSd3m1+tn+AW5rwERCs\n0olh1cjSTt7nkD+9sCS3kR+mo5m46fi1JqlVCiPpjZ244AzCyCS9EFlJpMWmXlnA\nmIZS2CCZaU/YYtJvYlpAqPD5AoGBAIfhCWxuLXt2a8rkX0hBDZzxC7F99gFtbGZB\niqOiCKksN7JmH3Efal/Pzmu4cPf2PortiEnKDO20fAGKzIIXUCBfJcxnz7qYi/rf\nraUSL0lAud/zZ+MmSPPXi2Tb6WTaL2sNB204LzJ1JuvgaJs2dsQDFCG8fUv3CGFQ\n3ss1IxQVAoGASPFURSaLr5TUZdSsmv+Mi7qiOfknUZoWsenW5JyOt+rIU3F1N+4N\nYKHwZSdWnkvkziJYIWjTxnMgDgiPE8DBCn9vQls9A4b1zZr6pJBthspzjsXrNX1m\nnZcML+jedlWTU4j8s1ZADwy2AfrwoDyKbIc7Z8klojHOJis971vIDK4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "17a6db0a86e546f18475e8955dadfe0b", "name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "fingerprint": "d6:fa:e9:b5:6d:5d:84:a6:db:8c:eb:a9:92:55:bc:c3"}} 2018-08-20 17:50:26,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-42971ba3-cb2f-4ec8-8365-c37da0afcda5 2018-08-20 17:50:26,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.390310049057s 2018-08-20 17:50:26,187 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-42971ba3-cb2f-4ec8-8365-c37da0afcda5 2018-08-20 17:50:26,187 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZYf36UWFjPIGVXYNkBSlFPFASRrmp1yQfDxvD+xy+umdKzQlMWlLpSgG2pAmddd+0TSBakfG0I4rItxqqfEw1kGb94jNBzdQobG2QVbm2nL+eNTF3X9IkCjRV/n3lZy/ibwt1Su9BbtEuKDHhoT/ZbSiAZkrUWYTpjr2u3jWla1M3GiPPD05Djo0ZM2d/dsrBJIqeGPToUi2dEHrWUWXipPP36J7WZOolDlRCLFDAbYpDpK5Y0dJDqek8yGPCs/JldTlyWi4mvc7i4OI04mfy+ibNEWj/QUzBIrcC+JFa6v7ssyj03VF8Mcl1HnykwsySEDG8imd+qQjsO2ezd3YB Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2WH9+lFhYzyBlV2DZAUpRTxQEka5qdckHw8bw/scvrpnSs0J\nTFpS6UoBtqQJnXXftE0gWpHxtCOKyLcaqnxMNZBm/eIzQc3UKGxtkFW5tpy/njUx\nd1/SJAo0Vf595Wcv4m8LdUrvQW7RLigx4aE/2W0ogGZK1FmE6Y69rt41pWtTNxoj\nzw9OQ46NGTNnf3bKwSSKnhj06FItnRB61lFl4qTz9+ie1mTqJQ5UQixQwG2KQ6Su\nWNHSQ6npPMhjwrPyZXU5clouJr3O4uDiNOJn8vomzRFo/0FMwSK3AviRWur+7LMo\n9N1RfDHJdR58pMLMkhAxvIpnfqkI7Dtns3d2AQIDAQABAoIBAQC+jijeCgKNxBdv\nwKaRwfh4ibNDIh5UpJQ0acEUHgcHpk0vg+a3uKHfgJFZ8he/oPl1ivpminLPTyy0\nX9YPRqBjf+7YdTYrY+urd8jfclY2ntdWLxjqpOOH1i4kh88Cjl6qZl8r9YEf4a2a\ngX+gYwKebRLI42KLHOHm/sqGBKIQGxOsxLoQmVBTy+6ZTbzj4aJkzXRESHcwComL\noMifCzxwtK4Ut8mrw6mXAgs2sf2PVKegqG3KfiiIvgW4SjALOjDTLCid+Ylo1IIP\n0WvRJWevadrJgAJeZGZ+fPAf1kBmTX+7E2AMAL6BBhMYOiZ5UEmznKOkPaz6iUkC\njWOL6Y8xAoGBAPdjVE/HIf9vPOAUIO3qQnrRnG/sCu0MyLHpkuMC7h6yY8FCcvRe\nDBXeqyEPxaTTgtc2Jmf8stXkYHsuk/40eMnnOCgiRlBIrnrTM3JpfCPwsYfGueSx\nWdu2Ia5LxTOeqk4iOdelUgyAief+iTHJJ/ey8AyHDeOe0LIeJgyfzzV1AoGBAODz\nQy4Iy1NqCzItPh4L+cDI/cW+vz6JU8MR2PyzKENw71AxeEH0Iv4/qQ7E6ubLPasQ\n4THDlEMVHLTG+5oVIoLYCv2ZKpLI1fFetY2MzaO+wfFaxeMBDgOp1PJlWU33lP7y\n5Rs3U26T2inCEHzhV0WqXjNCdzYcDhmNRGzmYxDdAoGBAIalg4AgbDqw+rsjeYDE\nngZnC/RGzvOSn7Fl5dK1B5GhmnXXiuXCQmWs2guWoAZEMNSd3m1+tn+AW5rwERCs\n0olh1cjSTt7nkD+9sCS3kR+mo5m46fi1JqlVCiPpjZ244AzCyCS9EFlJpMWmXlnA\nmIZS2CCZaU/YYtJvYlpAqPD5AoGBAIfhCWxuLXt2a8rkX0hBDZzxC7F99gFtbGZB\niqOiCKksN7JmH3Efal/Pzmu4cPf2PortiEnKDO20fAGKzIIXUCBfJcxnz7qYi/rf\nraUSL0lAud/zZ+MmSPPXi2Tb6WTaL2sNB204LzJ1JuvgaJs2dsQDFCG8fUv3CGFQ\n3ss1IxQVAoGASPFURSaLr5TUZdSsmv+Mi7qiOfknUZoWsenW5JyOt+rIU3F1N+4N\nYKHwZSdWnkvkziJYIWjTxnMgDgiPE8DBCn9vQls9A4b1zZr6pJBthspzjsXrNX1m\nnZcML+jedlWTU4j8s1ZADwy2AfrwoDyKbIc7Z8klojHOJis971vIDK4=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'17a6db0a86e546f18475e8955dadfe0b', 'name': u'shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'created_at': '2018-08-20T17:50:26.187827', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b9d3fffa3094d5e9a89aa026442b3c0', 'name': 'shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd6:fa:e9:b5:6d:5d:84:a6:db:8c:eb:a9:92:55:bc:c3', 'type': 'ssh', 'id': u'shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116'}) 2018-08-20 17:50:26,188 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA2WH9+lFhYzyBlV2DZAUpRTxQEka5qdckHw8bw/scvrpnSs0J TFpS6UoBtqQJnXXftE0gWpHxtCOKyLcaqnxMNZBm/eIzQc3UKGxtkFW5tpy/njUx d1/SJAo0Vf595Wcv4m8LdUrvQW7RLigx4aE/2W0ogGZK1FmE6Y69rt41pWtTNxoj zw9OQ46NGTNnf3bKwSSKnhj06FItnRB61lFl4qTz9+ie1mTqJQ5UQixQwG2KQ6Su WNHSQ6npPMhjwrPyZXU5clouJr3O4uDiNOJn8vomzRFo/0FMwSK3AviRWur+7LMo 9N1RfDHJdR58pMLMkhAxvIpnfqkI7Dtns3d2AQIDAQABAoIBAQC+jijeCgKNxBdv wKaRwfh4ibNDIh5UpJQ0acEUHgcHpk0vg+a3uKHfgJFZ8he/oPl1ivpminLPTyy0 X9YPRqBjf+7YdTYrY+urd8jfclY2ntdWLxjqpOOH1i4kh88Cjl6qZl8r9YEf4a2a gX+gYwKebRLI42KLHOHm/sqGBKIQGxOsxLoQmVBTy+6ZTbzj4aJkzXRESHcwComL oMifCzxwtK4Ut8mrw6mXAgs2sf2PVKegqG3KfiiIvgW4SjALOjDTLCid+Ylo1IIP 0WvRJWevadrJgAJeZGZ+fPAf1kBmTX+7E2AMAL6BBhMYOiZ5UEmznKOkPaz6iUkC jWOL6Y8xAoGBAPdjVE/HIf9vPOAUIO3qQnrRnG/sCu0MyLHpkuMC7h6yY8FCcvRe DBXeqyEPxaTTgtc2Jmf8stXkYHsuk/40eMnnOCgiRlBIrnrTM3JpfCPwsYfGueSx Wdu2Ia5LxTOeqk4iOdelUgyAief+iTHJJ/ey8AyHDeOe0LIeJgyfzzV1AoGBAODz Qy4Iy1NqCzItPh4L+cDI/cW+vz6JU8MR2PyzKENw71AxeEH0Iv4/qQ7E6ubLPasQ 4THDlEMVHLTG+5oVIoLYCv2ZKpLI1fFetY2MzaO+wfFaxeMBDgOp1PJlWU33lP7y 5Rs3U26T2inCEHzhV0WqXjNCdzYcDhmNRGzmYxDdAoGBAIalg4AgbDqw+rsjeYDE ngZnC/RGzvOSn7Fl5dK1B5GhmnXXiuXCQmWs2guWoAZEMNSd3m1+tn+AW5rwERCs 0olh1cjSTt7nkD+9sCS3kR+mo5m46fi1JqlVCiPpjZ244AzCyCS9EFlJpMWmXlnA mIZS2CCZaU/YYtJvYlpAqPD5AoGBAIfhCWxuLXt2a8rkX0hBDZzxC7F99gFtbGZB iqOiCKksN7JmH3Efal/Pzmu4cPf2PortiEnKDO20fAGKzIIXUCBfJcxnz7qYi/rf raUSL0lAud/zZ+MmSPPXi2Tb6WTaL2sNB204LzJ1JuvgaJs2dsQDFCG8fUv3CGFQ 3ss1IxQVAoGASPFURSaLr5TUZdSsmv+Mi7qiOfknUZoWsenW5JyOt+rIU3F1N+4N YKHwZSdWnkvkziJYIWjTxnMgDgiPE8DBCn9vQls9A4b1zZr6pJBthspzjsXrNX1m nZcML+jedlWTU4j8s1ZADwy2AfrwoDyKbIc7Z8klojHOJis971vIDK4= -----END RSA PRIVATE KEY----- 2018-08-20 17:50:26,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 17:50:26,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"security_group": {"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-20 17:50:27,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-0c7396d6-97b3-4896-b3fb-f9d9fdc6747f Date: Mon, 20 Aug 2018 17:50:27 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:26Z", "updated_at": "2018-08-20T17:50:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:26Z", "revision_number": 0, "id": "58a1dcb7-610a-4b82-8cfa-a5a349fe01ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:26Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:26Z", "revision_number": 0, "id": "cbd193ac-d94a-4d2c-8094-1494aa4af8fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:26Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}} 2018-08-20 17:50:27,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0c7396d6-97b3-4896-b3fb-f9d9fdc6747f 2018-08-20 17:50:27,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.817703962326s 2018-08-20 17:50:27,009 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0c7396d6-97b3-4896-b3fb-f9d9fdc6747f 2018-08-20 17:50:27,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 17:50:27,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:27,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-63cc3cdc-585d-4e0d-9f48-58dfed656ca2 Date: Mon, 20 Aug 2018 17:50:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:26Z", "updated_at": "2018-08-20T17:50:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:26Z", "revision_number": 0, "id": "58a1dcb7-610a-4b82-8cfa-a5a349fe01ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:26Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:26Z", "revision_number": 0, "id": "cbd193ac-d94a-4d2c-8094-1494aa4af8fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:26Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}]} 2018-08-20 17:50:27,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-63cc3cdc-585d-4e0d-9f48-58dfed656ca2 2018-08-20 17:50:27,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.119255065918s 2018-08-20 17:50:27,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-63cc3cdc-585d-4e0d-9f48-58dfed656ca2 2018-08-20 17:50:27,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 17:50:27,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -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": "56e71c15-11c1-4132-a8cf-8d695f7d311c"}}' 2018-08-20 17:50:27,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-51d72556-7b90-4b1c-b44d-b335a98b167e Date: Mon, 20 Aug 2018 17:50:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T17:50:27Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "port_range_min": 22, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:27Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "c11e7d5e-701b-4020-8cc4-ecc6c4c108c8"}} 2018-08-20 17:50:27,567 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-51d72556-7b90-4b1c-b44d-b335a98b167e 2018-08-20 17:50:27,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.430444002151s 2018-08-20 17:50:27,567 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-51d72556-7b90-4b1c-b44d-b335a98b167e 2018-08-20 17:50:27,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 17:50:27,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:27,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-d79cef8d-d226-4582-8df1-082ed53fdcf4 Date: Mon, 20 Aug 2018 17:50:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:26Z", "updated_at": "2018-08-20T17:50:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:26Z", "revision_number": 0, "id": "58a1dcb7-610a-4b82-8cfa-a5a349fe01ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:26Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T17:50:27Z", "revision_number": 0, "id": "c11e7d5e-701b-4020-8cc4-ecc6c4c108c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:27Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:26Z", "revision_number": 0, "id": "cbd193ac-d94a-4d2c-8094-1494aa4af8fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:26Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 2, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}]} 2018-08-20 17:50:27,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d79cef8d-d226-4582-8df1-082ed53fdcf4 2018-08-20 17:50:27,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0559689998627s 2018-08-20 17:50:27,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d79cef8d-d226-4582-8df1-082ed53fdcf4 2018-08-20 17:50:27,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 17:50:27,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -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": "56e71c15-11c1-4132-a8cf-8d695f7d311c"}}' 2018-08-20 17:50:28,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0285c32a-ec3d-410c-b3a3-92563682c10b Date: Mon, 20 Aug 2018 17:50:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:50:28Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "port_range_min": null, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:28Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "c2bc3d5b-7ea9-476d-bf9c-760822536258"}} 2018-08-20 17:50:28,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-0285c32a-ec3d-410c-b3a3-92563682c10b 2018-08-20 17:50:28,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.460813999176s 2018-08-20 17:50:28,092 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-0285c32a-ec3d-410c-b3a3-92563682c10b 2018-08-20 17:50:28,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 17:50:28,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:28,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-b995e3a6-2fc9-4c3c-97ec-bec96688f52c Date: Mon, 20 Aug 2018 17:50:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:26Z", "updated_at": "2018-08-20T17:50:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:26Z", "revision_number": 0, "id": "58a1dcb7-610a-4b82-8cfa-a5a349fe01ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:26Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T17:50:27Z", "revision_number": 0, "id": "c11e7d5e-701b-4020-8cc4-ecc6c4c108c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:27Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:28Z", "revision_number": 0, "id": "c2bc3d5b-7ea9-476d-bf9c-760822536258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:28Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:26Z", "revision_number": 0, "id": "cbd193ac-d94a-4d2c-8094-1494aa4af8fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:26Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 3, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}]} 2018-08-20 17:50:28,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-b995e3a6-2fc9-4c3c-97ec-bec96688f52c 2018-08-20 17:50:28,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0531668663025s 2018-08-20 17:50:28,149 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-b995e3a6-2fc9-4c3c-97ec-bec96688f52c 2018-08-20 17:50:28,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 17:50:28,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 9000, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 9000, "ethertype": "IPv4", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c"}}' 2018-08-20 17:50:28,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-bd51bfd1-657a-425f-9827-129748c7c85a Date: Mon, 20 Aug 2018 17:50:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 9000, "updated_at": "2018-08-20T17:50:28Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "port_range_min": 9000, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:28Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "286f2d00-7320-4106-826f-424dd1d152d4"}} 2018-08-20 17:50:28,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-bd51bfd1-657a-425f-9827-129748c7c85a 2018-08-20 17:50:28,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.425097942352s 2018-08-20 17:50:28,578 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-bd51bfd1-657a-425f-9827-129748c7c85a 2018-08-20 17:50:28,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:50:28,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:28,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-bc93ed42-8475-49cb-8fc1-4980f2513b44 Date: Mon, 20 Aug 2018 17:50:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:47:13Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["978c5bf0-d7bd-477e-b3e0-212938686d41"],"updated_at":"2018-08-20T17:50:06Z","tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2b9d3fffa3094d5e9a89aa026442b3c0","id":"7d27d707-3195-426e-b8b8-e5e75bda3444","name":"shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116"}]} 2018-08-20 17:50:28,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bc93ed42-8475-49cb-8fc1-4980f2513b44 2018-08-20 17:50:28,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360761165619s 2018-08-20 17:50:28,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bc93ed42-8475-49cb-8fc1-4980f2513b44 2018-08-20 17:50:28,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 17:50:28,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:29,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-1977a4c3-8fb2-478b-af7c-c788fd97f2d0 Date: Mon, 20 Aug 2018 17:50:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:50:25Z", "file": "/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/file", "owner": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "size": 666173440, "self": "/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-20T17:50:15Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 17:50:29,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1977a4c3-8fb2-478b-af7c-c788fd97f2d0 2018-08-20 17:50:29,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286878108978s 2018-08-20 17:50:29,232 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1977a4c3-8fb2-478b-af7c-c788fd97f2d0 2018-08-20 17:50:29,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 17:50:29,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:29,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-44c3764b-0a2e-4dcb-a98f-92c0a1ac49ef x-compute-request-id: req-44c3764b-0a2e-4dcb-a98f-92c0a1ac49ef Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_bce77fc8-c639-48b3-9b2b-df50cbd72116", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "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": 3, "id": "e15469c3-afc7-4fd4-81f3-0ced8317430f"}]} 2018-08-20 17:50:29,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-44c3764b-0a2e-4dcb-a98f-92c0a1ac49ef 2018-08-20 17:50:29,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0294718742371s 2018-08-20 17:50:29,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-44c3764b-0a2e-4dcb-a98f-92c0a1ac49ef 2018-08-20 17:50:29,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 17:50:29,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"server": {"name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "imageRef": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "flavorRef": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7d27d707-3195-426e-b8b8-e5e75bda3444"}], "security_groups": [{"name": "56e71c15-11c1-4132-a8cf-8d695f7d311c"}]}}' 2018-08-20 17:50:34,262 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 17:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4f02f7b-2cf9-43bb-a877-f1241240c641 x-compute-request-id: req-a4f02f7b-2cf9-43bb-a877-f1241240c641 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "56e71c15-11c1-4132-a8cf-8d695f7d311c"}], "OS-DCF:diskConfig": "MANUAL", "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "adminPass": "a9P7Cr6smdRQ"}} 2018-08-20 17:50:34,262 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a4f02f7b-2cf9-43bb-a877-f1241240c641 2018-08-20 17:50:34,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.99692487717s 2018-08-20 17:50:34,263 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a4f02f7b-2cf9-43bb-a877-f1241240c641 2018-08-20 17:50:34,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:50:34,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:34,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-176a6100-71d5-4a93-a3e8-4116ea86120f x-compute-request-id: req-176a6100-71d5-4a93-a3e8-4116ea86120f 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.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:50:34,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-176a6100-71d5-4a93-a3e8-4116ea86120f 2018-08-20 17:50:34,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.400311946869s 2018-08-20 17:50:34,664 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-176a6100-71d5-4a93-a3e8-4116ea86120f 2018-08-20 17:50:34,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:50:34,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:35,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-65870111-af14-437a-b60a-e1808bc18592 Date: Mon, 20 Aug 2018 17:50:35 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":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:47:13Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["978c5bf0-d7bd-477e-b3e0-212938686d41"],"updated_at":"2018-08-20T17:50:06Z","tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2b9d3fffa3094d5e9a89aa026442b3c0","id":"7d27d707-3195-426e-b8b8-e5e75bda3444","name":"shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116"}]} 2018-08-20 17:50:35,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-65870111-af14-437a-b60a-e1808bc18592 2018-08-20 17:50:35,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.389140844345s 2018-08-20 17:50:35,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-65870111-af14-437a-b60a-e1808bc18592 2018-08-20 17:50:35,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 17:50:35,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:35,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-d477569a-31ca-4436-b12a-17b314e896ae Date: Mon, 20 Aug 2018 17:50:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d27d707-3195-426e-b8b8-e5e75bda3444","tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T17:50:06Z","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":"2b9d3fffa3094d5e9a89aa026442b3c0","id":"978c5bf0-d7bd-477e-b3e0-212938686d41","subnetpool_id":null,"name":"shaker-subnet_bce77fc8-c639-48b3-9b2b-df50cbd72116"}]} 2018-08-20 17:50:35,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d477569a-31ca-4436-b12a-17b314e896ae 2018-08-20 17:50:35,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.261825084686s 2018-08-20 17:50:35,323 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d477569a-31ca-4436-b12a-17b314e896ae 2018-08-20 17:50:35,324 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:50:37,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:50:37,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:38,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-e1c76247-0c2a-4a60-ae38-952e7943a5fc x-compute-request-id: req-e1c76247-0c2a-4a60-ae38-952e7943a5fc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:50:38,191 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e1c76247-0c2a-4a60-ae38-952e7943a5fc 2018-08-20 17:50:38,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.863440036774s 2018-08-20 17:50:38,191 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e1c76247-0c2a-4a60-ae38-952e7943a5fc 2018-08-20 17:50:38,195 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:50:40,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:50:40,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:41,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-019906aa-59de-4be0-bd0e-94c2606bcb7a x-compute-request-id: req-019906aa-59de-4be0-bd0e-94c2606bcb7a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:50:41,318 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-019906aa-59de-4be0-bd0e-94c2606bcb7a 2018-08-20 17:50:41,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11980485916s 2018-08-20 17:50:41,318 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-019906aa-59de-4be0-bd0e-94c2606bcb7a 2018-08-20 17:50:41,322 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:50:43,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:50:43,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:44,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-45536efc-1c99-4d77-964b-af75477bc05f x-compute-request-id: req-45536efc-1c99-4d77-964b-af75477bc05f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:50:44,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-45536efc-1c99-4d77-964b-af75477bc05f 2018-08-20 17:50:44,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72381401062s 2018-08-20 17:50:44,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-45536efc-1c99-4d77-964b-af75477bc05f 2018-08-20 17:50:44,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:50:46,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:50:46,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:47,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-88f1d57d-194c-4d20-9726-38446ab69e7d x-compute-request-id: req-88f1d57d-194c-4d20-9726-38446ab69e7d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:50:47,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-88f1d57d-194c-4d20-9726-38446ab69e7d 2018-08-20 17:50:47,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18063807487s 2018-08-20 17:50:47,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-88f1d57d-194c-4d20-9726-38446ab69e7d 2018-08-20 17:50:47,242 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:50:49,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:50:49,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:49,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-24a46a6e-8950-4d1c-849c-ec161d77e906 x-compute-request-id: req-24a46a6e-8950-4d1c-849c-ec161d77e906 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:50:49,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-24a46a6e-8950-4d1c-849c-ec161d77e906 2018-08-20 17:50:49,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622970104218s 2018-08-20 17:50:49,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-24a46a6e-8950-4d1c-849c-ec161d77e906 2018-08-20 17:50:49,872 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:50:51,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:50:51,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:52,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-d4e375f6-c2a0-488e-8caf-83b881832f91 x-compute-request-id: req-d4e375f6-c2a0-488e-8caf-83b881832f91 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:50:52,706 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4e375f6-c2a0-488e-8caf-83b881832f91 2018-08-20 17:50:52,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.83127784729s 2018-08-20 17:50:52,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4e375f6-c2a0-488e-8caf-83b881832f91 2018-08-20 17:50:52,711 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:50:54,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:50:54,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:55,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50: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-24526a01-0b69-421a-8d9e-63d222e1b083 x-compute-request-id: req-24526a01-0b69-421a-8d9e-63d222e1b083 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:50:55,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-24526a01-0b69-421a-8d9e-63d222e1b083 2018-08-20 17:50:55,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.999887943268s 2018-08-20 17:50:55,714 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-24526a01-0b69-421a-8d9e-63d222e1b083 2018-08-20 17:50:55,718 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:50:57,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:50:57,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:50:59,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:50:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eaacfda7-1527-487f-bf17-a5a66d8059bc x-compute-request-id: req-eaacfda7-1527-487f-bf17-a5a66d8059bc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:50:59,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eaacfda7-1527-487f-bf17-a5a66d8059bc 2018-08-20 17:50:59,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35103106499s 2018-08-20 17:50:59,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eaacfda7-1527-487f-bf17-a5a66d8059bc 2018-08-20 17:50:59,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:01,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:01,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:02,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-12f86d8c-3c71-4d82-b32b-596a92c5583a x-compute-request-id: req-12f86d8c-3c71-4d82-b32b-596a92c5583a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:02,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-12f86d8c-3c71-4d82-b32b-596a92c5583a 2018-08-20 17:51:02,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1746571064s 2018-08-20 17:51:02,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-12f86d8c-3c71-4d82-b32b-596a92c5583a 2018-08-20 17:51:02,258 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:04,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:04,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:04,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-3050f758-715a-4ee5-b1d8-8d9fd7614986 x-compute-request-id: req-3050f758-715a-4ee5-b1d8-8d9fd7614986 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:04,982 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3050f758-715a-4ee5-b1d8-8d9fd7614986 2018-08-20 17:51:04,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721036911011s 2018-08-20 17:51:04,982 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3050f758-715a-4ee5-b1d8-8d9fd7614986 2018-08-20 17:51:04,986 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:06,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:06,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:07,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-61060fb5-aadd-43a6-9efc-e70ea0f436c3 x-compute-request-id: req-61060fb5-aadd-43a6-9efc-e70ea0f436c3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:07,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-61060fb5-aadd-43a6-9efc-e70ea0f436c3 2018-08-20 17:51:07,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.914040088654s 2018-08-20 17:51:07,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-61060fb5-aadd-43a6-9efc-e70ea0f436c3 2018-08-20 17:51:07,907 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:09,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:09,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:10,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcbbcffb-0e4a-44d9-b934-ea83ee1db2af x-compute-request-id: req-bcbbcffb-0e4a-44d9-b934-ea83ee1db2af Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:10,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bcbbcffb-0e4a-44d9-b934-ea83ee1db2af 2018-08-20 17:51:10,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.784717082977s 2018-08-20 17:51:10,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bcbbcffb-0e4a-44d9-b934-ea83ee1db2af 2018-08-20 17:51:10,698 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:12,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:12,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:13,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81506bd4-f53b-4fdd-a0c9-8e3c06fdc5b0 x-compute-request-id: req-81506bd4-f53b-4fdd-a0c9-8e3c06fdc5b0 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:13,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-81506bd4-f53b-4fdd-a0c9-8e3c06fdc5b0 2018-08-20 17:51:13,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.942746162415s 2018-08-20 17:51:13,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-81506bd4-f53b-4fdd-a0c9-8e3c06fdc5b0 2018-08-20 17:51:13,648 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:15,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:15,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:16,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-d8e64454-1cb1-4e3d-aeb1-0424c12ab713 x-compute-request-id: req-d8e64454-1cb1-4e3d-aeb1-0424c12ab713 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:16,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d8e64454-1cb1-4e3d-aeb1-0424c12ab713 2018-08-20 17:51:16,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.69851398468s 2018-08-20 17:51:16,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d8e64454-1cb1-4e3d-aeb1-0424c12ab713 2018-08-20 17:51:16,353 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:18,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:18,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:19,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-299fa20e-b666-4e59-92f4-0cfd29b58cb0 x-compute-request-id: req-299fa20e-b666-4e59-92f4-0cfd29b58cb0 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:19,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-299fa20e-b666-4e59-92f4-0cfd29b58cb0 2018-08-20 17:51:19,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721272945404s 2018-08-20 17:51:19,078 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-299fa20e-b666-4e59-92f4-0cfd29b58cb0 2018-08-20 17:51:19,082 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:21,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:21,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:21,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-422f7930-064c-4c71-a348-01d3c984cb29 x-compute-request-id: req-422f7930-064c-4c71-a348-01d3c984cb29 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:21,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-422f7930-064c-4c71-a348-01d3c984cb29 2018-08-20 17:51:21,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.458801984787s 2018-08-20 17:51:21,544 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-422f7930-064c-4c71-a348-01d3c984cb29 2018-08-20 17:51:21,548 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:23,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:23,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:24,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-85a83faf-a822-4aee-8a46-51481ad46e90 x-compute-request-id: req-85a83faf-a822-4aee-8a46-51481ad46e90 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:24,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-85a83faf-a822-4aee-8a46-51481ad46e90 2018-08-20 17:51:24,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717713832855s 2018-08-20 17:51:24,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-85a83faf-a822-4aee-8a46-51481ad46e90 2018-08-20 17:51:24,272 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:26,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:26,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:26,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-df717409-153a-4d04-8f37-e188a18bef8c x-compute-request-id: req-df717409-153a-4d04-8f37-e188a18bef8c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:26,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df717409-153a-4d04-8f37-e188a18bef8c 2018-08-20 17:51:26,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713543176651s 2018-08-20 17:51:26,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df717409-153a-4d04-8f37-e188a18bef8c 2018-08-20 17:51:26,992 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:28,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:28,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:29,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-92bd3c12-7596-488c-8813-b03416476d07 x-compute-request-id: req-92bd3c12-7596-488c-8813-b03416476d07 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:29,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-92bd3c12-7596-488c-8813-b03416476d07 2018-08-20 17:51:29,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.619307994843s 2018-08-20 17:51:29,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-92bd3c12-7596-488c-8813-b03416476d07 2018-08-20 17:51:29,618 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:31,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:31,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:32,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b05d35b-75de-439c-8d9d-a0a987e9fcf4 x-compute-request-id: req-0b05d35b-75de-439c-8d9d-a0a987e9fcf4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:32,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b05d35b-75de-439c-8d9d-a0a987e9fcf4 2018-08-20 17:51:32,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00947594643s 2018-08-20 17:51:32,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b05d35b-75de-439c-8d9d-a0a987e9fcf4 2018-08-20 17:51:32,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:34,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:34,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:35,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-fa2ab783-f2a1-4608-8de8-84a3f5cc3d30 x-compute-request-id: req-fa2ab783-f2a1-4608-8de8-84a3f5cc3d30 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:35,297 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa2ab783-f2a1-4608-8de8-84a3f5cc3d30 2018-08-20 17:51:35,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659368038177s 2018-08-20 17:51:35,297 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa2ab783-f2a1-4608-8de8-84a3f5cc3d30 2018-08-20 17:51:35,300 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:37,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:37,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:38,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-460cd7a1-d4e0-434f-b3f5-b7ed689b027f x-compute-request-id: req-460cd7a1-d4e0-434f-b3f5-b7ed689b027f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:38,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-460cd7a1-d4e0-434f-b3f5-b7ed689b027f 2018-08-20 17:51:38,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.709281921387s 2018-08-20 17:51:38,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-460cd7a1-d4e0-434f-b3f5-b7ed689b027f 2018-08-20 17:51:38,016 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:40,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:40,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:40,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-65ec4b50-ce97-4404-83a3-ae33cd39f3f0 x-compute-request-id: req-65ec4b50-ce97-4404-83a3-ae33cd39f3f0 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:41,000 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-65ec4b50-ce97-4404-83a3-ae33cd39f3f0 2018-08-20 17:51:41,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.980009794235s 2018-08-20 17:51:41,000 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-65ec4b50-ce97-4404-83a3-ae33cd39f3f0 2018-08-20 17:51:41,004 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:43,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:43,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:44,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-5669fcdf-ec1f-4514-960c-faf0074b1218 x-compute-request-id: req-5669fcdf-ec1f-4514-960c-faf0074b1218 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:44,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5669fcdf-ec1f-4514-960c-faf0074b1218 2018-08-20 17:51:44,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07648301125s 2018-08-20 17:51:44,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5669fcdf-ec1f-4514-960c-faf0074b1218 2018-08-20 17:51:44,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:46,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:46,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:46,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-90b8b799-e849-49c3-ba06-940f587d15ea x-compute-request-id: req-90b8b799-e849-49c3-ba06-940f587d15ea Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:46,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-90b8b799-e849-49c3-ba06-940f587d15ea 2018-08-20 17:51:46,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.77535200119s 2018-08-20 17:51:46,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-90b8b799-e849-49c3-ba06-940f587d15ea 2018-08-20 17:51:46,866 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:48,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:48,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:49,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-bb66f407-0c10-4298-8570-0725c602d5bf x-compute-request-id: req-bb66f407-0c10-4298-8570-0725c602d5bf Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:49,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bb66f407-0c10-4298-8570-0725c602d5bf 2018-08-20 17:51:49,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669317960739s 2018-08-20 17:51:49,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bb66f407-0c10-4298-8570-0725c602d5bf 2018-08-20 17:51:49,543 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:51,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:51,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:52,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-f523885b-e650-4ec7-93bd-d1e38c8b6398 x-compute-request-id: req-f523885b-e650-4ec7-93bd-d1e38c8b6398 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:52,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f523885b-e650-4ec7-93bd-d1e38c8b6398 2018-08-20 17:51:52,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720448970795s 2018-08-20 17:51:52,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f523885b-e650-4ec7-93bd-d1e38c8b6398 2018-08-20 17:51:52,269 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:54,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:54,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:55,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-c5754308-a128-4432-9e36-e4b5cfc4e233 x-compute-request-id: req-c5754308-a128-4432-9e36-e4b5cfc4e233 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:55,039 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c5754308-a128-4432-9e36-e4b5cfc4e233 2018-08-20 17:51:55,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.767135858536s 2018-08-20 17:51:55,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c5754308-a128-4432-9e36-e4b5cfc4e233 2018-08-20 17:51:55,044 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:57,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:57,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:51:57,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c685ee7b-b938-490a-aac8-3ca0ddd58629 x-compute-request-id: req-c685ee7b-b938-490a-aac8-3ca0ddd58629 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:51:57,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c685ee7b-b938-490a-aac8-3ca0ddd58629 2018-08-20 17:51:57,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.747539043427s 2018-08-20 17:51:57,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c685ee7b-b938-490a-aac8-3ca0ddd58629 2018-08-20 17:51:57,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:51:59,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:51:59,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:00,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:51: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-86548228-4b89-4279-83e4-815599c93673 x-compute-request-id: req-86548228-4b89-4279-83e4-815599c93673 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:00,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-86548228-4b89-4279-83e4-815599c93673 2018-08-20 17:52:00,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.827660083771s 2018-08-20 17:52:00,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-86548228-4b89-4279-83e4-815599c93673 2018-08-20 17:52:00,631 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:02,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:02,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:03,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-20f93cdd-13da-4247-b406-b7ecdf86930c x-compute-request-id: req-20f93cdd-13da-4247-b406-b7ecdf86930c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:03,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-20f93cdd-13da-4247-b406-b7ecdf86930c 2018-08-20 17:52:03,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456528902054s 2018-08-20 17:52:03,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-20f93cdd-13da-4247-b406-b7ecdf86930c 2018-08-20 17:52:03,095 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:05,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:05,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:05,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-b4e7c70e-6755-4c78-bd8d-f85cef25338b x-compute-request-id: req-b4e7c70e-6755-4c78-bd8d-f85cef25338b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:05,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b4e7c70e-6755-4c78-bd8d-f85cef25338b 2018-08-20 17:52:05,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.820524930954s 2018-08-20 17:52:05,919 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b4e7c70e-6755-4c78-bd8d-f85cef25338b 2018-08-20 17:52:05,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:07,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:07,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:08,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-25903a5d-5ee7-4116-b95c-f4545aaad8ef x-compute-request-id: req-25903a5d-5ee7-4116-b95c-f4545aaad8ef Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:08,884 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-25903a5d-5ee7-4116-b95c-f4545aaad8ef 2018-08-20 17:52:08,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.959017038345s 2018-08-20 17:52:08,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-25903a5d-5ee7-4116-b95c-f4545aaad8ef 2018-08-20 17:52:08,888 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:10,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:10,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:11,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-20efc529-bfbc-4445-b315-8e430588da29 x-compute-request-id: req-20efc529-bfbc-4445-b315-8e430588da29 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:11,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-20efc529-bfbc-4445-b315-8e430588da29 2018-08-20 17:52:11,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.46913599968s 2018-08-20 17:52:11,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-20efc529-bfbc-4445-b315-8e430588da29 2018-08-20 17:52:11,364 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:13,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:13,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:14,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-931fef83-d49c-4022-99c1-5bb874bbc301 x-compute-request-id: req-931fef83-d49c-4022-99c1-5bb874bbc301 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:14,404 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-931fef83-d49c-4022-99c1-5bb874bbc301 2018-08-20 17:52:14,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03883099556s 2018-08-20 17:52:14,405 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-931fef83-d49c-4022-99c1-5bb874bbc301 2018-08-20 17:52:14,408 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:16,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:16,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:17,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-7fbe109f-8d68-401d-9a1e-487a3d63d56d x-compute-request-id: req-7fbe109f-8d68-401d-9a1e-487a3d63d56d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:17,392 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7fbe109f-8d68-401d-9a1e-487a3d63d56d 2018-08-20 17:52:17,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.981288909912s 2018-08-20 17:52:17,393 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7fbe109f-8d68-401d-9a1e-487a3d63d56d 2018-08-20 17:52:17,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:19,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:19,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:20,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-13757edf-38f9-4d7c-a97b-b5da671ba1ba x-compute-request-id: req-13757edf-38f9-4d7c-a97b-b5da671ba1ba Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:20,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-13757edf-38f9-4d7c-a97b-b5da671ba1ba 2018-08-20 17:52:20,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641751050949s 2018-08-20 17:52:20,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-13757edf-38f9-4d7c-a97b-b5da671ba1ba 2018-08-20 17:52:20,046 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:22,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:22,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:22,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-bbf553eb-7295-48c9-9b36-14f2421887ca x-compute-request-id: req-bbf553eb-7295-48c9-9b36-14f2421887ca Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:22,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bbf553eb-7295-48c9-9b36-14f2421887ca 2018-08-20 17:52:22,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712617874146s 2018-08-20 17:52:22,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bbf553eb-7295-48c9-9b36-14f2421887ca 2018-08-20 17:52:22,765 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:24,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:24,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:24,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-01e0ec9e-8904-4755-9535-972583a3bcf5 x-compute-request-id: req-01e0ec9e-8904-4755-9535-972583a3bcf5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:24,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-01e0ec9e-8904-4755-9535-972583a3bcf5 2018-08-20 17:52:24,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200350046158s 2018-08-20 17:52:24,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-01e0ec9e-8904-4755-9535-972583a3bcf5 2018-08-20 17:52:24,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:26,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:26,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:27,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-cc8348d9-3e2a-4d0e-a4da-29f15b5717ca x-compute-request-id: req-cc8348d9-3e2a-4d0e-a4da-29f15b5717ca Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:27,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cc8348d9-3e2a-4d0e-a4da-29f15b5717ca 2018-08-20 17:52:27,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.788862943649s 2018-08-20 17:52:27,765 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cc8348d9-3e2a-4d0e-a4da-29f15b5717ca 2018-08-20 17:52:27,768 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:29,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:29,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:30,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-ff6cdd71-3d64-40b8-ba1a-3a0f013fa21e x-compute-request-id: req-ff6cdd71-3d64-40b8-ba1a-3a0f013fa21e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:30,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ff6cdd71-3d64-40b8-ba1a-3a0f013fa21e 2018-08-20 17:52:30,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599626064301s 2018-08-20 17:52:30,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ff6cdd71-3d64-40b8-ba1a-3a0f013fa21e 2018-08-20 17:52:30,375 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:32,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:32,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:33,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-79ab5aaf-8956-4d38-bd9a-abbdd6fb82fd x-compute-request-id: req-79ab5aaf-8956-4d38-bd9a-abbdd6fb82fd Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:33,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-79ab5aaf-8956-4d38-bd9a-abbdd6fb82fd 2018-08-20 17:52:33,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.991969108582s 2018-08-20 17:52:33,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-79ab5aaf-8956-4d38-bd9a-abbdd6fb82fd 2018-08-20 17:52:33,375 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:35,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:35,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:36,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-d7197084-bc8c-410d-80dd-8d87b8442fbb x-compute-request-id: req-d7197084-bc8c-410d-80dd-8d87b8442fbb Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:36,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d7197084-bc8c-410d-80dd-8d87b8442fbb 2018-08-20 17:52:36,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.852952003479s 2018-08-20 17:52:36,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d7197084-bc8c-410d-80dd-8d87b8442fbb 2018-08-20 17:52:36,235 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:38,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:38,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:38,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-f3e21da0-375d-406b-bf33-0c573ca3725c x-compute-request-id: req-f3e21da0-375d-406b-bf33-0c573ca3725c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:38,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f3e21da0-375d-406b-bf33-0c573ca3725c 2018-08-20 17:52:38,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.722198963165s 2018-08-20 17:52:38,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f3e21da0-375d-406b-bf33-0c573ca3725c 2018-08-20 17:52:38,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:40,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:40,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:41,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-764c088a-612e-4b0a-8dcc-62c23a43ea75 x-compute-request-id: req-764c088a-612e-4b0a-8dcc-62c23a43ea75 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:41,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-764c088a-612e-4b0a-8dcc-62c23a43ea75 2018-08-20 17:52:41,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718491792679s 2018-08-20 17:52:41,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-764c088a-612e-4b0a-8dcc-62c23a43ea75 2018-08-20 17:52:41,688 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:43,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:43,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:44,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-f4075862-4efe-4250-a8e8-0b5b828a4d1a x-compute-request-id: req-f4075862-4efe-4250-a8e8-0b5b828a4d1a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:44,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f4075862-4efe-4250-a8e8-0b5b828a4d1a 2018-08-20 17:52:44,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.482522964478s 2018-08-20 17:52:44,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f4075862-4efe-4250-a8e8-0b5b828a4d1a 2018-08-20 17:52:44,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:46,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:46,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:46,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-cbe3f2cb-37e5-41e4-b568-d582aa503ca7 x-compute-request-id: req-cbe3f2cb-37e5-41e4-b568-d582aa503ca7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:46,557 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cbe3f2cb-37e5-41e4-b568-d582aa503ca7 2018-08-20 17:52:46,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378705024719s 2018-08-20 17:52:46,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cbe3f2cb-37e5-41e4-b568-d582aa503ca7 2018-08-20 17:52:46,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:48,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:48,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:49,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-78d367af-06c7-44d9-93c8-0590052b10d1 x-compute-request-id: req-78d367af-06c7-44d9-93c8-0590052b10d1 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:49,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-78d367af-06c7-44d9-93c8-0590052b10d1 2018-08-20 17:52:49,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.652630090714s 2018-08-20 17:52:49,218 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-78d367af-06c7-44d9-93c8-0590052b10d1 2018-08-20 17:52:49,221 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:51,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:51,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:51,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-abf18dd5-b37a-49d6-9ded-ab674d918620 x-compute-request-id: req-abf18dd5-b37a-49d6-9ded-ab674d918620 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:51,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-abf18dd5-b37a-49d6-9ded-ab674d918620 2018-08-20 17:52:51,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726430892944s 2018-08-20 17:52:51,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-abf18dd5-b37a-49d6-9ded-ab674d918620 2018-08-20 17:52:51,955 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:53,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:53,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:54,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-60a136fc-c83d-41d0-a123-56f8cb284f88 x-compute-request-id: req-60a136fc-c83d-41d0-a123-56f8cb284f88 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:54,707 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-60a136fc-c83d-41d0-a123-56f8cb284f88 2018-08-20 17:52:54,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.749317884445s 2018-08-20 17:52:54,708 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-60a136fc-c83d-41d0-a123-56f8cb284f88 2018-08-20 17:52:54,712 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:56,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:56,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:57,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98a0962f-fcfa-4855-a2bc-115e79b96cad x-compute-request-id: req-98a0962f-fcfa-4855-a2bc-115e79b96cad Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:57,173 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-98a0962f-fcfa-4855-a2bc-115e79b96cad 2018-08-20 17:52:57,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.458844900131s 2018-08-20 17:52:57,174 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-98a0962f-fcfa-4855-a2bc-115e79b96cad 2018-08-20 17:52:57,178 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:52:59,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:52:59,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:52:59,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:52: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-05c186f9-ed2c-4916-a17d-f9040eacab91 x-compute-request-id: req-05c186f9-ed2c-4916-a17d-f9040eacab91 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:52:59,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-05c186f9-ed2c-4916-a17d-f9040eacab91 2018-08-20 17:52:59,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366649866104s 2018-08-20 17:52:59,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-05c186f9-ed2c-4916-a17d-f9040eacab91 2018-08-20 17:52:59,552 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:01,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:01,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:02,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-aba2895b-fca9-49bf-b650-13771a311fb7 x-compute-request-id: req-aba2895b-fca9-49bf-b650-13771a311fb7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:02,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aba2895b-fca9-49bf-b650-13771a311fb7 2018-08-20 17:53:02,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730463027954s 2018-08-20 17:53:02,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aba2895b-fca9-49bf-b650-13771a311fb7 2018-08-20 17:53:02,289 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:04,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:04,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:05,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-0d154931-cdf7-4f15-a2e7-70f16309dedb x-compute-request-id: req-0d154931-cdf7-4f15-a2e7-70f16309dedb Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:05,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0d154931-cdf7-4f15-a2e7-70f16309dedb 2018-08-20 17:53:05,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.725605964661s 2018-08-20 17:53:05,018 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0d154931-cdf7-4f15-a2e7-70f16309dedb 2018-08-20 17:53:05,021 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:07,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:07,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:07,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-4c342140-e5bf-401b-9a2c-306e7c15b3ee x-compute-request-id: req-4c342140-e5bf-401b-9a2c-306e7c15b3ee Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:07,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4c342140-e5bf-401b-9a2c-306e7c15b3ee 2018-08-20 17:53:07,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.46643614769s 2018-08-20 17:53:07,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4c342140-e5bf-401b-9a2c-306e7c15b3ee 2018-08-20 17:53:07,495 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:09,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:09,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:10,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf7180d9-0032-4719-989a-5ca6146b37ce x-compute-request-id: req-cf7180d9-0032-4719-989a-5ca6146b37ce Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:10,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cf7180d9-0032-4719-989a-5ca6146b37ce 2018-08-20 17:53:10,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.743896007538s 2018-08-20 17:53:10,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cf7180d9-0032-4719-989a-5ca6146b37ce 2018-08-20 17:53:10,247 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:12,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:12,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:13,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-748061df-4170-4a22-929d-a809b9a7bb1c x-compute-request-id: req-748061df-4170-4a22-929d-a809b9a7bb1c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:13,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-748061df-4170-4a22-929d-a809b9a7bb1c 2018-08-20 17:53:13,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.929373979568s 2018-08-20 17:53:13,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-748061df-4170-4a22-929d-a809b9a7bb1c 2018-08-20 17:53:13,184 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:15,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:15,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:15,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-eb62706c-1dbc-4388-9a62-660a6e836e83 x-compute-request-id: req-eb62706c-1dbc-4388-9a62-660a6e836e83 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:15,734 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eb62706c-1dbc-4388-9a62-660a6e836e83 2018-08-20 17:53:15,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547950983047s 2018-08-20 17:53:15,735 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eb62706c-1dbc-4388-9a62-660a6e836e83 2018-08-20 17:53:15,739 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:17,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:17,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:18,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec9d35ce-934d-4871-a923-21047bc1fa59 x-compute-request-id: req-ec9d35ce-934d-4871-a923-21047bc1fa59 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:18,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ec9d35ce-934d-4871-a923-21047bc1fa59 2018-08-20 17:53:18,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.7023229599s 2018-08-20 17:53:18,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ec9d35ce-934d-4871-a923-21047bc1fa59 2018-08-20 17:53:18,447 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:20,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:20,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:21,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-b78c458a-3fd9-4c8b-9515-3c4de3c2a91f x-compute-request-id: req-b78c458a-3fd9-4c8b-9515-3c4de3c2a91f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:21,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b78c458a-3fd9-4c8b-9515-3c4de3c2a91f 2018-08-20 17:53:21,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.64022898674s 2018-08-20 17:53:21,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b78c458a-3fd9-4c8b-9515-3c4de3c2a91f 2018-08-20 17:53:21,094 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:23,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:23,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:24,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-e9f62eda-5265-4996-9531-1e919d1506bc x-compute-request-id: req-e9f62eda-5265-4996-9531-1e919d1506bc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:24,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9f62eda-5265-4996-9531-1e919d1506bc 2018-08-20 17:53:24,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04634690285s 2018-08-20 17:53:24,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9f62eda-5265-4996-9531-1e919d1506bc 2018-08-20 17:53:24,148 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:26,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:26,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:26,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-c53a5715-2cb0-472a-b0da-260587b26fab x-compute-request-id: req-c53a5715-2cb0-472a-b0da-260587b26fab Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:26,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c53a5715-2cb0-472a-b0da-260587b26fab 2018-08-20 17:53:26,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.454738140106s 2018-08-20 17:53:26,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c53a5715-2cb0-472a-b0da-260587b26fab 2018-08-20 17:53:26,609 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:28,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:28,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:29,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-5a03e20d-742e-4972-8055-c94405825736 x-compute-request-id: req-5a03e20d-742e-4972-8055-c94405825736 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:29,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5a03e20d-742e-4972-8055-c94405825736 2018-08-20 17:53:29,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.975133895874s 2018-08-20 17:53:29,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5a03e20d-742e-4972-8055-c94405825736 2018-08-20 17:53:29,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:31,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:31,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:32,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-837d305e-a6bf-45b8-96b3-ada71599c8c6 x-compute-request-id: req-837d305e-a6bf-45b8-96b3-ada71599c8c6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:32,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-837d305e-a6bf-45b8-96b3-ada71599c8c6 2018-08-20 17:53:32,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742964982986s 2018-08-20 17:53:32,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-837d305e-a6bf-45b8-96b3-ada71599c8c6 2018-08-20 17:53:32,341 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:34,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:34,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:34,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-0fcfaa20-fad5-4641-a72b-4f92520a4705 x-compute-request-id: req-0fcfaa20-fad5-4641-a72b-4f92520a4705 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:34,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0fcfaa20-fad5-4641-a72b-4f92520a4705 2018-08-20 17:53:34,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639862060547s 2018-08-20 17:53:34,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0fcfaa20-fad5-4641-a72b-4f92520a4705 2018-08-20 17:53:34,987 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:36,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:36,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:37,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-028a73ca-9560-4d07-9536-6d167b63df1a x-compute-request-id: req-028a73ca-9560-4d07-9536-6d167b63df1a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:37,457 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-028a73ca-9560-4d07-9536-6d167b63df1a 2018-08-20 17:53:37,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.466743946075s 2018-08-20 17:53:37,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-028a73ca-9560-4d07-9536-6d167b63df1a 2018-08-20 17:53:37,461 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:39,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:39,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:40,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-52344414-37c3-496f-9725-6c4472493a5d x-compute-request-id: req-52344414-37c3-496f-9725-6c4472493a5d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:40,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-52344414-37c3-496f-9725-6c4472493a5d 2018-08-20 17:53:40,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665796995163s 2018-08-20 17:53:40,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-52344414-37c3-496f-9725-6c4472493a5d 2018-08-20 17:53:40,133 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:42,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:42,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:42,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-370d725e-8ddf-4ca1-a072-1541d711b2d2 x-compute-request-id: req-370d725e-8ddf-4ca1-a072-1541d711b2d2 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:42,328 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-370d725e-8ddf-4ca1-a072-1541d711b2d2 2018-08-20 17:53:42,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192101955414s 2018-08-20 17:53:42,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-370d725e-8ddf-4ca1-a072-1541d711b2d2 2018-08-20 17:53:42,332 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:44,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:44,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:45,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-f8966d7d-202d-4008-a414-29139f7dbacc x-compute-request-id: req-f8966d7d-202d-4008-a414-29139f7dbacc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:45,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f8966d7d-202d-4008-a414-29139f7dbacc 2018-08-20 17:53:45,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.78781580925s 2018-08-20 17:53:45,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f8966d7d-202d-4008-a414-29139f7dbacc 2018-08-20 17:53:45,126 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:47,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:47,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:47,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53ec5ce6-1d4e-4488-9a51-09c218503fa7 x-compute-request-id: req-53ec5ce6-1d4e-4488-9a51-09c218503fa7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T17:50:37Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:47,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-53ec5ce6-1d4e-4488-9a51-09c218503fa7 2018-08-20 17:53:47,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.839757919312s 2018-08-20 17:53:47,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-53ec5ce6-1d4e-4488-9a51-09c218503fa7 2018-08-20 17:53:47,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 17:53:49,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 17:53:49,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:50,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-9a001523-c7a0-43f3-ae60-66e3124a2b6c x-compute-request-id: req-9a001523-c7a0-43f3-ae60-66e3124a2b6c Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:10:fa", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T17:53:49.000000", "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T17:53:49Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 17:53:50,708 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9a001523-c7a0-43f3-ae60-66e3124a2b6c 2018-08-20 17:53:50,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731702804565s 2018-08-20 17:53:50,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9a001523-c7a0-43f3-ae60-66e3124a2b6c 2018-08-20 17:53:50,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 17:53:50,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=1a5695b0-db24-49e6-b824-d6a06f938fce" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:50,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b126303a-bd42-47b0-bf4c-61055febc9c4 Date: Mon, 20 Aug 2018 17:53:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d27d707-3195-426e-b8b8-e5e75bda3444","tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:36Z","admin_state_up":true,"updated_at":"2018-08-20T17:53:49Z","binding:vnic_type":"normal","device_id":"1a5695b0-db24-49e6-b824-d6a06f938fce","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f7:10:fa","id":"f316f305-342b-4838-a4f2-459d8586aee3","port_security_enabled":true,"project_id":"2b9d3fffa3094d5e9a89aa026442b3c0","fixed_ips":[{"subnet_id":"978c5bf0-d7bd-477e-b3e0-212938686d41","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["56e71c15-11c1-4132-a8cf-8d695f7d311c"],"name":""}]} 2018-08-20 17:53:50,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=1a5695b0-db24-49e6-b824-d6a06f938fce used request id req-b126303a-bd42-47b0-bf4c-61055febc9c4 2018-08-20 17:53:50,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0481569766998s 2018-08-20 17:53:50,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=1a5695b0-db24-49e6-b824-d6a06f938fce used request id req-b126303a-bd42-47b0-bf4c-61055febc9c4 2018-08-20 17:53:50,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 17:53:50,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=f316f305-342b-4838-a4f2-459d8586aee3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:50,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9f5406b6-6ed1-425a-927e-83064e0dfb56 Date: Mon, 20 Aug 2018 17:53:50 GMT RESP BODY: {"floatingips": []} 2018-08-20 17:53:50,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=f316f305-342b-4838-a4f2-459d8586aee3 used request id req-9f5406b6-6ed1-425a-927e-83064e0dfb56 2018-08-20 17:53:50,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0437579154968s 2018-08-20 17:53:50,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=f316f305-342b-4838-a4f2-459d8586aee3 used request id req-9f5406b6-6ed1-425a-927e-83064e0dfb56 2018-08-20 17:53:50,810 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f7:10:fa', 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'93193d13-8dbf-4c14-a8c5-137a84d089ab'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T17:53:49.000000', 'flavor': Munch({u'id': u'e15469c3-afc7-4fd4-81f3-0ced8317430f'}), 'az': u'nova', 'id': u'1a5695b0-db24-49e6-b824-d6a06f938fce', 'security_groups': [Munch({u'name': u'shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'17a6db0a86e546f18475e8955dadfe0b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b9d3fffa3094d5e9a89aa026442b3c0', 'name': 'shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-20T17:53:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T17:53:49Z', 'hostId': u'15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T17:53:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2b9d3fffa3094d5e9a89aa026442b3c0', 'name': u'shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'adminPass': u'a9P7Cr6smdRQ', 'tenant_id': u'2b9d3fffa3094d5e9a89aa026442b3c0', 'created_at': u'2018-08-20T17:50:34Z', 'created': u'2018-08-20T17:50:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 17:53:50,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 17:53:50,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:50,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-c7b113ac-ff01-475c-8690-0e9acde1e8b5 Date: Mon, 20 Aug 2018 17:53:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"updated_at":"2018-08-20T16:47:13Z","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","id":"51eccb3f-6587-4786-9b87-639d59173f56","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["978c5bf0-d7bd-477e-b3e0-212938686d41"],"updated_at":"2018-08-20T17:50:06Z","tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2b9d3fffa3094d5e9a89aa026442b3c0","id":"7d27d707-3195-426e-b8b8-e5e75bda3444","name":"shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116"}]} 2018-08-20 17:53:50,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c7b113ac-ff01-475c-8690-0e9acde1e8b5 2018-08-20 17:53:50,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0917150974274s 2018-08-20 17:53:50,904 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c7b113ac-ff01-475c-8690-0e9acde1e8b5 2018-08-20 17:53:50,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 17:53:50,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=1a5695b0-db24-49e6-b824-d6a06f938fce" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:50,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-54fc2d40-dbbe-4fbc-84b7-8e5619d5d8e2 Date: Mon, 20 Aug 2018 17:53:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d27d707-3195-426e-b8b8-e5e75bda3444","tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:36Z","admin_state_up":true,"updated_at":"2018-08-20T17:53:49Z","binding:vnic_type":"normal","device_id":"1a5695b0-db24-49e6-b824-d6a06f938fce","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f7:10:fa","id":"f316f305-342b-4838-a4f2-459d8586aee3","port_security_enabled":true,"project_id":"2b9d3fffa3094d5e9a89aa026442b3c0","fixed_ips":[{"subnet_id":"978c5bf0-d7bd-477e-b3e0-212938686d41","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["56e71c15-11c1-4132-a8cf-8d695f7d311c"],"name":""}]} 2018-08-20 17:53:50,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=1a5695b0-db24-49e6-b824-d6a06f938fce used request id req-54fc2d40-dbbe-4fbc-84b7-8e5619d5d8e2 2018-08-20 17:53:50,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0504128932953s 2018-08-20 17:53:50,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=1a5695b0-db24-49e6-b824-d6a06f938fce used request id req-54fc2d40-dbbe-4fbc-84b7-8e5619d5d8e2 2018-08-20 17:53:50,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 17:53:50,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.6", "port_id": "f316f305-342b-4838-a4f2-459d8586aee3"}}' 2018-08-20 17:53:52,871 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-893681e7-acd3-4938-a673-c972aa77444b Date: Mon, 20 Aug 2018 17:53:52 GMT RESP BODY: {"floatingip": {"router_id": "0dac7cd5-11ce-46ac-ada9-b520bda46fb7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T17:53:51Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "f316f305-342b-4838-a4f2-459d8586aee3", "id": "2e5eafd1-53d2-4104-a08c-30d4c287b0a4", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:53:51Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}} 2018-08-20 17:53:52,871 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-893681e7-acd3-4938-a673-c972aa77444b 2018-08-20 17:53:52,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.91444993019s 2018-08-20 17:53:52,872 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-893681e7-acd3-4938-a673-c972aa77444b 2018-08-20 17:53:52,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 17:53:52,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}05deec1f8426dce61ce9187f9906b34f38b84c19" 2018-08-20 17:53:53,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-8413e40f-9ffc-4724-bada-78a0d2b0db5e Date: Mon, 20 Aug 2018 17:53:53 GMT RESP BODY: {"floatingips": [{"router_id": "0dac7cd5-11ce-46ac-ada9-b520bda46fb7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T17:53:51Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "f316f305-342b-4838-a4f2-459d8586aee3", "id": "2e5eafd1-53d2-4104-a08c-30d4c287b0a4", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:53:51Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}]} 2018-08-20 17:53:53,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-8413e40f-9ffc-4724-bada-78a0d2b0db5e 2018-08-20 17:53:53,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.276747941971s 2018-08-20 17:53:53,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-8413e40f-9ffc-4724-bada-78a0d2b0db5e 2018-08-20 17:53:53,161 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'0dac7cd5-11ce-46ac-ada9-b520bda46fb7', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2b9d3fffa3094d5e9a89aa026442b3c0', 'created_at': u'2018-08-20T17:53:51Z', 'attached': True, 'updated_at': u'2018-08-20T17:53:51Z', 'id': u'2e5eafd1-53d2-4104-a08c-30d4c287b0a4', 'floating_network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2b9d3fffa3094d5e9a89aa026442b3c0', 'name': 'shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'0dac7cd5-11ce-46ac-ada9-b520bda46fb7', 'project_id': u'2b9d3fffa3094d5e9a89aa026442b3c0', 'port_id': u'f316f305-342b-4838-a4f2-459d8586aee3', 'port': u'f316f305-342b-4838-a4f2-459d8586aee3', 'network': u'51eccb3f-6587-4786-9b87-639d59173f56'}) 2018-08-20 17:53:53,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 17:53:53,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 17:53:53,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:53: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-1b74a283-f3c5-49e9-941d-edaa556ce872 x-compute-request-id: req-1b74a283-f3c5-49e9-941d-edaa556ce872 Content-Encoding: gzip Content-Length: 8166 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179527] pid_max: default: 32768 minimum: 301\n[ 0.180765] ACPI: Core revision 20150930\n[ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184275] Security Framework initialized\n[ 0.185402] Yama: becoming mindful.\n[ 0.186407] AppArmor: AppArmor initialized\n[ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194619] Initializing cgroup subsys io\n[ 0.195752] Initializing cgroup subsys memory\n[ 0.196948] Initializing cgroup subsys devices\n[ 0.198149] Initializing cgroup subsys freezer\n[ 0.199342] Initializing cgroup subsys net_cls\n[ 0.200552] Initializing cgroup subsys perf_event\n[ 0.201811] Initializing cgroup subsys net_prio\n[ 0.203021] Initializing cgroup subsys hugetlb\n[ 0.204264] Initializing cgroup subsys pids\n[ 0.205436] CPU: Physical Processor ID: 0\n[ 0.207232] mce: CPU supports 10 MCE banks\n[ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211251] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.214496] Speculative Store Bypass: Vulnerable\n[ 0.233477] Freeing SMP alternatives memory: 32K\n[ 0.239454] ftrace: allocating 32237 entries in 126 pages\n[ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275816] smpboot: Max logical packages: 1\n[ 0.277222] x2apic enabled\n[ 0.278365] Switched APIC routing to physical x2apic.\n[ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287628] KVM setup paravirtual spinlock\n[ 0.289243] x86: Booted up 1 node, 1 CPUs\n[ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292255] devtmpfs: initialized\n[ 0.294237] evm: security.selinux\n[ 0.295233] evm: security.SMACK64\n[ 0.296191] evm: security.SMACK64EXEC\n[ 0.297217] evm: security.SMACK64TRANSMUTE\n[ 0.298317] evm: security.SMACK64MMAP\n[ 0.299333] evm: security.ima\n[ 0.300218] evm: security.capability\n[ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.305406] pinctrl core: initialized pinctrl subsystem\n[ 0.306896] RTC time: 17:53:50, date: 08/20/18\n[ 0.308189] NET: Registered protocol family 16\n[ 0.309506] cpuidle: using governor ladder\n[ 0.310632] cpuidle: using governor menu\n[ 0.311714] PCCT header not found.\n[ 0.312750] ACPI: bus type PCI registered\n[ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315567] PCI: Using configuration type 1 for base access\n[ 0.317795] ACPI: Added _OSI(Module Device)\n[ 0.318943] ACPI: Added _OSI(Processor Device)\n[ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321352] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323567] ACPI: Interpreter enabled\n[ 0.324619] ACPI: (supports S0 S5)\n[ 0.325628] ACPI: Using IOAPIC for interrupt routing\n[ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341791] acpiphp: Slot [3] registered\n[ 0.343012] acpiphp: Slot [4] registered\n[ 0.344131] acpiphp: Slot [5] registered\n[ 0.345279] acpiphp: Slot [6] registered\n[ 0.360652] acpiphp: Slot [7] registered\n[ 0.361764] acpiphp: Slot [8] registered\n[ 0.362865] acpiphp: Slot [9] registered\n[ 0.363959] acpiphp: Slot [10] registered\n[ 0.365074] acpiphp: Slot [11] registered\n[ 0.366228] acpiphp: Slot [12] registered\n[ 0.367358] acpiphp: Slot [13] registered\n[ 0.368483] acpiphp: Slot [14] registered\n[ 0.369594] acpiphp: Slot [15] registered\n[ 0.370702] acpiphp: Slot [16] registered\n[ 0.371816] acpiphp: Slot [17] registered\n[ 0.372951] acpiphp: Slot [18] registered\n[ 0.374156] acpiphp: Slot [19] registered\n[ 0.375282] acpiphp: Slot [20] registered\n[ 0.376448] acpiphp: Slot [21] registered\n[ 0.377571] acpiphp: Slot [22] registered\n[ 0.378707] acpiphp: Slot [23] registered\n[ 0.379831] acpiphp: Slot [24] registered\n[ 0.380962] acpiphp: Slot [25] registered\n[ 0.382087] acpiphp: Slot [26] registered\n[ 0.383213] acpiphp: Slot [27] registered\n[ 0.384327] acpiphp: Slot [28] registered\n[ 0.385435] acpiphp: Slot [29] registered\n[ 0.386583] acpiphp: Slot [30] registered\n[ 0.387699] acpiphp: Slot [31] registered\n[ 0.388810] PCI host bridge to bus 0000:00\n[ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454449] vgaarb: loaded\n[ 0.455287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457065] SCSI subsystem initialized\n[ 0.458374] ACPI: bus type USB registered\n[ 0.459513] usbcore: registered new interface driver usbfs\n[ 0.460926] usbcore: registered new interface driver hub\n[ 0.462302] usbcore: registered new device driver usb\n[ 0.463834] PCI: Using ACPI for IRQ routing\n[ 0.465408] NetLabel: Initializing\n[ 0.466432] NetLabel: domain hash size = 128\n[ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468905] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] amd_nb: Cannot enumerate AMD northbridges\n[ 0.471841] clocksource: Switched to clocksource kvm-clock\n[ 0.481463] AppArmor: AppArmor Filesystem Enabled\n[ 0.482794] pnp: PnP ACPI init\n[ 0.484059] pnp: PnP ACPI: found 5 devices\n[ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493302] NET: Registered protocol family 2\n[ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502853] NET: Registered protocol family 1\n[ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539711] Unpacking initramfs...\n[ 1.026542] Freeing initrd memory: 37084K\n[ 1.028077] Scanning for low memory corruption every 60 seconds\n[ 1.029934] audit: initializing netlink subsys (disabled)\n[ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized\n[ 1.033286] Initialise system trusted keyring\n[ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.038873] zbud: loaded\n[ 1.039962] VFS: Disk quotas dquot_6.6.0\n[ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.044739] fuse init (API version 7.23)\n[ 1.045960] Key type big_key registered\n[ 1.047054] Allocating IMA MOK and blacklist keyrings.\n[ 1.048788] Key type asymmetric registered\n[ 1.049914] Asymmetric key parser 'x509' registered\n[ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.053286] io scheduler noop registered\n[ 1.054373] io scheduler deadline registered (default)\n[ 1.055712] io scheduler cfq registered\n[ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.062024] ACPI: Power Button [PWRF]\n[ 1.063238] GHES: HEST is not enabled!\n[ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.141532] Linux agpgart interface v0.103\n[ 1.144380] loop: module loaded\n[ 1.147683] vda: vda1\n[ 1.149227] scsi host0: ata_piix\n[ 1.150272] scsi host1: ata_piix\n[ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.155133] libphy: Fixed MDIO Bus: probed\n[ 1.156746] tun: Universal TUN/TAP device driver, 1.6\n[ 1.158363] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161424] PPP generic driver version 2.4.2\n[ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164770] ehci-pci: EHCI PCI platform driver\n[ 1.165995] ehci-platform: EHCI generic platform driver\n[ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168964] ohci-pci: OHCI PCI platform driver\n[ 1.170184] ohci-platform: OHCI generic platform driver\n[ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.198267] usb usb1: Product: UHCI Host Controller\n[ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.201185] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202533] hub 1-0:1.0: USB hub found\n[ 1.203623] hub 1-0:1.0: 2 ports detected\n[ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210633] mousedev: PS/2 mouse device common for all mice\n[ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214971] rtc_cmos 00:00: RTC can wake from S4\n[ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219784] i2c /dev entries driver\n[ 1.220851] device-mapper: uevent: version 1.0.3\n[ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.226197] NET: Registered protocol family 10\n[ 1.227634] NET: Registered protocol family 17\n[ 1.228850] Key type dns_resolver registered\n[ 1.230223] registered taskstats version 1\n[ 1.231374] Loading compiled-in X.509 certificates\n[ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235727] zswap: loaded using pool lzo/zbud\n[ 1.238299] Key type trusted registered\n[ 1.241389] Key type encrypted registered\n[ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243941] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245403] evm: HMAC attrs: 0x1\n[ 1.246682] Magic number: 14:657:896\n[ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631)\n[ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251572] EDD information not available.\n[ 1.313633] Freeing unused kernel memory: 1512K\n[ 1.314903] Write protecting the kernel read-only data: 14336k\n[ 1.331992] Freeing unused kernel memory: 1692K\n[ 1.333465] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429844] [drm] Initialized drm 1.1.0 20060810\n[ 1.432576] virtio_net virtio0 ens3: renamed from eth0\n[ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.468573] FDC 0 is a S82078B\n[ 1.477686] AVX2 version of gcm_enc/dec engaged.\n[ 1.478971] AES CTR mode by8 optimization enabled\n[ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.680502] usb 1-1: Product: QEMU USB Tablet\n[ 1.681718] usb 1-1: Manufacturer: QEMU\n[ 1.682814] usb 1-1: SerialNumber: 42\n[ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.698385] usbcore: registered new interface driver usbhid\n[ 1.699933] usbhid: USB HID core driver\n[ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz\n[ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns\nBegin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1\n[ 2.075082] md: multipath personality registered for level -4\n[ 2.078706] md: raid0 personality registered for level 0\n[ 2.082785] md: raid1 personality registered for level 1\n[ 2.155855] raid6: sse2x1 gen() 11259 MB/s\n[ 2.223851] raid6: sse2x1 xor() 8773 MB/s\n[ 2.291844] raid6: sse2x2 gen() 14243 MB/s\n[ 2.359873] raid6: sse2x2 xor() 9892 MB/s\n[ 2.427841] raid6: sse2x4 gen() 17130 MB/s\n[ 2.495839] raid6: sse2x4 xor() 11728 MB/s\n[ 2.563849] raid6: avx2x1 gen() 22535 MB/s\n[ 2.631841] raid6: avx2x2 gen() 26289 MB/s\n"} 2018-08-20 17:53:53,275 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-1b74a283-f3c5-49e9-941d-edaa556ce872 2018-08-20 17:53:53,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.113903045654s 2018-08-20 17:53:53,276 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-1b74a283-f3c5-49e9-941d-edaa556ce872 2018-08-20 17:53:53,276 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179527] pid_max: default: 32768 minimum: 301 [ 0.180765] ACPI: Core revision 20150930 [ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184275] Security Framework initialized [ 0.185402] Yama: becoming mindful. [ 0.186407] AppArmor: AppArmor initialized [ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194619] Initializing cgroup subsys io [ 0.195752] Initializing cgroup subsys memory [ 0.196948] Initializing cgroup subsys devices [ 0.198149] Initializing cgroup subsys freezer [ 0.199342] Initializing cgroup subsys net_cls [ 0.200552] Initializing cgroup subsys perf_event [ 0.201811] Initializing cgroup subsys net_prio [ 0.203021] Initializing cgroup subsys hugetlb [ 0.204264] Initializing cgroup subsys pids [ 0.205436] CPU: Physical Processor ID: 0 [ 0.207232] mce: CPU supports 10 MCE banks [ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.211251] Spectre V2 : Mitigation: Full generic retpoline [ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.214496] Speculative Store Bypass: Vulnerable [ 0.233477] Freeing SMP alternatives memory: 32K [ 0.239454] ftrace: allocating 32237 entries in 126 pages [ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275816] smpboot: Max logical packages: 1 [ 0.277222] x2apic enabled [ 0.278365] Switched APIC routing to physical x2apic. [ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287628] KVM setup paravirtual spinlock [ 0.289243] x86: Booted up 1 node, 1 CPUs [ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292255] devtmpfs: initialized [ 0.294237] evm: security.selinux [ 0.295233] evm: security.SMACK64 [ 0.296191] evm: security.SMACK64EXEC [ 0.297217] evm: security.SMACK64TRANSMUTE [ 0.298317] evm: security.SMACK64MMAP [ 0.299333] evm: security.ima [ 0.300218] evm: security.capability [ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.305406] pinctrl core: initialized pinctrl subsystem [ 0.306896] RTC time: 17:53:50, date: 08/20/18 [ 0.308189] NET: Registered protocol family 16 [ 0.309506] cpuidle: using governor ladder [ 0.310632] cpuidle: using governor menu [ 0.311714] PCCT header not found. [ 0.312750] ACPI: bus type PCI registered [ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315567] PCI: Using configuration type 1 for base access [ 0.317795] ACPI: Added _OSI(Module Device) [ 0.318943] ACPI: Added _OSI(Processor Device) [ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321352] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323567] ACPI: Interpreter enabled [ 0.324619] ACPI: (supports S0 S5) [ 0.325628] ACPI: Using IOAPIC for interrupt routing [ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341791] acpiphp: Slot [3] registered [ 0.343012] acpiphp: Slot [4] registered [ 0.344131] acpiphp: Slot [5] registered [ 0.345279] acpiphp: Slot [6] registered [ 0.360652] acpiphp: Slot [7] registered [ 0.361764] acpiphp: Slot [8] registered [ 0.362865] acpiphp: Slot [9] registered [ 0.363959] acpiphp: Slot [10] registered [ 0.365074] acpiphp: Slot [11] registered [ 0.366228] acpiphp: Slot [12] registered [ 0.367358] acpiphp: Slot [13] registered [ 0.368483] acpiphp: Slot [14] registered [ 0.369594] acpiphp: Slot [15] registered [ 0.370702] acpiphp: Slot [16] registered [ 0.371816] acpiphp: Slot [17] registered [ 0.372951] acpiphp: Slot [18] registered [ 0.374156] acpiphp: Slot [19] registered [ 0.375282] acpiphp: Slot [20] registered [ 0.376448] acpiphp: Slot [21] registered [ 0.377571] acpiphp: Slot [22] registered [ 0.378707] acpiphp: Slot [23] registered [ 0.379831] acpiphp: Slot [24] registered [ 0.380962] acpiphp: Slot [25] registered [ 0.382087] acpiphp: Slot [26] registered [ 0.383213] acpiphp: Slot [27] registered [ 0.384327] acpiphp: Slot [28] registered [ 0.385435] acpiphp: Slot [29] registered [ 0.386583] acpiphp: Slot [30] registered [ 0.387699] acpiphp: Slot [31] registered [ 0.388810] PCI host bridge to bus 0000:00 [ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454449] vgaarb: loaded [ 0.455287] vgaarb: bridge control possible 0000:00:02.0 [ 0.457065] SCSI subsystem initialized [ 0.458374] ACPI: bus type USB registered [ 0.459513] usbcore: registered new interface driver usbfs [ 0.460926] usbcore: registered new interface driver hub [ 0.462302] usbcore: registered new device driver usb [ 0.463834] PCI: Using ACPI for IRQ routing [ 0.465408] NetLabel: Initializing [ 0.466432] NetLabel: domain hash size = 128 [ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468905] NetLabel: unlabeled traffic allowed by default [ 0.470492] amd_nb: Cannot enumerate AMD northbridges [ 0.471841] clocksource: Switched to clocksource kvm-clock [ 0.481463] AppArmor: AppArmor Filesystem Enabled [ 0.482794] pnp: PnP ACPI init [ 0.484059] pnp: PnP ACPI: found 5 devices [ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493302] NET: Registered protocol family 2 [ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502853] NET: Registered protocol family 1 [ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539711] Unpacking initramfs... [ 1.026542] Freeing initrd memory: 37084K [ 1.028077] Scanning for low memory corruption every 60 seconds [ 1.029934] audit: initializing netlink subsys (disabled) [ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized [ 1.033286] Initialise system trusted keyring [ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.038873] zbud: loaded [ 1.039962] VFS: Disk quotas dquot_6.6.0 [ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.044739] fuse init (API version 7.23) [ 1.045960] Key type big_key registered [ 1.047054] Allocating IMA MOK and blacklist keyrings. [ 1.048788] Key type asymmetric registered [ 1.049914] Asymmetric key parser 'x509' registered [ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.053286] io scheduler noop registered [ 1.054373] io scheduler deadline registered (default) [ 1.055712] io scheduler cfq registered [ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.062024] ACPI: Power Button [PWRF] [ 1.063238] GHES: HEST is not enabled! [ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.141532] Linux agpgart interface v0.103 [ 1.144380] loop: module loaded [ 1.147683] vda: vda1 [ 1.149227] scsi host0: ata_piix [ 1.150272] scsi host1: ata_piix [ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.155133] libphy: Fixed MDIO Bus: probed [ 1.156746] tun: Universal TUN/TAP device driver, 1.6 [ 1.158363] tun: (C) 1999-2004 Max Krasnyansky [ 1.161424] PPP generic driver version 2.4.2 [ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164770] ehci-pci: EHCI PCI platform driver [ 1.165995] ehci-platform: EHCI generic platform driver [ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168964] ohci-pci: OHCI PCI platform driver [ 1.170184] ohci-platform: OHCI generic platform driver [ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver [ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.198267] usb usb1: Product: UHCI Host Controller [ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.201185] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202533] hub 1-0:1.0: USB hub found [ 1.203623] hub 1-0:1.0: 2 ports detected [ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210633] mousedev: PS/2 mouse device common for all mice [ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214971] rtc_cmos 00:00: RTC can wake from S4 [ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219784] i2c /dev entries driver [ 1.220851] device-mapper: uevent: version 1.0.3 [ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs [ 1.226197] NET: Registered protocol family 10 [ 1.227634] NET: Registered protocol family 17 [ 1.228850] Key type dns_resolver registered [ 1.230223] registered taskstats version 1 [ 1.231374] Loading compiled-in X.509 certificates [ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235727] zswap: loaded using pool lzo/zbud [ 1.238299] Key type trusted registered [ 1.241389] Key type encrypted registered [ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243941] ima: No TPM chip found, activating TPM-bypass! [ 1.245403] evm: HMAC attrs: 0x1 [ 1.246682] Magic number: 14:657:896 [ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631) [ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251572] EDD information not available. [ 1.313633] Freeing unused kernel memory: 1512K [ 1.314903] Write protecting the kernel read-only data: 14336k [ 1.331992] Freeing unused kernel memory: 1692K [ 1.333465] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429844] [drm] Initialized drm 1.1.0 20060810 [ 1.432576] virtio_net virtio0 ens3: renamed from eth0 [ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.468573] FDC 0 is a S82078B [ 1.477686] AVX2 version of gcm_enc/dec engaged. [ 1.478971] AES CTR mode by8 optimization enabled [ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.680502] usb 1-1: Product: QEMU USB Tablet [ 1.681718] usb 1-1: Manufacturer: QEMU [ 1.682814] usb 1-1: SerialNumber: 42 [ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina [ 1.698385] usbcore: registered new interface driver usbhid [ 1.699933] usbhid: USB HID core driver [ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz [ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns Begin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1 [ 2.075082] md: multipath personality registered for level -4 [ 2.078706] md: raid0 personality registered for level 0 [ 2.082785] md: raid1 personality registered for level 1 [ 2.155855] raid6: sse2x1 gen() 11259 MB/s [ 2.223851] raid6: sse2x1 xor() 8773 MB/s [ 2.291844] raid6: sse2x2 gen() 14243 MB/s [ 2.359873] raid6: sse2x2 xor() 9892 MB/s [ 2.427841] raid6: sse2x4 gen() 17130 MB/s [ 2.495839] raid6: sse2x4 xor() 11728 MB/s [ 2.563849] raid6: avx2x1 gen() 22535 MB/s [ 2.631841] raid6: avx2x2 gen() 26289 MB/s 2018-08-20 17:53:54,278 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.209: timed out 2018-08-20 17:54:03,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 17:54:03,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 17:54:03,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17: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-6fb95532-e5d5-421e-ab79-82154987f29c x-compute-request-id: req-6fb95532-e5d5-421e-ab79-82154987f29c Content-Encoding: gzip Content-Length: 10536 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179527] pid_max: default: 32768 minimum: 301\n[ 0.180765] ACPI: Core revision 20150930\n[ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184275] Security Framework initialized\n[ 0.185402] Yama: becoming mindful.\n[ 0.186407] AppArmor: AppArmor initialized\n[ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194619] Initializing cgroup subsys io\n[ 0.195752] Initializing cgroup subsys memory\n[ 0.196948] Initializing cgroup subsys devices\n[ 0.198149] Initializing cgroup subsys freezer\n[ 0.199342] Initializing cgroup subsys net_cls\n[ 0.200552] Initializing cgroup subsys perf_event\n[ 0.201811] Initializing cgroup subsys net_prio\n[ 0.203021] Initializing cgroup subsys hugetlb\n[ 0.204264] Initializing cgroup subsys pids\n[ 0.205436] CPU: Physical Processor ID: 0\n[ 0.207232] mce: CPU supports 10 MCE banks\n[ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211251] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.214496] Speculative Store Bypass: Vulnerable\n[ 0.233477] Freeing SMP alternatives memory: 32K\n[ 0.239454] ftrace: allocating 32237 entries in 126 pages\n[ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275816] smpboot: Max logical packages: 1\n[ 0.277222] x2apic enabled\n[ 0.278365] Switched APIC routing to physical x2apic.\n[ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287628] KVM setup paravirtual spinlock\n[ 0.289243] x86: Booted up 1 node, 1 CPUs\n[ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292255] devtmpfs: initialized\n[ 0.294237] evm: security.selinux\n[ 0.295233] evm: security.SMACK64\n[ 0.296191] evm: security.SMACK64EXEC\n[ 0.297217] evm: security.SMACK64TRANSMUTE\n[ 0.298317] evm: security.SMACK64MMAP\n[ 0.299333] evm: security.ima\n[ 0.300218] evm: security.capability\n[ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.305406] pinctrl core: initialized pinctrl subsystem\n[ 0.306896] RTC time: 17:53:50, date: 08/20/18\n[ 0.308189] NET: Registered protocol family 16\n[ 0.309506] cpuidle: using governor ladder\n[ 0.310632] cpuidle: using governor menu\n[ 0.311714] PCCT header not found.\n[ 0.312750] ACPI: bus type PCI registered\n[ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315567] PCI: Using configuration type 1 for base access\n[ 0.317795] ACPI: Added _OSI(Module Device)\n[ 0.318943] ACPI: Added _OSI(Processor Device)\n[ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321352] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323567] ACPI: Interpreter enabled\n[ 0.324619] ACPI: (supports S0 S5)\n[ 0.325628] ACPI: Using IOAPIC for interrupt routing\n[ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341791] acpiphp: Slot [3] registered\n[ 0.343012] acpiphp: Slot [4] registered\n[ 0.344131] acpiphp: Slot [5] registered\n[ 0.345279] acpiphp: Slot [6] registered\n[ 0.360652] acpiphp: Slot [7] registered\n[ 0.361764] acpiphp: Slot [8] registered\n[ 0.362865] acpiphp: Slot [9] registered\n[ 0.363959] acpiphp: Slot [10] registered\n[ 0.365074] acpiphp: Slot [11] registered\n[ 0.366228] acpiphp: Slot [12] registered\n[ 0.367358] acpiphp: Slot [13] registered\n[ 0.368483] acpiphp: Slot [14] registered\n[ 0.369594] acpiphp: Slot [15] registered\n[ 0.370702] acpiphp: Slot [16] registered\n[ 0.371816] acpiphp: Slot [17] registered\n[ 0.372951] acpiphp: Slot [18] registered\n[ 0.374156] acpiphp: Slot [19] registered\n[ 0.375282] acpiphp: Slot [20] registered\n[ 0.376448] acpiphp: Slot [21] registered\n[ 0.377571] acpiphp: Slot [22] registered\n[ 0.378707] acpiphp: Slot [23] registered\n[ 0.379831] acpiphp: Slot [24] registered\n[ 0.380962] acpiphp: Slot [25] registered\n[ 0.382087] acpiphp: Slot [26] registered\n[ 0.383213] acpiphp: Slot [27] registered\n[ 0.384327] acpiphp: Slot [28] registered\n[ 0.385435] acpiphp: Slot [29] registered\n[ 0.386583] acpiphp: Slot [30] registered\n[ 0.387699] acpiphp: Slot [31] registered\n[ 0.388810] PCI host bridge to bus 0000:00\n[ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454449] vgaarb: loaded\n[ 0.455287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457065] SCSI subsystem initialized\n[ 0.458374] ACPI: bus type USB registered\n[ 0.459513] usbcore: registered new interface driver usbfs\n[ 0.460926] usbcore: registered new interface driver hub\n[ 0.462302] usbcore: registered new device driver usb\n[ 0.463834] PCI: Using ACPI for IRQ routing\n[ 0.465408] NetLabel: Initializing\n[ 0.466432] NetLabel: domain hash size = 128\n[ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468905] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] amd_nb: Cannot enumerate AMD northbridges\n[ 0.471841] clocksource: Switched to clocksource kvm-clock\n[ 0.481463] AppArmor: AppArmor Filesystem Enabled\n[ 0.482794] pnp: PnP ACPI init\n[ 0.484059] pnp: PnP ACPI: found 5 devices\n[ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493302] NET: Registered protocol family 2\n[ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502853] NET: Registered protocol family 1\n[ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539711] Unpacking initramfs...\n[ 1.026542] Freeing initrd memory: 37084K\n[ 1.028077] Scanning for low memory corruption every 60 seconds\n[ 1.029934] audit: initializing netlink subsys (disabled)\n[ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized\n[ 1.033286] Initialise system trusted keyring\n[ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.038873] zbud: loaded\n[ 1.039962] VFS: Disk quotas dquot_6.6.0\n[ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.044739] fuse init (API version 7.23)\n[ 1.045960] Key type big_key registered\n[ 1.047054] Allocating IMA MOK and blacklist keyrings.\n[ 1.048788] Key type asymmetric registered\n[ 1.049914] Asymmetric key parser 'x509' registered\n[ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.053286] io scheduler noop registered\n[ 1.054373] io scheduler deadline registered (default)\n[ 1.055712] io scheduler cfq registered\n[ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.062024] ACPI: Power Button [PWRF]\n[ 1.063238] GHES: HEST is not enabled!\n[ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.141532] Linux agpgart interface v0.103\n[ 1.144380] loop: module loaded\n[ 1.147683] vda: vda1\n[ 1.149227] scsi host0: ata_piix\n[ 1.150272] scsi host1: ata_piix\n[ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.155133] libphy: Fixed MDIO Bus: probed\n[ 1.156746] tun: Universal TUN/TAP device driver, 1.6\n[ 1.158363] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161424] PPP generic driver version 2.4.2\n[ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164770] ehci-pci: EHCI PCI platform driver\n[ 1.165995] ehci-platform: EHCI generic platform driver\n[ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168964] ohci-pci: OHCI PCI platform driver\n[ 1.170184] ohci-platform: OHCI generic platform driver\n[ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.198267] usb usb1: Product: UHCI Host Controller\n[ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.201185] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202533] hub 1-0:1.0: USB hub found\n[ 1.203623] hub 1-0:1.0: 2 ports detected\n[ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210633] mousedev: PS/2 mouse device common for all mice\n[ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214971] rtc_cmos 00:00: RTC can wake from S4\n[ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219784] i2c /dev entries driver\n[ 1.220851] device-mapper: uevent: version 1.0.3\n[ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.226197] NET: Registered protocol family 10\n[ 1.227634] NET: Registered protocol family 17\n[ 1.228850] Key type dns_resolver registered\n[ 1.230223] registered taskstats version 1\n[ 1.231374] Loading compiled-in X.509 certificates\n[ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235727] zswap: loaded using pool lzo/zbud\n[ 1.238299] Key type trusted registered\n[ 1.241389] Key type encrypted registered\n[ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243941] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245403] evm: HMAC attrs: 0x1\n[ 1.246682] Magic number: 14:657:896\n[ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631)\n[ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251572] EDD information not available.\n[ 1.313633] Freeing unused kernel memory: 1512K\n[ 1.314903] Write protecting the kernel read-only data: 14336k\n[ 1.331992] Freeing unused kernel memory: 1692K\n[ 1.333465] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429844] [drm] Initialized drm 1.1.0 20060810\n[ 1.432576] virtio_net virtio0 ens3: renamed from eth0\n[ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.468573] FDC 0 is a S82078B\n[ 1.477686] AVX2 version of gcm_enc/dec engaged.\n[ 1.478971] AES CTR mode by8 optimization enabled\n[ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.680502] usb 1-1: Product: QEMU USB Tablet\n[ 1.681718] usb 1-1: Manufacturer: QEMU\n[ 1.682814] usb 1-1: SerialNumber: 42\n[ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.698385] usbcore: registered new interface driver usbhid\n[ 1.699933] usbhid: USB HID core driver\n[ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz\n[ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns\nBegin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1\n[ 2.075082] md: multipath personality registered for level -4\n[ 2.078706] md: raid0 personality registered for level 0\n[ 2.082785] md: raid1 personality registered for level 1\n[ 2.155855] raid6: sse2x1 gen() 11259 MB/s\n[ 2.223851] raid6: sse2x1 xor() 8773 MB/s\n[ 2.291844] raid6: sse2x2 gen() 14243 MB/s\n[ 2.359873] raid6: sse2x2 xor() 9892 MB/s\n[ 2.427841] raid6: sse2x4 gen() 17130 MB/s\n[ 2.495839] raid6: sse2x4 xor() 11728 MB/s\n[ 2.563849] raid6: avx2x1 gen() 22535 MB/s\n[ 2.631841] raid6: avx2x2 gen() 26289 MB/s\n[ 2.699840] raid6: avx2x4 gen() 29042 MB/s\n[ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s\n[ 2.706725] raid6: using avx2x2 recovery algorithm\n[ 2.714939] xor: automatically using best checksumming function:\n[ 2.755836] avx : 32736.000 MB/sec\n[ 2.758667] async_tx: api initialized (async)\n[ 2.771197] md: raid6 personality registered for level 6\n[ 2.772651] md: raid5 personality registered for level 5\n[ 2.774071] md: raid4 personality registered for level 4\n[ 2.781781] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.968307] systemd[1]: Detected virtualization kvm.\n[ 2.969743] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.973905] systemd[1]: Set hostname to .\n[ 2.977297] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.979036] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.119914] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.122819] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.137814] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.140841] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.143731] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.147023] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.156434] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.158859] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.161993] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.165455] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.173067] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.177963] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.184862] systemd[1]: Mounting Huge Pages File System...\n[ 3.188703] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 3.200969] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 3.207478] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.215257] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.221575] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.236925] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.244476] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.250036] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.260676] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.263459] iscsi: registered transport (iser)\n[ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.285993] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.289757] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.297221] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.302279] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.308388] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.318596] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.323284] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.332638] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.668929] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-20 17:54:03,391 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-6fb95532-e5d5-421e-ab79-82154987f29c 2018-08-20 17:54:03,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.102390050888s 2018-08-20 17:54:03,392 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-6fb95532-e5d5-421e-ab79-82154987f29c 2018-08-20 17:54:03,392 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179527] pid_max: default: 32768 minimum: 301 [ 0.180765] ACPI: Core revision 20150930 [ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184275] Security Framework initialized [ 0.185402] Yama: becoming mindful. [ 0.186407] AppArmor: AppArmor initialized [ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194619] Initializing cgroup subsys io [ 0.195752] Initializing cgroup subsys memory [ 0.196948] Initializing cgroup subsys devices [ 0.198149] Initializing cgroup subsys freezer [ 0.199342] Initializing cgroup subsys net_cls [ 0.200552] Initializing cgroup subsys perf_event [ 0.201811] Initializing cgroup subsys net_prio [ 0.203021] Initializing cgroup subsys hugetlb [ 0.204264] Initializing cgroup subsys pids [ 0.205436] CPU: Physical Processor ID: 0 [ 0.207232] mce: CPU supports 10 MCE banks [ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.211251] Spectre V2 : Mitigation: Full generic retpoline [ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.214496] Speculative Store Bypass: Vulnerable [ 0.233477] Freeing SMP alternatives memory: 32K [ 0.239454] ftrace: allocating 32237 entries in 126 pages [ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275816] smpboot: Max logical packages: 1 [ 0.277222] x2apic enabled [ 0.278365] Switched APIC routing to physical x2apic. [ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287628] KVM setup paravirtual spinlock [ 0.289243] x86: Booted up 1 node, 1 CPUs [ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292255] devtmpfs: initialized [ 0.294237] evm: security.selinux [ 0.295233] evm: security.SMACK64 [ 0.296191] evm: security.SMACK64EXEC [ 0.297217] evm: security.SMACK64TRANSMUTE [ 0.298317] evm: security.SMACK64MMAP [ 0.299333] evm: security.ima [ 0.300218] evm: security.capability [ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.305406] pinctrl core: initialized pinctrl subsystem [ 0.306896] RTC time: 17:53:50, date: 08/20/18 [ 0.308189] NET: Registered protocol family 16 [ 0.309506] cpuidle: using governor ladder [ 0.310632] cpuidle: using governor menu [ 0.311714] PCCT header not found. [ 0.312750] ACPI: bus type PCI registered [ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315567] PCI: Using configuration type 1 for base access [ 0.317795] ACPI: Added _OSI(Module Device) [ 0.318943] ACPI: Added _OSI(Processor Device) [ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321352] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323567] ACPI: Interpreter enabled [ 0.324619] ACPI: (supports S0 S5) [ 0.325628] ACPI: Using IOAPIC for interrupt routing [ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341791] acpiphp: Slot [3] registered [ 0.343012] acpiphp: Slot [4] registered [ 0.344131] acpiphp: Slot [5] registered [ 0.345279] acpiphp: Slot [6] registered [ 0.360652] acpiphp: Slot [7] registered [ 0.361764] acpiphp: Slot [8] registered [ 0.362865] acpiphp: Slot [9] registered [ 0.363959] acpiphp: Slot [10] registered [ 0.365074] acpiphp: Slot [11] registered [ 0.366228] acpiphp: Slot [12] registered [ 0.367358] acpiphp: Slot [13] registered [ 0.368483] acpiphp: Slot [14] registered [ 0.369594] acpiphp: Slot [15] registered [ 0.370702] acpiphp: Slot [16] registered [ 0.371816] acpiphp: Slot [17] registered [ 0.372951] acpiphp: Slot [18] registered [ 0.374156] acpiphp: Slot [19] registered [ 0.375282] acpiphp: Slot [20] registered [ 0.376448] acpiphp: Slot [21] registered [ 0.377571] acpiphp: Slot [22] registered [ 0.378707] acpiphp: Slot [23] registered [ 0.379831] acpiphp: Slot [24] registered [ 0.380962] acpiphp: Slot [25] registered [ 0.382087] acpiphp: Slot [26] registered [ 0.383213] acpiphp: Slot [27] registered [ 0.384327] acpiphp: Slot [28] registered [ 0.385435] acpiphp: Slot [29] registered [ 0.386583] acpiphp: Slot [30] registered [ 0.387699] acpiphp: Slot [31] registered [ 0.388810] PCI host bridge to bus 0000:00 [ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454449] vgaarb: loaded [ 0.455287] vgaarb: bridge control possible 0000:00:02.0 [ 0.457065] SCSI subsystem initialized [ 0.458374] ACPI: bus type USB registered [ 0.459513] usbcore: registered new interface driver usbfs [ 0.460926] usbcore: registered new interface driver hub [ 0.462302] usbcore: registered new device driver usb [ 0.463834] PCI: Using ACPI for IRQ routing [ 0.465408] NetLabel: Initializing [ 0.466432] NetLabel: domain hash size = 128 [ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468905] NetLabel: unlabeled traffic allowed by default [ 0.470492] amd_nb: Cannot enumerate AMD northbridges [ 0.471841] clocksource: Switched to clocksource kvm-clock [ 0.481463] AppArmor: AppArmor Filesystem Enabled [ 0.482794] pnp: PnP ACPI init [ 0.484059] pnp: PnP ACPI: found 5 devices [ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493302] NET: Registered protocol family 2 [ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502853] NET: Registered protocol family 1 [ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539711] Unpacking initramfs... [ 1.026542] Freeing initrd memory: 37084K [ 1.028077] Scanning for low memory corruption every 60 seconds [ 1.029934] audit: initializing netlink subsys (disabled) [ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized [ 1.033286] Initialise system trusted keyring [ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.038873] zbud: loaded [ 1.039962] VFS: Disk quotas dquot_6.6.0 [ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.044739] fuse init (API version 7.23) [ 1.045960] Key type big_key registered [ 1.047054] Allocating IMA MOK and blacklist keyrings. [ 1.048788] Key type asymmetric registered [ 1.049914] Asymmetric key parser 'x509' registered [ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.053286] io scheduler noop registered [ 1.054373] io scheduler deadline registered (default) [ 1.055712] io scheduler cfq registered [ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.062024] ACPI: Power Button [PWRF] [ 1.063238] GHES: HEST is not enabled! [ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.141532] Linux agpgart interface v0.103 [ 1.144380] loop: module loaded [ 1.147683] vda: vda1 [ 1.149227] scsi host0: ata_piix [ 1.150272] scsi host1: ata_piix [ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.155133] libphy: Fixed MDIO Bus: probed [ 1.156746] tun: Universal TUN/TAP device driver, 1.6 [ 1.158363] tun: (C) 1999-2004 Max Krasnyansky [ 1.161424] PPP generic driver version 2.4.2 [ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164770] ehci-pci: EHCI PCI platform driver [ 1.165995] ehci-platform: EHCI generic platform driver [ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168964] ohci-pci: OHCI PCI platform driver [ 1.170184] ohci-platform: OHCI generic platform driver [ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver [ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.198267] usb usb1: Product: UHCI Host Controller [ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.201185] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202533] hub 1-0:1.0: USB hub found [ 1.203623] hub 1-0:1.0: 2 ports detected [ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210633] mousedev: PS/2 mouse device common for all mice [ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214971] rtc_cmos 00:00: RTC can wake from S4 [ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219784] i2c /dev entries driver [ 1.220851] device-mapper: uevent: version 1.0.3 [ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs [ 1.226197] NET: Registered protocol family 10 [ 1.227634] NET: Registered protocol family 17 [ 1.228850] Key type dns_resolver registered [ 1.230223] registered taskstats version 1 [ 1.231374] Loading compiled-in X.509 certificates [ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235727] zswap: loaded using pool lzo/zbud [ 1.238299] Key type trusted registered [ 1.241389] Key type encrypted registered [ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243941] ima: No TPM chip found, activating TPM-bypass! [ 1.245403] evm: HMAC attrs: 0x1 [ 1.246682] Magic number: 14:657:896 [ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631) [ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251572] EDD information not available. [ 1.313633] Freeing unused kernel memory: 1512K [ 1.314903] Write protecting the kernel read-only data: 14336k [ 1.331992] Freeing unused kernel memory: 1692K [ 1.333465] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429844] [drm] Initialized drm 1.1.0 20060810 [ 1.432576] virtio_net virtio0 ens3: renamed from eth0 [ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.468573] FDC 0 is a S82078B [ 1.477686] AVX2 version of gcm_enc/dec engaged. [ 1.478971] AES CTR mode by8 optimization enabled [ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.680502] usb 1-1: Product: QEMU USB Tablet [ 1.681718] usb 1-1: Manufacturer: QEMU [ 1.682814] usb 1-1: SerialNumber: 42 [ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina [ 1.698385] usbcore: registered new interface driver usbhid [ 1.699933] usbhid: USB HID core driver [ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz [ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns Begin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1 [ 2.075082] md: multipath personality registered for level -4 [ 2.078706] md: raid0 personality registered for level 0 [ 2.082785] md: raid1 personality registered for level 1 [ 2.155855] raid6: sse2x1 gen() 11259 MB/s [ 2.223851] raid6: sse2x1 xor() 8773 MB/s [ 2.291844] raid6: sse2x2 gen() 14243 MB/s [ 2.359873] raid6: sse2x2 xor() 9892 MB/s [ 2.427841] raid6: sse2x4 gen() 17130 MB/s [ 2.495839] raid6: sse2x4 xor() 11728 MB/s [ 2.563849] raid6: avx2x1 gen() 22535 MB/s [ 2.631841] raid6: avx2x2 gen() 26289 MB/s [ 2.699840] raid6: avx2x4 gen() 29042 MB/s [ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s [ 2.706725] raid6: using avx2x2 recovery algorithm [ 2.714939] xor: automatically using best checksumming function: [ 2.755836] avx : 32736.000 MB/sec [ 2.758667] async_tx: api initialized (async) [ 2.771197] md: raid6 personality registered for level 6 [ 2.772651] md: raid5 personality registered for level 5 [ 2.774071] md: raid4 personality registered for level 4 [ 2.781781] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.968307] systemd[1]: Detected virtualization kvm. [ 2.969743] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.973905] systemd[1]: Set hostname to . [ 2.977297] systemd[1]: Initializing machine ID from KVM UUID. [ 2.979036] systemd[1]: Installed transient /etc/machine-id file. [ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.119914] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.122819] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.137814] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.140841] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.143731] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.147023] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.156434] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.158859] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.161993] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.165455] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.173067] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.177963] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.184862] systemd[1]: Mounting Huge Pages File System... [ 3.188703] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.200969] iscsi: registered transport (tcp) Starting Create list of required st... nodes for the current kernel... [ 3.207478] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.215257] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.221575] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.236925] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.244476] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.250036] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.260676] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.263459] iscsi: registered transport (iser) [ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.285993] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.289757] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.297221] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.302279] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.308388] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.318596] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.323284] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.332638] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.668929] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-20 17:54:03,395 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.209: [Errno None] Unable to connect to port 22 on 172.30.9.209 2018-08-20 17:54:12,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 17:54:12,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 17:54:12,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:54:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb3c2c7b-40ba-483e-aeaf-1d5ceaae2691 x-compute-request-id: req-fb3c2c7b-40ba-483e-aeaf-1d5ceaae2691 Content-Encoding: gzip Content-Length: 10536 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179527] pid_max: default: 32768 minimum: 301\n[ 0.180765] ACPI: Core revision 20150930\n[ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184275] Security Framework initialized\n[ 0.185402] Yama: becoming mindful.\n[ 0.186407] AppArmor: AppArmor initialized\n[ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194619] Initializing cgroup subsys io\n[ 0.195752] Initializing cgroup subsys memory\n[ 0.196948] Initializing cgroup subsys devices\n[ 0.198149] Initializing cgroup subsys freezer\n[ 0.199342] Initializing cgroup subsys net_cls\n[ 0.200552] Initializing cgroup subsys perf_event\n[ 0.201811] Initializing cgroup subsys net_prio\n[ 0.203021] Initializing cgroup subsys hugetlb\n[ 0.204264] Initializing cgroup subsys pids\n[ 0.205436] CPU: Physical Processor ID: 0\n[ 0.207232] mce: CPU supports 10 MCE banks\n[ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211251] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.214496] Speculative Store Bypass: Vulnerable\n[ 0.233477] Freeing SMP alternatives memory: 32K\n[ 0.239454] ftrace: allocating 32237 entries in 126 pages\n[ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275816] smpboot: Max logical packages: 1\n[ 0.277222] x2apic enabled\n[ 0.278365] Switched APIC routing to physical x2apic.\n[ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287628] KVM setup paravirtual spinlock\n[ 0.289243] x86: Booted up 1 node, 1 CPUs\n[ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292255] devtmpfs: initialized\n[ 0.294237] evm: security.selinux\n[ 0.295233] evm: security.SMACK64\n[ 0.296191] evm: security.SMACK64EXEC\n[ 0.297217] evm: security.SMACK64TRANSMUTE\n[ 0.298317] evm: security.SMACK64MMAP\n[ 0.299333] evm: security.ima\n[ 0.300218] evm: security.capability\n[ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.305406] pinctrl core: initialized pinctrl subsystem\n[ 0.306896] RTC time: 17:53:50, date: 08/20/18\n[ 0.308189] NET: Registered protocol family 16\n[ 0.309506] cpuidle: using governor ladder\n[ 0.310632] cpuidle: using governor menu\n[ 0.311714] PCCT header not found.\n[ 0.312750] ACPI: bus type PCI registered\n[ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315567] PCI: Using configuration type 1 for base access\n[ 0.317795] ACPI: Added _OSI(Module Device)\n[ 0.318943] ACPI: Added _OSI(Processor Device)\n[ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321352] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323567] ACPI: Interpreter enabled\n[ 0.324619] ACPI: (supports S0 S5)\n[ 0.325628] ACPI: Using IOAPIC for interrupt routing\n[ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341791] acpiphp: Slot [3] registered\n[ 0.343012] acpiphp: Slot [4] registered\n[ 0.344131] acpiphp: Slot [5] registered\n[ 0.345279] acpiphp: Slot [6] registered\n[ 0.360652] acpiphp: Slot [7] registered\n[ 0.361764] acpiphp: Slot [8] registered\n[ 0.362865] acpiphp: Slot [9] registered\n[ 0.363959] acpiphp: Slot [10] registered\n[ 0.365074] acpiphp: Slot [11] registered\n[ 0.366228] acpiphp: Slot [12] registered\n[ 0.367358] acpiphp: Slot [13] registered\n[ 0.368483] acpiphp: Slot [14] registered\n[ 0.369594] acpiphp: Slot [15] registered\n[ 0.370702] acpiphp: Slot [16] registered\n[ 0.371816] acpiphp: Slot [17] registered\n[ 0.372951] acpiphp: Slot [18] registered\n[ 0.374156] acpiphp: Slot [19] registered\n[ 0.375282] acpiphp: Slot [20] registered\n[ 0.376448] acpiphp: Slot [21] registered\n[ 0.377571] acpiphp: Slot [22] registered\n[ 0.378707] acpiphp: Slot [23] registered\n[ 0.379831] acpiphp: Slot [24] registered\n[ 0.380962] acpiphp: Slot [25] registered\n[ 0.382087] acpiphp: Slot [26] registered\n[ 0.383213] acpiphp: Slot [27] registered\n[ 0.384327] acpiphp: Slot [28] registered\n[ 0.385435] acpiphp: Slot [29] registered\n[ 0.386583] acpiphp: Slot [30] registered\n[ 0.387699] acpiphp: Slot [31] registered\n[ 0.388810] PCI host bridge to bus 0000:00\n[ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454449] vgaarb: loaded\n[ 0.455287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457065] SCSI subsystem initialized\n[ 0.458374] ACPI: bus type USB registered\n[ 0.459513] usbcore: registered new interface driver usbfs\n[ 0.460926] usbcore: registered new interface driver hub\n[ 0.462302] usbcore: registered new device driver usb\n[ 0.463834] PCI: Using ACPI for IRQ routing\n[ 0.465408] NetLabel: Initializing\n[ 0.466432] NetLabel: domain hash size = 128\n[ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468905] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] amd_nb: Cannot enumerate AMD northbridges\n[ 0.471841] clocksource: Switched to clocksource kvm-clock\n[ 0.481463] AppArmor: AppArmor Filesystem Enabled\n[ 0.482794] pnp: PnP ACPI init\n[ 0.484059] pnp: PnP ACPI: found 5 devices\n[ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493302] NET: Registered protocol family 2\n[ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502853] NET: Registered protocol family 1\n[ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539711] Unpacking initramfs...\n[ 1.026542] Freeing initrd memory: 37084K\n[ 1.028077] Scanning for low memory corruption every 60 seconds\n[ 1.029934] audit: initializing netlink subsys (disabled)\n[ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized\n[ 1.033286] Initialise system trusted keyring\n[ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.038873] zbud: loaded\n[ 1.039962] VFS: Disk quotas dquot_6.6.0\n[ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.044739] fuse init (API version 7.23)\n[ 1.045960] Key type big_key registered\n[ 1.047054] Allocating IMA MOK and blacklist keyrings.\n[ 1.048788] Key type asymmetric registered\n[ 1.049914] Asymmetric key parser 'x509' registered\n[ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.053286] io scheduler noop registered\n[ 1.054373] io scheduler deadline registered (default)\n[ 1.055712] io scheduler cfq registered\n[ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.062024] ACPI: Power Button [PWRF]\n[ 1.063238] GHES: HEST is not enabled!\n[ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.141532] Linux agpgart interface v0.103\n[ 1.144380] loop: module loaded\n[ 1.147683] vda: vda1\n[ 1.149227] scsi host0: ata_piix\n[ 1.150272] scsi host1: ata_piix\n[ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.155133] libphy: Fixed MDIO Bus: probed\n[ 1.156746] tun: Universal TUN/TAP device driver, 1.6\n[ 1.158363] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161424] PPP generic driver version 2.4.2\n[ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164770] ehci-pci: EHCI PCI platform driver\n[ 1.165995] ehci-platform: EHCI generic platform driver\n[ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168964] ohci-pci: OHCI PCI platform driver\n[ 1.170184] ohci-platform: OHCI generic platform driver\n[ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.198267] usb usb1: Product: UHCI Host Controller\n[ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.201185] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202533] hub 1-0:1.0: USB hub found\n[ 1.203623] hub 1-0:1.0: 2 ports detected\n[ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210633] mousedev: PS/2 mouse device common for all mice\n[ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214971] rtc_cmos 00:00: RTC can wake from S4\n[ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219784] i2c /dev entries driver\n[ 1.220851] device-mapper: uevent: version 1.0.3\n[ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.226197] NET: Registered protocol family 10\n[ 1.227634] NET: Registered protocol family 17\n[ 1.228850] Key type dns_resolver registered\n[ 1.230223] registered taskstats version 1\n[ 1.231374] Loading compiled-in X.509 certificates\n[ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235727] zswap: loaded using pool lzo/zbud\n[ 1.238299] Key type trusted registered\n[ 1.241389] Key type encrypted registered\n[ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243941] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245403] evm: HMAC attrs: 0x1\n[ 1.246682] Magic number: 14:657:896\n[ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631)\n[ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251572] EDD information not available.\n[ 1.313633] Freeing unused kernel memory: 1512K\n[ 1.314903] Write protecting the kernel read-only data: 14336k\n[ 1.331992] Freeing unused kernel memory: 1692K\n[ 1.333465] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429844] [drm] Initialized drm 1.1.0 20060810\n[ 1.432576] virtio_net virtio0 ens3: renamed from eth0\n[ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.468573] FDC 0 is a S82078B\n[ 1.477686] AVX2 version of gcm_enc/dec engaged.\n[ 1.478971] AES CTR mode by8 optimization enabled\n[ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.680502] usb 1-1: Product: QEMU USB Tablet\n[ 1.681718] usb 1-1: Manufacturer: QEMU\n[ 1.682814] usb 1-1: SerialNumber: 42\n[ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.698385] usbcore: registered new interface driver usbhid\n[ 1.699933] usbhid: USB HID core driver\n[ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz\n[ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns\nBegin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1\n[ 2.075082] md: multipath personality registered for level -4\n[ 2.078706] md: raid0 personality registered for level 0\n[ 2.082785] md: raid1 personality registered for level 1\n[ 2.155855] raid6: sse2x1 gen() 11259 MB/s\n[ 2.223851] raid6: sse2x1 xor() 8773 MB/s\n[ 2.291844] raid6: sse2x2 gen() 14243 MB/s\n[ 2.359873] raid6: sse2x2 xor() 9892 MB/s\n[ 2.427841] raid6: sse2x4 gen() 17130 MB/s\n[ 2.495839] raid6: sse2x4 xor() 11728 MB/s\n[ 2.563849] raid6: avx2x1 gen() 22535 MB/s\n[ 2.631841] raid6: avx2x2 gen() 26289 MB/s\n[ 2.699840] raid6: avx2x4 gen() 29042 MB/s\n[ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s\n[ 2.706725] raid6: using avx2x2 recovery algorithm\n[ 2.714939] xor: automatically using best checksumming function:\n[ 2.755836] avx : 32736.000 MB/sec\n[ 2.758667] async_tx: api initialized (async)\n[ 2.771197] md: raid6 personality registered for level 6\n[ 2.772651] md: raid5 personality registered for level 5\n[ 2.774071] md: raid4 personality registered for level 4\n[ 2.781781] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.968307] systemd[1]: Detected virtualization kvm.\n[ 2.969743] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.973905] systemd[1]: Set hostname to .\n[ 2.977297] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.979036] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.119914] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.122819] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.137814] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.140841] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.143731] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.147023] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.156434] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.158859] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.161993] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.165455] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.173067] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.177963] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.184862] systemd[1]: Mounting Huge Pages File System...\n[ 3.188703] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 3.200969] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 3.207478] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.215257] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.221575] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.236925] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.244476] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.250036] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.260676] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.263459] iscsi: registered transport (iser)\n[ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.285993] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.289757] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.297221] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.302279] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.308388] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.318596] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.323284] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.332638] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.668929] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-20 17:54:12,483 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-fb3c2c7b-40ba-483e-aeaf-1d5ceaae2691 2018-08-20 17:54:12,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.078192949295s 2018-08-20 17:54:12,484 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-fb3c2c7b-40ba-483e-aeaf-1d5ceaae2691 2018-08-20 17:54:12,485 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179527] pid_max: default: 32768 minimum: 301 [ 0.180765] ACPI: Core revision 20150930 [ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184275] Security Framework initialized [ 0.185402] Yama: becoming mindful. [ 0.186407] AppArmor: AppArmor initialized [ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194619] Initializing cgroup subsys io [ 0.195752] Initializing cgroup subsys memory [ 0.196948] Initializing cgroup subsys devices [ 0.198149] Initializing cgroup subsys freezer [ 0.199342] Initializing cgroup subsys net_cls [ 0.200552] Initializing cgroup subsys perf_event [ 0.201811] Initializing cgroup subsys net_prio [ 0.203021] Initializing cgroup subsys hugetlb [ 0.204264] Initializing cgroup subsys pids [ 0.205436] CPU: Physical Processor ID: 0 [ 0.207232] mce: CPU supports 10 MCE banks [ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.211251] Spectre V2 : Mitigation: Full generic retpoline [ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.214496] Speculative Store Bypass: Vulnerable [ 0.233477] Freeing SMP alternatives memory: 32K [ 0.239454] ftrace: allocating 32237 entries in 126 pages [ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275816] smpboot: Max logical packages: 1 [ 0.277222] x2apic enabled [ 0.278365] Switched APIC routing to physical x2apic. [ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287628] KVM setup paravirtual spinlock [ 0.289243] x86: Booted up 1 node, 1 CPUs [ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292255] devtmpfs: initialized [ 0.294237] evm: security.selinux [ 0.295233] evm: security.SMACK64 [ 0.296191] evm: security.SMACK64EXEC [ 0.297217] evm: security.SMACK64TRANSMUTE [ 0.298317] evm: security.SMACK64MMAP [ 0.299333] evm: security.ima [ 0.300218] evm: security.capability [ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.305406] pinctrl core: initialized pinctrl subsystem [ 0.306896] RTC time: 17:53:50, date: 08/20/18 [ 0.308189] NET: Registered protocol family 16 [ 0.309506] cpuidle: using governor ladder [ 0.310632] cpuidle: using governor menu [ 0.311714] PCCT header not found. [ 0.312750] ACPI: bus type PCI registered [ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315567] PCI: Using configuration type 1 for base access [ 0.317795] ACPI: Added _OSI(Module Device) [ 0.318943] ACPI: Added _OSI(Processor Device) [ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321352] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323567] ACPI: Interpreter enabled [ 0.324619] ACPI: (supports S0 S5) [ 0.325628] ACPI: Using IOAPIC for interrupt routing [ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341791] acpiphp: Slot [3] registered [ 0.343012] acpiphp: Slot [4] registered [ 0.344131] acpiphp: Slot [5] registered [ 0.345279] acpiphp: Slot [6] registered [ 0.360652] acpiphp: Slot [7] registered [ 0.361764] acpiphp: Slot [8] registered [ 0.362865] acpiphp: Slot [9] registered [ 0.363959] acpiphp: Slot [10] registered [ 0.365074] acpiphp: Slot [11] registered [ 0.366228] acpiphp: Slot [12] registered [ 0.367358] acpiphp: Slot [13] registered [ 0.368483] acpiphp: Slot [14] registered [ 0.369594] acpiphp: Slot [15] registered [ 0.370702] acpiphp: Slot [16] registered [ 0.371816] acpiphp: Slot [17] registered [ 0.372951] acpiphp: Slot [18] registered [ 0.374156] acpiphp: Slot [19] registered [ 0.375282] acpiphp: Slot [20] registered [ 0.376448] acpiphp: Slot [21] registered [ 0.377571] acpiphp: Slot [22] registered [ 0.378707] acpiphp: Slot [23] registered [ 0.379831] acpiphp: Slot [24] registered [ 0.380962] acpiphp: Slot [25] registered [ 0.382087] acpiphp: Slot [26] registered [ 0.383213] acpiphp: Slot [27] registered [ 0.384327] acpiphp: Slot [28] registered [ 0.385435] acpiphp: Slot [29] registered [ 0.386583] acpiphp: Slot [30] registered [ 0.387699] acpiphp: Slot [31] registered [ 0.388810] PCI host bridge to bus 0000:00 [ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454449] vgaarb: loaded [ 0.455287] vgaarb: bridge control possible 0000:00:02.0 [ 0.457065] SCSI subsystem initialized [ 0.458374] ACPI: bus type USB registered [ 0.459513] usbcore: registered new interface driver usbfs [ 0.460926] usbcore: registered new interface driver hub [ 0.462302] usbcore: registered new device driver usb [ 0.463834] PCI: Using ACPI for IRQ routing [ 0.465408] NetLabel: Initializing [ 0.466432] NetLabel: domain hash size = 128 [ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468905] NetLabel: unlabeled traffic allowed by default [ 0.470492] amd_nb: Cannot enumerate AMD northbridges [ 0.471841] clocksource: Switched to clocksource kvm-clock [ 0.481463] AppArmor: AppArmor Filesystem Enabled [ 0.482794] pnp: PnP ACPI init [ 0.484059] pnp: PnP ACPI: found 5 devices [ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493302] NET: Registered protocol family 2 [ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502853] NET: Registered protocol family 1 [ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539711] Unpacking initramfs... [ 1.026542] Freeing initrd memory: 37084K [ 1.028077] Scanning for low memory corruption every 60 seconds [ 1.029934] audit: initializing netlink subsys (disabled) [ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized [ 1.033286] Initialise system trusted keyring [ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.038873] zbud: loaded [ 1.039962] VFS: Disk quotas dquot_6.6.0 [ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.044739] fuse init (API version 7.23) [ 1.045960] Key type big_key registered [ 1.047054] Allocating IMA MOK and blacklist keyrings. [ 1.048788] Key type asymmetric registered [ 1.049914] Asymmetric key parser 'x509' registered [ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.053286] io scheduler noop registered [ 1.054373] io scheduler deadline registered (default) [ 1.055712] io scheduler cfq registered [ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.062024] ACPI: Power Button [PWRF] [ 1.063238] GHES: HEST is not enabled! [ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.141532] Linux agpgart interface v0.103 [ 1.144380] loop: module loaded [ 1.147683] vda: vda1 [ 1.149227] scsi host0: ata_piix [ 1.150272] scsi host1: ata_piix [ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.155133] libphy: Fixed MDIO Bus: probed [ 1.156746] tun: Universal TUN/TAP device driver, 1.6 [ 1.158363] tun: (C) 1999-2004 Max Krasnyansky [ 1.161424] PPP generic driver version 2.4.2 [ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164770] ehci-pci: EHCI PCI platform driver [ 1.165995] ehci-platform: EHCI generic platform driver [ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168964] ohci-pci: OHCI PCI platform driver [ 1.170184] ohci-platform: OHCI generic platform driver [ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver [ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.198267] usb usb1: Product: UHCI Host Controller [ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.201185] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202533] hub 1-0:1.0: USB hub found [ 1.203623] hub 1-0:1.0: 2 ports detected [ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210633] mousedev: PS/2 mouse device common for all mice [ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214971] rtc_cmos 00:00: RTC can wake from S4 [ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219784] i2c /dev entries driver [ 1.220851] device-mapper: uevent: version 1.0.3 [ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs [ 1.226197] NET: Registered protocol family 10 [ 1.227634] NET: Registered protocol family 17 [ 1.228850] Key type dns_resolver registered [ 1.230223] registered taskstats version 1 [ 1.231374] Loading compiled-in X.509 certificates [ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235727] zswap: loaded using pool lzo/zbud [ 1.238299] Key type trusted registered [ 1.241389] Key type encrypted registered [ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243941] ima: No TPM chip found, activating TPM-bypass! [ 1.245403] evm: HMAC attrs: 0x1 [ 1.246682] Magic number: 14:657:896 [ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631) [ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251572] EDD information not available. [ 1.313633] Freeing unused kernel memory: 1512K [ 1.314903] Write protecting the kernel read-only data: 14336k [ 1.331992] Freeing unused kernel memory: 1692K [ 1.333465] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429844] [drm] Initialized drm 1.1.0 20060810 [ 1.432576] virtio_net virtio0 ens3: renamed from eth0 [ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.468573] FDC 0 is a S82078B [ 1.477686] AVX2 version of gcm_enc/dec engaged. [ 1.478971] AES CTR mode by8 optimization enabled [ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.680502] usb 1-1: Product: QEMU USB Tablet [ 1.681718] usb 1-1: Manufacturer: QEMU [ 1.682814] usb 1-1: SerialNumber: 42 [ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina [ 1.698385] usbcore: registered new interface driver usbhid [ 1.699933] usbhid: USB HID core driver [ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz [ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns Begin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1 [ 2.075082] md: multipath personality registered for level -4 [ 2.078706] md: raid0 personality registered for level 0 [ 2.082785] md: raid1 personality registered for level 1 [ 2.155855] raid6: sse2x1 gen() 11259 MB/s [ 2.223851] raid6: sse2x1 xor() 8773 MB/s [ 2.291844] raid6: sse2x2 gen() 14243 MB/s [ 2.359873] raid6: sse2x2 xor() 9892 MB/s [ 2.427841] raid6: sse2x4 gen() 17130 MB/s [ 2.495839] raid6: sse2x4 xor() 11728 MB/s [ 2.563849] raid6: avx2x1 gen() 22535 MB/s [ 2.631841] raid6: avx2x2 gen() 26289 MB/s [ 2.699840] raid6: avx2x4 gen() 29042 MB/s [ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s [ 2.706725] raid6: using avx2x2 recovery algorithm [ 2.714939] xor: automatically using best checksumming function: [ 2.755836] avx : 32736.000 MB/sec [ 2.758667] async_tx: api initialized (async) [ 2.771197] md: raid6 personality registered for level 6 [ 2.772651] md: raid5 personality registered for level 5 [ 2.774071] md: raid4 personality registered for level 4 [ 2.781781] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.968307] systemd[1]: Detected virtualization kvm. [ 2.969743] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.973905] systemd[1]: Set hostname to . [ 2.977297] systemd[1]: Initializing machine ID from KVM UUID. [ 2.979036] systemd[1]: Installed transient /etc/machine-id file. [ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.119914] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.122819] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.137814] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.140841] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.143731] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.147023] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.156434] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.158859] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.161993] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.165455] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.173067] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.177963] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.184862] systemd[1]: Mounting Huge Pages File System... [ 3.188703] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.200969] iscsi: registered transport (tcp) Starting Create list of required st... nodes for the current kernel... [ 3.207478] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.215257] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.221575] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.236925] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.244476] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.250036] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.260676] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.263459] iscsi: registered transport (iser) [ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.285993] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.289757] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.297221] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.302279] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.308388] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.318596] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.323284] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.332638] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.668929] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-20 17:54:12,487 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.209: [Errno None] Unable to connect to port 22 on 172.30.9.209 2018-08-20 17:54:21,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 17:54:21,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 17:54:21,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:54: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-d04437d1-a047-4b6a-9b67-8d0236f68ad4 x-compute-request-id: req-d04437d1-a047-4b6a-9b67-8d0236f68ad4 Content-Encoding: gzip Content-Length: 10536 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179527] pid_max: default: 32768 minimum: 301\n[ 0.180765] ACPI: Core revision 20150930\n[ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184275] Security Framework initialized\n[ 0.185402] Yama: becoming mindful.\n[ 0.186407] AppArmor: AppArmor initialized\n[ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194619] Initializing cgroup subsys io\n[ 0.195752] Initializing cgroup subsys memory\n[ 0.196948] Initializing cgroup subsys devices\n[ 0.198149] Initializing cgroup subsys freezer\n[ 0.199342] Initializing cgroup subsys net_cls\n[ 0.200552] Initializing cgroup subsys perf_event\n[ 0.201811] Initializing cgroup subsys net_prio\n[ 0.203021] Initializing cgroup subsys hugetlb\n[ 0.204264] Initializing cgroup subsys pids\n[ 0.205436] CPU: Physical Processor ID: 0\n[ 0.207232] mce: CPU supports 10 MCE banks\n[ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211251] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.214496] Speculative Store Bypass: Vulnerable\n[ 0.233477] Freeing SMP alternatives memory: 32K\n[ 0.239454] ftrace: allocating 32237 entries in 126 pages\n[ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275816] smpboot: Max logical packages: 1\n[ 0.277222] x2apic enabled\n[ 0.278365] Switched APIC routing to physical x2apic.\n[ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287628] KVM setup paravirtual spinlock\n[ 0.289243] x86: Booted up 1 node, 1 CPUs\n[ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292255] devtmpfs: initialized\n[ 0.294237] evm: security.selinux\n[ 0.295233] evm: security.SMACK64\n[ 0.296191] evm: security.SMACK64EXEC\n[ 0.297217] evm: security.SMACK64TRANSMUTE\n[ 0.298317] evm: security.SMACK64MMAP\n[ 0.299333] evm: security.ima\n[ 0.300218] evm: security.capability\n[ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.305406] pinctrl core: initialized pinctrl subsystem\n[ 0.306896] RTC time: 17:53:50, date: 08/20/18\n[ 0.308189] NET: Registered protocol family 16\n[ 0.309506] cpuidle: using governor ladder\n[ 0.310632] cpuidle: using governor menu\n[ 0.311714] PCCT header not found.\n[ 0.312750] ACPI: bus type PCI registered\n[ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315567] PCI: Using configuration type 1 for base access\n[ 0.317795] ACPI: Added _OSI(Module Device)\n[ 0.318943] ACPI: Added _OSI(Processor Device)\n[ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321352] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323567] ACPI: Interpreter enabled\n[ 0.324619] ACPI: (supports S0 S5)\n[ 0.325628] ACPI: Using IOAPIC for interrupt routing\n[ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341791] acpiphp: Slot [3] registered\n[ 0.343012] acpiphp: Slot [4] registered\n[ 0.344131] acpiphp: Slot [5] registered\n[ 0.345279] acpiphp: Slot [6] registered\n[ 0.360652] acpiphp: Slot [7] registered\n[ 0.361764] acpiphp: Slot [8] registered\n[ 0.362865] acpiphp: Slot [9] registered\n[ 0.363959] acpiphp: Slot [10] registered\n[ 0.365074] acpiphp: Slot [11] registered\n[ 0.366228] acpiphp: Slot [12] registered\n[ 0.367358] acpiphp: Slot [13] registered\n[ 0.368483] acpiphp: Slot [14] registered\n[ 0.369594] acpiphp: Slot [15] registered\n[ 0.370702] acpiphp: Slot [16] registered\n[ 0.371816] acpiphp: Slot [17] registered\n[ 0.372951] acpiphp: Slot [18] registered\n[ 0.374156] acpiphp: Slot [19] registered\n[ 0.375282] acpiphp: Slot [20] registered\n[ 0.376448] acpiphp: Slot [21] registered\n[ 0.377571] acpiphp: Slot [22] registered\n[ 0.378707] acpiphp: Slot [23] registered\n[ 0.379831] acpiphp: Slot [24] registered\n[ 0.380962] acpiphp: Slot [25] registered\n[ 0.382087] acpiphp: Slot [26] registered\n[ 0.383213] acpiphp: Slot [27] registered\n[ 0.384327] acpiphp: Slot [28] registered\n[ 0.385435] acpiphp: Slot [29] registered\n[ 0.386583] acpiphp: Slot [30] registered\n[ 0.387699] acpiphp: Slot [31] registered\n[ 0.388810] PCI host bridge to bus 0000:00\n[ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454449] vgaarb: loaded\n[ 0.455287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457065] SCSI subsystem initialized\n[ 0.458374] ACPI: bus type USB registered\n[ 0.459513] usbcore: registered new interface driver usbfs\n[ 0.460926] usbcore: registered new interface driver hub\n[ 0.462302] usbcore: registered new device driver usb\n[ 0.463834] PCI: Using ACPI for IRQ routing\n[ 0.465408] NetLabel: Initializing\n[ 0.466432] NetLabel: domain hash size = 128\n[ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468905] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] amd_nb: Cannot enumerate AMD northbridges\n[ 0.471841] clocksource: Switched to clocksource kvm-clock\n[ 0.481463] AppArmor: AppArmor Filesystem Enabled\n[ 0.482794] pnp: PnP ACPI init\n[ 0.484059] pnp: PnP ACPI: found 5 devices\n[ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493302] NET: Registered protocol family 2\n[ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502853] NET: Registered protocol family 1\n[ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539711] Unpacking initramfs...\n[ 1.026542] Freeing initrd memory: 37084K\n[ 1.028077] Scanning for low memory corruption every 60 seconds\n[ 1.029934] audit: initializing netlink subsys (disabled)\n[ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized\n[ 1.033286] Initialise system trusted keyring\n[ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.038873] zbud: loaded\n[ 1.039962] VFS: Disk quotas dquot_6.6.0\n[ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.044739] fuse init (API version 7.23)\n[ 1.045960] Key type big_key registered\n[ 1.047054] Allocating IMA MOK and blacklist keyrings.\n[ 1.048788] Key type asymmetric registered\n[ 1.049914] Asymmetric key parser 'x509' registered\n[ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.053286] io scheduler noop registered\n[ 1.054373] io scheduler deadline registered (default)\n[ 1.055712] io scheduler cfq registered\n[ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.062024] ACPI: Power Button [PWRF]\n[ 1.063238] GHES: HEST is not enabled!\n[ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.141532] Linux agpgart interface v0.103\n[ 1.144380] loop: module loaded\n[ 1.147683] vda: vda1\n[ 1.149227] scsi host0: ata_piix\n[ 1.150272] scsi host1: ata_piix\n[ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.155133] libphy: Fixed MDIO Bus: probed\n[ 1.156746] tun: Universal TUN/TAP device driver, 1.6\n[ 1.158363] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161424] PPP generic driver version 2.4.2\n[ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164770] ehci-pci: EHCI PCI platform driver\n[ 1.165995] ehci-platform: EHCI generic platform driver\n[ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168964] ohci-pci: OHCI PCI platform driver\n[ 1.170184] ohci-platform: OHCI generic platform driver\n[ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.198267] usb usb1: Product: UHCI Host Controller\n[ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.201185] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202533] hub 1-0:1.0: USB hub found\n[ 1.203623] hub 1-0:1.0: 2 ports detected\n[ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210633] mousedev: PS/2 mouse device common for all mice\n[ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214971] rtc_cmos 00:00: RTC can wake from S4\n[ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219784] i2c /dev entries driver\n[ 1.220851] device-mapper: uevent: version 1.0.3\n[ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.226197] NET: Registered protocol family 10\n[ 1.227634] NET: Registered protocol family 17\n[ 1.228850] Key type dns_resolver registered\n[ 1.230223] registered taskstats version 1\n[ 1.231374] Loading compiled-in X.509 certificates\n[ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235727] zswap: loaded using pool lzo/zbud\n[ 1.238299] Key type trusted registered\n[ 1.241389] Key type encrypted registered\n[ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243941] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245403] evm: HMAC attrs: 0x1\n[ 1.246682] Magic number: 14:657:896\n[ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631)\n[ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251572] EDD information not available.\n[ 1.313633] Freeing unused kernel memory: 1512K\n[ 1.314903] Write protecting the kernel read-only data: 14336k\n[ 1.331992] Freeing unused kernel memory: 1692K\n[ 1.333465] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429844] [drm] Initialized drm 1.1.0 20060810\n[ 1.432576] virtio_net virtio0 ens3: renamed from eth0\n[ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.468573] FDC 0 is a S82078B\n[ 1.477686] AVX2 version of gcm_enc/dec engaged.\n[ 1.478971] AES CTR mode by8 optimization enabled\n[ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.680502] usb 1-1: Product: QEMU USB Tablet\n[ 1.681718] usb 1-1: Manufacturer: QEMU\n[ 1.682814] usb 1-1: SerialNumber: 42\n[ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.698385] usbcore: registered new interface driver usbhid\n[ 1.699933] usbhid: USB HID core driver\n[ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz\n[ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns\nBegin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1\n[ 2.075082] md: multipath personality registered for level -4\n[ 2.078706] md: raid0 personality registered for level 0\n[ 2.082785] md: raid1 personality registered for level 1\n[ 2.155855] raid6: sse2x1 gen() 11259 MB/s\n[ 2.223851] raid6: sse2x1 xor() 8773 MB/s\n[ 2.291844] raid6: sse2x2 gen() 14243 MB/s\n[ 2.359873] raid6: sse2x2 xor() 9892 MB/s\n[ 2.427841] raid6: sse2x4 gen() 17130 MB/s\n[ 2.495839] raid6: sse2x4 xor() 11728 MB/s\n[ 2.563849] raid6: avx2x1 gen() 22535 MB/s\n[ 2.631841] raid6: avx2x2 gen() 26289 MB/s\n[ 2.699840] raid6: avx2x4 gen() 29042 MB/s\n[ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s\n[ 2.706725] raid6: using avx2x2 recovery algorithm\n[ 2.714939] xor: automatically using best checksumming function:\n[ 2.755836] avx : 32736.000 MB/sec\n[ 2.758667] async_tx: api initialized (async)\n[ 2.771197] md: raid6 personality registered for level 6\n[ 2.772651] md: raid5 personality registered for level 5\n[ 2.774071] md: raid4 personality registered for level 4\n[ 2.781781] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.968307] systemd[1]: Detected virtualization kvm.\n[ 2.969743] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.973905] systemd[1]: Set hostname to .\n[ 2.977297] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.979036] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.119914] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.122819] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.137814] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.140841] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.143731] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.147023] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.156434] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.158859] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.161993] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.165455] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.173067] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.177963] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.184862] systemd[1]: Mounting Huge Pages File System...\n[ 3.188703] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 3.200969] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 3.207478] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.215257] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.221575] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.236925] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.244476] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.250036] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.260676] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.263459] iscsi: registered transport (iser)\n[ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.285993] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.289757] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.297221] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.302279] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.308388] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.318596] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.323284] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.332638] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.668929] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-20 17:54:21,565 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-d04437d1-a047-4b6a-9b67-8d0236f68ad4 2018-08-20 17:54:21,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0761728286743s 2018-08-20 17:54:21,566 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-d04437d1-a047-4b6a-9b67-8d0236f68ad4 2018-08-20 17:54:21,567 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179527] pid_max: default: 32768 minimum: 301 [ 0.180765] ACPI: Core revision 20150930 [ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184275] Security Framework initialized [ 0.185402] Yama: becoming mindful. [ 0.186407] AppArmor: AppArmor initialized [ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194619] Initializing cgroup subsys io [ 0.195752] Initializing cgroup subsys memory [ 0.196948] Initializing cgroup subsys devices [ 0.198149] Initializing cgroup subsys freezer [ 0.199342] Initializing cgroup subsys net_cls [ 0.200552] Initializing cgroup subsys perf_event [ 0.201811] Initializing cgroup subsys net_prio [ 0.203021] Initializing cgroup subsys hugetlb [ 0.204264] Initializing cgroup subsys pids [ 0.205436] CPU: Physical Processor ID: 0 [ 0.207232] mce: CPU supports 10 MCE banks [ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.211251] Spectre V2 : Mitigation: Full generic retpoline [ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.214496] Speculative Store Bypass: Vulnerable [ 0.233477] Freeing SMP alternatives memory: 32K [ 0.239454] ftrace: allocating 32237 entries in 126 pages [ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275816] smpboot: Max logical packages: 1 [ 0.277222] x2apic enabled [ 0.278365] Switched APIC routing to physical x2apic. [ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287628] KVM setup paravirtual spinlock [ 0.289243] x86: Booted up 1 node, 1 CPUs [ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292255] devtmpfs: initialized [ 0.294237] evm: security.selinux [ 0.295233] evm: security.SMACK64 [ 0.296191] evm: security.SMACK64EXEC [ 0.297217] evm: security.SMACK64TRANSMUTE [ 0.298317] evm: security.SMACK64MMAP [ 0.299333] evm: security.ima [ 0.300218] evm: security.capability [ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.305406] pinctrl core: initialized pinctrl subsystem [ 0.306896] RTC time: 17:53:50, date: 08/20/18 [ 0.308189] NET: Registered protocol family 16 [ 0.309506] cpuidle: using governor ladder [ 0.310632] cpuidle: using governor menu [ 0.311714] PCCT header not found. [ 0.312750] ACPI: bus type PCI registered [ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315567] PCI: Using configuration type 1 for base access [ 0.317795] ACPI: Added _OSI(Module Device) [ 0.318943] ACPI: Added _OSI(Processor Device) [ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321352] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323567] ACPI: Interpreter enabled [ 0.324619] ACPI: (supports S0 S5) [ 0.325628] ACPI: Using IOAPIC for interrupt routing [ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341791] acpiphp: Slot [3] registered [ 0.343012] acpiphp: Slot [4] registered [ 0.344131] acpiphp: Slot [5] registered [ 0.345279] acpiphp: Slot [6] registered [ 0.360652] acpiphp: Slot [7] registered [ 0.361764] acpiphp: Slot [8] registered [ 0.362865] acpiphp: Slot [9] registered [ 0.363959] acpiphp: Slot [10] registered [ 0.365074] acpiphp: Slot [11] registered [ 0.366228] acpiphp: Slot [12] registered [ 0.367358] acpiphp: Slot [13] registered [ 0.368483] acpiphp: Slot [14] registered [ 0.369594] acpiphp: Slot [15] registered [ 0.370702] acpiphp: Slot [16] registered [ 0.371816] acpiphp: Slot [17] registered [ 0.372951] acpiphp: Slot [18] registered [ 0.374156] acpiphp: Slot [19] registered [ 0.375282] acpiphp: Slot [20] registered [ 0.376448] acpiphp: Slot [21] registered [ 0.377571] acpiphp: Slot [22] registered [ 0.378707] acpiphp: Slot [23] registered [ 0.379831] acpiphp: Slot [24] registered [ 0.380962] acpiphp: Slot [25] registered [ 0.382087] acpiphp: Slot [26] registered [ 0.383213] acpiphp: Slot [27] registered [ 0.384327] acpiphp: Slot [28] registered [ 0.385435] acpiphp: Slot [29] registered [ 0.386583] acpiphp: Slot [30] registered [ 0.387699] acpiphp: Slot [31] registered [ 0.388810] PCI host bridge to bus 0000:00 [ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454449] vgaarb: loaded [ 0.455287] vgaarb: bridge control possible 0000:00:02.0 [ 0.457065] SCSI subsystem initialized [ 0.458374] ACPI: bus type USB registered [ 0.459513] usbcore: registered new interface driver usbfs [ 0.460926] usbcore: registered new interface driver hub [ 0.462302] usbcore: registered new device driver usb [ 0.463834] PCI: Using ACPI for IRQ routing [ 0.465408] NetLabel: Initializing [ 0.466432] NetLabel: domain hash size = 128 [ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468905] NetLabel: unlabeled traffic allowed by default [ 0.470492] amd_nb: Cannot enumerate AMD northbridges [ 0.471841] clocksource: Switched to clocksource kvm-clock [ 0.481463] AppArmor: AppArmor Filesystem Enabled [ 0.482794] pnp: PnP ACPI init [ 0.484059] pnp: PnP ACPI: found 5 devices [ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493302] NET: Registered protocol family 2 [ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502853] NET: Registered protocol family 1 [ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539711] Unpacking initramfs... [ 1.026542] Freeing initrd memory: 37084K [ 1.028077] Scanning for low memory corruption every 60 seconds [ 1.029934] audit: initializing netlink subsys (disabled) [ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized [ 1.033286] Initialise system trusted keyring [ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.038873] zbud: loaded [ 1.039962] VFS: Disk quotas dquot_6.6.0 [ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.044739] fuse init (API version 7.23) [ 1.045960] Key type big_key registered [ 1.047054] Allocating IMA MOK and blacklist keyrings. [ 1.048788] Key type asymmetric registered [ 1.049914] Asymmetric key parser 'x509' registered [ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.053286] io scheduler noop registered [ 1.054373] io scheduler deadline registered (default) [ 1.055712] io scheduler cfq registered [ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.062024] ACPI: Power Button [PWRF] [ 1.063238] GHES: HEST is not enabled! [ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.141532] Linux agpgart interface v0.103 [ 1.144380] loop: module loaded [ 1.147683] vda: vda1 [ 1.149227] scsi host0: ata_piix [ 1.150272] scsi host1: ata_piix [ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.155133] libphy: Fixed MDIO Bus: probed [ 1.156746] tun: Universal TUN/TAP device driver, 1.6 [ 1.158363] tun: (C) 1999-2004 Max Krasnyansky [ 1.161424] PPP generic driver version 2.4.2 [ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164770] ehci-pci: EHCI PCI platform driver [ 1.165995] ehci-platform: EHCI generic platform driver [ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168964] ohci-pci: OHCI PCI platform driver [ 1.170184] ohci-platform: OHCI generic platform driver [ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver [ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.198267] usb usb1: Product: UHCI Host Controller [ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.201185] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202533] hub 1-0:1.0: USB hub found [ 1.203623] hub 1-0:1.0: 2 ports detected [ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210633] mousedev: PS/2 mouse device common for all mice [ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214971] rtc_cmos 00:00: RTC can wake from S4 [ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219784] i2c /dev entries driver [ 1.220851] device-mapper: uevent: version 1.0.3 [ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs [ 1.226197] NET: Registered protocol family 10 [ 1.227634] NET: Registered protocol family 17 [ 1.228850] Key type dns_resolver registered [ 1.230223] registered taskstats version 1 [ 1.231374] Loading compiled-in X.509 certificates [ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235727] zswap: loaded using pool lzo/zbud [ 1.238299] Key type trusted registered [ 1.241389] Key type encrypted registered [ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243941] ima: No TPM chip found, activating TPM-bypass! [ 1.245403] evm: HMAC attrs: 0x1 [ 1.246682] Magic number: 14:657:896 [ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631) [ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251572] EDD information not available. [ 1.313633] Freeing unused kernel memory: 1512K [ 1.314903] Write protecting the kernel read-only data: 14336k [ 1.331992] Freeing unused kernel memory: 1692K [ 1.333465] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429844] [drm] Initialized drm 1.1.0 20060810 [ 1.432576] virtio_net virtio0 ens3: renamed from eth0 [ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.468573] FDC 0 is a S82078B [ 1.477686] AVX2 version of gcm_enc/dec engaged. [ 1.478971] AES CTR mode by8 optimization enabled [ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.680502] usb 1-1: Product: QEMU USB Tablet [ 1.681718] usb 1-1: Manufacturer: QEMU [ 1.682814] usb 1-1: SerialNumber: 42 [ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina [ 1.698385] usbcore: registered new interface driver usbhid [ 1.699933] usbhid: USB HID core driver [ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz [ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns Begin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1 [ 2.075082] md: multipath personality registered for level -4 [ 2.078706] md: raid0 personality registered for level 0 [ 2.082785] md: raid1 personality registered for level 1 [ 2.155855] raid6: sse2x1 gen() 11259 MB/s [ 2.223851] raid6: sse2x1 xor() 8773 MB/s [ 2.291844] raid6: sse2x2 gen() 14243 MB/s [ 2.359873] raid6: sse2x2 xor() 9892 MB/s [ 2.427841] raid6: sse2x4 gen() 17130 MB/s [ 2.495839] raid6: sse2x4 xor() 11728 MB/s [ 2.563849] raid6: avx2x1 gen() 22535 MB/s [ 2.631841] raid6: avx2x2 gen() 26289 MB/s [ 2.699840] raid6: avx2x4 gen() 29042 MB/s [ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s [ 2.706725] raid6: using avx2x2 recovery algorithm [ 2.714939] xor: automatically using best checksumming function: [ 2.755836] avx : 32736.000 MB/sec [ 2.758667] async_tx: api initialized (async) [ 2.771197] md: raid6 personality registered for level 6 [ 2.772651] md: raid5 personality registered for level 5 [ 2.774071] md: raid4 personality registered for level 4 [ 2.781781] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.968307] systemd[1]: Detected virtualization kvm. [ 2.969743] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.973905] systemd[1]: Set hostname to . [ 2.977297] systemd[1]: Initializing machine ID from KVM UUID. [ 2.979036] systemd[1]: Installed transient /etc/machine-id file. [ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.119914] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.122819] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.137814] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.140841] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.143731] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.147023] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.156434] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.158859] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.161993] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.165455] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.173067] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.177963] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.184862] systemd[1]: Mounting Huge Pages File System... [ 3.188703] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.200969] iscsi: registered transport (tcp) Starting Create list of required st... nodes for the current kernel... [ 3.207478] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.215257] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.221575] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.236925] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.244476] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.250036] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.260676] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.263459] iscsi: registered transport (iser) [ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.285993] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.289757] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.297221] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.302279] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.308388] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.318596] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.323284] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.332638] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.668929] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-20 17:54:21,569 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.209: [Errno None] Unable to connect to port 22 on 172.30.9.209 2018-08-20 17:54:30,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 17:54:30,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 17:54:30,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:54: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-66f04580-4026-492e-867a-c7e47956565d x-compute-request-id: req-66f04580-4026-492e-867a-c7e47956565d Content-Encoding: gzip Content-Length: 10536 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179527] pid_max: default: 32768 minimum: 301\n[ 0.180765] ACPI: Core revision 20150930\n[ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184275] Security Framework initialized\n[ 0.185402] Yama: becoming mindful.\n[ 0.186407] AppArmor: AppArmor initialized\n[ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194619] Initializing cgroup subsys io\n[ 0.195752] Initializing cgroup subsys memory\n[ 0.196948] Initializing cgroup subsys devices\n[ 0.198149] Initializing cgroup subsys freezer\n[ 0.199342] Initializing cgroup subsys net_cls\n[ 0.200552] Initializing cgroup subsys perf_event\n[ 0.201811] Initializing cgroup subsys net_prio\n[ 0.203021] Initializing cgroup subsys hugetlb\n[ 0.204264] Initializing cgroup subsys pids\n[ 0.205436] CPU: Physical Processor ID: 0\n[ 0.207232] mce: CPU supports 10 MCE banks\n[ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211251] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.214496] Speculative Store Bypass: Vulnerable\n[ 0.233477] Freeing SMP alternatives memory: 32K\n[ 0.239454] ftrace: allocating 32237 entries in 126 pages\n[ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275816] smpboot: Max logical packages: 1\n[ 0.277222] x2apic enabled\n[ 0.278365] Switched APIC routing to physical x2apic.\n[ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287628] KVM setup paravirtual spinlock\n[ 0.289243] x86: Booted up 1 node, 1 CPUs\n[ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292255] devtmpfs: initialized\n[ 0.294237] evm: security.selinux\n[ 0.295233] evm: security.SMACK64\n[ 0.296191] evm: security.SMACK64EXEC\n[ 0.297217] evm: security.SMACK64TRANSMUTE\n[ 0.298317] evm: security.SMACK64MMAP\n[ 0.299333] evm: security.ima\n[ 0.300218] evm: security.capability\n[ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.305406] pinctrl core: initialized pinctrl subsystem\n[ 0.306896] RTC time: 17:53:50, date: 08/20/18\n[ 0.308189] NET: Registered protocol family 16\n[ 0.309506] cpuidle: using governor ladder\n[ 0.310632] cpuidle: using governor menu\n[ 0.311714] PCCT header not found.\n[ 0.312750] ACPI: bus type PCI registered\n[ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315567] PCI: Using configuration type 1 for base access\n[ 0.317795] ACPI: Added _OSI(Module Device)\n[ 0.318943] ACPI: Added _OSI(Processor Device)\n[ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321352] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323567] ACPI: Interpreter enabled\n[ 0.324619] ACPI: (supports S0 S5)\n[ 0.325628] ACPI: Using IOAPIC for interrupt routing\n[ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341791] acpiphp: Slot [3] registered\n[ 0.343012] acpiphp: Slot [4] registered\n[ 0.344131] acpiphp: Slot [5] registered\n[ 0.345279] acpiphp: Slot [6] registered\n[ 0.360652] acpiphp: Slot [7] registered\n[ 0.361764] acpiphp: Slot [8] registered\n[ 0.362865] acpiphp: Slot [9] registered\n[ 0.363959] acpiphp: Slot [10] registered\n[ 0.365074] acpiphp: Slot [11] registered\n[ 0.366228] acpiphp: Slot [12] registered\n[ 0.367358] acpiphp: Slot [13] registered\n[ 0.368483] acpiphp: Slot [14] registered\n[ 0.369594] acpiphp: Slot [15] registered\n[ 0.370702] acpiphp: Slot [16] registered\n[ 0.371816] acpiphp: Slot [17] registered\n[ 0.372951] acpiphp: Slot [18] registered\n[ 0.374156] acpiphp: Slot [19] registered\n[ 0.375282] acpiphp: Slot [20] registered\n[ 0.376448] acpiphp: Slot [21] registered\n[ 0.377571] acpiphp: Slot [22] registered\n[ 0.378707] acpiphp: Slot [23] registered\n[ 0.379831] acpiphp: Slot [24] registered\n[ 0.380962] acpiphp: Slot [25] registered\n[ 0.382087] acpiphp: Slot [26] registered\n[ 0.383213] acpiphp: Slot [27] registered\n[ 0.384327] acpiphp: Slot [28] registered\n[ 0.385435] acpiphp: Slot [29] registered\n[ 0.386583] acpiphp: Slot [30] registered\n[ 0.387699] acpiphp: Slot [31] registered\n[ 0.388810] PCI host bridge to bus 0000:00\n[ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454449] vgaarb: loaded\n[ 0.455287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457065] SCSI subsystem initialized\n[ 0.458374] ACPI: bus type USB registered\n[ 0.459513] usbcore: registered new interface driver usbfs\n[ 0.460926] usbcore: registered new interface driver hub\n[ 0.462302] usbcore: registered new device driver usb\n[ 0.463834] PCI: Using ACPI for IRQ routing\n[ 0.465408] NetLabel: Initializing\n[ 0.466432] NetLabel: domain hash size = 128\n[ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468905] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] amd_nb: Cannot enumerate AMD northbridges\n[ 0.471841] clocksource: Switched to clocksource kvm-clock\n[ 0.481463] AppArmor: AppArmor Filesystem Enabled\n[ 0.482794] pnp: PnP ACPI init\n[ 0.484059] pnp: PnP ACPI: found 5 devices\n[ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493302] NET: Registered protocol family 2\n[ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502853] NET: Registered protocol family 1\n[ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539711] Unpacking initramfs...\n[ 1.026542] Freeing initrd memory: 37084K\n[ 1.028077] Scanning for low memory corruption every 60 seconds\n[ 1.029934] audit: initializing netlink subsys (disabled)\n[ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized\n[ 1.033286] Initialise system trusted keyring\n[ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.038873] zbud: loaded\n[ 1.039962] VFS: Disk quotas dquot_6.6.0\n[ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.044739] fuse init (API version 7.23)\n[ 1.045960] Key type big_key registered\n[ 1.047054] Allocating IMA MOK and blacklist keyrings.\n[ 1.048788] Key type asymmetric registered\n[ 1.049914] Asymmetric key parser 'x509' registered\n[ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.053286] io scheduler noop registered\n[ 1.054373] io scheduler deadline registered (default)\n[ 1.055712] io scheduler cfq registered\n[ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.062024] ACPI: Power Button [PWRF]\n[ 1.063238] GHES: HEST is not enabled!\n[ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.141532] Linux agpgart interface v0.103\n[ 1.144380] loop: module loaded\n[ 1.147683] vda: vda1\n[ 1.149227] scsi host0: ata_piix\n[ 1.150272] scsi host1: ata_piix\n[ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.155133] libphy: Fixed MDIO Bus: probed\n[ 1.156746] tun: Universal TUN/TAP device driver, 1.6\n[ 1.158363] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161424] PPP generic driver version 2.4.2\n[ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164770] ehci-pci: EHCI PCI platform driver\n[ 1.165995] ehci-platform: EHCI generic platform driver\n[ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168964] ohci-pci: OHCI PCI platform driver\n[ 1.170184] ohci-platform: OHCI generic platform driver\n[ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.198267] usb usb1: Product: UHCI Host Controller\n[ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.201185] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202533] hub 1-0:1.0: USB hub found\n[ 1.203623] hub 1-0:1.0: 2 ports detected\n[ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210633] mousedev: PS/2 mouse device common for all mice\n[ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214971] rtc_cmos 00:00: RTC can wake from S4\n[ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219784] i2c /dev entries driver\n[ 1.220851] device-mapper: uevent: version 1.0.3\n[ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.226197] NET: Registered protocol family 10\n[ 1.227634] NET: Registered protocol family 17\n[ 1.228850] Key type dns_resolver registered\n[ 1.230223] registered taskstats version 1\n[ 1.231374] Loading compiled-in X.509 certificates\n[ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235727] zswap: loaded using pool lzo/zbud\n[ 1.238299] Key type trusted registered\n[ 1.241389] Key type encrypted registered\n[ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243941] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245403] evm: HMAC attrs: 0x1\n[ 1.246682] Magic number: 14:657:896\n[ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631)\n[ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251572] EDD information not available.\n[ 1.313633] Freeing unused kernel memory: 1512K\n[ 1.314903] Write protecting the kernel read-only data: 14336k\n[ 1.331992] Freeing unused kernel memory: 1692K\n[ 1.333465] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429844] [drm] Initialized drm 1.1.0 20060810\n[ 1.432576] virtio_net virtio0 ens3: renamed from eth0\n[ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.468573] FDC 0 is a S82078B\n[ 1.477686] AVX2 version of gcm_enc/dec engaged.\n[ 1.478971] AES CTR mode by8 optimization enabled\n[ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.680502] usb 1-1: Product: QEMU USB Tablet\n[ 1.681718] usb 1-1: Manufacturer: QEMU\n[ 1.682814] usb 1-1: SerialNumber: 42\n[ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.698385] usbcore: registered new interface driver usbhid\n[ 1.699933] usbhid: USB HID core driver\n[ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz\n[ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns\nBegin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1\n[ 2.075082] md: multipath personality registered for level -4\n[ 2.078706] md: raid0 personality registered for level 0\n[ 2.082785] md: raid1 personality registered for level 1\n[ 2.155855] raid6: sse2x1 gen() 11259 MB/s\n[ 2.223851] raid6: sse2x1 xor() 8773 MB/s\n[ 2.291844] raid6: sse2x2 gen() 14243 MB/s\n[ 2.359873] raid6: sse2x2 xor() 9892 MB/s\n[ 2.427841] raid6: sse2x4 gen() 17130 MB/s\n[ 2.495839] raid6: sse2x4 xor() 11728 MB/s\n[ 2.563849] raid6: avx2x1 gen() 22535 MB/s\n[ 2.631841] raid6: avx2x2 gen() 26289 MB/s\n[ 2.699840] raid6: avx2x4 gen() 29042 MB/s\n[ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s\n[ 2.706725] raid6: using avx2x2 recovery algorithm\n[ 2.714939] xor: automatically using best checksumming function:\n[ 2.755836] avx : 32736.000 MB/sec\n[ 2.758667] async_tx: api initialized (async)\n[ 2.771197] md: raid6 personality registered for level 6\n[ 2.772651] md: raid5 personality registered for level 5\n[ 2.774071] md: raid4 personality registered for level 4\n[ 2.781781] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.968307] systemd[1]: Detected virtualization kvm.\n[ 2.969743] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.973905] systemd[1]: Set hostname to .\n[ 2.977297] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.979036] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.119914] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.122819] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.137814] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.140841] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.143731] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.147023] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.156434] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.158859] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.161993] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.165455] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.173067] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.177963] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.184862] systemd[1]: Mounting Huge Pages File System...\n[ 3.188703] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 3.200969] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 3.207478] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.215257] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.221575] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.236925] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.244476] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.250036] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.260676] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.263459] iscsi: registered transport (iser)\n[ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.285993] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.289757] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.297221] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.302279] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.308388] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.318596] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.323284] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.332638] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.668929] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-20 17:54:30,660 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-66f04580-4026-492e-867a-c7e47956565d 2018-08-20 17:54:30,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0811030864716s 2018-08-20 17:54:30,661 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-66f04580-4026-492e-867a-c7e47956565d 2018-08-20 17:54:30,661 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179527] pid_max: default: 32768 minimum: 301 [ 0.180765] ACPI: Core revision 20150930 [ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184275] Security Framework initialized [ 0.185402] Yama: becoming mindful. [ 0.186407] AppArmor: AppArmor initialized [ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194619] Initializing cgroup subsys io [ 0.195752] Initializing cgroup subsys memory [ 0.196948] Initializing cgroup subsys devices [ 0.198149] Initializing cgroup subsys freezer [ 0.199342] Initializing cgroup subsys net_cls [ 0.200552] Initializing cgroup subsys perf_event [ 0.201811] Initializing cgroup subsys net_prio [ 0.203021] Initializing cgroup subsys hugetlb [ 0.204264] Initializing cgroup subsys pids [ 0.205436] CPU: Physical Processor ID: 0 [ 0.207232] mce: CPU supports 10 MCE banks [ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.211251] Spectre V2 : Mitigation: Full generic retpoline [ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.214496] Speculative Store Bypass: Vulnerable [ 0.233477] Freeing SMP alternatives memory: 32K [ 0.239454] ftrace: allocating 32237 entries in 126 pages [ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275816] smpboot: Max logical packages: 1 [ 0.277222] x2apic enabled [ 0.278365] Switched APIC routing to physical x2apic. [ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287628] KVM setup paravirtual spinlock [ 0.289243] x86: Booted up 1 node, 1 CPUs [ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292255] devtmpfs: initialized [ 0.294237] evm: security.selinux [ 0.295233] evm: security.SMACK64 [ 0.296191] evm: security.SMACK64EXEC [ 0.297217] evm: security.SMACK64TRANSMUTE [ 0.298317] evm: security.SMACK64MMAP [ 0.299333] evm: security.ima [ 0.300218] evm: security.capability [ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.305406] pinctrl core: initialized pinctrl subsystem [ 0.306896] RTC time: 17:53:50, date: 08/20/18 [ 0.308189] NET: Registered protocol family 16 [ 0.309506] cpuidle: using governor ladder [ 0.310632] cpuidle: using governor menu [ 0.311714] PCCT header not found. [ 0.312750] ACPI: bus type PCI registered [ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315567] PCI: Using configuration type 1 for base access [ 0.317795] ACPI: Added _OSI(Module Device) [ 0.318943] ACPI: Added _OSI(Processor Device) [ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321352] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323567] ACPI: Interpreter enabled [ 0.324619] ACPI: (supports S0 S5) [ 0.325628] ACPI: Using IOAPIC for interrupt routing [ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341791] acpiphp: Slot [3] registered [ 0.343012] acpiphp: Slot [4] registered [ 0.344131] acpiphp: Slot [5] registered [ 0.345279] acpiphp: Slot [6] registered [ 0.360652] acpiphp: Slot [7] registered [ 0.361764] acpiphp: Slot [8] registered [ 0.362865] acpiphp: Slot [9] registered [ 0.363959] acpiphp: Slot [10] registered [ 0.365074] acpiphp: Slot [11] registered [ 0.366228] acpiphp: Slot [12] registered [ 0.367358] acpiphp: Slot [13] registered [ 0.368483] acpiphp: Slot [14] registered [ 0.369594] acpiphp: Slot [15] registered [ 0.370702] acpiphp: Slot [16] registered [ 0.371816] acpiphp: Slot [17] registered [ 0.372951] acpiphp: Slot [18] registered [ 0.374156] acpiphp: Slot [19] registered [ 0.375282] acpiphp: Slot [20] registered [ 0.376448] acpiphp: Slot [21] registered [ 0.377571] acpiphp: Slot [22] registered [ 0.378707] acpiphp: Slot [23] registered [ 0.379831] acpiphp: Slot [24] registered [ 0.380962] acpiphp: Slot [25] registered [ 0.382087] acpiphp: Slot [26] registered [ 0.383213] acpiphp: Slot [27] registered [ 0.384327] acpiphp: Slot [28] registered [ 0.385435] acpiphp: Slot [29] registered [ 0.386583] acpiphp: Slot [30] registered [ 0.387699] acpiphp: Slot [31] registered [ 0.388810] PCI host bridge to bus 0000:00 [ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454449] vgaarb: loaded [ 0.455287] vgaarb: bridge control possible 0000:00:02.0 [ 0.457065] SCSI subsystem initialized [ 0.458374] ACPI: bus type USB registered [ 0.459513] usbcore: registered new interface driver usbfs [ 0.460926] usbcore: registered new interface driver hub [ 0.462302] usbcore: registered new device driver usb [ 0.463834] PCI: Using ACPI for IRQ routing [ 0.465408] NetLabel: Initializing [ 0.466432] NetLabel: domain hash size = 128 [ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468905] NetLabel: unlabeled traffic allowed by default [ 0.470492] amd_nb: Cannot enumerate AMD northbridges [ 0.471841] clocksource: Switched to clocksource kvm-clock [ 0.481463] AppArmor: AppArmor Filesystem Enabled [ 0.482794] pnp: PnP ACPI init [ 0.484059] pnp: PnP ACPI: found 5 devices [ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493302] NET: Registered protocol family 2 [ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502853] NET: Registered protocol family 1 [ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539711] Unpacking initramfs... [ 1.026542] Freeing initrd memory: 37084K [ 1.028077] Scanning for low memory corruption every 60 seconds [ 1.029934] audit: initializing netlink subsys (disabled) [ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized [ 1.033286] Initialise system trusted keyring [ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.038873] zbud: loaded [ 1.039962] VFS: Disk quotas dquot_6.6.0 [ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.044739] fuse init (API version 7.23) [ 1.045960] Key type big_key registered [ 1.047054] Allocating IMA MOK and blacklist keyrings. [ 1.048788] Key type asymmetric registered [ 1.049914] Asymmetric key parser 'x509' registered [ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.053286] io scheduler noop registered [ 1.054373] io scheduler deadline registered (default) [ 1.055712] io scheduler cfq registered [ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.062024] ACPI: Power Button [PWRF] [ 1.063238] GHES: HEST is not enabled! [ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.141532] Linux agpgart interface v0.103 [ 1.144380] loop: module loaded [ 1.147683] vda: vda1 [ 1.149227] scsi host0: ata_piix [ 1.150272] scsi host1: ata_piix [ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.155133] libphy: Fixed MDIO Bus: probed [ 1.156746] tun: Universal TUN/TAP device driver, 1.6 [ 1.158363] tun: (C) 1999-2004 Max Krasnyansky [ 1.161424] PPP generic driver version 2.4.2 [ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164770] ehci-pci: EHCI PCI platform driver [ 1.165995] ehci-platform: EHCI generic platform driver [ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168964] ohci-pci: OHCI PCI platform driver [ 1.170184] ohci-platform: OHCI generic platform driver [ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver [ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.198267] usb usb1: Product: UHCI Host Controller [ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.201185] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202533] hub 1-0:1.0: USB hub found [ 1.203623] hub 1-0:1.0: 2 ports detected [ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210633] mousedev: PS/2 mouse device common for all mice [ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214971] rtc_cmos 00:00: RTC can wake from S4 [ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219784] i2c /dev entries driver [ 1.220851] device-mapper: uevent: version 1.0.3 [ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs [ 1.226197] NET: Registered protocol family 10 [ 1.227634] NET: Registered protocol family 17 [ 1.228850] Key type dns_resolver registered [ 1.230223] registered taskstats version 1 [ 1.231374] Loading compiled-in X.509 certificates [ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235727] zswap: loaded using pool lzo/zbud [ 1.238299] Key type trusted registered [ 1.241389] Key type encrypted registered [ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243941] ima: No TPM chip found, activating TPM-bypass! [ 1.245403] evm: HMAC attrs: 0x1 [ 1.246682] Magic number: 14:657:896 [ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631) [ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251572] EDD information not available. [ 1.313633] Freeing unused kernel memory: 1512K [ 1.314903] Write protecting the kernel read-only data: 14336k [ 1.331992] Freeing unused kernel memory: 1692K [ 1.333465] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429844] [drm] Initialized drm 1.1.0 20060810 [ 1.432576] virtio_net virtio0 ens3: renamed from eth0 [ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.468573] FDC 0 is a S82078B [ 1.477686] AVX2 version of gcm_enc/dec engaged. [ 1.478971] AES CTR mode by8 optimization enabled [ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.680502] usb 1-1: Product: QEMU USB Tablet [ 1.681718] usb 1-1: Manufacturer: QEMU [ 1.682814] usb 1-1: SerialNumber: 42 [ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina [ 1.698385] usbcore: registered new interface driver usbhid [ 1.699933] usbhid: USB HID core driver [ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz [ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns Begin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1 [ 2.075082] md: multipath personality registered for level -4 [ 2.078706] md: raid0 personality registered for level 0 [ 2.082785] md: raid1 personality registered for level 1 [ 2.155855] raid6: sse2x1 gen() 11259 MB/s [ 2.223851] raid6: sse2x1 xor() 8773 MB/s [ 2.291844] raid6: sse2x2 gen() 14243 MB/s [ 2.359873] raid6: sse2x2 xor() 9892 MB/s [ 2.427841] raid6: sse2x4 gen() 17130 MB/s [ 2.495839] raid6: sse2x4 xor() 11728 MB/s [ 2.563849] raid6: avx2x1 gen() 22535 MB/s [ 2.631841] raid6: avx2x2 gen() 26289 MB/s [ 2.699840] raid6: avx2x4 gen() 29042 MB/s [ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s [ 2.706725] raid6: using avx2x2 recovery algorithm [ 2.714939] xor: automatically using best checksumming function: [ 2.755836] avx : 32736.000 MB/sec [ 2.758667] async_tx: api initialized (async) [ 2.771197] md: raid6 personality registered for level 6 [ 2.772651] md: raid5 personality registered for level 5 [ 2.774071] md: raid4 personality registered for level 4 [ 2.781781] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.968307] systemd[1]: Detected virtualization kvm. [ 2.969743] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.973905] systemd[1]: Set hostname to . [ 2.977297] systemd[1]: Initializing machine ID from KVM UUID. [ 2.979036] systemd[1]: Installed transient /etc/machine-id file. [ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.119914] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.122819] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.137814] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.140841] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.143731] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.147023] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.156434] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.158859] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.161993] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.165455] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.173067] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.177963] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.184862] systemd[1]: Mounting Huge Pages File System... [ 3.188703] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.200969] iscsi: registered transport (tcp) Starting Create list of required st... nodes for the current kernel... [ 3.207478] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.215257] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.221575] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.236925] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.244476] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.250036] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.260676] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.263459] iscsi: registered transport (iser) [ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.285993] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.289757] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.297221] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.302279] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.308388] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.318596] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.323284] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.332638] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.668929] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-20 17:54:30,664 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.209: [Errno None] Unable to connect to port 22 on 172.30.9.209 2018-08-20 17:54:39,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 17:54:39,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 17:54:39,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:54: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-718fbc39-a145-402c-be3d-c41014abcf78 x-compute-request-id: req-718fbc39-a145-402c-be3d-c41014abcf78 Content-Encoding: gzip Content-Length: 10536 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179527] pid_max: default: 32768 minimum: 301\n[ 0.180765] ACPI: Core revision 20150930\n[ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184275] Security Framework initialized\n[ 0.185402] Yama: becoming mindful.\n[ 0.186407] AppArmor: AppArmor initialized\n[ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194619] Initializing cgroup subsys io\n[ 0.195752] Initializing cgroup subsys memory\n[ 0.196948] Initializing cgroup subsys devices\n[ 0.198149] Initializing cgroup subsys freezer\n[ 0.199342] Initializing cgroup subsys net_cls\n[ 0.200552] Initializing cgroup subsys perf_event\n[ 0.201811] Initializing cgroup subsys net_prio\n[ 0.203021] Initializing cgroup subsys hugetlb\n[ 0.204264] Initializing cgroup subsys pids\n[ 0.205436] CPU: Physical Processor ID: 0\n[ 0.207232] mce: CPU supports 10 MCE banks\n[ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211251] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.214496] Speculative Store Bypass: Vulnerable\n[ 0.233477] Freeing SMP alternatives memory: 32K\n[ 0.239454] ftrace: allocating 32237 entries in 126 pages\n[ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275816] smpboot: Max logical packages: 1\n[ 0.277222] x2apic enabled\n[ 0.278365] Switched APIC routing to physical x2apic.\n[ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287628] KVM setup paravirtual spinlock\n[ 0.289243] x86: Booted up 1 node, 1 CPUs\n[ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292255] devtmpfs: initialized\n[ 0.294237] evm: security.selinux\n[ 0.295233] evm: security.SMACK64\n[ 0.296191] evm: security.SMACK64EXEC\n[ 0.297217] evm: security.SMACK64TRANSMUTE\n[ 0.298317] evm: security.SMACK64MMAP\n[ 0.299333] evm: security.ima\n[ 0.300218] evm: security.capability\n[ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.305406] pinctrl core: initialized pinctrl subsystem\n[ 0.306896] RTC time: 17:53:50, date: 08/20/18\n[ 0.308189] NET: Registered protocol family 16\n[ 0.309506] cpuidle: using governor ladder\n[ 0.310632] cpuidle: using governor menu\n[ 0.311714] PCCT header not found.\n[ 0.312750] ACPI: bus type PCI registered\n[ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315567] PCI: Using configuration type 1 for base access\n[ 0.317795] ACPI: Added _OSI(Module Device)\n[ 0.318943] ACPI: Added _OSI(Processor Device)\n[ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321352] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323567] ACPI: Interpreter enabled\n[ 0.324619] ACPI: (supports S0 S5)\n[ 0.325628] ACPI: Using IOAPIC for interrupt routing\n[ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341791] acpiphp: Slot [3] registered\n[ 0.343012] acpiphp: Slot [4] registered\n[ 0.344131] acpiphp: Slot [5] registered\n[ 0.345279] acpiphp: Slot [6] registered\n[ 0.360652] acpiphp: Slot [7] registered\n[ 0.361764] acpiphp: Slot [8] registered\n[ 0.362865] acpiphp: Slot [9] registered\n[ 0.363959] acpiphp: Slot [10] registered\n[ 0.365074] acpiphp: Slot [11] registered\n[ 0.366228] acpiphp: Slot [12] registered\n[ 0.367358] acpiphp: Slot [13] registered\n[ 0.368483] acpiphp: Slot [14] registered\n[ 0.369594] acpiphp: Slot [15] registered\n[ 0.370702] acpiphp: Slot [16] registered\n[ 0.371816] acpiphp: Slot [17] registered\n[ 0.372951] acpiphp: Slot [18] registered\n[ 0.374156] acpiphp: Slot [19] registered\n[ 0.375282] acpiphp: Slot [20] registered\n[ 0.376448] acpiphp: Slot [21] registered\n[ 0.377571] acpiphp: Slot [22] registered\n[ 0.378707] acpiphp: Slot [23] registered\n[ 0.379831] acpiphp: Slot [24] registered\n[ 0.380962] acpiphp: Slot [25] registered\n[ 0.382087] acpiphp: Slot [26] registered\n[ 0.383213] acpiphp: Slot [27] registered\n[ 0.384327] acpiphp: Slot [28] registered\n[ 0.385435] acpiphp: Slot [29] registered\n[ 0.386583] acpiphp: Slot [30] registered\n[ 0.387699] acpiphp: Slot [31] registered\n[ 0.388810] PCI host bridge to bus 0000:00\n[ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454449] vgaarb: loaded\n[ 0.455287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457065] SCSI subsystem initialized\n[ 0.458374] ACPI: bus type USB registered\n[ 0.459513] usbcore: registered new interface driver usbfs\n[ 0.460926] usbcore: registered new interface driver hub\n[ 0.462302] usbcore: registered new device driver usb\n[ 0.463834] PCI: Using ACPI for IRQ routing\n[ 0.465408] NetLabel: Initializing\n[ 0.466432] NetLabel: domain hash size = 128\n[ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468905] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] amd_nb: Cannot enumerate AMD northbridges\n[ 0.471841] clocksource: Switched to clocksource kvm-clock\n[ 0.481463] AppArmor: AppArmor Filesystem Enabled\n[ 0.482794] pnp: PnP ACPI init\n[ 0.484059] pnp: PnP ACPI: found 5 devices\n[ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493302] NET: Registered protocol family 2\n[ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502853] NET: Registered protocol family 1\n[ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539711] Unpacking initramfs...\n[ 1.026542] Freeing initrd memory: 37084K\n[ 1.028077] Scanning for low memory corruption every 60 seconds\n[ 1.029934] audit: initializing netlink subsys (disabled)\n[ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized\n[ 1.033286] Initialise system trusted keyring\n[ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.038873] zbud: loaded\n[ 1.039962] VFS: Disk quotas dquot_6.6.0\n[ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.044739] fuse init (API version 7.23)\n[ 1.045960] Key type big_key registered\n[ 1.047054] Allocating IMA MOK and blacklist keyrings.\n[ 1.048788] Key type asymmetric registered\n[ 1.049914] Asymmetric key parser 'x509' registered\n[ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.053286] io scheduler noop registered\n[ 1.054373] io scheduler deadline registered (default)\n[ 1.055712] io scheduler cfq registered\n[ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.062024] ACPI: Power Button [PWRF]\n[ 1.063238] GHES: HEST is not enabled!\n[ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.141532] Linux agpgart interface v0.103\n[ 1.144380] loop: module loaded\n[ 1.147683] vda: vda1\n[ 1.149227] scsi host0: ata_piix\n[ 1.150272] scsi host1: ata_piix\n[ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.155133] libphy: Fixed MDIO Bus: probed\n[ 1.156746] tun: Universal TUN/TAP device driver, 1.6\n[ 1.158363] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161424] PPP generic driver version 2.4.2\n[ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164770] ehci-pci: EHCI PCI platform driver\n[ 1.165995] ehci-platform: EHCI generic platform driver\n[ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168964] ohci-pci: OHCI PCI platform driver\n[ 1.170184] ohci-platform: OHCI generic platform driver\n[ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.198267] usb usb1: Product: UHCI Host Controller\n[ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.201185] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202533] hub 1-0:1.0: USB hub found\n[ 1.203623] hub 1-0:1.0: 2 ports detected\n[ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210633] mousedev: PS/2 mouse device common for all mice\n[ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214971] rtc_cmos 00:00: RTC can wake from S4\n[ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219784] i2c /dev entries driver\n[ 1.220851] device-mapper: uevent: version 1.0.3\n[ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.226197] NET: Registered protocol family 10\n[ 1.227634] NET: Registered protocol family 17\n[ 1.228850] Key type dns_resolver registered\n[ 1.230223] registered taskstats version 1\n[ 1.231374] Loading compiled-in X.509 certificates\n[ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235727] zswap: loaded using pool lzo/zbud\n[ 1.238299] Key type trusted registered\n[ 1.241389] Key type encrypted registered\n[ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243941] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245403] evm: HMAC attrs: 0x1\n[ 1.246682] Magic number: 14:657:896\n[ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631)\n[ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251572] EDD information not available.\n[ 1.313633] Freeing unused kernel memory: 1512K\n[ 1.314903] Write protecting the kernel read-only data: 14336k\n[ 1.331992] Freeing unused kernel memory: 1692K\n[ 1.333465] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429844] [drm] Initialized drm 1.1.0 20060810\n[ 1.432576] virtio_net virtio0 ens3: renamed from eth0\n[ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.468573] FDC 0 is a S82078B\n[ 1.477686] AVX2 version of gcm_enc/dec engaged.\n[ 1.478971] AES CTR mode by8 optimization enabled\n[ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.680502] usb 1-1: Product: QEMU USB Tablet\n[ 1.681718] usb 1-1: Manufacturer: QEMU\n[ 1.682814] usb 1-1: SerialNumber: 42\n[ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.698385] usbcore: registered new interface driver usbhid\n[ 1.699933] usbhid: USB HID core driver\n[ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz\n[ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns\nBegin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1\n[ 2.075082] md: multipath personality registered for level -4\n[ 2.078706] md: raid0 personality registered for level 0\n[ 2.082785] md: raid1 personality registered for level 1\n[ 2.155855] raid6: sse2x1 gen() 11259 MB/s\n[ 2.223851] raid6: sse2x1 xor() 8773 MB/s\n[ 2.291844] raid6: sse2x2 gen() 14243 MB/s\n[ 2.359873] raid6: sse2x2 xor() 9892 MB/s\n[ 2.427841] raid6: sse2x4 gen() 17130 MB/s\n[ 2.495839] raid6: sse2x4 xor() 11728 MB/s\n[ 2.563849] raid6: avx2x1 gen() 22535 MB/s\n[ 2.631841] raid6: avx2x2 gen() 26289 MB/s\n[ 2.699840] raid6: avx2x4 gen() 29042 MB/s\n[ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s\n[ 2.706725] raid6: using avx2x2 recovery algorithm\n[ 2.714939] xor: automatically using best checksumming function:\n[ 2.755836] avx : 32736.000 MB/sec\n[ 2.758667] async_tx: api initialized (async)\n[ 2.771197] md: raid6 personality registered for level 6\n[ 2.772651] md: raid5 personality registered for level 5\n[ 2.774071] md: raid4 personality registered for level 4\n[ 2.781781] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.968307] systemd[1]: Detected virtualization kvm.\n[ 2.969743] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.973905] systemd[1]: Set hostname to .\n[ 2.977297] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.979036] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.119914] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.122819] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.137814] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.140841] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.143731] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.147023] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.156434] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.158859] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.161993] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.165455] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.173067] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.177963] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.184862] systemd[1]: Mounting Huge Pages File System...\n[ 3.188703] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 3.200969] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 3.207478] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.215257] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.221575] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.236925] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.244476] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.250036] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.260676] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.263459] iscsi: registered transport (iser)\n[ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.285993] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.289757] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.297221] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.302279] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.308388] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.318596] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.323284] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.332638] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.668929] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-20 17:54:39,810 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-718fbc39-a145-402c-be3d-c41014abcf78 2018-08-20 17:54:39,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.136884212494s 2018-08-20 17:54:39,812 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-718fbc39-a145-402c-be3d-c41014abcf78 2018-08-20 17:54:39,812 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179527] pid_max: default: 32768 minimum: 301 [ 0.180765] ACPI: Core revision 20150930 [ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184275] Security Framework initialized [ 0.185402] Yama: becoming mindful. [ 0.186407] AppArmor: AppArmor initialized [ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194619] Initializing cgroup subsys io [ 0.195752] Initializing cgroup subsys memory [ 0.196948] Initializing cgroup subsys devices [ 0.198149] Initializing cgroup subsys freezer [ 0.199342] Initializing cgroup subsys net_cls [ 0.200552] Initializing cgroup subsys perf_event [ 0.201811] Initializing cgroup subsys net_prio [ 0.203021] Initializing cgroup subsys hugetlb [ 0.204264] Initializing cgroup subsys pids [ 0.205436] CPU: Physical Processor ID: 0 [ 0.207232] mce: CPU supports 10 MCE banks [ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.211251] Spectre V2 : Mitigation: Full generic retpoline [ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.214496] Speculative Store Bypass: Vulnerable [ 0.233477] Freeing SMP alternatives memory: 32K [ 0.239454] ftrace: allocating 32237 entries in 126 pages [ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275816] smpboot: Max logical packages: 1 [ 0.277222] x2apic enabled [ 0.278365] Switched APIC routing to physical x2apic. [ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287628] KVM setup paravirtual spinlock [ 0.289243] x86: Booted up 1 node, 1 CPUs [ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292255] devtmpfs: initialized [ 0.294237] evm: security.selinux [ 0.295233] evm: security.SMACK64 [ 0.296191] evm: security.SMACK64EXEC [ 0.297217] evm: security.SMACK64TRANSMUTE [ 0.298317] evm: security.SMACK64MMAP [ 0.299333] evm: security.ima [ 0.300218] evm: security.capability [ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.305406] pinctrl core: initialized pinctrl subsystem [ 0.306896] RTC time: 17:53:50, date: 08/20/18 [ 0.308189] NET: Registered protocol family 16 [ 0.309506] cpuidle: using governor ladder [ 0.310632] cpuidle: using governor menu [ 0.311714] PCCT header not found. [ 0.312750] ACPI: bus type PCI registered [ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315567] PCI: Using configuration type 1 for base access [ 0.317795] ACPI: Added _OSI(Module Device) [ 0.318943] ACPI: Added _OSI(Processor Device) [ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321352] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323567] ACPI: Interpreter enabled [ 0.324619] ACPI: (supports S0 S5) [ 0.325628] ACPI: Using IOAPIC for interrupt routing [ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341791] acpiphp: Slot [3] registered [ 0.343012] acpiphp: Slot [4] registered [ 0.344131] acpiphp: Slot [5] registered [ 0.345279] acpiphp: Slot [6] registered [ 0.360652] acpiphp: Slot [7] registered [ 0.361764] acpiphp: Slot [8] registered [ 0.362865] acpiphp: Slot [9] registered [ 0.363959] acpiphp: Slot [10] registered [ 0.365074] acpiphp: Slot [11] registered [ 0.366228] acpiphp: Slot [12] registered [ 0.367358] acpiphp: Slot [13] registered [ 0.368483] acpiphp: Slot [14] registered [ 0.369594] acpiphp: Slot [15] registered [ 0.370702] acpiphp: Slot [16] registered [ 0.371816] acpiphp: Slot [17] registered [ 0.372951] acpiphp: Slot [18] registered [ 0.374156] acpiphp: Slot [19] registered [ 0.375282] acpiphp: Slot [20] registered [ 0.376448] acpiphp: Slot [21] registered [ 0.377571] acpiphp: Slot [22] registered [ 0.378707] acpiphp: Slot [23] registered [ 0.379831] acpiphp: Slot [24] registered [ 0.380962] acpiphp: Slot [25] registered [ 0.382087] acpiphp: Slot [26] registered [ 0.383213] acpiphp: Slot [27] registered [ 0.384327] acpiphp: Slot [28] registered [ 0.385435] acpiphp: Slot [29] registered [ 0.386583] acpiphp: Slot [30] registered [ 0.387699] acpiphp: Slot [31] registered [ 0.388810] PCI host bridge to bus 0000:00 [ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454449] vgaarb: loaded [ 0.455287] vgaarb: bridge control possible 0000:00:02.0 [ 0.457065] SCSI subsystem initialized [ 0.458374] ACPI: bus type USB registered [ 0.459513] usbcore: registered new interface driver usbfs [ 0.460926] usbcore: registered new interface driver hub [ 0.462302] usbcore: registered new device driver usb [ 0.463834] PCI: Using ACPI for IRQ routing [ 0.465408] NetLabel: Initializing [ 0.466432] NetLabel: domain hash size = 128 [ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468905] NetLabel: unlabeled traffic allowed by default [ 0.470492] amd_nb: Cannot enumerate AMD northbridges [ 0.471841] clocksource: Switched to clocksource kvm-clock [ 0.481463] AppArmor: AppArmor Filesystem Enabled [ 0.482794] pnp: PnP ACPI init [ 0.484059] pnp: PnP ACPI: found 5 devices [ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493302] NET: Registered protocol family 2 [ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502853] NET: Registered protocol family 1 [ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539711] Unpacking initramfs... [ 1.026542] Freeing initrd memory: 37084K [ 1.028077] Scanning for low memory corruption every 60 seconds [ 1.029934] audit: initializing netlink subsys (disabled) [ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized [ 1.033286] Initialise system trusted keyring [ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.038873] zbud: loaded [ 1.039962] VFS: Disk quotas dquot_6.6.0 [ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.044739] fuse init (API version 7.23) [ 1.045960] Key type big_key registered [ 1.047054] Allocating IMA MOK and blacklist keyrings. [ 1.048788] Key type asymmetric registered [ 1.049914] Asymmetric key parser 'x509' registered [ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.053286] io scheduler noop registered [ 1.054373] io scheduler deadline registered (default) [ 1.055712] io scheduler cfq registered [ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.062024] ACPI: Power Button [PWRF] [ 1.063238] GHES: HEST is not enabled! [ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.141532] Linux agpgart interface v0.103 [ 1.144380] loop: module loaded [ 1.147683] vda: vda1 [ 1.149227] scsi host0: ata_piix [ 1.150272] scsi host1: ata_piix [ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.155133] libphy: Fixed MDIO Bus: probed [ 1.156746] tun: Universal TUN/TAP device driver, 1.6 [ 1.158363] tun: (C) 1999-2004 Max Krasnyansky [ 1.161424] PPP generic driver version 2.4.2 [ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164770] ehci-pci: EHCI PCI platform driver [ 1.165995] ehci-platform: EHCI generic platform driver [ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168964] ohci-pci: OHCI PCI platform driver [ 1.170184] ohci-platform: OHCI generic platform driver [ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver [ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.198267] usb usb1: Product: UHCI Host Controller [ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.201185] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202533] hub 1-0:1.0: USB hub found [ 1.203623] hub 1-0:1.0: 2 ports detected [ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210633] mousedev: PS/2 mouse device common for all mice [ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214971] rtc_cmos 00:00: RTC can wake from S4 [ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219784] i2c /dev entries driver [ 1.220851] device-mapper: uevent: version 1.0.3 [ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs [ 1.226197] NET: Registered protocol family 10 [ 1.227634] NET: Registered protocol family 17 [ 1.228850] Key type dns_resolver registered [ 1.230223] registered taskstats version 1 [ 1.231374] Loading compiled-in X.509 certificates [ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235727] zswap: loaded using pool lzo/zbud [ 1.238299] Key type trusted registered [ 1.241389] Key type encrypted registered [ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243941] ima: No TPM chip found, activating TPM-bypass! [ 1.245403] evm: HMAC attrs: 0x1 [ 1.246682] Magic number: 14:657:896 [ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631) [ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251572] EDD information not available. [ 1.313633] Freeing unused kernel memory: 1512K [ 1.314903] Write protecting the kernel read-only data: 14336k [ 1.331992] Freeing unused kernel memory: 1692K [ 1.333465] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429844] [drm] Initialized drm 1.1.0 20060810 [ 1.432576] virtio_net virtio0 ens3: renamed from eth0 [ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.468573] FDC 0 is a S82078B [ 1.477686] AVX2 version of gcm_enc/dec engaged. [ 1.478971] AES CTR mode by8 optimization enabled [ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.680502] usb 1-1: Product: QEMU USB Tablet [ 1.681718] usb 1-1: Manufacturer: QEMU [ 1.682814] usb 1-1: SerialNumber: 42 [ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina [ 1.698385] usbcore: registered new interface driver usbhid [ 1.699933] usbhid: USB HID core driver [ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz [ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns Begin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1 [ 2.075082] md: multipath personality registered for level -4 [ 2.078706] md: raid0 personality registered for level 0 [ 2.082785] md: raid1 personality registered for level 1 [ 2.155855] raid6: sse2x1 gen() 11259 MB/s [ 2.223851] raid6: sse2x1 xor() 8773 MB/s [ 2.291844] raid6: sse2x2 gen() 14243 MB/s [ 2.359873] raid6: sse2x2 xor() 9892 MB/s [ 2.427841] raid6: sse2x4 gen() 17130 MB/s [ 2.495839] raid6: sse2x4 xor() 11728 MB/s [ 2.563849] raid6: avx2x1 gen() 22535 MB/s [ 2.631841] raid6: avx2x2 gen() 26289 MB/s [ 2.699840] raid6: avx2x4 gen() 29042 MB/s [ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s [ 2.706725] raid6: using avx2x2 recovery algorithm [ 2.714939] xor: automatically using best checksumming function: [ 2.755836] avx : 32736.000 MB/sec [ 2.758667] async_tx: api initialized (async) [ 2.771197] md: raid6 personality registered for level 6 [ 2.772651] md: raid5 personality registered for level 5 [ 2.774071] md: raid4 personality registered for level 4 [ 2.781781] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.968307] systemd[1]: Detected virtualization kvm. [ 2.969743] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.973905] systemd[1]: Set hostname to . [ 2.977297] systemd[1]: Initializing machine ID from KVM UUID. [ 2.979036] systemd[1]: Installed transient /etc/machine-id file. [ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.119914] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.122819] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.137814] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.140841] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.143731] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.147023] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.156434] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.158859] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.161993] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.165455] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.173067] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.177963] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.184862] systemd[1]: Mounting Huge Pages File System... [ 3.188703] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.200969] iscsi: registered transport (tcp) Starting Create list of required st... nodes for the current kernel... [ 3.207478] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.215257] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.221575] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.236925] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.244476] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.250036] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.260676] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.263459] iscsi: registered transport (iser) [ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.285993] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.289757] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.297221] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.302279] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.308388] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.318596] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.323284] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.332638] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.668929] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-20 17:54:39,814 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.209: [Errno None] Unable to connect to port 22 on 172.30.9.209 2018-08-20 17:54:48,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 17:54:48,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 17:54:48,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:54: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-1d1a8bc4-7333-4b7f-b98f-e73bd3db4310 x-compute-request-id: req-1d1a8bc4-7333-4b7f-b98f-e73bd3db4310 Content-Encoding: gzip Content-Length: 10536 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179527] pid_max: default: 32768 minimum: 301\n[ 0.180765] ACPI: Core revision 20150930\n[ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184275] Security Framework initialized\n[ 0.185402] Yama: becoming mindful.\n[ 0.186407] AppArmor: AppArmor initialized\n[ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194619] Initializing cgroup subsys io\n[ 0.195752] Initializing cgroup subsys memory\n[ 0.196948] Initializing cgroup subsys devices\n[ 0.198149] Initializing cgroup subsys freezer\n[ 0.199342] Initializing cgroup subsys net_cls\n[ 0.200552] Initializing cgroup subsys perf_event\n[ 0.201811] Initializing cgroup subsys net_prio\n[ 0.203021] Initializing cgroup subsys hugetlb\n[ 0.204264] Initializing cgroup subsys pids\n[ 0.205436] CPU: Physical Processor ID: 0\n[ 0.207232] mce: CPU supports 10 MCE banks\n[ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211251] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.214496] Speculative Store Bypass: Vulnerable\n[ 0.233477] Freeing SMP alternatives memory: 32K\n[ 0.239454] ftrace: allocating 32237 entries in 126 pages\n[ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275816] smpboot: Max logical packages: 1\n[ 0.277222] x2apic enabled\n[ 0.278365] Switched APIC routing to physical x2apic.\n[ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287628] KVM setup paravirtual spinlock\n[ 0.289243] x86: Booted up 1 node, 1 CPUs\n[ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292255] devtmpfs: initialized\n[ 0.294237] evm: security.selinux\n[ 0.295233] evm: security.SMACK64\n[ 0.296191] evm: security.SMACK64EXEC\n[ 0.297217] evm: security.SMACK64TRANSMUTE\n[ 0.298317] evm: security.SMACK64MMAP\n[ 0.299333] evm: security.ima\n[ 0.300218] evm: security.capability\n[ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.305406] pinctrl core: initialized pinctrl subsystem\n[ 0.306896] RTC time: 17:53:50, date: 08/20/18\n[ 0.308189] NET: Registered protocol family 16\n[ 0.309506] cpuidle: using governor ladder\n[ 0.310632] cpuidle: using governor menu\n[ 0.311714] PCCT header not found.\n[ 0.312750] ACPI: bus type PCI registered\n[ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315567] PCI: Using configuration type 1 for base access\n[ 0.317795] ACPI: Added _OSI(Module Device)\n[ 0.318943] ACPI: Added _OSI(Processor Device)\n[ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321352] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323567] ACPI: Interpreter enabled\n[ 0.324619] ACPI: (supports S0 S5)\n[ 0.325628] ACPI: Using IOAPIC for interrupt routing\n[ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341791] acpiphp: Slot [3] registered\n[ 0.343012] acpiphp: Slot [4] registered\n[ 0.344131] acpiphp: Slot [5] registered\n[ 0.345279] acpiphp: Slot [6] registered\n[ 0.360652] acpiphp: Slot [7] registered\n[ 0.361764] acpiphp: Slot [8] registered\n[ 0.362865] acpiphp: Slot [9] registered\n[ 0.363959] acpiphp: Slot [10] registered\n[ 0.365074] acpiphp: Slot [11] registered\n[ 0.366228] acpiphp: Slot [12] registered\n[ 0.367358] acpiphp: Slot [13] registered\n[ 0.368483] acpiphp: Slot [14] registered\n[ 0.369594] acpiphp: Slot [15] registered\n[ 0.370702] acpiphp: Slot [16] registered\n[ 0.371816] acpiphp: Slot [17] registered\n[ 0.372951] acpiphp: Slot [18] registered\n[ 0.374156] acpiphp: Slot [19] registered\n[ 0.375282] acpiphp: Slot [20] registered\n[ 0.376448] acpiphp: Slot [21] registered\n[ 0.377571] acpiphp: Slot [22] registered\n[ 0.378707] acpiphp: Slot [23] registered\n[ 0.379831] acpiphp: Slot [24] registered\n[ 0.380962] acpiphp: Slot [25] registered\n[ 0.382087] acpiphp: Slot [26] registered\n[ 0.383213] acpiphp: Slot [27] registered\n[ 0.384327] acpiphp: Slot [28] registered\n[ 0.385435] acpiphp: Slot [29] registered\n[ 0.386583] acpiphp: Slot [30] registered\n[ 0.387699] acpiphp: Slot [31] registered\n[ 0.388810] PCI host bridge to bus 0000:00\n[ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454449] vgaarb: loaded\n[ 0.455287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457065] SCSI subsystem initialized\n[ 0.458374] ACPI: bus type USB registered\n[ 0.459513] usbcore: registered new interface driver usbfs\n[ 0.460926] usbcore: registered new interface driver hub\n[ 0.462302] usbcore: registered new device driver usb\n[ 0.463834] PCI: Using ACPI for IRQ routing\n[ 0.465408] NetLabel: Initializing\n[ 0.466432] NetLabel: domain hash size = 128\n[ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468905] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] amd_nb: Cannot enumerate AMD northbridges\n[ 0.471841] clocksource: Switched to clocksource kvm-clock\n[ 0.481463] AppArmor: AppArmor Filesystem Enabled\n[ 0.482794] pnp: PnP ACPI init\n[ 0.484059] pnp: PnP ACPI: found 5 devices\n[ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493302] NET: Registered protocol family 2\n[ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502853] NET: Registered protocol family 1\n[ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539711] Unpacking initramfs...\n[ 1.026542] Freeing initrd memory: 37084K\n[ 1.028077] Scanning for low memory corruption every 60 seconds\n[ 1.029934] audit: initializing netlink subsys (disabled)\n[ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized\n[ 1.033286] Initialise system trusted keyring\n[ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.038873] zbud: loaded\n[ 1.039962] VFS: Disk quotas dquot_6.6.0\n[ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.044739] fuse init (API version 7.23)\n[ 1.045960] Key type big_key registered\n[ 1.047054] Allocating IMA MOK and blacklist keyrings.\n[ 1.048788] Key type asymmetric registered\n[ 1.049914] Asymmetric key parser 'x509' registered\n[ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.053286] io scheduler noop registered\n[ 1.054373] io scheduler deadline registered (default)\n[ 1.055712] io scheduler cfq registered\n[ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.062024] ACPI: Power Button [PWRF]\n[ 1.063238] GHES: HEST is not enabled!\n[ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.141532] Linux agpgart interface v0.103\n[ 1.144380] loop: module loaded\n[ 1.147683] vda: vda1\n[ 1.149227] scsi host0: ata_piix\n[ 1.150272] scsi host1: ata_piix\n[ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.155133] libphy: Fixed MDIO Bus: probed\n[ 1.156746] tun: Universal TUN/TAP device driver, 1.6\n[ 1.158363] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161424] PPP generic driver version 2.4.2\n[ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164770] ehci-pci: EHCI PCI platform driver\n[ 1.165995] ehci-platform: EHCI generic platform driver\n[ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168964] ohci-pci: OHCI PCI platform driver\n[ 1.170184] ohci-platform: OHCI generic platform driver\n[ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.198267] usb usb1: Product: UHCI Host Controller\n[ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.201185] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202533] hub 1-0:1.0: USB hub found\n[ 1.203623] hub 1-0:1.0: 2 ports detected\n[ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210633] mousedev: PS/2 mouse device common for all mice\n[ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214971] rtc_cmos 00:00: RTC can wake from S4\n[ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219784] i2c /dev entries driver\n[ 1.220851] device-mapper: uevent: version 1.0.3\n[ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.226197] NET: Registered protocol family 10\n[ 1.227634] NET: Registered protocol family 17\n[ 1.228850] Key type dns_resolver registered\n[ 1.230223] registered taskstats version 1\n[ 1.231374] Loading compiled-in X.509 certificates\n[ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235727] zswap: loaded using pool lzo/zbud\n[ 1.238299] Key type trusted registered\n[ 1.241389] Key type encrypted registered\n[ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243941] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245403] evm: HMAC attrs: 0x1\n[ 1.246682] Magic number: 14:657:896\n[ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631)\n[ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251572] EDD information not available.\n[ 1.313633] Freeing unused kernel memory: 1512K\n[ 1.314903] Write protecting the kernel read-only data: 14336k\n[ 1.331992] Freeing unused kernel memory: 1692K\n[ 1.333465] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429844] [drm] Initialized drm 1.1.0 20060810\n[ 1.432576] virtio_net virtio0 ens3: renamed from eth0\n[ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.468573] FDC 0 is a S82078B\n[ 1.477686] AVX2 version of gcm_enc/dec engaged.\n[ 1.478971] AES CTR mode by8 optimization enabled\n[ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.680502] usb 1-1: Product: QEMU USB Tablet\n[ 1.681718] usb 1-1: Manufacturer: QEMU\n[ 1.682814] usb 1-1: SerialNumber: 42\n[ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.698385] usbcore: registered new interface driver usbhid\n[ 1.699933] usbhid: USB HID core driver\n[ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz\n[ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns\nBegin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1\n[ 2.075082] md: multipath personality registered for level -4\n[ 2.078706] md: raid0 personality registered for level 0\n[ 2.082785] md: raid1 personality registered for level 1\n[ 2.155855] raid6: sse2x1 gen() 11259 MB/s\n[ 2.223851] raid6: sse2x1 xor() 8773 MB/s\n[ 2.291844] raid6: sse2x2 gen() 14243 MB/s\n[ 2.359873] raid6: sse2x2 xor() 9892 MB/s\n[ 2.427841] raid6: sse2x4 gen() 17130 MB/s\n[ 2.495839] raid6: sse2x4 xor() 11728 MB/s\n[ 2.563849] raid6: avx2x1 gen() 22535 MB/s\n[ 2.631841] raid6: avx2x2 gen() 26289 MB/s\n[ 2.699840] raid6: avx2x4 gen() 29042 MB/s\n[ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s\n[ 2.706725] raid6: using avx2x2 recovery algorithm\n[ 2.714939] xor: automatically using best checksumming function:\n[ 2.755836] avx : 32736.000 MB/sec\n[ 2.758667] async_tx: api initialized (async)\n[ 2.771197] md: raid6 personality registered for level 6\n[ 2.772651] md: raid5 personality registered for level 5\n[ 2.774071] md: raid4 personality registered for level 4\n[ 2.781781] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.968307] systemd[1]: Detected virtualization kvm.\n[ 2.969743] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.973905] systemd[1]: Set hostname to .\n[ 2.977297] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.979036] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.119914] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.122819] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.137814] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.140841] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.143731] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.147023] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.156434] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.158859] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.161993] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.165455] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.173067] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.177963] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.184862] systemd[1]: Mounting Huge Pages File System...\n[ 3.188703] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 3.200969] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 3.207478] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.215257] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.221575] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.236925] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.244476] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.250036] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.260676] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.263459] iscsi: registered transport (iser)\n[ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.285993] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.289757] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.297221] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.302279] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.308388] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.318596] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.323284] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.332638] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.668929] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-20 17:54:48,929 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-1d1a8bc4-7333-4b7f-b98f-e73bd3db4310 2018-08-20 17:54:48,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.113742113113s 2018-08-20 17:54:48,931 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-1d1a8bc4-7333-4b7f-b98f-e73bd3db4310 2018-08-20 17:54:48,931 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179527] pid_max: default: 32768 minimum: 301 [ 0.180765] ACPI: Core revision 20150930 [ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184275] Security Framework initialized [ 0.185402] Yama: becoming mindful. [ 0.186407] AppArmor: AppArmor initialized [ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194619] Initializing cgroup subsys io [ 0.195752] Initializing cgroup subsys memory [ 0.196948] Initializing cgroup subsys devices [ 0.198149] Initializing cgroup subsys freezer [ 0.199342] Initializing cgroup subsys net_cls [ 0.200552] Initializing cgroup subsys perf_event [ 0.201811] Initializing cgroup subsys net_prio [ 0.203021] Initializing cgroup subsys hugetlb [ 0.204264] Initializing cgroup subsys pids [ 0.205436] CPU: Physical Processor ID: 0 [ 0.207232] mce: CPU supports 10 MCE banks [ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.211251] Spectre V2 : Mitigation: Full generic retpoline [ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.214496] Speculative Store Bypass: Vulnerable [ 0.233477] Freeing SMP alternatives memory: 32K [ 0.239454] ftrace: allocating 32237 entries in 126 pages [ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275816] smpboot: Max logical packages: 1 [ 0.277222] x2apic enabled [ 0.278365] Switched APIC routing to physical x2apic. [ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287628] KVM setup paravirtual spinlock [ 0.289243] x86: Booted up 1 node, 1 CPUs [ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292255] devtmpfs: initialized [ 0.294237] evm: security.selinux [ 0.295233] evm: security.SMACK64 [ 0.296191] evm: security.SMACK64EXEC [ 0.297217] evm: security.SMACK64TRANSMUTE [ 0.298317] evm: security.SMACK64MMAP [ 0.299333] evm: security.ima [ 0.300218] evm: security.capability [ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.305406] pinctrl core: initialized pinctrl subsystem [ 0.306896] RTC time: 17:53:50, date: 08/20/18 [ 0.308189] NET: Registered protocol family 16 [ 0.309506] cpuidle: using governor ladder [ 0.310632] cpuidle: using governor menu [ 0.311714] PCCT header not found. [ 0.312750] ACPI: bus type PCI registered [ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315567] PCI: Using configuration type 1 for base access [ 0.317795] ACPI: Added _OSI(Module Device) [ 0.318943] ACPI: Added _OSI(Processor Device) [ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321352] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323567] ACPI: Interpreter enabled [ 0.324619] ACPI: (supports S0 S5) [ 0.325628] ACPI: Using IOAPIC for interrupt routing [ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341791] acpiphp: Slot [3] registered [ 0.343012] acpiphp: Slot [4] registered [ 0.344131] acpiphp: Slot [5] registered [ 0.345279] acpiphp: Slot [6] registered [ 0.360652] acpiphp: Slot [7] registered [ 0.361764] acpiphp: Slot [8] registered [ 0.362865] acpiphp: Slot [9] registered [ 0.363959] acpiphp: Slot [10] registered [ 0.365074] acpiphp: Slot [11] registered [ 0.366228] acpiphp: Slot [12] registered [ 0.367358] acpiphp: Slot [13] registered [ 0.368483] acpiphp: Slot [14] registered [ 0.369594] acpiphp: Slot [15] registered [ 0.370702] acpiphp: Slot [16] registered [ 0.371816] acpiphp: Slot [17] registered [ 0.372951] acpiphp: Slot [18] registered [ 0.374156] acpiphp: Slot [19] registered [ 0.375282] acpiphp: Slot [20] registered [ 0.376448] acpiphp: Slot [21] registered [ 0.377571] acpiphp: Slot [22] registered [ 0.378707] acpiphp: Slot [23] registered [ 0.379831] acpiphp: Slot [24] registered [ 0.380962] acpiphp: Slot [25] registered [ 0.382087] acpiphp: Slot [26] registered [ 0.383213] acpiphp: Slot [27] registered [ 0.384327] acpiphp: Slot [28] registered [ 0.385435] acpiphp: Slot [29] registered [ 0.386583] acpiphp: Slot [30] registered [ 0.387699] acpiphp: Slot [31] registered [ 0.388810] PCI host bridge to bus 0000:00 [ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454449] vgaarb: loaded [ 0.455287] vgaarb: bridge control possible 0000:00:02.0 [ 0.457065] SCSI subsystem initialized [ 0.458374] ACPI: bus type USB registered [ 0.459513] usbcore: registered new interface driver usbfs [ 0.460926] usbcore: registered new interface driver hub [ 0.462302] usbcore: registered new device driver usb [ 0.463834] PCI: Using ACPI for IRQ routing [ 0.465408] NetLabel: Initializing [ 0.466432] NetLabel: domain hash size = 128 [ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468905] NetLabel: unlabeled traffic allowed by default [ 0.470492] amd_nb: Cannot enumerate AMD northbridges [ 0.471841] clocksource: Switched to clocksource kvm-clock [ 0.481463] AppArmor: AppArmor Filesystem Enabled [ 0.482794] pnp: PnP ACPI init [ 0.484059] pnp: PnP ACPI: found 5 devices [ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493302] NET: Registered protocol family 2 [ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502853] NET: Registered protocol family 1 [ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539711] Unpacking initramfs... [ 1.026542] Freeing initrd memory: 37084K [ 1.028077] Scanning for low memory corruption every 60 seconds [ 1.029934] audit: initializing netlink subsys (disabled) [ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized [ 1.033286] Initialise system trusted keyring [ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.038873] zbud: loaded [ 1.039962] VFS: Disk quotas dquot_6.6.0 [ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.044739] fuse init (API version 7.23) [ 1.045960] Key type big_key registered [ 1.047054] Allocating IMA MOK and blacklist keyrings. [ 1.048788] Key type asymmetric registered [ 1.049914] Asymmetric key parser 'x509' registered [ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.053286] io scheduler noop registered [ 1.054373] io scheduler deadline registered (default) [ 1.055712] io scheduler cfq registered [ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.062024] ACPI: Power Button [PWRF] [ 1.063238] GHES: HEST is not enabled! [ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.141532] Linux agpgart interface v0.103 [ 1.144380] loop: module loaded [ 1.147683] vda: vda1 [ 1.149227] scsi host0: ata_piix [ 1.150272] scsi host1: ata_piix [ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.155133] libphy: Fixed MDIO Bus: probed [ 1.156746] tun: Universal TUN/TAP device driver, 1.6 [ 1.158363] tun: (C) 1999-2004 Max Krasnyansky [ 1.161424] PPP generic driver version 2.4.2 [ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164770] ehci-pci: EHCI PCI platform driver [ 1.165995] ehci-platform: EHCI generic platform driver [ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168964] ohci-pci: OHCI PCI platform driver [ 1.170184] ohci-platform: OHCI generic platform driver [ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver [ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.198267] usb usb1: Product: UHCI Host Controller [ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.201185] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202533] hub 1-0:1.0: USB hub found [ 1.203623] hub 1-0:1.0: 2 ports detected [ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210633] mousedev: PS/2 mouse device common for all mice [ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214971] rtc_cmos 00:00: RTC can wake from S4 [ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219784] i2c /dev entries driver [ 1.220851] device-mapper: uevent: version 1.0.3 [ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs [ 1.226197] NET: Registered protocol family 10 [ 1.227634] NET: Registered protocol family 17 [ 1.228850] Key type dns_resolver registered [ 1.230223] registered taskstats version 1 [ 1.231374] Loading compiled-in X.509 certificates [ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235727] zswap: loaded using pool lzo/zbud [ 1.238299] Key type trusted registered [ 1.241389] Key type encrypted registered [ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243941] ima: No TPM chip found, activating TPM-bypass! [ 1.245403] evm: HMAC attrs: 0x1 [ 1.246682] Magic number: 14:657:896 [ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631) [ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251572] EDD information not available. [ 1.313633] Freeing unused kernel memory: 1512K [ 1.314903] Write protecting the kernel read-only data: 14336k [ 1.331992] Freeing unused kernel memory: 1692K [ 1.333465] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429844] [drm] Initialized drm 1.1.0 20060810 [ 1.432576] virtio_net virtio0 ens3: renamed from eth0 [ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.468573] FDC 0 is a S82078B [ 1.477686] AVX2 version of gcm_enc/dec engaged. [ 1.478971] AES CTR mode by8 optimization enabled [ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.680502] usb 1-1: Product: QEMU USB Tablet [ 1.681718] usb 1-1: Manufacturer: QEMU [ 1.682814] usb 1-1: SerialNumber: 42 [ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina [ 1.698385] usbcore: registered new interface driver usbhid [ 1.699933] usbhid: USB HID core driver [ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz [ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns Begin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1 [ 2.075082] md: multipath personality registered for level -4 [ 2.078706] md: raid0 personality registered for level 0 [ 2.082785] md: raid1 personality registered for level 1 [ 2.155855] raid6: sse2x1 gen() 11259 MB/s [ 2.223851] raid6: sse2x1 xor() 8773 MB/s [ 2.291844] raid6: sse2x2 gen() 14243 MB/s [ 2.359873] raid6: sse2x2 xor() 9892 MB/s [ 2.427841] raid6: sse2x4 gen() 17130 MB/s [ 2.495839] raid6: sse2x4 xor() 11728 MB/s [ 2.563849] raid6: avx2x1 gen() 22535 MB/s [ 2.631841] raid6: avx2x2 gen() 26289 MB/s [ 2.699840] raid6: avx2x4 gen() 29042 MB/s [ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s [ 2.706725] raid6: using avx2x2 recovery algorithm [ 2.714939] xor: automatically using best checksumming function: [ 2.755836] avx : 32736.000 MB/sec [ 2.758667] async_tx: api initialized (async) [ 2.771197] md: raid6 personality registered for level 6 [ 2.772651] md: raid5 personality registered for level 5 [ 2.774071] md: raid4 personality registered for level 4 [ 2.781781] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.968307] systemd[1]: Detected virtualization kvm. [ 2.969743] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.973905] systemd[1]: Set hostname to . [ 2.977297] systemd[1]: Initializing machine ID from KVM UUID. [ 2.979036] systemd[1]: Installed transient /etc/machine-id file. [ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.119914] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.122819] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.137814] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.140841] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.143731] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.147023] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.156434] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.158859] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.161993] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.165455] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.173067] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.177963] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.184862] systemd[1]: Mounting Huge Pages File System... [ 3.188703] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.200969] iscsi: registered transport (tcp) Starting Create list of required st... nodes for the current kernel... [ 3.207478] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.215257] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.221575] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.236925] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.244476] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.250036] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.260676] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.263459] iscsi: registered transport (iser) [ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.285993] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.289757] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.297221] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.302279] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.308388] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.318596] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.323284] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.332638] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.668929] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-20 17:54:48,933 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.209: [Errno None] Unable to connect to port 22 on 172.30.9.209 2018-08-20 17:54:57,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 17:54:57,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 17:54:58,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:54:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4992c414-f25e-47c7-8136-cb6d9fd3d4a1 x-compute-request-id: req-4992c414-f25e-47c7-8136-cb6d9fd3d4a1 Content-Encoding: gzip Content-Length: 12938 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179527] pid_max: default: 32768 minimum: 301\n[ 0.180765] ACPI: Core revision 20150930\n[ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184275] Security Framework initialized\n[ 0.185402] Yama: becoming mindful.\n[ 0.186407] AppArmor: AppArmor initialized\n[ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194619] Initializing cgroup subsys io\n[ 0.195752] Initializing cgroup subsys memory\n[ 0.196948] Initializing cgroup subsys devices\n[ 0.198149] Initializing cgroup subsys freezer\n[ 0.199342] Initializing cgroup subsys net_cls\n[ 0.200552] Initializing cgroup subsys perf_event\n[ 0.201811] Initializing cgroup subsys net_prio\n[ 0.203021] Initializing cgroup subsys hugetlb\n[ 0.204264] Initializing cgroup subsys pids\n[ 0.205436] CPU: Physical Processor ID: 0\n[ 0.207232] mce: CPU supports 10 MCE banks\n[ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211251] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.214496] Speculative Store Bypass: Vulnerable\n[ 0.233477] Freeing SMP alternatives memory: 32K\n[ 0.239454] ftrace: allocating 32237 entries in 126 pages\n[ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275816] smpboot: Max logical packages: 1\n[ 0.277222] x2apic enabled\n[ 0.278365] Switched APIC routing to physical x2apic.\n[ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287628] KVM setup paravirtual spinlock\n[ 0.289243] x86: Booted up 1 node, 1 CPUs\n[ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292255] devtmpfs: initialized\n[ 0.294237] evm: security.selinux\n[ 0.295233] evm: security.SMACK64\n[ 0.296191] evm: security.SMACK64EXEC\n[ 0.297217] evm: security.SMACK64TRANSMUTE\n[ 0.298317] evm: security.SMACK64MMAP\n[ 0.299333] evm: security.ima\n[ 0.300218] evm: security.capability\n[ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.305406] pinctrl core: initialized pinctrl subsystem\n[ 0.306896] RTC time: 17:53:50, date: 08/20/18\n[ 0.308189] NET: Registered protocol family 16\n[ 0.309506] cpuidle: using governor ladder\n[ 0.310632] cpuidle: using governor menu\n[ 0.311714] PCCT header not found.\n[ 0.312750] ACPI: bus type PCI registered\n[ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315567] PCI: Using configuration type 1 for base access\n[ 0.317795] ACPI: Added _OSI(Module Device)\n[ 0.318943] ACPI: Added _OSI(Processor Device)\n[ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321352] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323567] ACPI: Interpreter enabled\n[ 0.324619] ACPI: (supports S0 S5)\n[ 0.325628] ACPI: Using IOAPIC for interrupt routing\n[ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341791] acpiphp: Slot [3] registered\n[ 0.343012] acpiphp: Slot [4] registered\n[ 0.344131] acpiphp: Slot [5] registered\n[ 0.345279] acpiphp: Slot [6] registered\n[ 0.360652] acpiphp: Slot [7] registered\n[ 0.361764] acpiphp: Slot [8] registered\n[ 0.362865] acpiphp: Slot [9] registered\n[ 0.363959] acpiphp: Slot [10] registered\n[ 0.365074] acpiphp: Slot [11] registered\n[ 0.366228] acpiphp: Slot [12] registered\n[ 0.367358] acpiphp: Slot [13] registered\n[ 0.368483] acpiphp: Slot [14] registered\n[ 0.369594] acpiphp: Slot [15] registered\n[ 0.370702] acpiphp: Slot [16] registered\n[ 0.371816] acpiphp: Slot [17] registered\n[ 0.372951] acpiphp: Slot [18] registered\n[ 0.374156] acpiphp: Slot [19] registered\n[ 0.375282] acpiphp: Slot [20] registered\n[ 0.376448] acpiphp: Slot [21] registered\n[ 0.377571] acpiphp: Slot [22] registered\n[ 0.378707] acpiphp: Slot [23] registered\n[ 0.379831] acpiphp: Slot [24] registered\n[ 0.380962] acpiphp: Slot [25] registered\n[ 0.382087] acpiphp: Slot [26] registered\n[ 0.383213] acpiphp: Slot [27] registered\n[ 0.384327] acpiphp: Slot [28] registered\n[ 0.385435] acpiphp: Slot [29] registered\n[ 0.386583] acpiphp: Slot [30] registered\n[ 0.387699] acpiphp: Slot [31] registered\n[ 0.388810] PCI host bridge to bus 0000:00\n[ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454449] vgaarb: loaded\n[ 0.455287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457065] SCSI subsystem initialized\n[ 0.458374] ACPI: bus type USB registered\n[ 0.459513] usbcore: registered new interface driver usbfs\n[ 0.460926] usbcore: registered new interface driver hub\n[ 0.462302] usbcore: registered new device driver usb\n[ 0.463834] PCI: Using ACPI for IRQ routing\n[ 0.465408] NetLabel: Initializing\n[ 0.466432] NetLabel: domain hash size = 128\n[ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468905] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] amd_nb: Cannot enumerate AMD northbridges\n[ 0.471841] clocksource: Switched to clocksource kvm-clock\n[ 0.481463] AppArmor: AppArmor Filesystem Enabled\n[ 0.482794] pnp: PnP ACPI init\n[ 0.484059] pnp: PnP ACPI: found 5 devices\n[ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493302] NET: Registered protocol family 2\n[ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502853] NET: Registered protocol family 1\n[ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539711] Unpacking initramfs...\n[ 1.026542] Freeing initrd memory: 37084K\n[ 1.028077] Scanning for low memory corruption every 60 seconds\n[ 1.029934] audit: initializing netlink subsys (disabled)\n[ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized\n[ 1.033286] Initialise system trusted keyring\n[ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.038873] zbud: loaded\n[ 1.039962] VFS: Disk quotas dquot_6.6.0\n[ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.044739] fuse init (API version 7.23)\n[ 1.045960] Key type big_key registered\n[ 1.047054] Allocating IMA MOK and blacklist keyrings.\n[ 1.048788] Key type asymmetric registered\n[ 1.049914] Asymmetric key parser 'x509' registered\n[ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.053286] io scheduler noop registered\n[ 1.054373] io scheduler deadline registered (default)\n[ 1.055712] io scheduler cfq registered\n[ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.062024] ACPI: Power Button [PWRF]\n[ 1.063238] GHES: HEST is not enabled!\n[ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.141532] Linux agpgart interface v0.103\n[ 1.144380] loop: module loaded\n[ 1.147683] vda: vda1\n[ 1.149227] scsi host0: ata_piix\n[ 1.150272] scsi host1: ata_piix\n[ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.155133] libphy: Fixed MDIO Bus: probed\n[ 1.156746] tun: Universal TUN/TAP device driver, 1.6\n[ 1.158363] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161424] PPP generic driver version 2.4.2\n[ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164770] ehci-pci: EHCI PCI platform driver\n[ 1.165995] ehci-platform: EHCI generic platform driver\n[ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168964] ohci-pci: OHCI PCI platform driver\n[ 1.170184] ohci-platform: OHCI generic platform driver\n[ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.198267] usb usb1: Product: UHCI Host Controller\n[ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.201185] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202533] hub 1-0:1.0: USB hub found\n[ 1.203623] hub 1-0:1.0: 2 ports detected\n[ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210633] mousedev: PS/2 mouse device common for all mice\n[ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214971] rtc_cmos 00:00: RTC can wake from S4\n[ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219784] i2c /dev entries driver\n[ 1.220851] device-mapper: uevent: version 1.0.3\n[ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.226197] NET: Registered protocol family 10\n[ 1.227634] NET: Registered protocol family 17\n[ 1.228850] Key type dns_resolver registered\n[ 1.230223] registered taskstats version 1\n[ 1.231374] Loading compiled-in X.509 certificates\n[ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235727] zswap: loaded using pool lzo/zbud\n[ 1.238299] Key type trusted registered\n[ 1.241389] Key type encrypted registered\n[ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243941] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245403] evm: HMAC attrs: 0x1\n[ 1.246682] Magic number: 14:657:896\n[ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631)\n[ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251572] EDD information not available.\n[ 1.313633] Freeing unused kernel memory: 1512K\n[ 1.314903] Write protecting the kernel read-only data: 14336k\n[ 1.331992] Freeing unused kernel memory: 1692K\n[ 1.333465] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429844] [drm] Initialized drm 1.1.0 20060810\n[ 1.432576] virtio_net virtio0 ens3: renamed from eth0\n[ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.468573] FDC 0 is a S82078B\n[ 1.477686] AVX2 version of gcm_enc/dec engaged.\n[ 1.478971] AES CTR mode by8 optimization enabled\n[ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.680502] usb 1-1: Product: QEMU USB Tablet\n[ 1.681718] usb 1-1: Manufacturer: QEMU\n[ 1.682814] usb 1-1: SerialNumber: 42\n[ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.698385] usbcore: registered new interface driver usbhid\n[ 1.699933] usbhid: USB HID core driver\n[ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz\n[ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns\nBegin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1\n[ 2.075082] md: multipath personality registered for level -4\n[ 2.078706] md: raid0 personality registered for level 0\n[ 2.082785] md: raid1 personality registered for level 1\n[ 2.155855] raid6: sse2x1 gen() 11259 MB/s\n[ 2.223851] raid6: sse2x1 xor() 8773 MB/s\n[ 2.291844] raid6: sse2x2 gen() 14243 MB/s\n[ 2.359873] raid6: sse2x2 xor() 9892 MB/s\n[ 2.427841] raid6: sse2x4 gen() 17130 MB/s\n[ 2.495839] raid6: sse2x4 xor() 11728 MB/s\n[ 2.563849] raid6: avx2x1 gen() 22535 MB/s\n[ 2.631841] raid6: avx2x2 gen() 26289 MB/s\n[ 2.699840] raid6: avx2x4 gen() 29042 MB/s\n[ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s\n[ 2.706725] raid6: using avx2x2 recovery algorithm\n[ 2.714939] xor: automatically using best checksumming function:\n[ 2.755836] avx : 32736.000 MB/sec\n[ 2.758667] async_tx: api initialized (async)\n[ 2.771197] md: raid6 personality registered for level 6\n[ 2.772651] md: raid5 personality registered for level 5\n[ 2.774071] md: raid4 personality registered for level 4\n[ 2.781781] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.968307] systemd[1]: Detected virtualization kvm.\n[ 2.969743] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.973905] systemd[1]: Set hostname to .\n[ 2.977297] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.979036] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.119914] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.122819] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.137814] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.140841] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.143731] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.147023] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.156434] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.158859] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.161993] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.165455] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.173067] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.177963] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.184862] systemd[1]: Mounting Huge Pages File System...\n[ 3.188703] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 3.200969] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 3.207478] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.215257] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.221575] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.236925] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.244476] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.250036] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.260676] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.263459] iscsi: registered transport (iser)\n[ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.285993] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.289757] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.297221] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.302279] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.308388] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.318596] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.323284] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.332638] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.668929] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.719554] cloud-init[931]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 17:53:56 +0000. Up 6.08 seconds.\n[ 58.722467] cloud-init[931]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.728407] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.734185] cloud-init[931]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.738756] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.744386] cloud-init[931]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:f7:10:fa |\n[ 58.748131] cloud-init[931]: ci-info: | ens3 | True | fe80::f816:3eff:fef7:10fa/64 | . | link | fa:16:3e:f7:10:fa |\n[ 58.752111] cloud-init[931]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.757893] cloud-init[931]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.763570] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.770039] cloud-init[931]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.772346] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.780122] cloud-init[931]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.782633] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.788372] cloud-init[931]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.790487] cloud-init[931]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH |\n[ 58.796354] cloud-init[931]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.800135] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.804134] cloud-init[931]: 2018-08-20 17:54:49,194 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 59.368848] cloud-init[931]: Generating public/private rsa key pair.\n[ 59.370650] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 59.376380] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 59.378400] cloud-init[931]: The key fingerprint is:\n[ 59.384144] cloud-init[931]: SHA256:sbBiskg1FE0ytg8ydTv0GSNEuJa+R4txAgo6ThX0o1k root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.386777] cloud-init[931]: The key's randomart image is:\n[ 59.392401] cloud-init[931]: +---[RSA 2048]----+\n[ 59.393853] cloud-init[931]: | .OBB o |\n[ 59.395279] cloud-init[931]: | +oB.+ + |\n[ 59.400673] cloud-init[931]: | o =+E.o. |\n[ 59.402102] cloud-init[931]: |..+=B oo o |\n[ 59.403525] cloud-init[931]: |+.*oo.. S |\n[ 59.409030] cloud-init[931]: |=o B + |\n[ 59.410457] cloud-init[931]: |+.. B . |\n[ 59.412122] cloud-init[931]: | . o o |\n[ 59.416138] cloud-init[931]: | . |\n[ 59.420153] cloud-init[931]: +----[SHA256]-----+\n[ 59.421613] cloud-init[931]: Generating public/private dsa key pair.\n[ 59.424179] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 59.428155] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 59.436132] cloud-init[931]: The key fingerprint is:\n[ 59.437666] cloud-init[931]: SHA256:VEt/6LH3otGWhWf0lddm7aKnwRLp+vBohNMRP3QtPq0 root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.440116] cloud-init[931]: The key's randomart image is:\n[ 59.444132] cloud-init[931]: +---[DSA 1024]----+\n[ 59.448457] cloud-init[931]: | o . |\n[ 59.449895] cloud-init[931]: | .o.oo.. +|\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.455798] cloud-init[931]: | .+.o+o..O|\n Starting iSCSI initiator daemon (iscsid)...\n[ 59.459437] cloud-init[931]: | .. ooo+.*+|\n[ 59.461768] cloud-init[931]: | oS.o.oo+ *|\n[[0;32m OK [0m[ 59.464393] cloud-init[931]: | o o. oE+ B |] Reached target System Initialization.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m\n[ 59.468907] cloud-init[931]: | o. o = * .|] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 59.475896] cloud-init[931]: | .= . B . |\n[ 59.477375] cloud-init[931]: | .o.o o |\n Starting LXD - unix socket.\n[ 59.479977] cloud-init[931]: +----[SHA256]-----+\n[ 59.482264] cloud-init[931]: Generating public/private ecdsa key pair.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 59.486880] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[ 59.492604] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 59.494331] cloud-init[931]: The key fingerprint is:\n[ 59.495460] cloud-init[931]: \n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\nSHA256:UWr3Mg1wx68w+i+AavwbM1ozYLacO6+jHPpymJhlBZY root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.501725] cloud-init[931]: The key's randomart image is:\n[ 59.502964] cloud-init[931]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 59.507008] cloud-init[931]: | . . o.. |\n[ 59.508392] cloud-init[931]: | E = .. |\n[[0;32m OK [0m[ 59.512218] cloud-init[931]: | . . + o . |\n[ 59.513255] cloud-init[931]: | . . oo+ . |\n[ 59.514315] cloud-init[931]: | .+ .S.ooo. |\n[ 59.515383] cloud-init[931]: | o+ +. o o. |] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting Apply the settings specified in cloud-config...\n\n[ 59.520295] cloud-init[931]: |.*..+.B o |\n Starting System Logging Service...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 59.532582] cloud-init[931]: |*o..*+ * o |\n\n[ 59.537677] [[0;32m OK [0m] Started Regular background program processing daemon.\ncloud-init Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m[931]: |.++o+*+. o. |] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 59.576320] cloud-init[931]: +----[SHA256]-----+\n[ 59.587153] cloud-init[931]: Generating public/private ed25519 key pair. Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started iperf Service.\n Starting Login Service...\n[[0;32m OK [0m] Started iperf3 Service.\n\n Starting Snappy daemon...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n Starting Accounts Service...\n[ 59.635385] [[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.687387] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 59.757727] cloud-init[931]: The key fingerprint is:\n[ 59.773370] cloud-init[931]: SHA256:Dph06w38KF49/T/NA16tWlq3777oP4AzW0jfPXOIjmo root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.785140] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[931]: The key's randomart image is:\n[ 59.795817] cloud-init[931]: +--[ED25519 256]--+\n[ 59.801076] cloud-init[931]: | |\n[ 59.807192] cloud-init[931]: | |\n[ 59.812186] cloud-init[931]: | . . |\n[ 59.817839] cloud-init[931]: | . = . . |\n[ 59.821486] cloud-init[931]: | o = S . +...o|\n[ 59.827971] cloud-init[931]: | . O . =.=.=+|\n[ 59.832299] cloud-init[931]: | . + * .o* *+=|\n[ 59.838022] cloud-init[931]: | . o E..o.=+++|\n[ 59.842909] cloud-init[931]: | . ... ==oBO|\n[ 59.851763] cloud-init[931]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 60.230568] cloud-init[1029]: Generating locales (this might take a while)...\n[ 60.956517] cloud-init[1029]: en_US.UTF-8... done\n[ 60.960063] cloud-init[1029]: Generation complete.\n"} 2018-08-20 17:54:58,041 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-4992c414-f25e-47c7-8136-cb6d9fd3d4a1 2018-08-20 17:54:58,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103057861328s 2018-08-20 17:54:58,042 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-4992c414-f25e-47c7-8136-cb6d9fd3d4a1 2018-08-20 17:54:58,042 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179527] pid_max: default: 32768 minimum: 301 [ 0.180765] ACPI: Core revision 20150930 [ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184275] Security Framework initialized [ 0.185402] Yama: becoming mindful. [ 0.186407] AppArmor: AppArmor initialized [ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194619] Initializing cgroup subsys io [ 0.195752] Initializing cgroup subsys memory [ 0.196948] Initializing cgroup subsys devices [ 0.198149] Initializing cgroup subsys freezer [ 0.199342] Initializing cgroup subsys net_cls [ 0.200552] Initializing cgroup subsys perf_event [ 0.201811] Initializing cgroup subsys net_prio [ 0.203021] Initializing cgroup subsys hugetlb [ 0.204264] Initializing cgroup subsys pids [ 0.205436] CPU: Physical Processor ID: 0 [ 0.207232] mce: CPU supports 10 MCE banks [ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.211251] Spectre V2 : Mitigation: Full generic retpoline [ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.214496] Speculative Store Bypass: Vulnerable [ 0.233477] Freeing SMP alternatives memory: 32K [ 0.239454] ftrace: allocating 32237 entries in 126 pages [ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275816] smpboot: Max logical packages: 1 [ 0.277222] x2apic enabled [ 0.278365] Switched APIC routing to physical x2apic. [ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287628] KVM setup paravirtual spinlock [ 0.289243] x86: Booted up 1 node, 1 CPUs [ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292255] devtmpfs: initialized [ 0.294237] evm: security.selinux [ 0.295233] evm: security.SMACK64 [ 0.296191] evm: security.SMACK64EXEC [ 0.297217] evm: security.SMACK64TRANSMUTE [ 0.298317] evm: security.SMACK64MMAP [ 0.299333] evm: security.ima [ 0.300218] evm: security.capability [ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.305406] pinctrl core: initialized pinctrl subsystem [ 0.306896] RTC time: 17:53:50, date: 08/20/18 [ 0.308189] NET: Registered protocol family 16 [ 0.309506] cpuidle: using governor ladder [ 0.310632] cpuidle: using governor menu [ 0.311714] PCCT header not found. [ 0.312750] ACPI: bus type PCI registered [ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315567] PCI: Using configuration type 1 for base access [ 0.317795] ACPI: Added _OSI(Module Device) [ 0.318943] ACPI: Added _OSI(Processor Device) [ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321352] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323567] ACPI: Interpreter enabled [ 0.324619] ACPI: (supports S0 S5) [ 0.325628] ACPI: Using IOAPIC for interrupt routing [ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341791] acpiphp: Slot [3] registered [ 0.343012] acpiphp: Slot [4] registered [ 0.344131] acpiphp: Slot [5] registered [ 0.345279] acpiphp: Slot [6] registered [ 0.360652] acpiphp: Slot [7] registered [ 0.361764] acpiphp: Slot [8] registered [ 0.362865] acpiphp: Slot [9] registered [ 0.363959] acpiphp: Slot [10] registered [ 0.365074] acpiphp: Slot [11] registered [ 0.366228] acpiphp: Slot [12] registered [ 0.367358] acpiphp: Slot [13] registered [ 0.368483] acpiphp: Slot [14] registered [ 0.369594] acpiphp: Slot [15] registered [ 0.370702] acpiphp: Slot [16] registered [ 0.371816] acpiphp: Slot [17] registered [ 0.372951] acpiphp: Slot [18] registered [ 0.374156] acpiphp: Slot [19] registered [ 0.375282] acpiphp: Slot [20] registered [ 0.376448] acpiphp: Slot [21] registered [ 0.377571] acpiphp: Slot [22] registered [ 0.378707] acpiphp: Slot [23] registered [ 0.379831] acpiphp: Slot [24] registered [ 0.380962] acpiphp: Slot [25] registered [ 0.382087] acpiphp: Slot [26] registered [ 0.383213] acpiphp: Slot [27] registered [ 0.384327] acpiphp: Slot [28] registered [ 0.385435] acpiphp: Slot [29] registered [ 0.386583] acpiphp: Slot [30] registered [ 0.387699] acpiphp: Slot [31] registered [ 0.388810] PCI host bridge to bus 0000:00 [ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454449] vgaarb: loaded [ 0.455287] vgaarb: bridge control possible 0000:00:02.0 [ 0.457065] SCSI subsystem initialized [ 0.458374] ACPI: bus type USB registered [ 0.459513] usbcore: registered new interface driver usbfs [ 0.460926] usbcore: registered new interface driver hub [ 0.462302] usbcore: registered new device driver usb [ 0.463834] PCI: Using ACPI for IRQ routing [ 0.465408] NetLabel: Initializing [ 0.466432] NetLabel: domain hash size = 128 [ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468905] NetLabel: unlabeled traffic allowed by default [ 0.470492] amd_nb: Cannot enumerate AMD northbridges [ 0.471841] clocksource: Switched to clocksource kvm-clock [ 0.481463] AppArmor: AppArmor Filesystem Enabled [ 0.482794] pnp: PnP ACPI init [ 0.484059] pnp: PnP ACPI: found 5 devices [ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493302] NET: Registered protocol family 2 [ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502853] NET: Registered protocol family 1 [ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539711] Unpacking initramfs... [ 1.026542] Freeing initrd memory: 37084K [ 1.028077] Scanning for low memory corruption every 60 seconds [ 1.029934] audit: initializing netlink subsys (disabled) [ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized [ 1.033286] Initialise system trusted keyring [ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.038873] zbud: loaded [ 1.039962] VFS: Disk quotas dquot_6.6.0 [ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.044739] fuse init (API version 7.23) [ 1.045960] Key type big_key registered [ 1.047054] Allocating IMA MOK and blacklist keyrings. [ 1.048788] Key type asymmetric registered [ 1.049914] Asymmetric key parser 'x509' registered [ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.053286] io scheduler noop registered [ 1.054373] io scheduler deadline registered (default) [ 1.055712] io scheduler cfq registered [ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.062024] ACPI: Power Button [PWRF] [ 1.063238] GHES: HEST is not enabled! [ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.141532] Linux agpgart interface v0.103 [ 1.144380] loop: module loaded [ 1.147683] vda: vda1 [ 1.149227] scsi host0: ata_piix [ 1.150272] scsi host1: ata_piix [ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.155133] libphy: Fixed MDIO Bus: probed [ 1.156746] tun: Universal TUN/TAP device driver, 1.6 [ 1.158363] tun: (C) 1999-2004 Max Krasnyansky [ 1.161424] PPP generic driver version 2.4.2 [ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164770] ehci-pci: EHCI PCI platform driver [ 1.165995] ehci-platform: EHCI generic platform driver [ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168964] ohci-pci: OHCI PCI platform driver [ 1.170184] ohci-platform: OHCI generic platform driver [ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver [ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.198267] usb usb1: Product: UHCI Host Controller [ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.201185] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202533] hub 1-0:1.0: USB hub found [ 1.203623] hub 1-0:1.0: 2 ports detected [ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210633] mousedev: PS/2 mouse device common for all mice [ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214971] rtc_cmos 00:00: RTC can wake from S4 [ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219784] i2c /dev entries driver [ 1.220851] device-mapper: uevent: version 1.0.3 [ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs [ 1.226197] NET: Registered protocol family 10 [ 1.227634] NET: Registered protocol family 17 [ 1.228850] Key type dns_resolver registered [ 1.230223] registered taskstats version 1 [ 1.231374] Loading compiled-in X.509 certificates [ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235727] zswap: loaded using pool lzo/zbud [ 1.238299] Key type trusted registered [ 1.241389] Key type encrypted registered [ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243941] ima: No TPM chip found, activating TPM-bypass! [ 1.245403] evm: HMAC attrs: 0x1 [ 1.246682] Magic number: 14:657:896 [ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631) [ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251572] EDD information not available. [ 1.313633] Freeing unused kernel memory: 1512K [ 1.314903] Write protecting the kernel read-only data: 14336k [ 1.331992] Freeing unused kernel memory: 1692K [ 1.333465] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429844] [drm] Initialized drm 1.1.0 20060810 [ 1.432576] virtio_net virtio0 ens3: renamed from eth0 [ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.468573] FDC 0 is a S82078B [ 1.477686] AVX2 version of gcm_enc/dec engaged. [ 1.478971] AES CTR mode by8 optimization enabled [ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.680502] usb 1-1: Product: QEMU USB Tablet [ 1.681718] usb 1-1: Manufacturer: QEMU [ 1.682814] usb 1-1: SerialNumber: 42 [ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina [ 1.698385] usbcore: registered new interface driver usbhid [ 1.699933] usbhid: USB HID core driver [ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz [ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns Begin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1 [ 2.075082] md: multipath personality registered for level -4 [ 2.078706] md: raid0 personality registered for level 0 [ 2.082785] md: raid1 personality registered for level 1 [ 2.155855] raid6: sse2x1 gen() 11259 MB/s [ 2.223851] raid6: sse2x1 xor() 8773 MB/s [ 2.291844] raid6: sse2x2 gen() 14243 MB/s [ 2.359873] raid6: sse2x2 xor() 9892 MB/s [ 2.427841] raid6: sse2x4 gen() 17130 MB/s [ 2.495839] raid6: sse2x4 xor() 11728 MB/s [ 2.563849] raid6: avx2x1 gen() 22535 MB/s [ 2.631841] raid6: avx2x2 gen() 26289 MB/s [ 2.699840] raid6: avx2x4 gen() 29042 MB/s [ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s [ 2.706725] raid6: using avx2x2 recovery algorithm [ 2.714939] xor: automatically using best checksumming function: [ 2.755836] avx : 32736.000 MB/sec [ 2.758667] async_tx: api initialized (async) [ 2.771197] md: raid6 personality registered for level 6 [ 2.772651] md: raid5 personality registered for level 5 [ 2.774071] md: raid4 personality registered for level 4 [ 2.781781] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.968307] systemd[1]: Detected virtualization kvm. [ 2.969743] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.973905] systemd[1]: Set hostname to . [ 2.977297] systemd[1]: Initializing machine ID from KVM UUID. [ 2.979036] systemd[1]: Installed transient /etc/machine-id file. [ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.119914] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.122819] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.137814] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.140841] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.143731] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.147023] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.156434] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.158859] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.161993] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.165455] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.173067] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.177963] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.184862] systemd[1]: Mounting Huge Pages File System... [ 3.188703] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.200969] iscsi: registered transport (tcp) Starting Create list of required st... nodes for the current kernel... [ 3.207478] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.215257] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.221575] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.236925] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.244476] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.250036] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.260676] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.263459] iscsi: registered transport (iser) [ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.285993] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.289757] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.297221] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.302279] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.308388] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.318596] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.323284] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.332638] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.668929] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.719554] cloud-init[931]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 17:53:56 +0000. Up 6.08 seconds. [ 58.722467] cloud-init[931]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.728407] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.734185] cloud-init[931]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.738756] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.744386] cloud-init[931]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:f7:10:fa | [ 58.748131] cloud-init[931]: ci-info: | ens3 | True | fe80::f816:3eff:fef7:10fa/64 | . | link | fa:16:3e:f7:10:fa | [ 58.752111] cloud-init[931]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.757893] cloud-init[931]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.763570] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.770039] cloud-init[931]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.772346] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.780122] cloud-init[931]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.782633] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.788372] cloud-init[931]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.790487] cloud-init[931]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH | [ 58.796354] cloud-init[931]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.800135] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.804134] cloud-init[931]: 2018-08-20 17:54:49,194 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 59.368848] cloud-init[931]: Generating public/private rsa key pair. [ 59.370650] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 59.376380] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 59.378400] cloud-init[931]: The key fingerprint is: [ 59.384144] cloud-init[931]: SHA256:sbBiskg1FE0ytg8ydTv0GSNEuJa+R4txAgo6ThX0o1k root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.386777] cloud-init[931]: The key's randomart image is: [ 59.392401] cloud-init[931]: +---[RSA 2048]----+ [ 59.393853] cloud-init[931]: | .OBB o | [ 59.395279] cloud-init[931]: | +oB.+ + | [ 59.400673] cloud-init[931]: | o =+E.o. | [ 59.402102] cloud-init[931]: |..+=B oo o | [ 59.403525] cloud-init[931]: |+.*oo.. S | [ 59.409030] cloud-init[931]: |=o B + | [ 59.410457] cloud-init[931]: |+.. B . | [ 59.412122] cloud-init[931]: | . o o | [ 59.416138] cloud-init[931]: | . | [ 59.420153] cloud-init[931]: +----[SHA256]-----+ [ 59.421613] cloud-init[931]: Generating public/private dsa key pair. [ 59.424179] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 59.428155] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 59.436132] cloud-init[931]: The key fingerprint is: [ 59.437666] cloud-init[931]: SHA256:VEt/6LH3otGWhWf0lddm7aKnwRLp+vBohNMRP3QtPq0 root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.440116] cloud-init[931]: The key's randomart image is: [ 59.444132] cloud-init[931]: +---[DSA 1024]----+ [ 59.448457] cloud-init[931]: | o . | [ 59.449895] cloud-init[931]: | .o.oo.. +| [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 59.455798] cloud-init[931]: | .+.o+o..O| Starting iSCSI initiator daemon (iscsid)... [ 59.459437] cloud-init[931]: | .. ooo+.*+| [ 59.461768] cloud-init[931]: | oS.o.oo+ *| [[0;32m OK [0m[ 59.464393] cloud-init[931]: | o o. oE+ B |] Reached target System Initialization. Starting Socket activation for snappy daemon. [[0;32m OK [0m [ 59.468907] cloud-init[931]: | o. o = * .|] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 59.475896] cloud-init[931]: | .= . B . | [ 59.477375] cloud-init[931]: | .o.o o | Starting LXD - unix socket. [ 59.479977] cloud-init[931]: +----[SHA256]-----+ [ 59.482264] cloud-init[931]: Generating public/private ecdsa key pair. [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [ 59.486880] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [ 59.492604] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 59.494331] cloud-init[931]: The key fingerprint is: [ 59.495460] cloud-init[931]: [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. SHA256:UWr3Mg1wx68w+i+AavwbM1ozYLacO6+jHPpymJhlBZY root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.501725] cloud-init[931]: The key's randomart image is: [ 59.502964] cloud-init[931]: +---[ECDSA 256]---+ [[0;32m OK [0m] Listening on LXD - unix socket. [ 59.507008] cloud-init[931]: | . . o.. | [ 59.508392] cloud-init[931]: | E = .. | [[0;32m OK [0m[ 59.512218] cloud-init[931]: | . . + o . | [ 59.513255] cloud-init[931]: | . . oo+ . | [ 59.514315] cloud-init[931]: | .+ .S.ooo. | [ 59.515383] cloud-init[931]: | o+ +. o o. |] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting Apply the settings specified in cloud-config... [ 59.520295] cloud-init[931]: |.*..+.B o | Starting System Logging Service... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started FUSE filesystem for LXC.[ 59.532582] cloud-init[931]: |*o..*+ * o | [ 59.537677] [[0;32m OK [0m] Started Regular background program processing daemon. cloud-init Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m[931]: |.++o+*+. o. |] Started Deferred execution scheduler. [[0;32m OK [0m] Started D-Bus System Message Bus. [ 59.576320] cloud-init[931]: +----[SHA256]-----+ [ 59.587153] cloud-init[931]: Generating public/private ed25519 key pair. Starting LSB: MD monitoring daemon... Starting LSB: Record successful boot for GRUB... Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started iperf Service. Starting Login Service... [[0;32m OK [0m] Started iperf3 Service. Starting Snappy daemon... [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Accounts Service... [ 59.635385] [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.687387] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LXD - container startup/shutdown. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 59.757727] cloud-init[931]: The key fingerprint is: [ 59.773370] cloud-init[931]: SHA256:Dph06w38KF49/T/NA16tWlq3777oP4AzW0jfPXOIjmo root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.785140] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. cloud-init[931]: The key's randomart image is: [ 59.795817] cloud-init[931]: +--[ED25519 256]--+ [ 59.801076] cloud-init[931]: | | [ 59.807192] cloud-init[931]: | | [ 59.812186] cloud-init[931]: | . . | [ 59.817839] cloud-init[931]: | . = . . | [ 59.821486] cloud-init[931]: | o = S . +...o| [ 59.827971] cloud-init[931]: | . O . =.=.=+| [ 59.832299] cloud-init[931]: | . + * .o* *+=| [ 59.838022] cloud-init[931]: | . o E..o.=+++| [ 59.842909] cloud-init[931]: | . ... ==oBO| [ 59.851763] cloud-init[931]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 60.230568] cloud-init[1029]: Generating locales (this might take a while)... [ 60.956517] cloud-init[1029]: en_US.UTF-8... done [ 60.960063] cloud-init[1029]: Generation complete. 2018-08-20 17:54:58,045 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.209: [Errno None] Unable to connect to port 22 on 172.30.9.209 2018-08-20 17:55:07,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 17:55:07,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 17:55:07,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55: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-9947dd93-3edf-4df8-b831-c5af30d5371d x-compute-request-id: req-9947dd93-3edf-4df8-b831-c5af30d5371d Content-Encoding: gzip Content-Length: 12969 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179527] pid_max: default: 32768 minimum: 301\n[ 0.180765] ACPI: Core revision 20150930\n[ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184275] Security Framework initialized\n[ 0.185402] Yama: becoming mindful.\n[ 0.186407] AppArmor: AppArmor initialized\n[ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194619] Initializing cgroup subsys io\n[ 0.195752] Initializing cgroup subsys memory\n[ 0.196948] Initializing cgroup subsys devices\n[ 0.198149] Initializing cgroup subsys freezer\n[ 0.199342] Initializing cgroup subsys net_cls\n[ 0.200552] Initializing cgroup subsys perf_event\n[ 0.201811] Initializing cgroup subsys net_prio\n[ 0.203021] Initializing cgroup subsys hugetlb\n[ 0.204264] Initializing cgroup subsys pids\n[ 0.205436] CPU: Physical Processor ID: 0\n[ 0.207232] mce: CPU supports 10 MCE banks\n[ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211251] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.214496] Speculative Store Bypass: Vulnerable\n[ 0.233477] Freeing SMP alternatives memory: 32K\n[ 0.239454] ftrace: allocating 32237 entries in 126 pages\n[ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275816] smpboot: Max logical packages: 1\n[ 0.277222] x2apic enabled\n[ 0.278365] Switched APIC routing to physical x2apic.\n[ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287628] KVM setup paravirtual spinlock\n[ 0.289243] x86: Booted up 1 node, 1 CPUs\n[ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292255] devtmpfs: initialized\n[ 0.294237] evm: security.selinux\n[ 0.295233] evm: security.SMACK64\n[ 0.296191] evm: security.SMACK64EXEC\n[ 0.297217] evm: security.SMACK64TRANSMUTE\n[ 0.298317] evm: security.SMACK64MMAP\n[ 0.299333] evm: security.ima\n[ 0.300218] evm: security.capability\n[ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.305406] pinctrl core: initialized pinctrl subsystem\n[ 0.306896] RTC time: 17:53:50, date: 08/20/18\n[ 0.308189] NET: Registered protocol family 16\n[ 0.309506] cpuidle: using governor ladder\n[ 0.310632] cpuidle: using governor menu\n[ 0.311714] PCCT header not found.\n[ 0.312750] ACPI: bus type PCI registered\n[ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315567] PCI: Using configuration type 1 for base access\n[ 0.317795] ACPI: Added _OSI(Module Device)\n[ 0.318943] ACPI: Added _OSI(Processor Device)\n[ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321352] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323567] ACPI: Interpreter enabled\n[ 0.324619] ACPI: (supports S0 S5)\n[ 0.325628] ACPI: Using IOAPIC for interrupt routing\n[ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341791] acpiphp: Slot [3] registered\n[ 0.343012] acpiphp: Slot [4] registered\n[ 0.344131] acpiphp: Slot [5] registered\n[ 0.345279] acpiphp: Slot [6] registered\n[ 0.360652] acpiphp: Slot [7] registered\n[ 0.361764] acpiphp: Slot [8] registered\n[ 0.362865] acpiphp: Slot [9] registered\n[ 0.363959] acpiphp: Slot [10] registered\n[ 0.365074] acpiphp: Slot [11] registered\n[ 0.366228] acpiphp: Slot [12] registered\n[ 0.367358] acpiphp: Slot [13] registered\n[ 0.368483] acpiphp: Slot [14] registered\n[ 0.369594] acpiphp: Slot [15] registered\n[ 0.370702] acpiphp: Slot [16] registered\n[ 0.371816] acpiphp: Slot [17] registered\n[ 0.372951] acpiphp: Slot [18] registered\n[ 0.374156] acpiphp: Slot [19] registered\n[ 0.375282] acpiphp: Slot [20] registered\n[ 0.376448] acpiphp: Slot [21] registered\n[ 0.377571] acpiphp: Slot [22] registered\n[ 0.378707] acpiphp: Slot [23] registered\n[ 0.379831] acpiphp: Slot [24] registered\n[ 0.380962] acpiphp: Slot [25] registered\n[ 0.382087] acpiphp: Slot [26] registered\n[ 0.383213] acpiphp: Slot [27] registered\n[ 0.384327] acpiphp: Slot [28] registered\n[ 0.385435] acpiphp: Slot [29] registered\n[ 0.386583] acpiphp: Slot [30] registered\n[ 0.387699] acpiphp: Slot [31] registered\n[ 0.388810] PCI host bridge to bus 0000:00\n[ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454449] vgaarb: loaded\n[ 0.455287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457065] SCSI subsystem initialized\n[ 0.458374] ACPI: bus type USB registered\n[ 0.459513] usbcore: registered new interface driver usbfs\n[ 0.460926] usbcore: registered new interface driver hub\n[ 0.462302] usbcore: registered new device driver usb\n[ 0.463834] PCI: Using ACPI for IRQ routing\n[ 0.465408] NetLabel: Initializing\n[ 0.466432] NetLabel: domain hash size = 128\n[ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468905] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] amd_nb: Cannot enumerate AMD northbridges\n[ 0.471841] clocksource: Switched to clocksource kvm-clock\n[ 0.481463] AppArmor: AppArmor Filesystem Enabled\n[ 0.482794] pnp: PnP ACPI init\n[ 0.484059] pnp: PnP ACPI: found 5 devices\n[ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493302] NET: Registered protocol family 2\n[ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502853] NET: Registered protocol family 1\n[ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539711] Unpacking initramfs...\n[ 1.026542] Freeing initrd memory: 37084K\n[ 1.028077] Scanning for low memory corruption every 60 seconds\n[ 1.029934] audit: initializing netlink subsys (disabled)\n[ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized\n[ 1.033286] Initialise system trusted keyring\n[ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.038873] zbud: loaded\n[ 1.039962] VFS: Disk quotas dquot_6.6.0\n[ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.044739] fuse init (API version 7.23)\n[ 1.045960] Key type big_key registered\n[ 1.047054] Allocating IMA MOK and blacklist keyrings.\n[ 1.048788] Key type asymmetric registered\n[ 1.049914] Asymmetric key parser 'x509' registered\n[ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.053286] io scheduler noop registered\n[ 1.054373] io scheduler deadline registered (default)\n[ 1.055712] io scheduler cfq registered\n[ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.062024] ACPI: Power Button [PWRF]\n[ 1.063238] GHES: HEST is not enabled!\n[ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.141532] Linux agpgart interface v0.103\n[ 1.144380] loop: module loaded\n[ 1.147683] vda: vda1\n[ 1.149227] scsi host0: ata_piix\n[ 1.150272] scsi host1: ata_piix\n[ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.155133] libphy: Fixed MDIO Bus: probed\n[ 1.156746] tun: Universal TUN/TAP device driver, 1.6\n[ 1.158363] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161424] PPP generic driver version 2.4.2\n[ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164770] ehci-pci: EHCI PCI platform driver\n[ 1.165995] ehci-platform: EHCI generic platform driver\n[ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168964] ohci-pci: OHCI PCI platform driver\n[ 1.170184] ohci-platform: OHCI generic platform driver\n[ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.198267] usb usb1: Product: UHCI Host Controller\n[ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.201185] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202533] hub 1-0:1.0: USB hub found\n[ 1.203623] hub 1-0:1.0: 2 ports detected\n[ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210633] mousedev: PS/2 mouse device common for all mice\n[ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214971] rtc_cmos 00:00: RTC can wake from S4\n[ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219784] i2c /dev entries driver\n[ 1.220851] device-mapper: uevent: version 1.0.3\n[ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.226197] NET: Registered protocol family 10\n[ 1.227634] NET: Registered protocol family 17\n[ 1.228850] Key type dns_resolver registered\n[ 1.230223] registered taskstats version 1\n[ 1.231374] Loading compiled-in X.509 certificates\n[ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235727] zswap: loaded using pool lzo/zbud\n[ 1.238299] Key type trusted registered\n[ 1.241389] Key type encrypted registered\n[ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243941] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245403] evm: HMAC attrs: 0x1\n[ 1.246682] Magic number: 14:657:896\n[ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631)\n[ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251572] EDD information not available.\n[ 1.313633] Freeing unused kernel memory: 1512K\n[ 1.314903] Write protecting the kernel read-only data: 14336k\n[ 1.331992] Freeing unused kernel memory: 1692K\n[ 1.333465] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429844] [drm] Initialized drm 1.1.0 20060810\n[ 1.432576] virtio_net virtio0 ens3: renamed from eth0\n[ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.468573] FDC 0 is a S82078B\n[ 1.477686] AVX2 version of gcm_enc/dec engaged.\n[ 1.478971] AES CTR mode by8 optimization enabled\n[ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.680502] usb 1-1: Product: QEMU USB Tablet\n[ 1.681718] usb 1-1: Manufacturer: QEMU\n[ 1.682814] usb 1-1: SerialNumber: 42\n[ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.698385] usbcore: registered new interface driver usbhid\n[ 1.699933] usbhid: USB HID core driver\n[ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz\n[ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns\nBegin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1\n[ 2.075082] md: multipath personality registered for level -4\n[ 2.078706] md: raid0 personality registered for level 0\n[ 2.082785] md: raid1 personality registered for level 1\n[ 2.155855] raid6: sse2x1 gen() 11259 MB/s\n[ 2.223851] raid6: sse2x1 xor() 8773 MB/s\n[ 2.291844] raid6: sse2x2 gen() 14243 MB/s\n[ 2.359873] raid6: sse2x2 xor() 9892 MB/s\n[ 2.427841] raid6: sse2x4 gen() 17130 MB/s\n[ 2.495839] raid6: sse2x4 xor() 11728 MB/s\n[ 2.563849] raid6: avx2x1 gen() 22535 MB/s\n[ 2.631841] raid6: avx2x2 gen() 26289 MB/s\n[ 2.699840] raid6: avx2x4 gen() 29042 MB/s\n[ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s\n[ 2.706725] raid6: using avx2x2 recovery algorithm\n[ 2.714939] xor: automatically using best checksumming function:\n[ 2.755836] avx : 32736.000 MB/sec\n[ 2.758667] async_tx: api initialized (async)\n[ 2.771197] md: raid6 personality registered for level 6\n[ 2.772651] md: raid5 personality registered for level 5\n[ 2.774071] md: raid4 personality registered for level 4\n[ 2.781781] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.968307] systemd[1]: Detected virtualization kvm.\n[ 2.969743] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.973905] systemd[1]: Set hostname to .\n[ 2.977297] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.979036] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.119914] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.122819] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.137814] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.140841] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.143731] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.147023] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.156434] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.158859] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.161993] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.165455] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.173067] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.177963] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.184862] systemd[1]: Mounting Huge Pages File System...\n[ 3.188703] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 3.200969] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 3.207478] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.215257] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.221575] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.236925] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.244476] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.250036] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.260676] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.263459] iscsi: registered transport (iser)\n[ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.285993] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.289757] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.297221] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.302279] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.308388] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.318596] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.323284] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.332638] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.668929] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.719554] cloud-init[931]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 17:53:56 +0000. Up 6.08 seconds.\n[ 58.722467] cloud-init[931]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.728407] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.734185] cloud-init[931]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.738756] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.744386] cloud-init[931]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:f7:10:fa |\n[ 58.748131] cloud-init[931]: ci-info: | ens3 | True | fe80::f816:3eff:fef7:10fa/64 | . | link | fa:16:3e:f7:10:fa |\n[ 58.752111] cloud-init[931]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.757893] cloud-init[931]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.763570] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.770039] cloud-init[931]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.772346] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.780122] cloud-init[931]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.782633] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.788372] cloud-init[931]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.790487] cloud-init[931]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH |\n[ 58.796354] cloud-init[931]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.800135] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.804134] cloud-init[931]: 2018-08-20 17:54:49,194 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 59.368848] cloud-init[931]: Generating public/private rsa key pair.\n[ 59.370650] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 59.376380] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 59.378400] cloud-init[931]: The key fingerprint is:\n[ 59.384144] cloud-init[931]: SHA256:sbBiskg1FE0ytg8ydTv0GSNEuJa+R4txAgo6ThX0o1k root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.386777] cloud-init[931]: The key's randomart image is:\n[ 59.392401] cloud-init[931]: +---[RSA 2048]----+\n[ 59.393853] cloud-init[931]: | .OBB o |\n[ 59.395279] cloud-init[931]: | +oB.+ + |\n[ 59.400673] cloud-init[931]: | o =+E.o. |\n[ 59.402102] cloud-init[931]: |..+=B oo o |\n[ 59.403525] cloud-init[931]: |+.*oo.. S |\n[ 59.409030] cloud-init[931]: |=o B + |\n[ 59.410457] cloud-init[931]: |+.. B . |\n[ 59.412122] cloud-init[931]: | . o o |\n[ 59.416138] cloud-init[931]: | . |\n[ 59.420153] cloud-init[931]: +----[SHA256]-----+\n[ 59.421613] cloud-init[931]: Generating public/private dsa key pair.\n[ 59.424179] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 59.428155] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 59.436132] cloud-init[931]: The key fingerprint is:\n[ 59.437666] cloud-init[931]: SHA256:VEt/6LH3otGWhWf0lddm7aKnwRLp+vBohNMRP3QtPq0 root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.440116] cloud-init[931]: The key's randomart image is:\n[ 59.444132] cloud-init[931]: +---[DSA 1024]----+\n[ 59.448457] cloud-init[931]: | o . |\n[ 59.449895] cloud-init[931]: | .o.oo.. +|\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.455798] cloud-init[931]: | .+.o+o..O|\n Starting iSCSI initiator daemon (iscsid)...\n[ 59.459437] cloud-init[931]: | .. ooo+.*+|\n[ 59.461768] cloud-init[931]: | oS.o.oo+ *|\n[[0;32m OK [0m[ 59.464393] cloud-init[931]: | o o. oE+ B |] Reached target System Initialization.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m\n[ 59.468907] cloud-init[931]: | o. o = * .|] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 59.475896] cloud-init[931]: | .= . B . |\n[ 59.477375] cloud-init[931]: | .o.o o |\n Starting LXD - unix socket.\n[ 59.479977] cloud-init[931]: +----[SHA256]-----+\n[ 59.482264] cloud-init[931]: Generating public/private ecdsa key pair.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 59.486880] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[ 59.492604] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 59.494331] cloud-init[931]: The key fingerprint is:\n[ 59.495460] cloud-init[931]: \n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\nSHA256:UWr3Mg1wx68w+i+AavwbM1ozYLacO6+jHPpymJhlBZY root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.501725] cloud-init[931]: The key's randomart image is:\n[ 59.502964] cloud-init[931]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 59.507008] cloud-init[931]: | . . o.. |\n[ 59.508392] cloud-init[931]: | E = .. |\n[[0;32m OK [0m[ 59.512218] cloud-init[931]: | . . + o . |\n[ 59.513255] cloud-init[931]: | . . oo+ . |\n[ 59.514315] cloud-init[931]: | .+ .S.ooo. |\n[ 59.515383] cloud-init[931]: | o+ +. o o. |] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting Apply the settings specified in cloud-config...\n\n[ 59.520295] cloud-init[931]: |.*..+.B o |\n Starting System Logging Service...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 59.532582] cloud-init[931]: |*o..*+ * o |\n\n[ 59.537677] [[0;32m OK [0m] Started Regular background program processing daemon.\ncloud-init Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m[931]: |.++o+*+. o. |] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 59.576320] cloud-init[931]: +----[SHA256]-----+\n[ 59.587153] cloud-init[931]: Generating public/private ed25519 key pair. Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started iperf Service.\n Starting Login Service...\n[[0;32m OK [0m] Started iperf3 Service.\n\n Starting Snappy daemon...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n Starting Accounts Service...\n[ 59.635385] [[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.687387] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 59.757727] cloud-init[931]: The key fingerprint is:\n[ 59.773370] cloud-init[931]: SHA256:Dph06w38KF49/T/NA16tWlq3777oP4AzW0jfPXOIjmo root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.785140] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[931]: The key's randomart image is:\n[ 59.795817] cloud-init[931]: +--[ED25519 256]--+\n[ 59.801076] cloud-init[931]: | |\n[ 59.807192] cloud-init[931]: | |\n[ 59.812186] cloud-init[931]: | . . |\n[ 59.817839] cloud-init[931]: | . = . . |\n[ 59.821486] cloud-init[931]: | o = S . +...o|\n[ 59.827971] cloud-init[931]: | . O . =.=.=+|\n[ 59.832299] cloud-init[931]: | . + * .o* *+=|\n[ 59.838022] cloud-init[931]: | . o E..o.=+++|\n[ 59.842909] cloud-init[931]: | . ... ==oBO|\n[ 59.851763] cloud-init[931]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 60.230568] cloud-init[1029]: Generating locales (this might take a while)...\n[ 60.956517] cloud-init[1029]: en_US.UTF-8... done\n[ 60.960063] cloud-init[1029]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n"} 2018-08-20 17:55:07,140 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-9947dd93-3edf-4df8-b831-c5af30d5371d 2018-08-20 17:55:07,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0856611728668s 2018-08-20 17:55:07,142 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-9947dd93-3edf-4df8-b831-c5af30d5371d 2018-08-20 17:55:07,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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179527] pid_max: default: 32768 minimum: 301 [ 0.180765] ACPI: Core revision 20150930 [ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184275] Security Framework initialized [ 0.185402] Yama: becoming mindful. [ 0.186407] AppArmor: AppArmor initialized [ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194619] Initializing cgroup subsys io [ 0.195752] Initializing cgroup subsys memory [ 0.196948] Initializing cgroup subsys devices [ 0.198149] Initializing cgroup subsys freezer [ 0.199342] Initializing cgroup subsys net_cls [ 0.200552] Initializing cgroup subsys perf_event [ 0.201811] Initializing cgroup subsys net_prio [ 0.203021] Initializing cgroup subsys hugetlb [ 0.204264] Initializing cgroup subsys pids [ 0.205436] CPU: Physical Processor ID: 0 [ 0.207232] mce: CPU supports 10 MCE banks [ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.211251] Spectre V2 : Mitigation: Full generic retpoline [ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.214496] Speculative Store Bypass: Vulnerable [ 0.233477] Freeing SMP alternatives memory: 32K [ 0.239454] ftrace: allocating 32237 entries in 126 pages [ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275816] smpboot: Max logical packages: 1 [ 0.277222] x2apic enabled [ 0.278365] Switched APIC routing to physical x2apic. [ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287628] KVM setup paravirtual spinlock [ 0.289243] x86: Booted up 1 node, 1 CPUs [ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292255] devtmpfs: initialized [ 0.294237] evm: security.selinux [ 0.295233] evm: security.SMACK64 [ 0.296191] evm: security.SMACK64EXEC [ 0.297217] evm: security.SMACK64TRANSMUTE [ 0.298317] evm: security.SMACK64MMAP [ 0.299333] evm: security.ima [ 0.300218] evm: security.capability [ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.305406] pinctrl core: initialized pinctrl subsystem [ 0.306896] RTC time: 17:53:50, date: 08/20/18 [ 0.308189] NET: Registered protocol family 16 [ 0.309506] cpuidle: using governor ladder [ 0.310632] cpuidle: using governor menu [ 0.311714] PCCT header not found. [ 0.312750] ACPI: bus type PCI registered [ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315567] PCI: Using configuration type 1 for base access [ 0.317795] ACPI: Added _OSI(Module Device) [ 0.318943] ACPI: Added _OSI(Processor Device) [ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321352] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323567] ACPI: Interpreter enabled [ 0.324619] ACPI: (supports S0 S5) [ 0.325628] ACPI: Using IOAPIC for interrupt routing [ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341791] acpiphp: Slot [3] registered [ 0.343012] acpiphp: Slot [4] registered [ 0.344131] acpiphp: Slot [5] registered [ 0.345279] acpiphp: Slot [6] registered [ 0.360652] acpiphp: Slot [7] registered [ 0.361764] acpiphp: Slot [8] registered [ 0.362865] acpiphp: Slot [9] registered [ 0.363959] acpiphp: Slot [10] registered [ 0.365074] acpiphp: Slot [11] registered [ 0.366228] acpiphp: Slot [12] registered [ 0.367358] acpiphp: Slot [13] registered [ 0.368483] acpiphp: Slot [14] registered [ 0.369594] acpiphp: Slot [15] registered [ 0.370702] acpiphp: Slot [16] registered [ 0.371816] acpiphp: Slot [17] registered [ 0.372951] acpiphp: Slot [18] registered [ 0.374156] acpiphp: Slot [19] registered [ 0.375282] acpiphp: Slot [20] registered [ 0.376448] acpiphp: Slot [21] registered [ 0.377571] acpiphp: Slot [22] registered [ 0.378707] acpiphp: Slot [23] registered [ 0.379831] acpiphp: Slot [24] registered [ 0.380962] acpiphp: Slot [25] registered [ 0.382087] acpiphp: Slot [26] registered [ 0.383213] acpiphp: Slot [27] registered [ 0.384327] acpiphp: Slot [28] registered [ 0.385435] acpiphp: Slot [29] registered [ 0.386583] acpiphp: Slot [30] registered [ 0.387699] acpiphp: Slot [31] registered [ 0.388810] PCI host bridge to bus 0000:00 [ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454449] vgaarb: loaded [ 0.455287] vgaarb: bridge control possible 0000:00:02.0 [ 0.457065] SCSI subsystem initialized [ 0.458374] ACPI: bus type USB registered [ 0.459513] usbcore: registered new interface driver usbfs [ 0.460926] usbcore: registered new interface driver hub [ 0.462302] usbcore: registered new device driver usb [ 0.463834] PCI: Using ACPI for IRQ routing [ 0.465408] NetLabel: Initializing [ 0.466432] NetLabel: domain hash size = 128 [ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468905] NetLabel: unlabeled traffic allowed by default [ 0.470492] amd_nb: Cannot enumerate AMD northbridges [ 0.471841] clocksource: Switched to clocksource kvm-clock [ 0.481463] AppArmor: AppArmor Filesystem Enabled [ 0.482794] pnp: PnP ACPI init [ 0.484059] pnp: PnP ACPI: found 5 devices [ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493302] NET: Registered protocol family 2 [ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502853] NET: Registered protocol family 1 [ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539711] Unpacking initramfs... [ 1.026542] Freeing initrd memory: 37084K [ 1.028077] Scanning for low memory corruption every 60 seconds [ 1.029934] audit: initializing netlink subsys (disabled) [ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized [ 1.033286] Initialise system trusted keyring [ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.038873] zbud: loaded [ 1.039962] VFS: Disk quotas dquot_6.6.0 [ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.044739] fuse init (API version 7.23) [ 1.045960] Key type big_key registered [ 1.047054] Allocating IMA MOK and blacklist keyrings. [ 1.048788] Key type asymmetric registered [ 1.049914] Asymmetric key parser 'x509' registered [ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.053286] io scheduler noop registered [ 1.054373] io scheduler deadline registered (default) [ 1.055712] io scheduler cfq registered [ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.062024] ACPI: Power Button [PWRF] [ 1.063238] GHES: HEST is not enabled! [ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.141532] Linux agpgart interface v0.103 [ 1.144380] loop: module loaded [ 1.147683] vda: vda1 [ 1.149227] scsi host0: ata_piix [ 1.150272] scsi host1: ata_piix [ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.155133] libphy: Fixed MDIO Bus: probed [ 1.156746] tun: Universal TUN/TAP device driver, 1.6 [ 1.158363] tun: (C) 1999-2004 Max Krasnyansky [ 1.161424] PPP generic driver version 2.4.2 [ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164770] ehci-pci: EHCI PCI platform driver [ 1.165995] ehci-platform: EHCI generic platform driver [ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168964] ohci-pci: OHCI PCI platform driver [ 1.170184] ohci-platform: OHCI generic platform driver [ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver [ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.198267] usb usb1: Product: UHCI Host Controller [ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.201185] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202533] hub 1-0:1.0: USB hub found [ 1.203623] hub 1-0:1.0: 2 ports detected [ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210633] mousedev: PS/2 mouse device common for all mice [ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214971] rtc_cmos 00:00: RTC can wake from S4 [ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219784] i2c /dev entries driver [ 1.220851] device-mapper: uevent: version 1.0.3 [ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs [ 1.226197] NET: Registered protocol family 10 [ 1.227634] NET: Registered protocol family 17 [ 1.228850] Key type dns_resolver registered [ 1.230223] registered taskstats version 1 [ 1.231374] Loading compiled-in X.509 certificates [ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235727] zswap: loaded using pool lzo/zbud [ 1.238299] Key type trusted registered [ 1.241389] Key type encrypted registered [ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243941] ima: No TPM chip found, activating TPM-bypass! [ 1.245403] evm: HMAC attrs: 0x1 [ 1.246682] Magic number: 14:657:896 [ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631) [ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251572] EDD information not available. [ 1.313633] Freeing unused kernel memory: 1512K [ 1.314903] Write protecting the kernel read-only data: 14336k [ 1.331992] Freeing unused kernel memory: 1692K [ 1.333465] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429844] [drm] Initialized drm 1.1.0 20060810 [ 1.432576] virtio_net virtio0 ens3: renamed from eth0 [ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.468573] FDC 0 is a S82078B [ 1.477686] AVX2 version of gcm_enc/dec engaged. [ 1.478971] AES CTR mode by8 optimization enabled [ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.680502] usb 1-1: Product: QEMU USB Tablet [ 1.681718] usb 1-1: Manufacturer: QEMU [ 1.682814] usb 1-1: SerialNumber: 42 [ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina [ 1.698385] usbcore: registered new interface driver usbhid [ 1.699933] usbhid: USB HID core driver [ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz [ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns Begin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1 [ 2.075082] md: multipath personality registered for level -4 [ 2.078706] md: raid0 personality registered for level 0 [ 2.082785] md: raid1 personality registered for level 1 [ 2.155855] raid6: sse2x1 gen() 11259 MB/s [ 2.223851] raid6: sse2x1 xor() 8773 MB/s [ 2.291844] raid6: sse2x2 gen() 14243 MB/s [ 2.359873] raid6: sse2x2 xor() 9892 MB/s [ 2.427841] raid6: sse2x4 gen() 17130 MB/s [ 2.495839] raid6: sse2x4 xor() 11728 MB/s [ 2.563849] raid6: avx2x1 gen() 22535 MB/s [ 2.631841] raid6: avx2x2 gen() 26289 MB/s [ 2.699840] raid6: avx2x4 gen() 29042 MB/s [ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s [ 2.706725] raid6: using avx2x2 recovery algorithm [ 2.714939] xor: automatically using best checksumming function: [ 2.755836] avx : 32736.000 MB/sec [ 2.758667] async_tx: api initialized (async) [ 2.771197] md: raid6 personality registered for level 6 [ 2.772651] md: raid5 personality registered for level 5 [ 2.774071] md: raid4 personality registered for level 4 [ 2.781781] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.968307] systemd[1]: Detected virtualization kvm. [ 2.969743] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.973905] systemd[1]: Set hostname to . [ 2.977297] systemd[1]: Initializing machine ID from KVM UUID. [ 2.979036] systemd[1]: Installed transient /etc/machine-id file. [ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.119914] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.122819] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.137814] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.140841] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.143731] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.147023] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.156434] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.158859] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.161993] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.165455] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.173067] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.177963] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.184862] systemd[1]: Mounting Huge Pages File System... [ 3.188703] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.200969] iscsi: registered transport (tcp) Starting Create list of required st... nodes for the current kernel... [ 3.207478] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.215257] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.221575] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.236925] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.244476] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.250036] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.260676] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.263459] iscsi: registered transport (iser) [ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.285993] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.289757] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.297221] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.302279] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.308388] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.318596] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.323284] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.332638] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.668929] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.719554] cloud-init[931]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 17:53:56 +0000. Up 6.08 seconds. [ 58.722467] cloud-init[931]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.728407] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.734185] cloud-init[931]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.738756] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.744386] cloud-init[931]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:f7:10:fa | [ 58.748131] cloud-init[931]: ci-info: | ens3 | True | fe80::f816:3eff:fef7:10fa/64 | . | link | fa:16:3e:f7:10:fa | [ 58.752111] cloud-init[931]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.757893] cloud-init[931]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.763570] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.770039] cloud-init[931]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.772346] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.780122] cloud-init[931]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.782633] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.788372] cloud-init[931]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.790487] cloud-init[931]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH | [ 58.796354] cloud-init[931]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.800135] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.804134] cloud-init[931]: 2018-08-20 17:54:49,194 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 59.368848] cloud-init[931]: Generating public/private rsa key pair. [ 59.370650] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 59.376380] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 59.378400] cloud-init[931]: The key fingerprint is: [ 59.384144] cloud-init[931]: SHA256:sbBiskg1FE0ytg8ydTv0GSNEuJa+R4txAgo6ThX0o1k root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.386777] cloud-init[931]: The key's randomart image is: [ 59.392401] cloud-init[931]: +---[RSA 2048]----+ [ 59.393853] cloud-init[931]: | .OBB o | [ 59.395279] cloud-init[931]: | +oB.+ + | [ 59.400673] cloud-init[931]: | o =+E.o. | [ 59.402102] cloud-init[931]: |..+=B oo o | [ 59.403525] cloud-init[931]: |+.*oo.. S | [ 59.409030] cloud-init[931]: |=o B + | [ 59.410457] cloud-init[931]: |+.. B . | [ 59.412122] cloud-init[931]: | . o o | [ 59.416138] cloud-init[931]: | . | [ 59.420153] cloud-init[931]: +----[SHA256]-----+ [ 59.421613] cloud-init[931]: Generating public/private dsa key pair. [ 59.424179] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 59.428155] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 59.436132] cloud-init[931]: The key fingerprint is: [ 59.437666] cloud-init[931]: SHA256:VEt/6LH3otGWhWf0lddm7aKnwRLp+vBohNMRP3QtPq0 root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.440116] cloud-init[931]: The key's randomart image is: [ 59.444132] cloud-init[931]: +---[DSA 1024]----+ [ 59.448457] cloud-init[931]: | o . | [ 59.449895] cloud-init[931]: | .o.oo.. +| [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 59.455798] cloud-init[931]: | .+.o+o..O| Starting iSCSI initiator daemon (iscsid)... [ 59.459437] cloud-init[931]: | .. ooo+.*+| [ 59.461768] cloud-init[931]: | oS.o.oo+ *| [[0;32m OK [0m[ 59.464393] cloud-init[931]: | o o. oE+ B |] Reached target System Initialization. Starting Socket activation for snappy daemon. [[0;32m OK [0m [ 59.468907] cloud-init[931]: | o. o = * .|] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 59.475896] cloud-init[931]: | .= . B . | [ 59.477375] cloud-init[931]: | .o.o o | Starting LXD - unix socket. [ 59.479977] cloud-init[931]: +----[SHA256]-----+ [ 59.482264] cloud-init[931]: Generating public/private ecdsa key pair. [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [ 59.486880] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [ 59.492604] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 59.494331] cloud-init[931]: The key fingerprint is: [ 59.495460] cloud-init[931]: [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. SHA256:UWr3Mg1wx68w+i+AavwbM1ozYLacO6+jHPpymJhlBZY root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.501725] cloud-init[931]: The key's randomart image is: [ 59.502964] cloud-init[931]: +---[ECDSA 256]---+ [[0;32m OK [0m] Listening on LXD - unix socket. [ 59.507008] cloud-init[931]: | . . o.. | [ 59.508392] cloud-init[931]: | E = .. | [[0;32m OK [0m[ 59.512218] cloud-init[931]: | . . + o . | [ 59.513255] cloud-init[931]: | . . oo+ . | [ 59.514315] cloud-init[931]: | .+ .S.ooo. | [ 59.515383] cloud-init[931]: | o+ +. o o. |] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting Apply the settings specified in cloud-config... [ 59.520295] cloud-init[931]: |.*..+.B o | Starting System Logging Service... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started FUSE filesystem for LXC.[ 59.532582] cloud-init[931]: |*o..*+ * o | [ 59.537677] [[0;32m OK [0m] Started Regular background program processing daemon. cloud-init Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m[931]: |.++o+*+. o. |] Started Deferred execution scheduler. [[0;32m OK [0m] Started D-Bus System Message Bus. [ 59.576320] cloud-init[931]: +----[SHA256]-----+ [ 59.587153] cloud-init[931]: Generating public/private ed25519 key pair. Starting LSB: MD monitoring daemon... Starting LSB: Record successful boot for GRUB... Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started iperf Service. Starting Login Service... [[0;32m OK [0m] Started iperf3 Service. Starting Snappy daemon... [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Accounts Service... [ 59.635385] [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.687387] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LXD - container startup/shutdown. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 59.757727] cloud-init[931]: The key fingerprint is: [ 59.773370] cloud-init[931]: SHA256:Dph06w38KF49/T/NA16tWlq3777oP4AzW0jfPXOIjmo root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.785140] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. cloud-init[931]: The key's randomart image is: [ 59.795817] cloud-init[931]: +--[ED25519 256]--+ [ 59.801076] cloud-init[931]: | | [ 59.807192] cloud-init[931]: | | [ 59.812186] cloud-init[931]: | . . | [ 59.817839] cloud-init[931]: | . = . . | [ 59.821486] cloud-init[931]: | o = S . +...o| [ 59.827971] cloud-init[931]: | . O . =.=.=+| [ 59.832299] cloud-init[931]: | . + * .o* *+=| [ 59.838022] cloud-init[931]: | . o E..o.=+++| [ 59.842909] cloud-init[931]: | . ... ==oBO| [ 59.851763] cloud-init[931]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 60.230568] cloud-init[1029]: Generating locales (this might take a while)... [ 60.956517] cloud-init[1029]: en_US.UTF-8... done [ 60.960063] cloud-init[1029]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. 2018-08-20 17:55:07,146 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f01ac50L 2018-08-20 17:55:07,146 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 17:55:07,155 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-20 17:55:07,155 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-20 17:55:07,156 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 17:55:07,156 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 17:55:07,156 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 17:55:07,156 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 17:55:07,157 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 17:55:07,157 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 17:55:07,200 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 17:55:07,201 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 17:55:07,210 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.209: 90673997304778eed9c9da4a493be22c 2018-08-20 17:55:07,211 - paramiko.transport - DEBUG - Trying discovered key d6fae9b56d5d84a6db8ceba99255bcc3 in /tmp/tmp9mPR54 2018-08-20 17:55:07,240 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 17:55:07,261 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-20 17:55:07,262 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 17:55:07,277 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-20 17:55:07,278 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.209: No existing session 2018-08-20 17:55:16,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 17:55:16,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/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}05deec1f8426dce61ce9187f9906b34f38b84c19" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 17:55:16,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55: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-b093a125-7762-4602-8f35-33c8ad7b0e25 x-compute-request-id: req-b093a125-7762-4602-8f35-33c8ad7b0e25 Content-Encoding: gzip Content-Length: 13238 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179527] pid_max: default: 32768 minimum: 301\n[ 0.180765] ACPI: Core revision 20150930\n[ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184275] Security Framework initialized\n[ 0.185402] Yama: becoming mindful.\n[ 0.186407] AppArmor: AppArmor initialized\n[ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194619] Initializing cgroup subsys io\n[ 0.195752] Initializing cgroup subsys memory\n[ 0.196948] Initializing cgroup subsys devices\n[ 0.198149] Initializing cgroup subsys freezer\n[ 0.199342] Initializing cgroup subsys net_cls\n[ 0.200552] Initializing cgroup subsys perf_event\n[ 0.201811] Initializing cgroup subsys net_prio\n[ 0.203021] Initializing cgroup subsys hugetlb\n[ 0.204264] Initializing cgroup subsys pids\n[ 0.205436] CPU: Physical Processor ID: 0\n[ 0.207232] mce: CPU supports 10 MCE banks\n[ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211251] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.214496] Speculative Store Bypass: Vulnerable\n[ 0.233477] Freeing SMP alternatives memory: 32K\n[ 0.239454] ftrace: allocating 32237 entries in 126 pages\n[ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275816] smpboot: Max logical packages: 1\n[ 0.277222] x2apic enabled\n[ 0.278365] Switched APIC routing to physical x2apic.\n[ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287628] KVM setup paravirtual spinlock\n[ 0.289243] x86: Booted up 1 node, 1 CPUs\n[ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292255] devtmpfs: initialized\n[ 0.294237] evm: security.selinux\n[ 0.295233] evm: security.SMACK64\n[ 0.296191] evm: security.SMACK64EXEC\n[ 0.297217] evm: security.SMACK64TRANSMUTE\n[ 0.298317] evm: security.SMACK64MMAP\n[ 0.299333] evm: security.ima\n[ 0.300218] evm: security.capability\n[ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.305406] pinctrl core: initialized pinctrl subsystem\n[ 0.306896] RTC time: 17:53:50, date: 08/20/18\n[ 0.308189] NET: Registered protocol family 16\n[ 0.309506] cpuidle: using governor ladder\n[ 0.310632] cpuidle: using governor menu\n[ 0.311714] PCCT header not found.\n[ 0.312750] ACPI: bus type PCI registered\n[ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315567] PCI: Using configuration type 1 for base access\n[ 0.317795] ACPI: Added _OSI(Module Device)\n[ 0.318943] ACPI: Added _OSI(Processor Device)\n[ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321352] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323567] ACPI: Interpreter enabled\n[ 0.324619] ACPI: (supports S0 S5)\n[ 0.325628] ACPI: Using IOAPIC for interrupt routing\n[ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341791] acpiphp: Slot [3] registered\n[ 0.343012] acpiphp: Slot [4] registered\n[ 0.344131] acpiphp: Slot [5] registered\n[ 0.345279] acpiphp: Slot [6] registered\n[ 0.360652] acpiphp: Slot [7] registered\n[ 0.361764] acpiphp: Slot [8] registered\n[ 0.362865] acpiphp: Slot [9] registered\n[ 0.363959] acpiphp: Slot [10] registered\n[ 0.365074] acpiphp: Slot [11] registered\n[ 0.366228] acpiphp: Slot [12] registered\n[ 0.367358] acpiphp: Slot [13] registered\n[ 0.368483] acpiphp: Slot [14] registered\n[ 0.369594] acpiphp: Slot [15] registered\n[ 0.370702] acpiphp: Slot [16] registered\n[ 0.371816] acpiphp: Slot [17] registered\n[ 0.372951] acpiphp: Slot [18] registered\n[ 0.374156] acpiphp: Slot [19] registered\n[ 0.375282] acpiphp: Slot [20] registered\n[ 0.376448] acpiphp: Slot [21] registered\n[ 0.377571] acpiphp: Slot [22] registered\n[ 0.378707] acpiphp: Slot [23] registered\n[ 0.379831] acpiphp: Slot [24] registered\n[ 0.380962] acpiphp: Slot [25] registered\n[ 0.382087] acpiphp: Slot [26] registered\n[ 0.383213] acpiphp: Slot [27] registered\n[ 0.384327] acpiphp: Slot [28] registered\n[ 0.385435] acpiphp: Slot [29] registered\n[ 0.386583] acpiphp: Slot [30] registered\n[ 0.387699] acpiphp: Slot [31] registered\n[ 0.388810] PCI host bridge to bus 0000:00\n[ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454449] vgaarb: loaded\n[ 0.455287] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457065] SCSI subsystem initialized\n[ 0.458374] ACPI: bus type USB registered\n[ 0.459513] usbcore: registered new interface driver usbfs\n[ 0.460926] usbcore: registered new interface driver hub\n[ 0.462302] usbcore: registered new device driver usb\n[ 0.463834] PCI: Using ACPI for IRQ routing\n[ 0.465408] NetLabel: Initializing\n[ 0.466432] NetLabel: domain hash size = 128\n[ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468905] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] amd_nb: Cannot enumerate AMD northbridges\n[ 0.471841] clocksource: Switched to clocksource kvm-clock\n[ 0.481463] AppArmor: AppArmor Filesystem Enabled\n[ 0.482794] pnp: PnP ACPI init\n[ 0.484059] pnp: PnP ACPI: found 5 devices\n[ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493302] NET: Registered protocol family 2\n[ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502853] NET: Registered protocol family 1\n[ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539711] Unpacking initramfs...\n[ 1.026542] Freeing initrd memory: 37084K\n[ 1.028077] Scanning for low memory corruption every 60 seconds\n[ 1.029934] audit: initializing netlink subsys (disabled)\n[ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized\n[ 1.033286] Initialise system trusted keyring\n[ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.038873] zbud: loaded\n[ 1.039962] VFS: Disk quotas dquot_6.6.0\n[ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.044739] fuse init (API version 7.23)\n[ 1.045960] Key type big_key registered\n[ 1.047054] Allocating IMA MOK and blacklist keyrings.\n[ 1.048788] Key type asymmetric registered\n[ 1.049914] Asymmetric key parser 'x509' registered\n[ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.053286] io scheduler noop registered\n[ 1.054373] io scheduler deadline registered (default)\n[ 1.055712] io scheduler cfq registered\n[ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.062024] ACPI: Power Button [PWRF]\n[ 1.063238] GHES: HEST is not enabled!\n[ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.141532] Linux agpgart interface v0.103\n[ 1.144380] loop: module loaded\n[ 1.147683] vda: vda1\n[ 1.149227] scsi host0: ata_piix\n[ 1.150272] scsi host1: ata_piix\n[ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.155133] libphy: Fixed MDIO Bus: probed\n[ 1.156746] tun: Universal TUN/TAP device driver, 1.6\n[ 1.158363] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161424] PPP generic driver version 2.4.2\n[ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164770] ehci-pci: EHCI PCI platform driver\n[ 1.165995] ehci-platform: EHCI generic platform driver\n[ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168964] ohci-pci: OHCI PCI platform driver\n[ 1.170184] ohci-platform: OHCI generic platform driver\n[ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.198267] usb usb1: Product: UHCI Host Controller\n[ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.201185] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202533] hub 1-0:1.0: USB hub found\n[ 1.203623] hub 1-0:1.0: 2 ports detected\n[ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210633] mousedev: PS/2 mouse device common for all mice\n[ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214971] rtc_cmos 00:00: RTC can wake from S4\n[ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219784] i2c /dev entries driver\n[ 1.220851] device-mapper: uevent: version 1.0.3\n[ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.226197] NET: Registered protocol family 10\n[ 1.227634] NET: Registered protocol family 17\n[ 1.228850] Key type dns_resolver registered\n[ 1.230223] registered taskstats version 1\n[ 1.231374] Loading compiled-in X.509 certificates\n[ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235727] zswap: loaded using pool lzo/zbud\n[ 1.238299] Key type trusted registered\n[ 1.241389] Key type encrypted registered\n[ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243941] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245403] evm: HMAC attrs: 0x1\n[ 1.246682] Magic number: 14:657:896\n[ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631)\n[ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251572] EDD information not available.\n[ 1.313633] Freeing unused kernel memory: 1512K\n[ 1.314903] Write protecting the kernel read-only data: 14336k\n[ 1.331992] Freeing unused kernel memory: 1692K\n[ 1.333465] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429844] [drm] Initialized drm 1.1.0 20060810\n[ 1.432576] virtio_net virtio0 ens3: renamed from eth0\n[ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.468573] FDC 0 is a S82078B\n[ 1.477686] AVX2 version of gcm_enc/dec engaged.\n[ 1.478971] AES CTR mode by8 optimization enabled\n[ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.680502] usb 1-1: Product: QEMU USB Tablet\n[ 1.681718] usb 1-1: Manufacturer: QEMU\n[ 1.682814] usb 1-1: SerialNumber: 42\n[ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.698385] usbcore: registered new interface driver usbhid\n[ 1.699933] usbhid: USB HID core driver\n[ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz\n[ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns\nBegin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1\n[ 2.075082] md: multipath personality registered for level -4\n[ 2.078706] md: raid0 personality registered for level 0\n[ 2.082785] md: raid1 personality registered for level 1\n[ 2.155855] raid6: sse2x1 gen() 11259 MB/s\n[ 2.223851] raid6: sse2x1 xor() 8773 MB/s\n[ 2.291844] raid6: sse2x2 gen() 14243 MB/s\n[ 2.359873] raid6: sse2x2 xor() 9892 MB/s\n[ 2.427841] raid6: sse2x4 gen() 17130 MB/s\n[ 2.495839] raid6: sse2x4 xor() 11728 MB/s\n[ 2.563849] raid6: avx2x1 gen() 22535 MB/s\n[ 2.631841] raid6: avx2x2 gen() 26289 MB/s\n[ 2.699840] raid6: avx2x4 gen() 29042 MB/s\n[ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s\n[ 2.706725] raid6: using avx2x2 recovery algorithm\n[ 2.714939] xor: automatically using best checksumming function:\n[ 2.755836] avx : 32736.000 MB/sec\n[ 2.758667] async_tx: api initialized (async)\n[ 2.771197] md: raid6 personality registered for level 6\n[ 2.772651] md: raid5 personality registered for level 5\n[ 2.774071] md: raid4 personality registered for level 4\n[ 2.781781] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.968307] systemd[1]: Detected virtualization kvm.\n[ 2.969743] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.973905] systemd[1]: Set hostname to .\n[ 2.977297] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.979036] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.119914] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.122819] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.137814] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.140841] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.143731] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.147023] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.156434] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.158859] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.161993] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.165455] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.173067] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.177963] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.184862] systemd[1]: Mounting Huge Pages File System...\n[ 3.188703] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 3.200969] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 3.207478] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.215257] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.221575] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.236925] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.244476] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.250036] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.260676] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.263459] iscsi: registered transport (iser)\n[ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.285993] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.289757] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.297221] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.302279] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.308388] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.318596] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.323284] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.332638] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.668929] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.719554] cloud-init[931]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 17:53:56 +0000. Up 6.08 seconds.\n[ 58.722467] cloud-init[931]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.728407] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.734185] cloud-init[931]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.738756] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.744386] cloud-init[931]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:f7:10:fa |\n[ 58.748131] cloud-init[931]: ci-info: | ens3 | True | fe80::f816:3eff:fef7:10fa/64 | . | link | fa:16:3e:f7:10:fa |\n[ 58.752111] cloud-init[931]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.757893] cloud-init[931]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.763570] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.770039] cloud-init[931]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.772346] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.780122] cloud-init[931]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.782633] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.788372] cloud-init[931]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.790487] cloud-init[931]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH |\n[ 58.796354] cloud-init[931]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.800135] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.804134] cloud-init[931]: 2018-08-20 17:54:49,194 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 59.368848] cloud-init[931]: Generating public/private rsa key pair.\n[ 59.370650] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 59.376380] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 59.378400] cloud-init[931]: The key fingerprint is:\n[ 59.384144] cloud-init[931]: SHA256:sbBiskg1FE0ytg8ydTv0GSNEuJa+R4txAgo6ThX0o1k root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.386777] cloud-init[931]: The key's randomart image is:\n[ 59.392401] cloud-init[931]: +---[RSA 2048]----+\n[ 59.393853] cloud-init[931]: | .OBB o |\n[ 59.395279] cloud-init[931]: | +oB.+ + |\n[ 59.400673] cloud-init[931]: | o =+E.o. |\n[ 59.402102] cloud-init[931]: |..+=B oo o |\n[ 59.403525] cloud-init[931]: |+.*oo.. S |\n[ 59.409030] cloud-init[931]: |=o B + |\n[ 59.410457] cloud-init[931]: |+.. B . |\n[ 59.412122] cloud-init[931]: | . o o |\n[ 59.416138] cloud-init[931]: | . |\n[ 59.420153] cloud-init[931]: +----[SHA256]-----+\n[ 59.421613] cloud-init[931]: Generating public/private dsa key pair.\n[ 59.424179] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 59.428155] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 59.436132] cloud-init[931]: The key fingerprint is:\n[ 59.437666] cloud-init[931]: SHA256:VEt/6LH3otGWhWf0lddm7aKnwRLp+vBohNMRP3QtPq0 root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.440116] cloud-init[931]: The key's randomart image is:\n[ 59.444132] cloud-init[931]: +---[DSA 1024]----+\n[ 59.448457] cloud-init[931]: | o . |\n[ 59.449895] cloud-init[931]: | .o.oo.. +|\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.455798] cloud-init[931]: | .+.o+o..O|\n Starting iSCSI initiator daemon (iscsid)...\n[ 59.459437] cloud-init[931]: | .. ooo+.*+|\n[ 59.461768] cloud-init[931]: | oS.o.oo+ *|\n[[0;32m OK [0m[ 59.464393] cloud-init[931]: | o o. oE+ B |] Reached target System Initialization.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m\n[ 59.468907] cloud-init[931]: | o. o = * .|] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 59.475896] cloud-init[931]: | .= . B . |\n[ 59.477375] cloud-init[931]: | .o.o o |\n Starting LXD - unix socket.\n[ 59.479977] cloud-init[931]: +----[SHA256]-----+\n[ 59.482264] cloud-init[931]: Generating public/private ecdsa key pair.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 59.486880] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[ 59.492604] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 59.494331] cloud-init[931]: The key fingerprint is:\n[ 59.495460] cloud-init[931]: \n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\nSHA256:UWr3Mg1wx68w+i+AavwbM1ozYLacO6+jHPpymJhlBZY root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.501725] cloud-init[931]: The key's randomart image is:\n[ 59.502964] cloud-init[931]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 59.507008] cloud-init[931]: | . . o.. |\n[ 59.508392] cloud-init[931]: | E = .. |\n[[0;32m OK [0m[ 59.512218] cloud-init[931]: | . . + o . |\n[ 59.513255] cloud-init[931]: | . . oo+ . |\n[ 59.514315] cloud-init[931]: | .+ .S.ooo. |\n[ 59.515383] cloud-init[931]: | o+ +. o o. |] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting Apply the settings specified in cloud-config...\n\n[ 59.520295] cloud-init[931]: |.*..+.B o |\n Starting System Logging Service...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 59.532582] cloud-init[931]: |*o..*+ * o |\n\n[ 59.537677] [[0;32m OK [0m] Started Regular background program processing daemon.\ncloud-init Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m[931]: |.++o+*+. o. |] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 59.576320] cloud-init[931]: +----[SHA256]-----+\n[ 59.587153] cloud-init[931]: Generating public/private ed25519 key pair. Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started iperf Service.\n Starting Login Service...\n[[0;32m OK [0m] Started iperf3 Service.\n\n Starting Snappy daemon...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n Starting Accounts Service...\n[ 59.635385] [[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.687387] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 59.757727] cloud-init[931]: The key fingerprint is:\n[ 59.773370] cloud-init[931]: SHA256:Dph06w38KF49/T/NA16tWlq3777oP4AzW0jfPXOIjmo root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116\n[ 59.785140] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[931]: The key's randomart image is:\n[ 59.795817] cloud-init[931]: +--[ED25519 256]--+\n[ 59.801076] cloud-init[931]: | |\n[ 59.807192] cloud-init[931]: | |\n[ 59.812186] cloud-init[931]: | . . |\n[ 59.817839] cloud-init[931]: | . = . . |\n[ 59.821486] cloud-init[931]: | o = S . +...o|\n[ 59.827971] cloud-init[931]: | . O . =.=.=+|\n[ 59.832299] cloud-init[931]: | . + * .o* *+=|\n[ 59.838022] cloud-init[931]: | . o E..o.=+++|\n[ 59.842909] cloud-init[931]: | . ... ==oBO|\n[ 59.851763] cloud-init[931]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 60.230568] cloud-init[1029]: Generating locales (this might take a while)...\n[ 60.956517] cloud-init[1029]: en_US.UTF-8... done\n[ 60.960063] cloud-init[1029]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: network benchmark...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started System Logging Service.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: network benchmark.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Set console scheme.\n"} 2018-08-20 17:55:16,375 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-b093a125-7762-4602-8f35-33c8ad7b0e25 2018-08-20 17:55:16,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0874850749969s 2018-08-20 17:55:16,376 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce/action used request id req-b093a125-7762-4602-8f35-33c8ad7b0e25 2018-08-20 17:55:16,377 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 729008118 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.177257] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179527] pid_max: default: 32768 minimum: 301 [ 0.180765] ACPI: Core revision 20150930 [ 0.182437] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184275] Security Framework initialized [ 0.185402] Yama: becoming mindful. [ 0.186407] AppArmor: AppArmor initialized [ 0.187561] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189351] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191091] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194619] Initializing cgroup subsys io [ 0.195752] Initializing cgroup subsys memory [ 0.196948] Initializing cgroup subsys devices [ 0.198149] Initializing cgroup subsys freezer [ 0.199342] Initializing cgroup subsys net_cls [ 0.200552] Initializing cgroup subsys perf_event [ 0.201811] Initializing cgroup subsys net_prio [ 0.203021] Initializing cgroup subsys hugetlb [ 0.204264] Initializing cgroup subsys pids [ 0.205436] CPU: Physical Processor ID: 0 [ 0.207232] mce: CPU supports 10 MCE banks [ 0.208393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.211251] Spectre V2 : Mitigation: Full generic retpoline [ 0.212674] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.214496] Speculative Store Bypass: Vulnerable [ 0.233477] Freeing SMP alternatives memory: 32K [ 0.239454] ftrace: allocating 32237 entries in 126 pages [ 0.274105] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275816] smpboot: Max logical packages: 1 [ 0.277222] x2apic enabled [ 0.278365] Switched APIC routing to physical x2apic. [ 0.280863] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287628] KVM setup paravirtual spinlock [ 0.289243] x86: Booted up 1 node, 1 CPUs [ 0.290351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292255] devtmpfs: initialized [ 0.294237] evm: security.selinux [ 0.295233] evm: security.SMACK64 [ 0.296191] evm: security.SMACK64EXEC [ 0.297217] evm: security.SMACK64TRANSMUTE [ 0.298317] evm: security.SMACK64MMAP [ 0.299333] evm: security.ima [ 0.300218] evm: security.capability [ 0.301312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303783] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.305406] pinctrl core: initialized pinctrl subsystem [ 0.306896] RTC time: 17:53:50, date: 08/20/18 [ 0.308189] NET: Registered protocol family 16 [ 0.309506] cpuidle: using governor ladder [ 0.310632] cpuidle: using governor menu [ 0.311714] PCCT header not found. [ 0.312750] ACPI: bus type PCI registered [ 0.313853] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315567] PCI: Using configuration type 1 for base access [ 0.317795] ACPI: Added _OSI(Module Device) [ 0.318943] ACPI: Added _OSI(Processor Device) [ 0.320125] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321352] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323567] ACPI: Interpreter enabled [ 0.324619] ACPI: (supports S0 S5) [ 0.325628] ACPI: Using IOAPIC for interrupt routing [ 0.326919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330881] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335976] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341791] acpiphp: Slot [3] registered [ 0.343012] acpiphp: Slot [4] registered [ 0.344131] acpiphp: Slot [5] registered [ 0.345279] acpiphp: Slot [6] registered [ 0.360652] acpiphp: Slot [7] registered [ 0.361764] acpiphp: Slot [8] registered [ 0.362865] acpiphp: Slot [9] registered [ 0.363959] acpiphp: Slot [10] registered [ 0.365074] acpiphp: Slot [11] registered [ 0.366228] acpiphp: Slot [12] registered [ 0.367358] acpiphp: Slot [13] registered [ 0.368483] acpiphp: Slot [14] registered [ 0.369594] acpiphp: Slot [15] registered [ 0.370702] acpiphp: Slot [16] registered [ 0.371816] acpiphp: Slot [17] registered [ 0.372951] acpiphp: Slot [18] registered [ 0.374156] acpiphp: Slot [19] registered [ 0.375282] acpiphp: Slot [20] registered [ 0.376448] acpiphp: Slot [21] registered [ 0.377571] acpiphp: Slot [22] registered [ 0.378707] acpiphp: Slot [23] registered [ 0.379831] acpiphp: Slot [24] registered [ 0.380962] acpiphp: Slot [25] registered [ 0.382087] acpiphp: Slot [26] registered [ 0.383213] acpiphp: Slot [27] registered [ 0.384327] acpiphp: Slot [28] registered [ 0.385435] acpiphp: Slot [29] registered [ 0.386583] acpiphp: Slot [30] registered [ 0.387699] acpiphp: Slot [31] registered [ 0.388810] PCI host bridge to bus 0000:00 [ 0.389928] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391576] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406455] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439178] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447248] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.448975] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450921] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452344] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454449] vgaarb: loaded [ 0.455287] vgaarb: bridge control possible 0000:00:02.0 [ 0.457065] SCSI subsystem initialized [ 0.458374] ACPI: bus type USB registered [ 0.459513] usbcore: registered new interface driver usbfs [ 0.460926] usbcore: registered new interface driver hub [ 0.462302] usbcore: registered new device driver usb [ 0.463834] PCI: Using ACPI for IRQ routing [ 0.465408] NetLabel: Initializing [ 0.466432] NetLabel: domain hash size = 128 [ 0.467594] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468905] NetLabel: unlabeled traffic allowed by default [ 0.470492] amd_nb: Cannot enumerate AMD northbridges [ 0.471841] clocksource: Switched to clocksource kvm-clock [ 0.481463] AppArmor: AppArmor Filesystem Enabled [ 0.482794] pnp: PnP ACPI init [ 0.484059] pnp: PnP ACPI: found 5 devices [ 0.490960] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493302] NET: Registered protocol family 2 [ 0.494769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502853] NET: Registered protocol family 1 [ 0.504047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507015] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539711] Unpacking initramfs... [ 1.026542] Freeing initrd memory: 37084K [ 1.028077] Scanning for low memory corruption every 60 seconds [ 1.029934] audit: initializing netlink subsys (disabled) [ 1.031363] audit: type=2000 audit(1534787631.303:1): initialized [ 1.033286] Initialise system trusted keyring [ 1.034612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.036180] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.038873] zbud: loaded [ 1.039962] VFS: Disk quotas dquot_6.6.0 [ 1.041092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.043007] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.044739] fuse init (API version 7.23) [ 1.045960] Key type big_key registered [ 1.047054] Allocating IMA MOK and blacklist keyrings. [ 1.048788] Key type asymmetric registered [ 1.049914] Asymmetric key parser 'x509' registered [ 1.051214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.053286] io scheduler noop registered [ 1.054373] io scheduler deadline registered (default) [ 1.055712] io scheduler cfq registered [ 1.056873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.058300] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.060036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.062024] ACPI: Power Button [PWRF] [ 1.063238] GHES: HEST is not enabled! [ 1.078873] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.111433] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.114324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.138520] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.141532] Linux agpgart interface v0.103 [ 1.144380] loop: module loaded [ 1.147683] vda: vda1 [ 1.149227] scsi host0: ata_piix [ 1.150272] scsi host1: ata_piix [ 1.151267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.152943] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.155133] libphy: Fixed MDIO Bus: probed [ 1.156746] tun: Universal TUN/TAP device driver, 1.6 [ 1.158363] tun: (C) 1999-2004 Max Krasnyansky [ 1.161424] PPP generic driver version 2.4.2 [ 1.162927] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164770] ehci-pci: EHCI PCI platform driver [ 1.165995] ehci-platform: EHCI generic platform driver [ 1.167391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168964] ohci-pci: OHCI PCI platform driver [ 1.170184] ohci-platform: OHCI generic platform driver [ 1.171569] uhci_hcd: USB Universal Host Controller Interface driver [ 1.188058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189465] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191531] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.196275] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.198267] usb usb1: Product: UHCI Host Controller [ 1.199568] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.201185] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202533] hub 1-0:1.0: USB hub found [ 1.203623] hub 1-0:1.0: 2 ports detected [ 1.204945] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.209217] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210633] mousedev: PS/2 mouse device common for all mice [ 1.212381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214971] rtc_cmos 00:00: RTC can wake from S4 [ 1.216516] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.218145] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219784] i2c /dev entries driver [ 1.220851] device-mapper: uevent: version 1.0.3 [ 1.222141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.224411] ledtrig-cpu: registered to indicate activity on CPUs [ 1.226197] NET: Registered protocol family 10 [ 1.227634] NET: Registered protocol family 17 [ 1.228850] Key type dns_resolver registered [ 1.230223] registered taskstats version 1 [ 1.231374] Loading compiled-in X.509 certificates [ 1.233201] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235727] zswap: loaded using pool lzo/zbud [ 1.238299] Key type trusted registered [ 1.241389] Key type encrypted registered [ 1.242509] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243941] ima: No TPM chip found, activating TPM-bypass! [ 1.245403] evm: HMAC attrs: 0x1 [ 1.246682] Magic number: 14:657:896 [ 1.247861] rtc_cmos 00:00: setting system clock to 2018-08-20 17:53:51 UTC (1534787631) [ 1.250084] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251572] EDD information not available. [ 1.313633] Freeing unused kernel memory: 1512K [ 1.314903] Write protecting the kernel read-only data: 14336k [ 1.331992] Freeing unused kernel memory: 1692K [ 1.333465] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344088] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346559] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349329] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351923] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365351] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369079] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.371574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429844] [drm] Initialized drm 1.1.0 20060810 [ 1.432576] virtio_net virtio0 ens3: renamed from eth0 [ 1.441546] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.444101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.468573] FDC 0 is a S82078B [ 1.477686] AVX2 version of gcm_enc/dec engaged. [ 1.478971] AES CTR mode by8 optimization enabled [ 1.515883] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.676942] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.678682] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.680502] usb 1-1: Product: QEMU USB Tablet [ 1.681718] usb 1-1: Manufacturer: QEMU [ 1.682814] usb 1-1: SerialNumber: 42 [ 1.691435] hidraw: raw HID events driver (C) Jiri Kosina [ 1.698385] usbcore: registered new interface driver usbhid [ 1.699933] usbhid: USB HID core driver [ 1.702239] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.705296] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.027880] tsc: Refined TSC clocksource calibration: 3491.980 MHz [ 2.027882] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255b9626fc, max_idle_ns: 440795367435 ns Begin: Loading essential drivers ... [ 2.071473] md: linear personality registered for level -1 [ 2.075082] md: multipath personality registered for level -4 [ 2.078706] md: raid0 personality registered for level 0 [ 2.082785] md: raid1 personality registered for level 1 [ 2.155855] raid6: sse2x1 gen() 11259 MB/s [ 2.223851] raid6: sse2x1 xor() 8773 MB/s [ 2.291844] raid6: sse2x2 gen() 14243 MB/s [ 2.359873] raid6: sse2x2 xor() 9892 MB/s [ 2.427841] raid6: sse2x4 gen() 17130 MB/s [ 2.495839] raid6: sse2x4 xor() 11728 MB/s [ 2.563849] raid6: avx2x1 gen() 22535 MB/s [ 2.631841] raid6: avx2x2 gen() 26289 MB/s [ 2.699840] raid6: avx2x4 gen() 29042 MB/s [ 2.705218] raid6: using algorithm avx2x4 gen() 29042 MB/s [ 2.706725] raid6: using avx2x2 recovery algorithm [ 2.714939] xor: automatically using best checksumming function: [ 2.755836] avx : 32736.000 MB/sec [ 2.758667] async_tx: api initialized (async) [ 2.771197] md: raid6 personality registered for level 6 [ 2.772651] md: raid5 personality registered for level 5 [ 2.774071] md: raid4 personality registered for level 4 [ 2.781781] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.821951] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.844628] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.963505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.968307] systemd[1]: Detected virtualization kvm. [ 2.969743] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.973905] systemd[1]: Set hostname to . [ 2.977297] systemd[1]: Initializing machine ID from KVM UUID. [ 2.979036] systemd[1]: Installed transient /etc/machine-id file. [ 3.116404] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.119914] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.122819] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.125765] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.129339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.133836] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.137814] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.140841] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.143731] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.147023] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.149923] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.152972] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.156434] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.158859] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.161993] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.165455] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.173067] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.177963] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.184862] systemd[1]: Mounting Huge Pages File System... [ 3.188703] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.193739] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.200969] iscsi: registered transport (tcp) Starting Create list of required st... nodes for the current kernel... [ 3.207478] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.215257] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.221575] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.228427] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.236925] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.244476] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.250036] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.254430] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.260676] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.263459] iscsi: registered transport (iser) [ 3.267245] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.276458] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.285993] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.289757] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.297221] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.302279] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.308388] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.311976] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.318596] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.323284] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.332638] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.668929] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.020410] cloud-init[590]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 17:53:55 +0000. Up 4.88 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.719554] cloud-init[931]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 17:53:56 +0000. Up 6.08 seconds. [ 58.722467] cloud-init[931]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.728407] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.734185] cloud-init[931]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.738756] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.744386] cloud-init[931]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:f7:10:fa | [ 58.748131] cloud-init[931]: ci-info: | ens3 | True | fe80::f816:3eff:fef7:10fa/64 | . | link | fa:16:3e:f7:10:fa | [ 58.752111] cloud-init[931]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.757893] cloud-init[931]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.763570] cloud-init[931]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.770039] cloud-init[931]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.772346] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.780122] cloud-init[931]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.782633] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.788372] cloud-init[931]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.790487] cloud-init[931]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH | [ 58.796354] cloud-init[931]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.800135] cloud-init[931]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.804134] cloud-init[931]: 2018-08-20 17:54:49,194 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 59.368848] cloud-init[931]: Generating public/private rsa key pair. [ 59.370650] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 59.376380] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 59.378400] cloud-init[931]: The key fingerprint is: [ 59.384144] cloud-init[931]: SHA256:sbBiskg1FE0ytg8ydTv0GSNEuJa+R4txAgo6ThX0o1k root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.386777] cloud-init[931]: The key's randomart image is: [ 59.392401] cloud-init[931]: +---[RSA 2048]----+ [ 59.393853] cloud-init[931]: | .OBB o | [ 59.395279] cloud-init[931]: | +oB.+ + | [ 59.400673] cloud-init[931]: | o =+E.o. | [ 59.402102] cloud-init[931]: |..+=B oo o | [ 59.403525] cloud-init[931]: |+.*oo.. S | [ 59.409030] cloud-init[931]: |=o B + | [ 59.410457] cloud-init[931]: |+.. B . | [ 59.412122] cloud-init[931]: | . o o | [ 59.416138] cloud-init[931]: | . | [ 59.420153] cloud-init[931]: +----[SHA256]-----+ [ 59.421613] cloud-init[931]: Generating public/private dsa key pair. [ 59.424179] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 59.428155] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 59.436132] cloud-init[931]: The key fingerprint is: [ 59.437666] cloud-init[931]: SHA256:VEt/6LH3otGWhWf0lddm7aKnwRLp+vBohNMRP3QtPq0 root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.440116] cloud-init[931]: The key's randomart image is: [ 59.444132] cloud-init[931]: +---[DSA 1024]----+ [ 59.448457] cloud-init[931]: | o . | [ 59.449895] cloud-init[931]: | .o.oo.. +| [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 59.455798] cloud-init[931]: | .+.o+o..O| Starting iSCSI initiator daemon (iscsid)... [ 59.459437] cloud-init[931]: | .. ooo+.*+| [ 59.461768] cloud-init[931]: | oS.o.oo+ *| [[0;32m OK [0m[ 59.464393] cloud-init[931]: | o o. oE+ B |] Reached target System Initialization. Starting Socket activation for snappy daemon. [[0;32m OK [0m [ 59.468907] cloud-init[931]: | o. o = * .|] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 59.475896] cloud-init[931]: | .= . B . | [ 59.477375] cloud-init[931]: | .o.o o | Starting LXD - unix socket. [ 59.479977] cloud-init[931]: +----[SHA256]-----+ [ 59.482264] cloud-init[931]: Generating public/private ecdsa key pair. [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [ 59.486880] cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [ 59.492604] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 59.494331] cloud-init[931]: The key fingerprint is: [ 59.495460] cloud-init[931]: [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. SHA256:UWr3Mg1wx68w+i+AavwbM1ozYLacO6+jHPpymJhlBZY root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.501725] cloud-init[931]: The key's randomart image is: [ 59.502964] cloud-init[931]: +---[ECDSA 256]---+ [[0;32m OK [0m] Listening on LXD - unix socket. [ 59.507008] cloud-init[931]: | . . o.. | [ 59.508392] cloud-init[931]: | E = .. | [[0;32m OK [0m[ 59.512218] cloud-init[931]: | . . + o . | [ 59.513255] cloud-init[931]: | . . oo+ . | [ 59.514315] cloud-init[931]: | .+ .S.ooo. | [ 59.515383] cloud-init[931]: | o+ +. o o. |] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting Apply the settings specified in cloud-config... [ 59.520295] cloud-init[931]: |.*..+.B o | Starting System Logging Service... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started FUSE filesystem for LXC.[ 59.532582] cloud-init[931]: |*o..*+ * o | [ 59.537677] [[0;32m OK [0m] Started Regular background program processing daemon. cloud-init Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m[931]: |.++o+*+. o. |] Started Deferred execution scheduler. [[0;32m OK [0m] Started D-Bus System Message Bus. [ 59.576320] cloud-init[931]: +----[SHA256]-----+ [ 59.587153] cloud-init[931]: Generating public/private ed25519 key pair. Starting LSB: MD monitoring daemon... Starting LSB: Record successful boot for GRUB... Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started iperf Service. Starting Login Service... [[0;32m OK [0m] Started iperf3 Service. Starting Snappy daemon... [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Accounts Service... [ 59.635385] [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[931]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.687387] cloud-init[931]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LXD - container startup/shutdown. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 59.757727] cloud-init[931]: The key fingerprint is: [ 59.773370] cloud-init[931]: SHA256:Dph06w38KF49/T/NA16tWlq3777oP4AzW0jfPXOIjmo root@shaker-vm-bce77fc8-c639-48b3-9b2b-df50cbd72116 [ 59.785140] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. cloud-init[931]: The key's randomart image is: [ 59.795817] cloud-init[931]: +--[ED25519 256]--+ [ 59.801076] cloud-init[931]: | | [ 59.807192] cloud-init[931]: | | [ 59.812186] cloud-init[931]: | . . | [ 59.817839] cloud-init[931]: | . = . . | [ 59.821486] cloud-init[931]: | o = S . +...o| [ 59.827971] cloud-init[931]: | . O . =.=.=+| [ 59.832299] cloud-init[931]: | . + * .o* *+=| [ 59.838022] cloud-init[931]: | . o E..o.=+++| [ 59.842909] cloud-init[931]: | . ... ==oBO| [ 59.851763] cloud-init[931]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 60.230568] cloud-init[1029]: Generating locales (this might take a while)... [ 60.956517] cloud-init[1029]: en_US.UTF-8... done [ 60.960063] cloud-init[1029]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... Starting LSB: automatic crash report generation... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: network benchmark... Starting LSB: daemon to balance interrupts for SMP systems... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started System Logging Service. Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started LSB: network benchmark. [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target Login Prompts. Starting Set console scheme... [[0;32m OK [0m] Started Set console scheme. 2018-08-20 17:55:16,380 - paramiko.transport - DEBUG - starting thread (client mode): 0x9eff5690L 2018-08-20 17:55:16,380 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 17:55:16,383 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-20 17:55:16,384 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-20 17:55:16,385 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 17:55:16,385 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 17:55:16,385 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 17:55:16,385 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 17:55:16,385 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 17:55:16,385 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 17:55:16,427 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 17:55:16,428 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 17:55:16,445 - paramiko.transport - DEBUG - Trying discovered key d6fae9b56d5d84a6db8ceba99255bcc3 in /tmp/tmp9mPR54 2018-08-20 17:55:16,464 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 17:55:16,472 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 17:55:16,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 17:55:16,484 - 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-08-20 17:55:16,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 17:55:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66da5cdb-a46c-491c-ac78-49b55b5e0837 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-20 17:55:16,490 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-66da5cdb-a46c-491c-ac78-49b55b5e0837 2018-08-20 17:55:16,491 - 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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:16,622 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 17:55:16,622 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 17:55:16,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474c863e-ef8b-486e-a1a1-e36a45ae17b5 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0b2c81d178354316a59a5f26fbb141d2"}, "enabled": true, "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/128d9665174f4f90a15f2ca586b78137"}, "enabled": true, "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/12a107ba5fe94cf48543f88f5be124fa"}, "enabled": true, "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/12b559676db645e8a04b05c81c9e709f"}, "enabled": true, "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/17c1bee285824dbfa4f4d1e7e2da9053"}, "enabled": true, "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6025853856bf4c35af9715940730bf20"}, "enabled": true, "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6e6af8c7be45430db7e9e59f8010f135"}, "enabled": true, "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7201054fc9a046268b744bbb78e55641"}, "enabled": true, "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d9deb94ea5b40fdbd670773fe199e28"}, "enabled": true, "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/910fef42db724bdeb1fa8bbf3c3250ce"}, "enabled": true, "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/974664aa4d5d44f0bdeaa7ff632bf474"}, "enabled": true, "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a225b602456e405e8b41665d9636d9f5"}, "enabled": true, "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b445507065d24d018a5ea7ae1fd1b3d7"}, "enabled": true, "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/e542cb895a3f4177a56a423cb878eebb"}, "enabled": true, "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/f1fc853614074be2a0c0beb1ce04f343"}, "enabled": true, "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-20 17:55:16,685 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-474c863e-ef8b-486e-a1a1-e36a45ae17b5 2018-08-20 17:55:16,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.204949140549s 2018-08-20 17:55:16,686 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-474c863e-ef8b-486e-a1a1-e36a45ae17b5 2018-08-20 17:55:16,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-20 17:55:16,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:16,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8563d97b-6482-4bd4-96d0-bf17c580223b Content-Encoding: gzip Content-Length: 1972 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0745759a99b34899a51ca44e542379cf"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6025853856bf4c35af9715940730bf20", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0dff0289b2af4fb5ab4ade67ef6d660c"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d9deb94ea5b40fdbd670773fe199e28", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/12d8012bf7d246d59cc2e096bca700fc"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d9deb94ea5b40fdbd670773fe199e28", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/165709aabde94f5bb6da493f888c5f30"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e6af8c7be45430db7e9e59f8010f135", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/18d6189927864f4dac822b526e3b9519"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12b559676db645e8a04b05c81c9e709f", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2719728c7a17452a81d105e420a8e681"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b445507065d24d018a5ea7ae1fd1b3d7", "id": "2719728c7a17452a81d105e420a8e681"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/334282f4ed52408ea3fd2f8d22e7823a"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7201054fc9a046268b744bbb78e55641", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3786b50b5cda4ddd803c115c358e8dea"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f1fc853614074be2a0c0beb1ce04f343", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3927dca2985a45b8a2cbe08e7b6a2aa0"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7201054fc9a046268b744bbb78e55641", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3ce19a9024d54f4d844b1b3e0992973e"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6025853856bf4c35af9715940730bf20", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3f2588a9fcb74f658367cfd3e3c9160d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a225b602456e405e8b41665d9636d9f5", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3f68b52328c249afa0a28ed6b2a9a260"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f1fc853614074be2a0c0beb1ce04f343", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4330fea8672542ef8bbebf0f0a6397cb"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d9deb94ea5b40fdbd670773fe199e28", "id": "4330fea8672542ef8bbebf0f0a6397cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4a0b3620a1a14a2782569ef08045cee7"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12b559676db645e8a04b05c81c9e709f", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4e77deb0570c4e5aad9ac75d4b663ea6"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e6af8c7be45430db7e9e59f8010f135", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/557ad22ee6914d8a9f1c03cd254c8b1b"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6025853856bf4c35af9715940730bf20", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5ec720e0faf748ccb29c4019ef64964b"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0b2c81d178354316a59a5f26fbb141d2", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/62e4fb1f8a7544cabd201f1acf25781f"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b445507065d24d018a5ea7ae1fd1b3d7", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/666ba7090df241a296deec0c19870e09"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12a107ba5fe94cf48543f88f5be124fa", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/678d2461431c41528ee31f73f5e1c5c9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "910fef42db724bdeb1fa8bbf3c3250ce", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6a7f7f8fdd374743a16e1a53eecbd856"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e6af8c7be45430db7e9e59f8010f135", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/70abeb68f4ca434f9a678ab89a1c7915"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12a107ba5fe94cf48543f88f5be124fa", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/73717be56c8d4ab1ba371d0024b0d835"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "128d9665174f4f90a15f2ca586b78137", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7b7bf7fad80343719f677b42b6e7d7eb"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "974664aa4d5d44f0bdeaa7ff632bf474", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7ff8bb00a744445198c53095abeae75a"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b445507065d24d018a5ea7ae1fd1b3d7", "id": "7ff8bb00a744445198c53095abeae75a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8bb75eb46faf4e8689f160d0c61bffcd"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a225b602456e405e8b41665d9636d9f5", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9335b9ed200e427fa2285dbab0d4b8c4"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "128d9665174f4f90a15f2ca586b78137", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/97fe31e36112419d876d4f038c5a65a7"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "974664aa4d5d44f0bdeaa7ff632bf474", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a745773445cd4ab8b9028b4a5d54fee5"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "974664aa4d5d44f0bdeaa7ff632bf474", "id": "a745773445cd4ab8b9028b4a5d54fee5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b9048c59146349c782c19237d552b12c"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12a107ba5fe94cf48543f88f5be124fa", "id": "b9048c59146349c782c19237d552b12c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c85cb8f3222145899f0549f37fb06f4f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e542cb895a3f4177a56a423cb878eebb", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c8bae401d4f5474a99b0becdc28c01db"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "910fef42db724bdeb1fa8bbf3c3250ce", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cbf4cd7dd93f4943ad13c07c5372df9e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0b2c81d178354316a59a5f26fbb141d2", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ce144c6d01044cd49f4da9dc49966c12"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0b2c81d178354316a59a5f26fbb141d2", "id": "ce144c6d01044cd49f4da9dc49966c12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cf8b1d6fe0bc44698ef1b386fc835389"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7201054fc9a046268b744bbb78e55641", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d52e6ed992d34e1aa42ec0e8b23efd7e"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a225b602456e405e8b41665d9636d9f5", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d762b7a92f0642b1be8d1656b28324bf"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "910fef42db724bdeb1fa8bbf3c3250ce", "id": "d762b7a92f0642b1be8d1656b28324bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d9dd83b6dafa4d118a2008949cbcbc2c"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12b559676db645e8a04b05c81c9e709f", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/db9b4669ffb04a008eae20361e57281f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e542cb895a3f4177a56a423cb878eebb", "id": "db9b4669ffb04a008eae20361e57281f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e87843a15af14c07a118e3a573904ce5"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e542cb895a3f4177a56a423cb878eebb", "id": "e87843a15af14c07a118e3a573904ce5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/eed4ae978d744cf985ae4fce568b5999"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "128d9665174f4f90a15f2ca586b78137", "id": "eed4ae978d744cf985ae4fce568b5999"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fe9df36472904e47bad81207763a6be9"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f1fc853614074be2a0c0beb1ce04f343", "id": "fe9df36472904e47bad81207763a6be9"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-20 17:55:16,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-8563d97b-6482-4bd4-96d0-bf17c580223b 2018-08-20 17:55:16,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.204970121384s 2018-08-20 17:55:16,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-8563d97b-6482-4bd4-96d0-bf17c580223b 2018-08-20 17:55:16,908 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.23:5000 2018-08-20 17:55:16,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:55:16,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:17,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57641a2d-dd48-4f71-b9fa-52cef2d68f6d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:55:17,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-57641a2d-dd48-4f71-b9fa-52cef2d68f6d 2018-08-20 17:55:17,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204657077789s 2018-08-20 17:55:17,116 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-57641a2d-dd48-4f71-b9fa-52cef2d68f6d 2018-08-20 17:55:17,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:55:17,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:17,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3668345b-63a7-4525-aacf-81e3b815c67d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:55:17,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3668345b-63a7-4525-aacf-81e3b815c67d 2018-08-20 17:55:17,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202589988708s 2018-08-20 17:55:17,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3668345b-63a7-4525-aacf-81e3b815c67d 2018-08-20 17:55:17,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 17:55:17,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:17,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2245989f-3195-44ad-a33a-00094c03ee1d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 17:55:17,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2245989f-3195-44ad-a33a-00094c03ee1d 2018-08-20 17:55:17,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199570894241s 2018-08-20 17:55:17,530 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-2245989f-3195-44ad-a33a-00094c03ee1d 2018-08-20 17:55:17,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:55:17,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:17,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc954793-4737-483f-9a88-d94189e698fd Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116", "links": {"self": "http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17a6db0a86e546f18475e8955dadfe0b", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 17:55:17,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bc954793-4737-483f-9a88-d94189e698fd 2018-08-20 17:55:17,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.2108938694s 2018-08-20 17:55:17,742 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bc954793-4737-483f-9a88-d94189e698fd 2018-08-20 17:55:17,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 17:55:17,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:17,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce0c2d13-de59-4a15-8a3f-1abdbf58fe9f Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0"}, "tags": [], "enabled": true, "id": "2b9d3fffa3094d5e9a89aa026442b3c0", "parent_id": "default", "domain_id": "default", "name": "shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116"}]} 2018-08-20 17:55:17,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-ce0c2d13-de59-4a15-8a3f-1abdbf58fe9f 2018-08-20 17:55:17,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.216571092606s 2018-08-20 17:55:17,971 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-ce0c2d13-de59-4a15-8a3f-1abdbf58fe9f 2018-08-20 17:55:17,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 17:55:17,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:18,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4749e6b4-a2aa-4cc6-90ba-46cd248c5b44 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0", "previous": null, "next": null}} 2018-08-20 17:55:18,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0 used request id req-4749e6b4-a2aa-4cc6-90ba-46cd248c5b44 2018-08-20 17:55:18,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.205161094666s 2018-08-20 17:55:18,183 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=2bb5b968af6a4dddaec5cfd10c00d91e&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0 used request id req-4749e6b4-a2aa-4cc6-90ba-46cd248c5b44 2018-08-20 17:55:18,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 17:55:18,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0/users/17a6db0a86e546f18475e8955dadfe0b/roles/2bb5b968af6a4dddaec5cfd10c00d91e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:18,453 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:55:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f3b1ea1-de3a-47cb-a97c-1c50c88c81b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:55:18,453 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0/users/17a6db0a86e546f18475e8955dadfe0b/roles/2bb5b968af6a4dddaec5cfd10c00d91e used request id req-7f3b1ea1-de3a-47cb-a97c-1c50c88c81b9 2018-08-20 17:55:18,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.26674079895s 2018-08-20 17:55:18,453 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0/users/17a6db0a86e546f18475e8955dadfe0b/roles/2bb5b968af6a4dddaec5cfd10c00d91e used request id req-7f3b1ea1-de3a-47cb-a97c-1c50c88c81b9 2018-08-20 17:55:18,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:55:18,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:18,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6ca502-c8b3-4b03-b1bb-fa4b83bcbc65 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:55:18,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4e6ca502-c8b3-4b03-b1bb-fa4b83bcbc65 2018-08-20 17:55:18,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197731018066s 2018-08-20 17:55:18,655 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4e6ca502-c8b3-4b03-b1bb-fa4b83bcbc65 2018-08-20 17:55:18,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 17:55:18,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-20 17:55:18,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 17:55:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3af4f1ae-6f04-4eb0-9928-821a92cd6af4 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "32d3f229d28e41c392fa61a068ef7655", "links": {"self": "http://172.30.9.23:5000/v3/roles/32d3f229d28e41c392fa61a068ef7655"}, "name": "heat_stack_owner"}} 2018-08-20 17:55:18,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-3af4f1ae-6f04-4eb0-9928-821a92cd6af4 2018-08-20 17:55:18,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.310431957245s 2018-08-20 17:55:18,971 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-3af4f1ae-6f04-4eb0-9928-821a92cd6af4 2018-08-20 17:55:18,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 17:55:18,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:19,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763ade7c-6b5a-4de3-aef6-eee297c5f853 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "32d3f229d28e41c392fa61a068ef7655", "links": {"self": "http://172.30.9.23:5000/v3/roles/32d3f229d28e41c392fa61a068ef7655"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 17:55:19,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-763ade7c-6b5a-4de3-aef6-eee297c5f853 2018-08-20 17:55:19,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195806980133s 2018-08-20 17:55:19,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-763ade7c-6b5a-4de3-aef6-eee297c5f853 2018-08-20 17:55:19,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 17:55:19,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:19,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c5efaa-70ef-42b7-bac4-9ef210bfd3ff Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 17:55:19,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-65c5efaa-70ef-42b7-bac4-9ef210bfd3ff 2018-08-20 17:55:19,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182924985886s 2018-08-20 17:55:19,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-65c5efaa-70ef-42b7-bac4-9ef210bfd3ff 2018-08-20 17:55:19,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 17:55:19,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:19,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc1dcdce-7f47-4cc3-a287-945242a07cdb Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116", "links": {"self": "http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17a6db0a86e546f18475e8955dadfe0b", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 17:55:19,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bc1dcdce-7f47-4cc3-a287-945242a07cdb 2018-08-20 17:55:19,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216173171997s 2018-08-20 17:55:19,576 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bc1dcdce-7f47-4cc3-a287-945242a07cdb 2018-08-20 17:55:19,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 17:55:19,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:19,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c6048c9-2a52-4fdd-b694-ef27c719f639 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0"}, "tags": [], "enabled": true, "id": "2b9d3fffa3094d5e9a89aa026442b3c0", "parent_id": "default", "domain_id": "default", "name": "shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116"}]} 2018-08-20 17:55:19,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-6c6048c9-2a52-4fdd-b694-ef27c719f639 2018-08-20 17:55:19,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.203100919724s 2018-08-20 17:55:19,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-6c6048c9-2a52-4fdd-b694-ef27c719f639 2018-08-20 17:55:19,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 17:55:19,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=32d3f229d28e41c392fa61a068ef7655&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:19,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 17:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9ad336a-3c0d-4d00-9533-e742d4eb3d28 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=32d3f229d28e41c392fa61a068ef7655&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0", "previous": null, "next": null}} 2018-08-20 17:55:19,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=32d3f229d28e41c392fa61a068ef7655&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0 used request id req-f9ad336a-3c0d-4d00-9533-e742d4eb3d28 2018-08-20 17:55:19,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.110338926315s 2018-08-20 17:55:19,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=17a6db0a86e546f18475e8955dadfe0b&role.id=32d3f229d28e41c392fa61a068ef7655&scope.project.id=2b9d3fffa3094d5e9a89aa026442b3c0 used request id req-f9ad336a-3c0d-4d00-9533-e742d4eb3d28 2018-08-20 17:55:19,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 17:55:19,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0/users/17a6db0a86e546f18475e8955dadfe0b/roles/32d3f229d28e41c392fa61a068ef7655 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f460f49164f1ca15ac1b31ff9dc5859ed37b6fe6" 2018-08-20 17:55:20,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 17:55:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81c5aa9f-5846-463c-b6c4-75d883968850 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 17:55:20,159 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0/users/17a6db0a86e546f18475e8955dadfe0b/roles/32d3f229d28e41c392fa61a068ef7655 used request id req-81c5aa9f-5846-463c-b6c4-75d883968850 2018-08-20 17:55:20,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.247416973114s 2018-08-20 17:55:20,159 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0/users/17a6db0a86e546f18475e8955dadfe0b/roles/32d3f229d28e41c392fa61a068ef7655 used request id req-81c5aa9f-5846-463c-b6c4-75d883968850 2018-08-20 17:55:20,160 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 17:55:20,161 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 17:55:20,161 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 17:55:20,163 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 17:55:20,236 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 17:55:20,237 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 17:55:20,238 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 17:55:20,276 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 17:55:20,276 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 17:55:20,302 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 18:55:20,391 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 18:55:20,392 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=2b9d3fffa3094d5e9a89aa026442b3c0 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 60134 22 OS_REGION_NAME=regionOne OS_USER_DOMAIN_NAME=Default OS_IMAGE_API_VERSION=2 USER=ubuntu PYTHONWARNINGS=ignore:Certificate has no, ignore:A true SSLContext object is not available OS_PROJECT_NAME=shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116 CLOUDPROMPT_ENABLED=1 MAIL=/var/mail/ubuntu PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games OS_IDENTITY_API_VERSION=3 NOVA_VERSION=1.1 SDN_CONTROLLER_IP=192.30.9.4 PWD=/home/ubuntu OS_PASSWORD=ae646155-c3f7-44b6-926c-2a4a740effba LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.23:5000 SDN_CONTROLLER_PASSWORD=veh7aL4uE9r5BKb2JoTiPAdnl OS_USERNAME=shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116 SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.23,192.30.9.4 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 60134 192.168.120.6 22 OS_VOLUME_API_VERSION=3.52 COMPUTE_API_VERSION=1.1 OS_INTERFACE=public XDG_RUNTIME_DIR=/run/user/1000 OS_NO_CACHE=True OS_CLOUDNAME=overcloud OS_PROJECT_DOMAIN_NAME=Default _=/usr/bin/env 2018-08-20 17:55:21.051 1372 INFO shaker.engine.utils [-] Logging enabled 2018-08-20 17:55:21.053 1372 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-20 17:55:21.055 1372 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-20 17:55:21.063 1380 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-20 17:55:21.064 1380 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.209:9000 2018-08-20 17:55:21.064 1380 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-20 17:55:21.074 1372 INFO pykwalify.core [-] validation.valid 2018-08-20 17:55:22.662 1372 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-20 17:55:28.053 1372 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'6b6e9b32-3b81-4af2-a094-45ad81247685', u'links': [{u'href': u'http://172.30.9.23:8004/v1/2b9d3fffa3094d5e9a89aa026442b3c0/stacks/shaker_ekotaf/6b6e9b32-3b81-4af2-a094-45ad81247685', u'rel': u'self'}]} 2018-08-20 17:59:07.536 1372 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_ekotaf_master_0', 'shaker_ekotaf_slave_0']) 2018-08-20 17:59:13.616 1372 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-20 18:00:44.829 1372 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-20 18:02:14.979 1372 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-20 18:03:45.142 1372 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-20 18:03:45.143 1372 INFO shaker.engine.server [-] Execution is done 2018-08-20 18:03:45.887 1372 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-20 18:55:20,393 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 18:55:20,393 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-20 18:55:20,395 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 18:55:20,434 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 18:55:20,434 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 18:55:20,461 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 18:55:20,466 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 18:55:20,467 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 18:55:20,465 - functest.opnfv_tests.openstack.shaker.shaker - ERROR - cannot get report files Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/shaker/shaker.py", line 112, in execute scpc.get('report.json', self.res_dir) File "/usr/lib/python2.7/site-packages/scp.py", line 198, in get self._recv_all() File "/usr/lib/python2.7/site-packages/scp.py", line 348, in _recv_all raise SCPException(asunicode(msg[1:])) SCPException: scp: report.json: No such file or directory 2018-08-20 18:55:20,595 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 18:55:20,595 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:16 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-20 18:55:20,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 18:55:21,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}, {"id": "32d3f229d28e41c392fa61a068ef7655", "name": "heat_stack_owner"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}], "expires_at": "2018-08-20T19:55:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b9d3fffa3094d5e9a89aa026442b3c0", "name": "shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/2b9d3fffa3094d5e9a89aa026442b3c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116", "id": "17a6db0a86e546f18475e8955dadfe0b"}, "audit_ids": ["Xpsx29XDQ0e_weOcY_Htxg"], "issued_at": "2018-08-20T18:55:20.000000Z"}} 2018-08-20 18:55:21,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 18:55:21,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/2e5eafd1-53d2-4104-a08c-30d4c287b0a4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:22,384 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9ff8c98-e60e-4cea-8a02-3622aae0f8da Content-Length: 0 Date: Mon, 20 Aug 2018 18:55:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 18:55:22,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/2e5eafd1-53d2-4104-a08c-30d4c287b0a4.json used request id req-e9ff8c98-e60e-4cea-8a02-3622aae0f8da 2018-08-20 18:55:22,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.36355495453s 2018-08-20 18:55:22,385 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/2e5eafd1-53d2-4104-a08c-30d4c287b0a4.json used request id req-e9ff8c98-e60e-4cea-8a02-3622aae0f8da 2018-08-20 18:55:22,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 18:55:22,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:22,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-77cacafa-f942-4bc3-891c-7068e7803386 Date: Mon, 20 Aug 2018 18:55:22 GMT RESP BODY: {"floatingips": []} 2018-08-20 18:55:22,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-77cacafa-f942-4bc3-891c-7068e7803386 2018-08-20 18:55:22,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.339778184891s 2018-08-20 18:55:22,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-77cacafa-f942-4bc3-891c-7068e7803386 2018-08-20 18:55:22,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 18:55:22,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:23,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 18:55: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-9bd79f71-1389-4fb9-8b92-f58583e0f94a x-compute-request-id: req-9bd79f71-1389-4fb9-8b92-f58583e0f94a Content-Type: application/json 2018-08-20 18:55:23,607 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce used request id req-9bd79f71-1389-4fb9-8b92-f58583e0f94a 2018-08-20 18:55:23,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.875715970993s 2018-08-20 18:55:23,607 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce used request id req-9bd79f71-1389-4fb9-8b92-f58583e0f94a 2018-08-20 18:55:23,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 18:55:23,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:25,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:55: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-e13969b7-683f-408d-9e04-b0fd381846ee x-compute-request-id: req-e13969b7-683f-408d-9e04-b0fd381846ee Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:10:fa", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:10:fa", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a5695b0-db24-49e6-b824-d6a06f938fce", "rel": "bookmark"}], "image": {"id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "links": [{"href": "http://172.30.9.23:8774/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008c", "OS-SRV-USG:launched_at": "2018-08-20T17:53:49.000000", "flavor": {"id": "e15469c3-afc7-4fd4-81f3-0ced8317430f", "links": [{"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "bookmark"}]}, "id": "1a5695b0-db24-49e6-b824-d6a06f938fce", "security_groups": [{"name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}], "user_id": "17a6db0a86e546f18475e8955dadfe0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T18:55:23Z", "hostId": "15fd5f81412737af2af51f0eeb97abe37f30142a5c3fd25630f3e320", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "shaker-vm_bce77fc8-c639-48b3-9b2b-df50cbd72116", "created": "2018-08-20T17:50:34Z", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 18:55:25,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e13969b7-683f-408d-9e04-b0fd381846ee 2018-08-20 18:55:25,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.79493689537s 2018-08-20 18:55:25,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e13969b7-683f-408d-9e04-b0fd381846ee 2018-08-20 18:55:25,405 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 18:55:27,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 18:55:27,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:27,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:55:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60b60004-4d78-45c1-b8d5-9d83da20cd76 x-compute-request-id: req-60b60004-4d78-45c1-b8d5-9d83da20cd76 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 18:55:27,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-60b60004-4d78-45c1-b8d5-9d83da20cd76 2018-08-20 18:55:27,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0800669193268s 2018-08-20 18:55:27,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-60b60004-4d78-45c1-b8d5-9d83da20cd76 2018-08-20 18:55:27,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 18:55:27,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:27,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48439 X-Openstack-Request-Id: req-22093806-2a29-4cc8-922c-f7784a5fb249 Date: Mon, 20 Aug 2018 18:55:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "updated_at": "2018-08-20T16:46:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7037a96b-f334-431f-95c0-e523c939a958", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7c097373-26a4-4636-8025-0b05b6230c95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "88520c47-a545-4b43-a23d-89a99d99ff74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "f7d22496-ff77-4c2b-b760-58629aa38452", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}], "revision_number": 1, "project_id": "f459a43815564047b07d495f87f10ad2", "id": "0987da57-713b-49c3-b135-c0f85ec99b73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "updated_at": "2018-08-20T16:46:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "613d616f-11b1-4318-a678-4a14fd4bbe43", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "c265eddc-864c-4c4b-a370-a52c0551a1db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}], "revision_number": 1, "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "updated_at": "2018-08-20T16:46:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "a42635f9-c149-4597-995e-a5be1fd538b7", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "d3485026-8771-4b90-98da-d49ba756837b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}], "revision_number": 1, "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "updated_at": "2018-08-20T16:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "27320908-5a79-4d7f-8c5a-dea930cb307b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d26643c2-8308-4ad9-a72a-2cf81397007d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d619641a-1792-4c07-ba5c-e101ea428cd0", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}], "revision_number": 1, "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "460ca234-7330-492a-a53a-f9cd0c835220", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:26Z", "updated_at": "2018-08-20T17:50:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-20T17:50:28Z", "revision_number": 0, "id": "286f2d00-7320-4106-826f-424dd1d152d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:28Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:26Z", "revision_number": 0, "id": "58a1dcb7-610a-4b82-8cfa-a5a349fe01ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:26Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T17:50:27Z", "revision_number": 0, "id": "c11e7d5e-701b-4020-8cc4-ecc6c4c108c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:27Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:28Z", "revision_number": 0, "id": "c2bc3d5b-7ea9-476d-bf9c-760822536258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:28Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:26Z", "revision_number": 0, "id": "cbd193ac-d94a-4d2c-8094-1494aa4af8fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:26Z", "security_group_id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 4, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "56e71c15-11c1-4132-a8cf-8d695f7d311c", "name": "shaker-sg_bce77fc8-c639-48b3-9b2b-df50cbd72116"}, {"description": "Default security group", "tags": [], "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "updated_at": "2018-08-20T16:46:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "4fea7278-e724-41db-9313-21007a51140c", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}], "revision_number": 1, "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "updated_at": "2018-08-20T17:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "3a279180-06f0-40b3-ac52-b6f601390e9a", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}], "revision_number": 1, "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "updated_at": "2018-08-20T16:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "0d4ff932-818e-4356-8ec9-632a99c477a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "3ec05dae-cb0d-4846-919a-9e7f22853175", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}], "revision_number": 1, "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "updated_at": "2018-08-20T16:46:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "07559f41-4c75-418c-83be-09863c8a4e4c", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}], "revision_number": 1, "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "bef49320-1a27-4ab9-876b-045d3e43e997", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "updated_at": "2018-08-20T17:37:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}], "revision_number": 1, "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "updated_at": "2018-08-20T16:46:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8ea96060-1b31-4cbc-8016-c29b458c5593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "eb3fff56-526f-4cdb-8931-11038b781824", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}], "revision_number": 1, "project_id": "2955d687c3384deb9c98180662807a42", "id": "f34de66d-fa43-4257-974a-da7d15670c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 18:55:27,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-22093806-2a29-4cc8-922c-f7784a5fb249 2018-08-20 18:55:27,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.44585108757s 2018-08-20 18:55:27,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-22093806-2a29-4cc8-922c-f7784a5fb249 2018-08-20 18:55:27,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 18:55:27,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/56e71c15-11c1-4132-a8cf-8d695f7d311c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:28,383 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-75ec8396-462a-4048-a17c-e2532f72f393 Content-Length: 0 Date: Mon, 20 Aug 2018 18:55:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 18:55:28,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/56e71c15-11c1-4132-a8cf-8d695f7d311c.json used request id req-75ec8396-462a-4048-a17c-e2532f72f393 2018-08-20 18:55:28,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.438588857651s 2018-08-20 18:55:28,383 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/56e71c15-11c1-4132-a8cf-8d695f7d311c.json used request id req-75ec8396-462a-4048-a17c-e2532f72f393 2018-08-20 18:55:28,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 18:55:28,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:28,457 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 18:55:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-370a8b2f-517f-4459-b6f4-8df9c4348c41 x-compute-request-id: req-370a8b2f-517f-4459-b6f4-8df9c4348c41 Content-Length: 0 Content-Type: application/json 2018-08-20 18:55:28,457 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116 used request id req-370a8b2f-517f-4459-b6f4-8df9c4348c41 2018-08-20 18:55:28,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0739488601685s 2018-08-20 18:55:28,458 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/shaker-kp_bce77fc8-c639-48b3-9b2b-df50cbd72116 used request id req-370a8b2f-517f-4459-b6f4-8df9c4348c41 2018-08-20 18:55:28,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 18:55:28,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0dac7cd5-11ce-46ac-ada9-b520bda46fb7/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}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" -d '{"subnet_id": "978c5bf0-d7bd-477e-b3e0-212938686d41"}' 2018-08-20 18:55:30,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-12b4a106-9121-4b5b-9e12-b043ef91d95f Date: Mon, 20 Aug 2018 18:55:30 GMT RESP BODY: {"network_id": "7d27d707-3195-426e-b8b8-e5e75bda3444", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "subnet_id": "978c5bf0-d7bd-477e-b3e0-212938686d41", "subnet_ids": ["978c5bf0-d7bd-477e-b3e0-212938686d41"], "port_id": "b290d3a8-3be7-4604-a313-3ff404a44c3e", "id": "0dac7cd5-11ce-46ac-ada9-b520bda46fb7"} 2018-08-20 18:55:30,313 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0dac7cd5-11ce-46ac-ada9-b520bda46fb7/remove_router_interface.json used request id req-12b4a106-9121-4b5b-9e12-b043ef91d95f 2018-08-20 18:55:30,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.85513496399s 2018-08-20 18:55:30,314 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0dac7cd5-11ce-46ac-ada9-b520bda46fb7/remove_router_interface.json used request id req-12b4a106-9121-4b5b-9e12-b043ef91d95f returning object 0dac7cd5-11ce-46ac-ada9-b520bda46fb7 2018-08-20 18:55:30,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 18:55:30,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:30,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-8025c76c-1d79-4eb4-aee1-19923d1fbcbe Date: Mon, 20 Aug 2018 18:55:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T18:55:29Z", "revision_number": 4, "routes": [], "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "0dac7cd5-11ce-46ac-ada9-b520bda46fb7", "name": "shaker-router_bce77fc8-c639-48b3-9b2b-df50cbd72116"}]} 2018-08-20 18:55:30,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8025c76c-1d79-4eb4-aee1-19923d1fbcbe 2018-08-20 18:55:30,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.408183097839s 2018-08-20 18:55:30,723 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8025c76c-1d79-4eb4-aee1-19923d1fbcbe 2018-08-20 18:55:30,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 18:55:30,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/0dac7cd5-11ce-46ac-ada9-b520bda46fb7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:32,743 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44ff1ac7-6cfe-4b67-a9be-ec5667f66658 Content-Length: 0 Date: Mon, 20 Aug 2018 18:55:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 18:55:32,743 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0dac7cd5-11ce-46ac-ada9-b520bda46fb7.json used request id req-44ff1ac7-6cfe-4b67-a9be-ec5667f66658 2018-08-20 18:55:32,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.01903104782s 2018-08-20 18:55:32,744 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0dac7cd5-11ce-46ac-ada9-b520bda46fb7.json used request id req-44ff1ac7-6cfe-4b67-a9be-ec5667f66658 2018-08-20 18:55:32,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 18:55:32,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:32,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-111d511a-1233-46f2-891f-de18a34e22ae Date: Mon, 20 Aug 2018 18:55:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d27d707-3195-426e-b8b8-e5e75bda3444","tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T17:50:06Z","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":"2b9d3fffa3094d5e9a89aa026442b3c0","id":"978c5bf0-d7bd-477e-b3e0-212938686d41","subnetpool_id":null,"name":"shaker-subnet_bce77fc8-c639-48b3-9b2b-df50cbd72116"}]} 2018-08-20 18:55:32,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-111d511a-1233-46f2-891f-de18a34e22ae 2018-08-20 18:55:32,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.04381108284s 2018-08-20 18:55:32,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-111d511a-1233-46f2-891f-de18a34e22ae 2018-08-20 18:55:32,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 18:55:32,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/978c5bf0-d7bd-477e-b3e0-212938686d41.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:35,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-28f88540-d3a1-4f0c-8205-5be2dbed2761 Date: Mon, 20 Aug 2018 18:55:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 18:55:35,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/978c5bf0-d7bd-477e-b3e0-212938686d41.json used request id req-28f88540-d3a1-4f0c-8205-5be2dbed2761 2018-08-20 18:55:35,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.48096895218s 2018-08-20 18:55:35,271 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/978c5bf0-d7bd-477e-b3e0-212938686d41.json used request id req-28f88540-d3a1-4f0c-8205-5be2dbed2761 2018-08-20 18:55:35,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 18:55:35,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:35,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-163031af-95b2-451e-8b7e-85e33025a5c3 Date: Mon, 20 Aug 2018 18:55:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d27d707-3195-426e-b8b8-e5e75bda3444","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2b9d3fffa3094d5e9a89aa026442b3c0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T18:55:35Z","provider:segmentation_id":67,"name":"shaker-net_bce77fc8-c639-48b3-9b2b-df50cbd72116","admin_state_up":true,"tenant_id":"2b9d3fffa3094d5e9a89aa026442b3c0","created_at":"2018-08-20T17:50:05Z","provider:network_type":"vxlan"}]} 2018-08-20 18:55:35,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-163031af-95b2-451e-8b7e-85e33025a5c3 2018-08-20 18:55:35,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.363216161728s 2018-08-20 18:55:35,635 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-163031af-95b2-451e-8b7e-85e33025a5c3 2018-08-20 18:55:35,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 18:55:35,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/7d27d707-3195-426e-b8b8-e5e75bda3444.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:36,807 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a05af07-1f10-45e4-84ff-5e67e579f060 Date: Mon, 20 Aug 2018 18:55:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 18:55:36,807 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7d27d707-3195-426e-b8b8-e5e75bda3444.json used request id req-3a05af07-1f10-45e4-84ff-5e67e579f060 2018-08-20 18:55:36,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.17063689232s 2018-08-20 18:55:36,807 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7d27d707-3195-426e-b8b8-e5e75bda3444.json used request id req-3a05af07-1f10-45e4-84ff-5e67e579f060 2018-08-20 18:55:36,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 18:55:36,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:37,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-bec33159-96c1-40cc-bc72-859873dbca51 Date: Mon, 20 Aug 2018 18:55:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T17:50:25Z", "file": "/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/file", "owner": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "93193d13-8dbf-4c14-a8c5-137a84d089ab", "size": 666173440, "self": "/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/93193d13-8dbf-4c14-a8c5-137a84d089ab/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_bce77fc8-c639-48b3-9b2b-df50cbd72116", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-20T17:50:15Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 18:55:37,616 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bec33159-96c1-40cc-bc72-859873dbca51 2018-08-20 18:55:37,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.804184913635s 2018-08-20 18:55:37,616 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bec33159-96c1-40cc-bc72-859873dbca51 2018-08-20 18:55:37,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 18:55:37,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41bea43d5b41e90d7a49dac4f2de2481a6b8b350" 2018-08-20 18:55:39,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad199965-038a-4381-b616-a97721f4f645 Date: Mon, 20 Aug 2018 18:55:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 18:55:39,003 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab used request id req-ad199965-038a-4381-b616-a97721f4f645 2018-08-20 18:55:39,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.38553214073s 2018-08-20 18:55:39,003 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/93193d13-8dbf-4c14-a8c5-137a84d089ab used request id req-ad199965-038a-4381-b616-a97721f4f645 2018-08-20 18:55:39,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 18:55:39,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 18:55:39,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T19:55:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["EA1JAimJRryMw-vikTtHjg"], "issued_at": "2018-08-20T18:55:39.000000Z"}} 2018-08-20 18:55:39,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}6fbdd1e6e750c253731da3660412085bf6a9dd15" 2018-08-20 18:55:39,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:55: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-d42671a2-e86c-473a-80e7-c16cff1a07fc x-compute-request-id: req-d42671a2-e86c-473a-80e7-c16cff1a07fc Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_bce77fc8-c639-48b3-9b2b-df50cbd72116", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f", "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": 3, "id": "e15469c3-afc7-4fd4-81f3-0ced8317430f"}]} 2018-08-20 18:55:39,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d42671a2-e86c-473a-80e7-c16cff1a07fc 2018-08-20 18:55:39,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.813475847244s 2018-08-20 18:55:39,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d42671a2-e86c-473a-80e7-c16cff1a07fc 2018-08-20 18:55:39,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 18:55:39,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6fbdd1e6e750c253731da3660412085bf6a9dd15" 2018-08-20 18:55:39,864 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 18:55: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-e220c29d-500d-44f1-b79c-4810057b539d x-compute-request-id: req-e220c29d-500d-44f1-b79c-4810057b539d Content-Length: 0 Content-Type: application/json 2018-08-20 18:55:39,864 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f used request id req-e220c29d-500d-44f1-b79c-4810057b539d 2018-08-20 18:55:39,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.044322013855s 2018-08-20 18:55:39,864 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e15469c3-afc7-4fd4-81f3-0ced8317430f used request id req-e220c29d-500d-44f1-b79c-4810057b539d 2018-08-20 18:55:39,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 18:55:39,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6fbdd1e6e750c253731da3660412085bf6a9dd15" 2018-08-20 18:55:40,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586bfce7-556b-4954-8d31-16e8f3dbc330 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/04600668867b4d2daf44c8ddb6f03457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04600668867b4d2daf44c8ddb6f03457", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/134909d448464db1b2fbdb4a97479731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "134909d448464db1b2fbdb4a97479731", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/168470afab6249deb8ecb7fbe2efbf2e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "168470afab6249deb8ecb7fbe2efbf2e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116", "links": {"self": "http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17a6db0a86e546f18475e8955dadfe0b", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/24485619823148e6a969a6a9610cb970"}, "domain_id": "0dc4c689ca5f48478326a988e1b40ed3", "enabled": true, "options": {}, "id": "24485619823148e6a969a6a9610cb970", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3757ce8d7b8e49ca8c5958e7996b5389"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3757ce8d7b8e49ca8c5958e7996b5389", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/3eb7d172070f4a56be4911cf68c7a8ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3eb7d172070f4a56be4911cf68c7a8ed", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/4ccc67f1cdb04451a1adfe5a76298fe3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ccc67f1cdb04451a1adfe5a76298fe3", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5b1bbaac21e9456eb7f11bdc81526fff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b1bbaac21e9456eb7f11bdc81526fff", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/74c72c80be7741288338f6bac2e0653f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "74c72c80be7741288338f6bac2e0653f", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/9743123f4edb456fa4f056120755a516"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743123f4edb456fa4f056120755a516", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/aad618b4a1b744c284c4ac40b57dc860"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad618b4a1b744c284c4ac40b57dc860", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/c33619a78b8d4e22b58ef5334e11fead"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c33619a78b8d4e22b58ef5334e11fead", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/c864ae9b1cbc4347bda1e6a1c04ec23c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c864ae9b1cbc4347bda1e6a1c04ec23c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/e41185143be945dd8609fb891dcb92e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41185143be945dd8609fb891dcb92e0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-20 18:55:40,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-586bfce7-556b-4954-8d31-16e8f3dbc330 2018-08-20 18:55:40,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206180095673s 2018-08-20 18:55:40,071 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-586bfce7-556b-4954-8d31-16e8f3dbc330 2018-08-20 18:55:40,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 18:55:40,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6fbdd1e6e750c253731da3660412085bf6a9dd15" 2018-08-20 18:55:40,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c479abd-c776-4049-ba61-f4ee9b844840 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_bce77fc8-c639-48b3-9b2b-df50cbd72116", "links": {"self": "http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "17a6db0a86e546f18475e8955dadfe0b", "description": null}} 2018-08-20 18:55:40,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b used request id req-9c479abd-c776-4049-ba61-f4ee9b844840 2018-08-20 18:55:40,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211536884308s 2018-08-20 18:55:40,289 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b used request id req-9c479abd-c776-4049-ba61-f4ee9b844840 2018-08-20 18:55:40,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 18:55:40,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6fbdd1e6e750c253731da3660412085bf6a9dd15" 2018-08-20 18:55:40,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 18:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0421ed8-d571-4638-b48e-d6590be18a13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 18:55:40,655 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b used request id req-f0421ed8-d571-4638-b48e-d6590be18a13 2018-08-20 18:55:40,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.365304946899s 2018-08-20 18:55:40,656 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/17a6db0a86e546f18475e8955dadfe0b used request id req-f0421ed8-d571-4638-b48e-d6590be18a13 2018-08-20 18:55:40,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 18:55:40,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6fbdd1e6e750c253731da3660412085bf6a9dd15" 2018-08-20 18:55:40,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1196886d-0fd5-436b-ba48-5ffd06ea33f9 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0"}, "tags": [], "enabled": true, "id": "2b9d3fffa3094d5e9a89aa026442b3c0", "parent_id": "default", "domain_id": "default", "name": "shaker-project_bce77fc8-c639-48b3-9b2b-df50cbd72116"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 18:55:40,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-1196886d-0fd5-436b-ba48-5ffd06ea33f9 2018-08-20 18:55:40,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192975997925s 2018-08-20 18:55:40,856 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-1196886d-0fd5-436b-ba48-5ffd06ea33f9 2018-08-20 18:55:40,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 18:55:40,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6fbdd1e6e750c253731da3660412085bf6a9dd15" 2018-08-20 18:55:41,158 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 18:55:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10a843c5-7584-4573-8c54-6dcb14b5ac2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 18:55:41,158 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0 used request id req-10a843c5-7584-4573-8c54-6dcb14b5ac2c 2018-08-20 18:55:41,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.298768997192s 2018-08-20 18:55:41,159 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/2b9d3fffa3094d5e9a89aa026442b3c0 used request id req-10a843c5-7584-4573-8c54-6dcb14b5ac2c 2018-08-20 18:55:41,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 18:55:41,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6fbdd1e6e750c253731da3660412085bf6a9dd15" 2018-08-20 18:55:41,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:55:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59a32a5c-ec13-4b01-8b50-059d9ec0467d Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "32d3f229d28e41c392fa61a068ef7655", "links": {"self": "http://172.30.9.23:5000/v3/roles/32d3f229d28e41c392fa61a068ef7655"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 18:55:41,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-59a32a5c-ec13-4b01-8b50-059d9ec0467d 2018-08-20 18:55:41,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20520401001s 2018-08-20 18:55:41,368 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-59a32a5c-ec13-4b01-8b50-059d9ec0467d 2018-08-20 18:55:41,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 18:55:41,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/32d3f229d28e41c392fa61a068ef7655 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6fbdd1e6e750c253731da3660412085bf6a9dd15" 2018-08-20 18:55:41,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 18:55:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed870965-d208-417d-836e-aa78d0547618 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 18:55:41,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/32d3f229d28e41c392fa61a068ef7655 used request id req-ed870965-d208-417d-836e-aa78d0547618 2018-08-20 18:55:41,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.22144317627s 2018-08-20 18:55:41,596 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/32d3f229d28e41c392fa61a068ef7655 used request id req-ed870965-d208-417d-836e-aa78d0547618 2018-08-20 18:55:41,596 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-20 18:55:41,654 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-20 18:55:41,999 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-20 18:55:42,000 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-20 18:55:42,000 - openstack_tests - INFO - OS Credentials = > 2018-08-20 18:55:42,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 18:55:42,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 18:55:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 18:55:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 18:55:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 18:55:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 18:55:42,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 18:55:42,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T19:55:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["LQNVaSnPTRKkcrrEoMS48Q"], "issued_at": "2018-08-20T18:55:42.000000Z"}} 2018-08-20 18:55:42,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d295d7c81453448166292c78f6e611a7348f1" 2018-08-20 18:55:42,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-5889e05e-1292-48d1-9568-d7dc1c025cad Date: Mon, 20 Aug 2018 18:55:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 18:55:42,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-5889e05e-1292-48d1-9568-d7dc1c025cad 2018-08-20 18:55:42,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=51eccb3f-6587-4786-9b87-639d59173f56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d295d7c81453448166292c78f6e611a7348f1" 2018-08-20 18:55:43,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2d5ad42c-d6e6-4b9b-a997-5661aa339658 Date: Mon, 20 Aug 2018 18:55:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 18:55:43,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=51eccb3f-6587-4786-9b87-639d59173f56 used request id req-2d5ad42c-d6e6-4b9b-a997-5661aa339658 2018-08-20 18:55:43,102 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-20 18:55:43,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 18:55:43,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 18:55:43,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 18:55:43,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 18:55:43,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 18:55:43,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 18:55:43,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 18:55:43,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 18:55:43,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 18:55:43,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 18:55:43,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 18:55:43,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 18:55:43,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 18:55:43,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 18:55:43,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 18:55:43,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 18:55:43,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 18:55:43,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 18:55:43,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 18:55:43,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 18:55:43,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 18:55:43,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 18:55:43,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 18:55:43,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 18:55:43,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 18:55:43,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-20 18:55:43,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 18:55:43,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05997489-8b7d-4399-85b4-75b301a31772 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 18:55:43,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-05997489-8b7d-4399-85b4-75b301a31772 2018-08-20 18:55:43,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 18:55:43,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T19:55:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["mnvp4IT6TSmZJN7iRBlN2A"], "issued_at": "2018-08-20T18:55:43.000000Z"}} 2018-08-20 18:55:43,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/ -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}33d76ded2ee33e29cdc1c5dbabf2027f2f86cbf2" 2018-08-20 18:55:44,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:55: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-7ce58a28-7618-4730-9406-e49392769b4b x-compute-request-id: req-7ce58a28-7618-4730-9406-e49392769b4b Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"version": {"status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "http://172.30.9.23:8774/v2.1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "2.1", "version": "2.65", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1"}} 2018-08-20 18:55:44,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/ used request id req-7ce58a28-7618-4730-9406-e49392769b4b 2018-08-20 18:55:44,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 1.11982393265s 2018-08-20 18:55:44,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/ used request id req-7ce58a28-7618-4730-9406-e49392769b4b 2018-08-20 18:55:44,232 - functest.utils.functest_utils - DEBUG - cloud._compute_client.request: {u'version': {u'status': u'CURRENT', u'updated': u'2013-07-23T11:33:21Z', u'links': [{u'href': u'http://172.30.9.23:8774/v2.1/', u'rel': u'self'}, {u'href': u'http://docs.openstack.org/', u'type': u'text/html', u'rel': u'describedby'}], u'min_version': u'2.1', u'version': u'2.65', u'media-types': [{u'base': u'application/json', u'type': u'application/vnd.openstack.compute+json;version=2.1'}], u'id': u'v2.1'}} 2018-08-20 18:55:44,232 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-20 18:55:44,233 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-20 18:55:44,233 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-20 18:55:44,292 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-20 18:55:44,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 18:55:44,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 18:55:44,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 18:55:44,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 18:55:44,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 18:55:44,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 18:55:44,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 18:55:44,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 18:55:44,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 18:55:44,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 18:55:44,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 18:55:44,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 18:55:44,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 18:55:44,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 18:55:44,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:55:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c47daa0-6403-4686-8044-d946c7bb1bd6 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 18:55:44,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4c47daa0-6403-4686-8044-d946c7bb1bd6 2018-08-20 18:55:44,344 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 18:55:44,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T19:55:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["_N8HmDokT_KK4n18LlhU5w"], "issued_at": "2018-08-20T18:55:44.000000Z"}} 2018-08-20 18:55:44,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 18:55:44,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:55:45,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-832f2f36-2870-4dc4-badc-030ece647bf3 Date: Mon, 20 Aug 2018 18:55:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 18:55:45,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-832f2f36-2870-4dc4-badc-030ece647bf3 2018-08-20 18:55:45,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354621171951s 2018-08-20 18:55:45,106 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-832f2f36-2870-4dc4-badc-030ece647bf3 2018-08-20 18:55:45,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 18:55:47,964 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 18:55:50,775 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 31236b27-7c56-49f3-8ac7-45ab82b3c25d | 2018-08-20T18:55:50.472271 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 31236b27-7c56-49f3-8ac7-45ab82b3c25d ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-20 18:55:54,623 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 18:55:54,623 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 18:55:57,351 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 18:56:00,699 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=ffc9503e-8b66-420c-884a-44baa152ad3a) as the default verifier for the future CLI operations. 2018-08-20 18:56:03,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 18:56:03,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:56:04,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-83ecfa24-290f-4aa8-ac56-5f7b35c1556d Date: Mon, 20 Aug 2018 18:56:04 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 18:56:04,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-83ecfa24-290f-4aa8-ac56-5f7b35c1556d 2018-08-20 18:56:04,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.291476964951s 2018-08-20 18:56:04,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-83ecfa24-290f-4aa8-ac56-5f7b35c1556d 2018-08-20 18:56:04,136 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-20 18:56:04,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 18:56:04,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"network": {"name": "neutron_trunk-net_2fcd6f20-f253-47a1-9400-76e563268aff", "admin_state_up": true}}' 2018-08-20 18:56:04,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-2a89e72a-e3e5-4a04-8a5c-95ed46dda4b7 Date: Mon, 20 Aug 2018 18:56:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2180b2e3-e1e2-46d9-827c-0c3f659e3311","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T18:56:04Z","is_default":false,"provider:segmentation_id":33,"name":"neutron_trunk-net_2fcd6f20-f253-47a1-9400-76e563268aff","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T18:56:04Z","mtu":1450}} 2018-08-20 18:56:04,773 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2a89e72a-e3e5-4a04-8a5c-95ed46dda4b7 2018-08-20 18:56:04,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.636824131012s 2018-08-20 18:56:04,774 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2a89e72a-e3e5-4a04-8a5c-95ed46dda4b7 2018-08-20 18:56:04,774 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T18:56:04Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2180b2e3-e1e2-46d9-827c-0c3f659e3311', u'provider:segmentation_id': 33, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_2fcd6f20-f253-47a1-9400-76e563268aff', u'admin_state_up': True, u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T18:56:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 18:56:04,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 18:56:04,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:56:05,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-69700e6d-0fee-482f-9a9f-731093ca5042 Date: Mon, 20 Aug 2018 18:56:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2180b2e3-e1e2-46d9-827c-0c3f659e3311","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T18:56:04Z","provider:segmentation_id":33,"name":"neutron_trunk-net_2fcd6f20-f253-47a1-9400-76e563268aff","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T18:56:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 18:56:05,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-69700e6d-0fee-482f-9a9f-731093ca5042 2018-08-20 18:56:05,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354315042496s 2018-08-20 18:56:05,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-69700e6d-0fee-482f-9a9f-731093ca5042 2018-08-20 18:56:05,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 18:56:05,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"subnet": {"name": "neutron_trunk-subnet_2fcd6f20-f253-47a1-9400-76e563268aff", "enable_dhcp": true, "network_id": "2180b2e3-e1e2-46d9-827c-0c3f659e3311", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 18:56:05,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-5913f654-0e14-48a6-8aaf-05094028ff3f Date: Mon, 20 Aug 2018 18:56:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2180b2e3-e1e2-46d9-827c-0c3f659e3311","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T18:56:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T18:56:05Z","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":"0639ea8675f44f1bab72e1097507f733","id":"d12dfcb7-829f-43e2-b4c9-56a7fc280f74","subnetpool_id":null,"name":"neutron_trunk-subnet_2fcd6f20-f253-47a1-9400-76e563268aff"}} 2018-08-20 18:56:05,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5913f654-0e14-48a6-8aaf-05094028ff3f 2018-08-20 18:56:05,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.829852104187s 2018-08-20 18:56:05,965 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5913f654-0e14-48a6-8aaf-05094028ff3f 2018-08-20 18:56:05,965 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T18:56:05Z', 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'd12dfcb7-829f-43e2-b4c9-56a7fc280f74', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_2fcd6f20-f253-47a1-9400-76e563268aff', u'enable_dhcp': True, u'network_id': u'2180b2e3-e1e2-46d9-827c-0c3f659e3311', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T18:56:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 18:56:05,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 18:56:05,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "neutron_trunk-router_2fcd6f20-f253-47a1-9400-76e563268aff", "admin_state_up": true}}' 2018-08-20 18:56:07,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-acd32e88-dd86-46e5-95bf-835175e0986f Date: Mon, 20 Aug 2018 18:56:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T18:56:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T18:56:07Z", "revision_number": 2, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "8293a401-6486-4c79-a033-6bc7cbf9e0ed", "name": "neutron_trunk-router_2fcd6f20-f253-47a1-9400-76e563268aff"}} 2018-08-20 18:56:07,663 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-acd32e88-dd86-46e5-95bf-835175e0986f 2018-08-20 18:56:07,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.69646215439s 2018-08-20 18:56:07,663 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-acd32e88-dd86-46e5-95bf-835175e0986f 2018-08-20 18:56:07,663 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T18:56:06Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T18:56:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'id': u'8293a401-6486-4c79-a033-6bc7cbf9e0ed', u'name': u'neutron_trunk-router_2fcd6f20-f253-47a1-9400-76e563268aff'}) 2018-08-20 18:56:07,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 18:56:07,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/8293a401-6486-4c79-a033-6bc7cbf9e0ed/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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"subnet_id": "d12dfcb7-829f-43e2-b4c9-56a7fc280f74"}' 2018-08-20 18:56:09,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-998def64-dc33-48a8-9a69-2f3c5fb4e86a Date: Mon, 20 Aug 2018 18:56:09 GMT RESP BODY: {"network_id": "2180b2e3-e1e2-46d9-827c-0c3f659e3311", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "d12dfcb7-829f-43e2-b4c9-56a7fc280f74", "subnet_ids": ["d12dfcb7-829f-43e2-b4c9-56a7fc280f74"], "port_id": "fda65572-fb60-4ab0-a909-a353dffd4ad0", "id": "8293a401-6486-4c79-a033-6bc7cbf9e0ed"} 2018-08-20 18:56:09,950 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8293a401-6486-4c79-a033-6bc7cbf9e0ed/add_router_interface.json used request id req-998def64-dc33-48a8-9a69-2f3c5fb4e86a 2018-08-20 18:56:09,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.28544402122s 2018-08-20 18:56:09,950 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8293a401-6486-4c79-a033-6bc7cbf9e0ed/add_router_interface.json used request id req-998def64-dc33-48a8-9a69-2f3c5fb4e86a returning object 8293a401-6486-4c79-a033-6bc7cbf9e0ed 2018-08-20 18:56:09,950 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 18:56:10,076 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 18:56:10,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 18:56:10,083 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 18:56:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 18:56:10,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 18:56:10,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:56:10,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2feea042-7059-4c6e-9601-1e90ecdc39c0 Date: Mon, 20 Aug 2018 18:56:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 18:56:10,800 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2feea042-7059-4c6e-9601-1e90ecdc39c0 2018-08-20 18:56:10,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.713004112244s 2018-08-20 18:56:10,801 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2feea042-7059-4c6e-9601-1e90ecdc39c0 2018-08-20 18:56:10,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 18:56:10,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff"}' 2018-08-20 18:56:11,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dab4d3fd-49f0-4356-9090-2367614a1185 Date: Mon, 20 Aug 2018 18:56:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:56:11Z", "file": "/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "2e5e5078-8f6a-4746-bcaa-b2da459f8eec", "size": null, "self": "/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "checksum": null, "created_at": "2018-08-20T18:56:11Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 18:56:11,532 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-dab4d3fd-49f0-4356-9090-2367614a1185 2018-08-20 18:56:11,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.723419904709s 2018-08-20 18:56:11,533 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-dab4d3fd-49f0-4356-9090-2367614a1185 returning object 2e5e5078-8f6a-4746-bcaa-b2da459f8eec 2018-08-20 18:56:11,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 18:56:11,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/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}3df2b0507ac34e896c347561b54900428598b2ac" -d '' 2018-08-20 18:56:12,963 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cfbd4586-0fce-46f9-8cb8-83c26eed392e Date: Mon, 20 Aug 2018 18:56:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 18:56:12,963 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/file used request id req-cfbd4586-0fce-46f9-8cb8-83c26eed392e 2018-08-20 18:56:12,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.42950320244s 2018-08-20 18:56:12,963 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/file used request id req-cfbd4586-0fce-46f9-8cb8-83c26eed392e 2018-08-20 18:56:12,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 18:56:12,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:56:13,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-196d6a0a-929a-4ee7-bf1f-5271f8313ab8 Date: Mon, 20 Aug 2018 18:56:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:56:12Z", "file": "/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "2e5e5078-8f6a-4746-bcaa-b2da459f8eec", "size": 12716032, "self": "/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T18:56:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 18:56:13,676 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-196d6a0a-929a-4ee7-bf1f-5271f8313ab8 2018-08-20 18:56:13,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.709221124649s 2018-08-20 18:56:13,677 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-196d6a0a-929a-4ee7-bf1f-5271f8313ab8 2018-08-20 18:56:13,679 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'2e5e5078-8f6a-4746-bcaa-b2da459f8eec', 'size': 12716032, u'self': u'/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T18:56:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T18:56:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff', 'created': u'2018-08-20T18:56:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T18:56:11Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 18:56:13,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 18:56:13,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_2fcd6f20-f253-47a1-9400-76e563268aff", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 18:56:14,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:56: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-2eaa7f9f-5b3b-4657-8187-51242a71baa9 x-compute-request-id: req-2eaa7f9f-5b3b-4657-8187-51242a71baa9 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_2fcd6f20-f253-47a1-9400-76e563268aff", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/513fda32-a071-4f09-b26c-02d13412e82e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/513fda32-a071-4f09-b26c-02d13412e82e", "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": "513fda32-a071-4f09-b26c-02d13412e82e"}} 2018-08-20 18:56:14,407 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2eaa7f9f-5b3b-4657-8187-51242a71baa9 2018-08-20 18:56:14,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.727703094482s 2018-08-20 18:56:14,408 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2eaa7f9f-5b3b-4657-8187-51242a71baa9 2018-08-20 18:56:14,409 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_2fcd6f20-f253-47a1-9400-76e563268aff', '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'0639ea8675f44f1bab72e1097507f733', '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'513fda32-a071-4f09-b26c-02d13412e82e', 'swap': 0}) 2018-08-20 18:56:14,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 18:56:14,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/513fda32-a071-4f09-b26c-02d13412e82e/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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"extra_specs": {}}' 2018-08-20 18:56:14,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:56: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-b44b60aa-5d96-4b71-90aa-609e6f87a09f x-compute-request-id: req-b44b60aa-5d96-4b71-90aa-609e6f87a09f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 18:56:14,429 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/513fda32-a071-4f09-b26c-02d13412e82e/os-extra_specs used request id req-b44b60aa-5d96-4b71-90aa-609e6f87a09f 2018-08-20 18:56:14,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0195500850677s 2018-08-20 18:56:14,429 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/513fda32-a071-4f09-b26c-02d13412e82e/os-extra_specs used request id req-b44b60aa-5d96-4b71-90aa-609e6f87a09f 2018-08-20 18:56:14,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 18:56:14,438 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 18:56:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b21153f9-cb71-4750-bced-7ec34c6e780d Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 18:56:14,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-b21153f9-cb71-4750-bced-7ec34c6e780d 2018-08-20 18:56:14,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 18:56:14,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:56:14,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-396b6ed4-cf6d-4522-839d-33b619ec7c85 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 18:56:14,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-396b6ed4-cf6d-4522-839d-33b619ec7c85 2018-08-20 18:56:14,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190541982651s 2018-08-20 18:56:14,632 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-396b6ed4-cf6d-4522-839d-33b619ec7c85 2018-08-20 18:56:14,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 18:56:14,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:56:14,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1132ff13-4482-4804-8a82-5b12c7765a3d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 18:56:14,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1132ff13-4482-4804-8a82-5b12c7765a3d 2018-08-20 18:56:14,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192556142807s 2018-08-20 18:56:14,829 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1132ff13-4482-4804-8a82-5b12c7765a3d 2018-08-20 18:56:14,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 18:56:14,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:56:14,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:56:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb380c6c-4282-44da-8461-ebbd5dac1447 x-compute-request-id: req-bb380c6c-4282-44da-8461-ebbd5dac1447 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 18:56:14,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-bb380c6c-4282-44da-8461-ebbd5dac1447 2018-08-20 18:56:14,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0462989807129s 2018-08-20 18:56:14,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-bb380c6c-4282-44da-8461-ebbd5dac1447 2018-08-20 18:56:14,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 18:56:14,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:56:15,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-c56ff19f-ba5c-4f6e-aaca-bc33d32ce16b Date: Mon, 20 Aug 2018 18:56:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:56:12Z", "file": "/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "2e5e5078-8f6a-4746-bcaa-b2da459f8eec", "size": 12716032, "self": "/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T18:56:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 18:56:15,593 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c56ff19f-ba5c-4f6e-aaca-bc33d32ce16b 2018-08-20 18:56:15,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.705195188522s 2018-08-20 18:56:15,594 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c56ff19f-ba5c-4f6e-aaca-bc33d32ce16b 2018-08-20 18:56:15,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 18:56:15,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2fcd6f20-f253-47a1-9400-76e563268aff", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_2fcd6f20-f253-47a1-9400-76e563268aff"}' 2018-08-20 18:56:16,353 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e1e59741-09af-4339-a5fd-1e44472b0973 Date: Mon, 20 Aug 2018 18:56:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:56:16Z", "file": "/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "0f36ad6c-4c7d-4e06-93dc-121d86850024", "size": null, "self": "/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2fcd6f20-f253-47a1-9400-76e563268aff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_2fcd6f20-f253-47a1-9400-76e563268aff", "checksum": null, "created_at": "2018-08-20T18:56:16Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 18:56:16,353 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e1e59741-09af-4339-a5fd-1e44472b0973 2018-08-20 18:56:16,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.751255989075s 2018-08-20 18:56:16,354 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e1e59741-09af-4339-a5fd-1e44472b0973 returning object 0f36ad6c-4c7d-4e06-93dc-121d86850024 2018-08-20 18:56:16,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 18:56:16,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024/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}3df2b0507ac34e896c347561b54900428598b2ac" -d '' 2018-08-20 18:56:17,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bdff44d7-af12-4681-8b5a-3f208c59bc04 Date: Mon, 20 Aug 2018 18:56:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 18:56:17,472 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024/file used request id req-bdff44d7-af12-4681-8b5a-3f208c59bc04 2018-08-20 18:56:17,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.11728787422s 2018-08-20 18:56:17,472 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024/file used request id req-bdff44d7-af12-4681-8b5a-3f208c59bc04 2018-08-20 18:56:17,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 18:56:17,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:56:18,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-437ed6cc-62d0-4070-8042-8bab295a75ce Date: Mon, 20 Aug 2018 18:56:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:56:17Z", "file": "/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "0f36ad6c-4c7d-4e06-93dc-121d86850024", "size": 12716032, "self": "/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/0f36ad6c-4c7d-4e06-93dc-121d86850024/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/0f36ad6c-4c7d-4e06-93dc-121d86850024/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2fcd6f20-f253-47a1-9400-76e563268aff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_2fcd6f20-f253-47a1-9400-76e563268aff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T18:56:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:56:12Z", "file": "/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "2e5e5078-8f6a-4746-bcaa-b2da459f8eec", "size": 12716032, "self": "/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T18:56:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 18:56:18,181 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-437ed6cc-62d0-4070-8042-8bab295a75ce 2018-08-20 18:56:18,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.704939126968s 2018-08-20 18:56:18,181 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-437ed6cc-62d0-4070-8042-8bab295a75ce 2018-08-20 18:56:18,184 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/0f36ad6c-4c7d-4e06-93dc-121d86850024/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'0f36ad6c-4c7d-4e06-93dc-121d86850024', 'size': 12716032, u'self': u'/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/0f36ad6c-4c7d-4e06-93dc-121d86850024/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T18:56:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T18:56:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_2fcd6f20-f253-47a1-9400-76e563268aff', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_2fcd6f20-f253-47a1-9400-76e563268aff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_2fcd6f20-f253-47a1-9400-76e563268aff', 'created': u'2018-08-20T18:56:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T18:56:16Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_2fcd6f20-f253-47a1-9400-76e563268aff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 18:56:18,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 18:56:18,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_2fcd6f20-f253-47a1-9400-76e563268aff", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 18:56:18,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:56: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-63fea658-477a-43e1-a5bc-dbb9f92d99ea x-compute-request-id: req-63fea658-477a-43e1-a5bc-dbb9f92d99ea Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_2fcd6f20-f253-47a1-9400-76e563268aff", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86d20b11-7101-49e7-b830-d584aab4773c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86d20b11-7101-49e7-b830-d584aab4773c", "rel": "bookmark"}], "ram": 1024, "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": "86d20b11-7101-49e7-b830-d584aab4773c"}} 2018-08-20 18:56:18,231 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-63fea658-477a-43e1-a5bc-dbb9f92d99ea 2018-08-20 18:56:18,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0462219715118s 2018-08-20 18:56:18,231 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-63fea658-477a-43e1-a5bc-dbb9f92d99ea 2018-08-20 18:56:18,232 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_2fcd6f20-f253-47a1-9400-76e563268aff', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'86d20b11-7101-49e7-b830-d584aab4773c', 'swap': 0}) 2018-08-20 18:56:18,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 18:56:18,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/86d20b11-7101-49e7-b830-d584aab4773c/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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"extra_specs": {}}' 2018-08-20 18:56:18,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:56: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-961ec229-cbbf-474b-8063-6d178242d3f6 x-compute-request-id: req-961ec229-cbbf-474b-8063-6d178242d3f6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 18:56:18,256 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/86d20b11-7101-49e7-b830-d584aab4773c/os-extra_specs used request id req-961ec229-cbbf-474b-8063-6d178242d3f6 2018-08-20 18:56:18,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237979888916s 2018-08-20 18:56:18,256 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/86d20b11-7101-49e7-b830-d584aab4773c/os-extra_specs used request id req-961ec229-cbbf-474b-8063-6d178242d3f6 2018-08-20 18:56:18,257 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_2fcd6f20-f253-47a1-9400-76e563268aff', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'86d20b11-7101-49e7-b830-d584aab4773c', 'swap': 0}) 2018-08-20 18:56:22,174 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 18:56:22,175 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 18:56:22,175 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 18:56:22,177 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 18:56:22,181 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-20 18:56:25,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ffc9503e-8b66-420c-884a-44baa152ad3a/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-20 18:56:25,584 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 18:56:25,596 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 18:56:25,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-08-20 18:58:43,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 5a63bc3f-3c82-4515-806e-f3ca02016a41 2018-08-20 18:58:43,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5a63bc3f-3c82-4515-806e-f3ca02016a41']'. 2018-08-20 18:58:44,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 18:58:44,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 18:58:44,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 18:58:44,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5a63bc3f-3c82-4515-806e-f3ca02016a41 | 2018-08-20 18:58:44,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-20 18:58:44,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 18:56:27 | 2018-08-20 18:58:44,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 18:58:43 | 2018-08-20 18:58:44,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:16 | 2018-08-20 18:58:44,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 18:58:44,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 18:58:44,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ffc9503e-8b66-420c-884a-44baa152ad3a) | 2018-08-20 18:58:44,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 18:58:44,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 31236b27-7c56-49f3-8ac7-45ab82b3c25d) | 2018-08-20 18:58:44,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-20 18:58:44,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 121.085 | 2018-08-20 18:58:44,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-20 18:58:44,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-20 18:58:44,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 18:58:44,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 18:58:44,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-20 18:58:44,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 18:58:44,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 18:58:44,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 18:58:44,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-20 18:58:44,686 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 18:58:44,687 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:40 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-20 18:58:44,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 18:58:44,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:45,259 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fbee776e-79f3-4fbe-afa0-ff64893e9c17 Date: Mon, 20 Aug 2018 18:58:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 18:58:45,259 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024 used request id req-fbee776e-79f3-4fbe-afa0-ff64893e9c17 2018-08-20 18:58:45,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.569669008255s 2018-08-20 18:58:45,260 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0f36ad6c-4c7d-4e06-93dc-121d86850024 used request id req-fbee776e-79f3-4fbe-afa0-ff64893e9c17 2018-08-20 18:58:45,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 18:58:45,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:45,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:58: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-42d3b8dc-d55c-4c62-944e-75817254b666 x-compute-request-id: req-42d3b8dc-d55c-4c62-944e-75817254b666 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_2fcd6f20-f253-47a1-9400-76e563268aff", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/513fda32-a071-4f09-b26c-02d13412e82e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/513fda32-a071-4f09-b26c-02d13412e82e", "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": "513fda32-a071-4f09-b26c-02d13412e82e"}, {"name": "neutron_trunk-flavor_alt_2fcd6f20-f253-47a1-9400-76e563268aff", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/86d20b11-7101-49e7-b830-d584aab4773c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/86d20b11-7101-49e7-b830-d584aab4773c", "rel": "bookmark"}], "ram": 1024, "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": "86d20b11-7101-49e7-b830-d584aab4773c"}]} 2018-08-20 18:58:45,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-42d3b8dc-d55c-4c62-944e-75817254b666 2018-08-20 18:58:45,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0256171226501s 2018-08-20 18:58:45,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-42d3b8dc-d55c-4c62-944e-75817254b666 2018-08-20 18:58:45,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 18:58:45,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/86d20b11-7101-49e7-b830-d584aab4773c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:45,324 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 18:58: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-8f01069c-4716-451d-860a-2eae1b4a79d3 x-compute-request-id: req-8f01069c-4716-451d-860a-2eae1b4a79d3 Content-Length: 0 Content-Type: application/json 2018-08-20 18:58:45,324 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/86d20b11-7101-49e7-b830-d584aab4773c used request id req-8f01069c-4716-451d-860a-2eae1b4a79d3 2018-08-20 18:58:45,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0370149612427s 2018-08-20 18:58:45,324 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/86d20b11-7101-49e7-b830-d584aab4773c used request id req-8f01069c-4716-451d-860a-2eae1b4a79d3 2018-08-20 18:58:45,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 18:58:45,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/8293a401-6486-4c79-a033-6bc7cbf9e0ed/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}3df2b0507ac34e896c347561b54900428598b2ac" -d '{"subnet_id": "d12dfcb7-829f-43e2-b4c9-56a7fc280f74"}' 2018-08-20 18:58:47,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-254cd0ac-6f1f-4bf6-869d-4f6746821151 Date: Mon, 20 Aug 2018 18:58:47 GMT RESP BODY: {"network_id": "2180b2e3-e1e2-46d9-827c-0c3f659e3311", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "d12dfcb7-829f-43e2-b4c9-56a7fc280f74", "subnet_ids": ["d12dfcb7-829f-43e2-b4c9-56a7fc280f74"], "port_id": "fda65572-fb60-4ab0-a909-a353dffd4ad0", "id": "8293a401-6486-4c79-a033-6bc7cbf9e0ed"} 2018-08-20 18:58:47,198 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8293a401-6486-4c79-a033-6bc7cbf9e0ed/remove_router_interface.json used request id req-254cd0ac-6f1f-4bf6-869d-4f6746821151 2018-08-20 18:58:47,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.87340497971s 2018-08-20 18:58:47,198 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8293a401-6486-4c79-a033-6bc7cbf9e0ed/remove_router_interface.json used request id req-254cd0ac-6f1f-4bf6-869d-4f6746821151 returning object 8293a401-6486-4c79-a033-6bc7cbf9e0ed 2018-08-20 18:58:47,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 18:58:47,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:47,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-528e724c-05f9-4cf2-894a-8dff3cee9d1b Date: Mon, 20 Aug 2018 18:58:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T18:56:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T18:58:46Z", "revision_number": 4, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "8293a401-6486-4c79-a033-6bc7cbf9e0ed", "name": "neutron_trunk-router_2fcd6f20-f253-47a1-9400-76e563268aff"}]} 2018-08-20 18:58:47,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-528e724c-05f9-4cf2-894a-8dff3cee9d1b 2018-08-20 18:58:47,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.404482126236s 2018-08-20 18:58:47,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-528e724c-05f9-4cf2-894a-8dff3cee9d1b 2018-08-20 18:58:47,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 18:58:47,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/8293a401-6486-4c79-a033-6bc7cbf9e0ed.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:49,317 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0d787a07-0819-4084-ae3b-819b4852caa2 Content-Length: 0 Date: Mon, 20 Aug 2018 18:58:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 18:58:49,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8293a401-6486-4c79-a033-6bc7cbf9e0ed.json used request id req-0d787a07-0819-4084-ae3b-819b4852caa2 2018-08-20 18:58:49,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.71214199066s 2018-08-20 18:58:49,318 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8293a401-6486-4c79-a033-6bc7cbf9e0ed.json used request id req-0d787a07-0819-4084-ae3b-819b4852caa2 2018-08-20 18:58:49,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 18:58:49,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:49,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-7cc323b0-ea34-4aad-84c5-e1986de2a842 Date: Mon, 20 Aug 2018 18:58:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2180b2e3-e1e2-46d9-827c-0c3f659e3311","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T18:56:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T18:56:05Z","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":"0639ea8675f44f1bab72e1097507f733","id":"d12dfcb7-829f-43e2-b4c9-56a7fc280f74","subnetpool_id":null,"name":"neutron_trunk-subnet_2fcd6f20-f253-47a1-9400-76e563268aff"}]} 2018-08-20 18:58:49,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7cc323b0-ea34-4aad-84c5-e1986de2a842 2018-08-20 18:58:49,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.320892810822s 2018-08-20 18:58:49,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7cc323b0-ea34-4aad-84c5-e1986de2a842 2018-08-20 18:58:49,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 18:58:49,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/d12dfcb7-829f-43e2-b4c9-56a7fc280f74.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:52,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24fa5821-1213-4597-bb6c-76e04cf49b78 Date: Mon, 20 Aug 2018 18:58:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 18:58:52,008 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d12dfcb7-829f-43e2-b4c9-56a7fc280f74.json used request id req-24fa5821-1213-4597-bb6c-76e04cf49b78 2018-08-20 18:58:52,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.3657720089s 2018-08-20 18:58:52,009 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d12dfcb7-829f-43e2-b4c9-56a7fc280f74.json used request id req-24fa5821-1213-4597-bb6c-76e04cf49b78 2018-08-20 18:58:52,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 18:58:52,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:52,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1356 X-Openstack-Request-Id: req-dfe61694-952a-4f3e-a054-443c7e4ff86b Date: Mon, 20 Aug 2018 18:58:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2180b2e3-e1e2-46d9-827c-0c3f659e3311","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T18:58:51Z","provider:segmentation_id":33,"name":"neutron_trunk-net_2fcd6f20-f253-47a1-9400-76e563268aff","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T18:56:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 18:58:52,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-dfe61694-952a-4f3e-a054-443c7e4ff86b 2018-08-20 18:58:52,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.473398923874s 2018-08-20 18:58:52,483 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-dfe61694-952a-4f3e-a054-443c7e4ff86b 2018-08-20 18:58:52,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 18:58:52,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/2180b2e3-e1e2-46d9-827c-0c3f659e3311.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:54,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35fe111f-e236-4c79-8247-041267a1db2d Date: Mon, 20 Aug 2018 18:58:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 18:58:54,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/2180b2e3-e1e2-46d9-827c-0c3f659e3311.json used request id req-35fe111f-e236-4c79-8247-041267a1db2d 2018-08-20 18:58:54,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.68982505798s 2018-08-20 18:58:54,174 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/2180b2e3-e1e2-46d9-827c-0c3f659e3311.json used request id req-35fe111f-e236-4c79-8247-041267a1db2d 2018-08-20 18:58:54,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 18:58:54,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:54,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-16f2b020-f5f7-4918-8276-0984e0b5826f Date: Mon, 20 Aug 2018 18:58:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:56:12Z", "file": "/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "2e5e5078-8f6a-4746-bcaa-b2da459f8eec", "size": 12716032, "self": "/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2fcd6f20-f253-47a1-9400-76e563268aff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T18:56:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 18:58:54,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-16f2b020-f5f7-4918-8276-0984e0b5826f 2018-08-20 18:58:54,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0248930454254s 2018-08-20 18:58:54,204 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-16f2b020-f5f7-4918-8276-0984e0b5826f 2018-08-20 18:58:54,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 18:58:54,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:55,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-752c8e87-a9ea-43a2-a08c-8a8ef2b30239 Date: Mon, 20 Aug 2018 18:58:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 18:58:55,110 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec used request id req-752c8e87-a9ea-43a2-a08c-8a8ef2b30239 2018-08-20 18:58:55,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.90514087677s 2018-08-20 18:58:55,111 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2e5e5078-8f6a-4746-bcaa-b2da459f8eec used request id req-752c8e87-a9ea-43a2-a08c-8a8ef2b30239 2018-08-20 18:58:55,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 18:58:55,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:55,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18: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-b0787b37-675c-449b-941a-46bd7e0f4e95 x-compute-request-id: req-b0787b37-675c-449b-941a-46bd7e0f4e95 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_2fcd6f20-f253-47a1-9400-76e563268aff", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/513fda32-a071-4f09-b26c-02d13412e82e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/513fda32-a071-4f09-b26c-02d13412e82e", "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": "513fda32-a071-4f09-b26c-02d13412e82e"}]} 2018-08-20 18:58:55,137 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b0787b37-675c-449b-941a-46bd7e0f4e95 2018-08-20 18:58:55,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257320404053s 2018-08-20 18:58:55,137 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b0787b37-675c-449b-941a-46bd7e0f4e95 2018-08-20 18:58:55,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 18:58:55,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/513fda32-a071-4f09-b26c-02d13412e82e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3df2b0507ac34e896c347561b54900428598b2ac" 2018-08-20 18:58:55,210 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 18: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-fa8ec2cb-8e11-4cb0-aa5c-8b03fadf365f x-compute-request-id: req-fa8ec2cb-8e11-4cb0-aa5c-8b03fadf365f Content-Length: 0 Content-Type: application/json 2018-08-20 18:58:55,210 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/513fda32-a071-4f09-b26c-02d13412e82e used request id req-fa8ec2cb-8e11-4cb0-aa5c-8b03fadf365f 2018-08-20 18:58:55,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0708310604095s 2018-08-20 18:58:55,210 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/513fda32-a071-4f09-b26c-02d13412e82e used request id req-fa8ec2cb-8e11-4cb0-aa5c-8b03fadf365f 2018-08-20 18:58:55,267 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-20 18:58:55,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 18:58:55,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 18:58:55,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 18:58:55,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 18:58:55,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 18:58:55,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 18:58:55,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 18:58:55,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 18:58:55,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 18:58:55,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 18:58:55,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 18:58:55,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 18:58:55,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 18:58:55,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 18:58:55,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f414599d-c4e6-4710-be62-c2e3c6f4c579 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 18:58:55,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f414599d-c4e6-4710-be62-c2e3c6f4c579 2018-08-20 18:58:55,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 18:58:55,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T19:58:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["9mMlBge6Rn2jOhYgpzJYfw"], "issued_at": "2018-08-20T18:58:55.000000Z"}} 2018-08-20 18:58:55,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 18:58:55,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" 2018-08-20 18:58:56,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-2b471b5b-c58c-40c4-800d-4be93e83e8b6 Date: Mon, 20 Aug 2018 18:58:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 18:58:56,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2b471b5b-c58c-40c4-800d-4be93e83e8b6 2018-08-20 18:58:56,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.393666982651s 2018-08-20 18:58:56,114 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2b471b5b-c58c-40c4-800d-4be93e83e8b6 2018-08-20 18:58:56,115 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 18:58:58,790 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 18:59:01,558 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | b2d480c1-701b-4c78-b8e9-4d7d6710321b | 2018-08-20T18:59:01.247539 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: b2d480c1-701b-4c78-b8e9-4d7d6710321b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-20 18:59:05,284 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 18:59:05,285 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 18:59:08,008 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 18:59:11,295 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=36246d3d-8beb-4d60-9679-061ee0434715) as the default verifier for the future CLI operations. 2018-08-20 18:59:14,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 18:59:14,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7b902f789b8359149fec77aff58e2a09bc494fe2" 2018-08-20 18:59:14,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-57a49d51-4398-49f7-906d-d882839cb828 Date: Mon, 20 Aug 2018 18:59:14 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 18:59:14,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-57a49d51-4398-49f7-906d-d882839cb828 2018-08-20 18:59:14,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.269821166992s 2018-08-20 18:59:14,896 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-57a49d51-4398-49f7-906d-d882839cb828 2018-08-20 18:59:14,903 - xtesting.ci.run_tests - INFO - Running test case 'networking-bgpvpn'... 2018-08-20 18:59:14,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 18:59:14,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '{"network": {"name": "networking-bgpvpn-net_263ce6e0-1073-4b96-8d19-63a76b245f52", "admin_state_up": true}}' 2018-08-20 18:59:15,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 690 X-Openstack-Request-Id: req-0105acd7-88ee-4274-8409-0283e2b871f4 Date: Mon, 20 Aug 2018 18:59:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3868934a-8c06-42be-807e-8cd1c8cb76ee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T18:59:15Z","is_default":false,"provider:segmentation_id":68,"name":"networking-bgpvpn-net_263ce6e0-1073-4b96-8d19-63a76b245f52","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T18:59:15Z","mtu":1450}} 2018-08-20 18:59:15,436 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0105acd7-88ee-4274-8409-0283e2b871f4 2018-08-20 18:59:15,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.532068967819s 2018-08-20 18:59:15,436 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0105acd7-88ee-4274-8409-0283e2b871f4 2018-08-20 18:59:15,437 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T18:59:15Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3868934a-8c06-42be-807e-8cd1c8cb76ee', u'provider:segmentation_id': 68, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'networking-bgpvpn-net_263ce6e0-1073-4b96-8d19-63a76b245f52', u'admin_state_up': True, u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T18:59:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 18:59:15,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 18:59:15,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" 2018-08-20 18:59:15,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-3639c0c6-d163-46d9-a94b-8be42f035a16 Date: Mon, 20 Aug 2018 18:59:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3868934a-8c06-42be-807e-8cd1c8cb76ee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T18:59:15Z","provider:segmentation_id":68,"name":"networking-bgpvpn-net_263ce6e0-1073-4b96-8d19-63a76b245f52","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T18:59:15Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 18:59:15,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3639c0c6-d163-46d9-a94b-8be42f035a16 2018-08-20 18:59:15,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.370330095291s 2018-08-20 18:59:15,808 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3639c0c6-d163-46d9-a94b-8be42f035a16 2018-08-20 18:59:15,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 18:59:15,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '{"subnet": {"name": "networking-bgpvpn-subnet_263ce6e0-1073-4b96-8d19-63a76b245f52", "enable_dhcp": true, "network_id": "3868934a-8c06-42be-807e-8cd1c8cb76ee", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 18:59:16,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-07e04e5b-3132-4c61-b936-f8a3dd4c6f9c Date: Mon, 20 Aug 2018 18:59:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3868934a-8c06-42be-807e-8cd1c8cb76ee","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T18:59:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T18:59:16Z","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":"0639ea8675f44f1bab72e1097507f733","id":"06289735-e778-4b41-88af-9ea96c443550","subnetpool_id":null,"name":"networking-bgpvpn-subnet_263ce6e0-1073-4b96-8d19-63a76b245f52"}} 2018-08-20 18:59:16,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-07e04e5b-3132-4c61-b936-f8a3dd4c6f9c 2018-08-20 18:59:16,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.803699016571s 2018-08-20 18:59:16,614 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-07e04e5b-3132-4c61-b936-f8a3dd4c6f9c 2018-08-20 18:59:16,615 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T18:59:16Z', 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'06289735-e778-4b41-88af-9ea96c443550', u'subnetpool_id': None, u'service_types': [], u'name': u'networking-bgpvpn-subnet_263ce6e0-1073-4b96-8d19-63a76b245f52', u'enable_dhcp': True, u'network_id': u'3868934a-8c06-42be-807e-8cd1c8cb76ee', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T18:59:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0639ea8675f44f1bab72e1097507f733'}) 2018-08-20 18:59:16,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 18:59:16,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}, "name": "networking-bgpvpn-router_263ce6e0-1073-4b96-8d19-63a76b245f52", "admin_state_up": true}}' 2018-08-20 18:59:17,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-c750d4aa-de8b-4a01-ad82-c5f0153ab4ee Date: Mon, 20 Aug 2018 18:59:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T18:59:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T18:59:17Z", "revision_number": 2, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "3bb19f27-fe66-459a-8bd7-81b6dcdfe604", "name": "networking-bgpvpn-router_263ce6e0-1073-4b96-8d19-63a76b245f52"}} 2018-08-20 18:59:17,918 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c750d4aa-de8b-4a01-ad82-c5f0153ab4ee 2018-08-20 18:59:17,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.3028690815s 2018-08-20 18:59:17,919 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c750d4aa-de8b-4a01-ad82-c5f0153ab4ee 2018-08-20 18:59:17,919 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51eccb3f-6587-4786-9b87-639d59173f56', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'63f33945-a3b3-48c0-a82d-0120ca26ec45', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'created_at': u'2018-08-20T18:59:16Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T18:59:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'id': u'3bb19f27-fe66-459a-8bd7-81b6dcdfe604', u'name': u'networking-bgpvpn-router_263ce6e0-1073-4b96-8d19-63a76b245f52'}) 2018-08-20 18:59:17,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 18:59:17,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/3bb19f27-fe66-459a-8bd7-81b6dcdfe604/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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '{"subnet_id": "06289735-e778-4b41-88af-9ea96c443550"}' 2018-08-20 18:59:19,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0b3e1b1f-4652-4665-ae86-fcf33274782f Date: Mon, 20 Aug 2018 18:59:19 GMT RESP BODY: {"network_id": "3868934a-8c06-42be-807e-8cd1c8cb76ee", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "06289735-e778-4b41-88af-9ea96c443550", "subnet_ids": ["06289735-e778-4b41-88af-9ea96c443550"], "port_id": "52ef8819-331e-4a7e-bb78-77418c29f3ea", "id": "3bb19f27-fe66-459a-8bd7-81b6dcdfe604"} 2018-08-20 18:59:19,692 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3bb19f27-fe66-459a-8bd7-81b6dcdfe604/add_router_interface.json used request id req-0b3e1b1f-4652-4665-ae86-fcf33274782f 2018-08-20 18:59:19,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.77258610725s 2018-08-20 18:59:19,693 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3bb19f27-fe66-459a-8bd7-81b6dcdfe604/add_router_interface.json used request id req-0b3e1b1f-4652-4665-ae86-fcf33274782f returning object 3bb19f27-fe66-459a-8bd7-81b6dcdfe604 2018-08-20 18:59:19,693 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 18:59:19,820 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 18:59:19,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 18:59:19,827 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 20 Aug 2018 18:59:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-20 18:59:19,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 18:59:19,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" 2018-08-20 18:59:20,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6e606133-67c6-4128-9097-39caf8933883 Date: Mon, 20 Aug 2018 18:59:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 18:59:20,139 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6e606133-67c6-4128-9097-39caf8933883 2018-08-20 18:59:20,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.306679010391s 2018-08-20 18:59:20,140 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6e606133-67c6-4128-9097-39caf8933883 2018-08-20 18:59:20,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 18:59:20,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52"}' 2018-08-20 18:59:20,923 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d1c7fb4d-78a2-4d20-afac-814c3f0f48c4 Date: Mon, 20 Aug 2018 18:59:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:59:20Z", "file": "/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "ae4640fa-2688-4912-9b8f-e305417eee42", "size": null, "self": "/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "checksum": null, "created_at": "2018-08-20T18:59:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 18:59:20,924 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d1c7fb4d-78a2-4d20-afac-814c3f0f48c4 2018-08-20 18:59:20,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.775720119476s 2018-08-20 18:59:20,924 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d1c7fb4d-78a2-4d20-afac-814c3f0f48c4 returning object ae4640fa-2688-4912-9b8f-e305417eee42 2018-08-20 18:59:20,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 18:59:20,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42/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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '' 2018-08-20 18:59:23,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59cf352e-f94d-4e00-9edd-d6fcb76f5b6f Date: Mon, 20 Aug 2018 18: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-08-20 18:59:23,041 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42/file used request id req-59cf352e-f94d-4e00-9edd-d6fcb76f5b6f 2018-08-20 18:59:23,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.11638402939s 2018-08-20 18:59:23,042 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42/file used request id req-59cf352e-f94d-4e00-9edd-d6fcb76f5b6f 2018-08-20 18:59:23,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 18:59:23,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" 2018-08-20 18:59:23,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-5e46ae2d-5453-46d0-af02-5458fe12bde9 Date: Mon, 20 Aug 2018 18:59:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:59:22Z", "file": "/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "ae4640fa-2688-4912-9b8f-e305417eee42", "size": 12716032, "self": "/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/ae4640fa-2688-4912-9b8f-e305417eee42/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/ae4640fa-2688-4912-9b8f-e305417eee42/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T18:59:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 18:59:23,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5e46ae2d-5453-46d0-af02-5458fe12bde9 2018-08-20 18:59:23,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.735306978226s 2018-08-20 18:59:23,781 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5e46ae2d-5453-46d0-af02-5458fe12bde9 2018-08-20 18:59:23,784 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/ae4640fa-2688-4912-9b8f-e305417eee42/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'ae4640fa-2688-4912-9b8f-e305417eee42', 'size': 12716032, u'self': u'/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/ae4640fa-2688-4912-9b8f-e305417eee42/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T18:59:22Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T18:59:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52', 'created': u'2018-08-20T18:59:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T18:59:20Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 18:59:23,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 18:59:23,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "networking-bgpvpn-flavor_263ce6e0-1073-4b96-8d19-63a76b245f52", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 18:59:24,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18: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,Accept-Encoding x-openstack-request-id: req-b3b68f60-7bb3-40dd-8681-547b77d9c412 x-compute-request-id: req-b3b68f60-7bb3-40dd-8681-547b77d9c412 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "networking-bgpvpn-flavor_263ce6e0-1073-4b96-8d19-63a76b245f52", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56", "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": "886b7f45-ffe8-495e-9dd5-3a2efbc99a56"}} 2018-08-20 18:59:24,111 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b3b68f60-7bb3-40dd-8681-547b77d9c412 2018-08-20 18:59:24,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.326214075089s 2018-08-20 18:59:24,111 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b3b68f60-7bb3-40dd-8681-547b77d9c412 2018-08-20 18:59:24,112 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_263ce6e0-1073-4b96-8d19-63a76b245f52', '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'0639ea8675f44f1bab72e1097507f733', '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'886b7f45-ffe8-495e-9dd5-3a2efbc99a56', 'swap': 0}) 2018-08-20 18:59:24,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 18:59:24,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56/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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '{"extra_specs": {}}' 2018-08-20 18:59:24,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:59: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-beddd112-3587-4a66-af5f-7600b2363fb3 x-compute-request-id: req-beddd112-3587-4a66-af5f-7600b2363fb3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 18:59:24,133 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56/os-extra_specs used request id req-beddd112-3587-4a66-af5f-7600b2363fb3 2018-08-20 18:59:24,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205860137939s 2018-08-20 18:59:24,134 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56/os-extra_specs used request id req-beddd112-3587-4a66-af5f-7600b2363fb3 2018-08-20 18:59:24,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 18:59:24,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 18:59:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0673a0e8-f69f-4c55-ac87-e896a7a92b5f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 18:59:24,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-0673a0e8-f69f-4c55-ac87-e896a7a92b5f 2018-08-20 18:59:24,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 18:59:24,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" 2018-08-20 18:59:24,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:59:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd306867-a5fb-4bab-a605-84ad9a321dca Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 18:59:24,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dd306867-a5fb-4bab-a605-84ad9a321dca 2018-08-20 18:59:24,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.284183979034s 2018-08-20 18:59:24,433 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dd306867-a5fb-4bab-a605-84ad9a321dca 2018-08-20 18:59:24,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 18:59:24,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" 2018-08-20 18:59:24,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:59:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f245541-549a-4ff6-a531-f5c780f83cc0 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://172.30.9.23:5000/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://172.30.9.23:5000/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://172.30.9.23:5000/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://172.30.9.23:5000/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} 2018-08-20 18:59:24,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5f245541-549a-4ff6-a531-f5c780f83cc0 2018-08-20 18:59:24,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204113006592s 2018-08-20 18:59:24,642 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5f245541-549a-4ff6-a531-f5c780f83cc0 2018-08-20 18:59:24,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 18:59:24,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" 2018-08-20 18:59:24,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:59: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-5f20da88-a65f-49fa-8eaf-af2ce97839a1 x-compute-request-id: req-5f20da88-a65f-49fa-8eaf-af2ce97839a1 Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2674, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 18:59:24,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-5f20da88-a65f-49fa-8eaf-af2ce97839a1 2018-08-20 18:59:24,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0414729118347s 2018-08-20 18:59:24,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-5f20da88-a65f-49fa-8eaf-af2ce97839a1 2018-08-20 18:59:24,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 18:59:24,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" 2018-08-20 18:59:24,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-8a640dfd-200b-4bfc-9ca5-8fcff90547df Date: Mon, 20 Aug 2018 18:59:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:59:22Z", "file": "/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "ae4640fa-2688-4912-9b8f-e305417eee42", "size": 12716032, "self": "/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/ae4640fa-2688-4912-9b8f-e305417eee42/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/ae4640fa-2688-4912-9b8f-e305417eee42/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T18:59:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 18:59:24,722 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8a640dfd-200b-4bfc-9ca5-8fcff90547df 2018-08-20 18:59:24,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.024374961853s 2018-08-20 18:59:24,723 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8a640dfd-200b-4bfc-9ca5-8fcff90547df 2018-08-20 18:59:24,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 18:59:24,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/networking-bgpvpn-img_alt_263ce6e0-1073-4b96-8d19-63a76b245f52", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "networking-bgpvpn-img_alt_263ce6e0-1073-4b96-8d19-63a76b245f52"}' 2018-08-20 18:59:25,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 958 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-18161274-cb7e-4fc4-87a3-99b0fbbaf01a Date: Mon, 20 Aug 2018 18:59:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:59:24Z", "file": "/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "262e5f85-3af1-4010-91fa-aeac5c399035", "size": null, "self": "/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_alt_263ce6e0-1073-4b96-8d19-63a76b245f52", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_alt_263ce6e0-1073-4b96-8d19-63a76b245f52", "checksum": null, "created_at": "2018-08-20T18:59:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 18:59:25,078 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-18161274-cb7e-4fc4-87a3-99b0fbbaf01a 2018-08-20 18:59:25,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.348801136017s 2018-08-20 18:59:25,078 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-18161274-cb7e-4fc4-87a3-99b0fbbaf01a returning object 262e5f85-3af1-4010-91fa-aeac5c399035 2018-08-20 18:59:25,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 18:59:25,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035/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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '' 2018-08-20 18:59:25,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76efc60a-48fc-4e5b-af69-99e4c18ad710 Date: Mon, 20 Aug 2018 18:59:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 18:59:25,835 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035/file used request id req-76efc60a-48fc-4e5b-af69-99e4c18ad710 2018-08-20 18:59:25,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.75651216507s 2018-08-20 18:59:25,836 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035/file used request id req-76efc60a-48fc-4e5b-af69-99e4c18ad710 2018-08-20 18:59:25,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 18:59:25,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" 2018-08-20 18:59:26,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2761 Content-Type: application/json X-Openstack-Request-Id: req-e1b80624-aa00-41f0-b0a4-ba3444f114a1 Date: Mon, 20 Aug 2018 18:59:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:59:25Z", "file": "/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "262e5f85-3af1-4010-91fa-aeac5c399035", "size": 12716032, "self": "/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/262e5f85-3af1-4010-91fa-aeac5c399035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/262e5f85-3af1-4010-91fa-aeac5c399035/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_alt_263ce6e0-1073-4b96-8d19-63a76b245f52", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_alt_263ce6e0-1073-4b96-8d19-63a76b245f52", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T18:59:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:59:22Z", "file": "/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "ae4640fa-2688-4912-9b8f-e305417eee42", "size": 12716032, "self": "/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/ae4640fa-2688-4912-9b8f-e305417eee42/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/ae4640fa-2688-4912-9b8f-e305417eee42/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T18:59:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 18:59:26,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e1b80624-aa00-41f0-b0a4-ba3444f114a1 2018-08-20 18:59:26,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.705507993698s 2018-08-20 18:59:26,546 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e1b80624-aa00-41f0-b0a4-ba3444f114a1 2018-08-20 18:59:26,548 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/262e5f85-3af1-4010-91fa-aeac5c399035/snap', u'metadata': Munch({})})], 'file': u'/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035/file', 'owner': u'0639ea8675f44f1bab72e1097507f733', 'id': u'262e5f85-3af1-4010-91fa-aeac5c399035', 'size': 12716032, u'self': u'/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0639ea8675f44f1bab72e1097507f733', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/262e5f85-3af1-4010-91fa-aeac5c399035/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T18:59:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T18:59:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_alt_263ce6e0-1073-4b96-8d19-63a76b245f52', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_alt_263ce6e0-1073-4b96-8d19-63a76b245f52', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'networking-bgpvpn-img_alt_263ce6e0-1073-4b96-8d19-63a76b245f52', 'created': u'2018-08-20T18:59:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T18:59:24Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_alt_263ce6e0-1073-4b96-8d19-63a76b245f52', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-20 18:59:26,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 18:59:26,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "networking-bgpvpn-flavor_alt_263ce6e0-1073-4b96-8d19-63a76b245f52", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 18:59:26,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:59: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-6f096429-917e-45ee-9568-4039b2dff4b8 x-compute-request-id: req-6f096429-917e-45ee-9568-4039b2dff4b8 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "networking-bgpvpn-flavor_alt_263ce6e0-1073-4b96-8d19-63a76b245f52", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c", "rel": "bookmark"}], "ram": 1024, "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": "d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c"}} 2018-08-20 18:59:26,583 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6f096429-917e-45ee-9568-4039b2dff4b8 2018-08-20 18:59:26,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0343418121338s 2018-08-20 18:59:26,583 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6f096429-917e-45ee-9568-4039b2dff4b8 2018-08-20 18:59:26,584 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_alt_263ce6e0-1073-4b96-8d19-63a76b245f52', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'd5b8c2a6-1af4-46be-84a4-2a5d34b60a8c', 'swap': 0}) 2018-08-20 18:59:26,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 18:59:26,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c/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}7b902f789b8359149fec77aff58e2a09bc494fe2" -d '{"extra_specs": {}}' 2018-08-20 18:59:26,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 18:59: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-3349b71e-dd5e-4a02-8634-75151d1384b8 x-compute-request-id: req-3349b71e-dd5e-4a02-8634-75151d1384b8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 18:59:26,616 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c/os-extra_specs used request id req-3349b71e-dd5e-4a02-8634-75151d1384b8 2018-08-20 18:59:26,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0319111347198s 2018-08-20 18:59:26,617 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c/os-extra_specs used request id req-3349b71e-dd5e-4a02-8634-75151d1384b8 2018-08-20 18:59:26,617 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_alt_263ce6e0-1073-4b96-8d19-63a76b245f52', 'ephemeral': 0, 'ram': 1024, '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'0639ea8675f44f1bab72e1097507f733', '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'd5b8c2a6-1af4-46be-84a4-2a5d34b60a8c', 'swap': 0}) 2018-08-20 18:59:30,447 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 18:59:30,447 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 18:59:30,448 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 18:59:30,451 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 18:59:30,454 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-20 18:59:34,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-36246d3d-8beb-4d60-9679-061ee0434715/repo; stestr list '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/networking-bgpvpn/test_list.txt 2>/dev/null) 2018-08-20 18:59:34,214 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 18:59:34,226 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 18:59:34,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/networking-bgpvpn/test_list.txt', u'--concurrency=4']'. 2018-08-20 20:27:41,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a2ae6087-c940-411f-873d-f3ac22dba848 2018-08-20 20:27:41,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a2ae6087-c940-411f-873d-f3ac22dba848']'. 2018-08-20 20:27:42,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 20:27:42,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 20:27:42,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 20:27:42,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a2ae6087-c940-411f-873d-f3ac22dba848 | 2018-08-20 20:27:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-20 20:27:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 18:59:36 | 2018-08-20 20:27:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 20:27:41 | 2018-08-20 20:27:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 1:28:05 | 2018-08-20 20:27:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-20 20:27:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 20:27:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 20:27:42,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 36246d3d-8beb-4d60-9679-061ee0434715) | 2018-08-20 20:27:42,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 20:27:42,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b2d480c1-701b-4c78-b8e9-4d7d6710321b) | 2018-08-20 20:27:42,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 44 | 2018-08-20 20:27:42,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 5260.104 | 2018-08-20 20:27:42,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 22 | 2018-08-20 20:27:42,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 3 | 2018-08-20 20:27:42,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 20:27:42,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 20:27:42,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 19 | 2018-08-20 20:27:42,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 20:27:42,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 20:27:42,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 20:27:42,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest networking-bgpvpn success_rate is 53.6585365854% 2018-08-20 20:27:42,886 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 20:27:42,886 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 88:28 | FAIL | +---------------------------+------------------+------------------+----------------+ 2018-08-20 20:27:42,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 20:27:42,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:27:43,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:27:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["FDUWrmfBR_uSvjvUI8Sz_Q"], "issued_at": "2018-08-20T20:27:43.000000Z"}} 2018-08-20 20:27:43,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:43,919 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7f8730f5-2887-4ec2-8816-dca34f03ad32 Date: Mon, 20 Aug 2018 20:27:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 20:27:43,920 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035 used request id req-7f8730f5-2887-4ec2-8816-dca34f03ad32 2018-08-20 20:27:43,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.02946901321s 2018-08-20 20:27:43,920 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/262e5f85-3af1-4010-91fa-aeac5c399035 used request id req-7f8730f5-2887-4ec2-8816-dca34f03ad32 2018-08-20 20:27:43,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 20:27:43,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:44,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:27: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-a6138e1b-f99f-4283-8613-6c3c6fd13ae3 x-compute-request-id: req-a6138e1b-f99f-4283-8613-6c3c6fd13ae3 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"flavors": [{"name": "networking-bgpvpn-flavor_263ce6e0-1073-4b96-8d19-63a76b245f52", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56", "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": "886b7f45-ffe8-495e-9dd5-3a2efbc99a56"}, {"name": "networking-bgpvpn-flavor_alt_263ce6e0-1073-4b96-8d19-63a76b245f52", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c", "rel": "bookmark"}], "ram": 1024, "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": "d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c"}]} 2018-08-20 20:27:44,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a6138e1b-f99f-4283-8613-6c3c6fd13ae3 2018-08-20 20:27:44,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.289784908295s 2018-08-20 20:27:44,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a6138e1b-f99f-4283-8613-6c3c6fd13ae3 2018-08-20 20:27:44,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 20:27:44,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:44,270 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 20:27:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c3734e95-8767-46c5-b099-3dcec0c39059 x-compute-request-id: req-c3734e95-8767-46c5-b099-3dcec0c39059 Content-Length: 0 Content-Type: application/json 2018-08-20 20:27:44,271 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c used request id req-c3734e95-8767-46c5-b099-3dcec0c39059 2018-08-20 20:27:44,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0578060150146s 2018-08-20 20:27:44,271 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d5b8c2a6-1af4-46be-84a4-2a5d34b60a8c used request id req-c3734e95-8767-46c5-b099-3dcec0c39059 2018-08-20 20:27:44,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 20:27:44,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/3bb19f27-fe66-459a-8bd7-81b6dcdfe604/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}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" -d '{"subnet_id": "06289735-e778-4b41-88af-9ea96c443550"}' 2018-08-20 20:27:46,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a15c58c0-2bec-4b0f-b654-028c99412ace Date: Mon, 20 Aug 2018 20:27:46 GMT RESP BODY: {"network_id": "3868934a-8c06-42be-807e-8cd1c8cb76ee", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "06289735-e778-4b41-88af-9ea96c443550", "subnet_ids": ["06289735-e778-4b41-88af-9ea96c443550"], "port_id": "52ef8819-331e-4a7e-bb78-77418c29f3ea", "id": "3bb19f27-fe66-459a-8bd7-81b6dcdfe604"} 2018-08-20 20:27:46,135 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3bb19f27-fe66-459a-8bd7-81b6dcdfe604/remove_router_interface.json used request id req-a15c58c0-2bec-4b0f-b654-028c99412ace 2018-08-20 20:27:46,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.86334085464s 2018-08-20 20:27:46,135 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3bb19f27-fe66-459a-8bd7-81b6dcdfe604/remove_router_interface.json used request id req-a15c58c0-2bec-4b0f-b654-028c99412ace returning object 3bb19f27-fe66-459a-8bd7-81b6dcdfe604 2018-08-20 20:27:46,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 20:27:46,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:46,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1052 X-Openstack-Request-Id: req-a8721803-5c99-40e7-9897-a90e714c0e90 Date: Mon, 20 Aug 2018 20:27:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T18:59:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T20:27:45Z", "revision_number": 4, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "3bb19f27-fe66-459a-8bd7-81b6dcdfe604", "name": "networking-bgpvpn-router_263ce6e0-1073-4b96-8d19-63a76b245f52"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b5fdba96871c4de48e29a5d0749568dc", "created_at": "2018-08-20T19:00:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T19:00:20Z", "revision_number": 0, "routes": [], "project_id": "b5fdba96871c4de48e29a5d0749568dc", "id": "92550fa0-776e-46b9-9e6a-13ccb794d6de", "name": ""}]} 2018-08-20 20:27:46,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a8721803-5c99-40e7-9897-a90e714c0e90 2018-08-20 20:27:46,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.407331943512s 2018-08-20 20:27:46,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a8721803-5c99-40e7-9897-a90e714c0e90 2018-08-20 20:27:46,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 20:27:46,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/3bb19f27-fe66-459a-8bd7-81b6dcdfe604.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:48,330 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d3281f68-f4b2-4911-8b9a-fdf98246fe60 Content-Length: 0 Date: Mon, 20 Aug 2018 20:27:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 20:27:48,330 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/3bb19f27-fe66-459a-8bd7-81b6dcdfe604.json used request id req-d3281f68-f4b2-4911-8b9a-fdf98246fe60 2018-08-20 20:27:48,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.78495693207s 2018-08-20 20:27:48,330 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/3bb19f27-fe66-459a-8bd7-81b6dcdfe604.json used request id req-d3281f68-f4b2-4911-8b9a-fdf98246fe60 2018-08-20 20:27:48,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 20:27:48,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:48,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1299 X-Openstack-Request-Id: req-718dcb0d-5cea-450d-891c-e4ca3966e8b1 Date: Mon, 20 Aug 2018 20:27:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3868934a-8c06-42be-807e-8cd1c8cb76ee","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T18:59:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T18:59:16Z","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":"0639ea8675f44f1bab72e1097507f733","id":"06289735-e778-4b41-88af-9ea96c443550","subnetpool_id":null,"name":"networking-bgpvpn-subnet_263ce6e0-1073-4b96-8d19-63a76b245f52"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 20:27:48,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-718dcb0d-5cea-450d-891c-e4ca3966e8b1 2018-08-20 20:27:48,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.340420007706s 2018-08-20 20:27:48,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-718dcb0d-5cea-450d-891c-e4ca3966e8b1 2018-08-20 20:27:48,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 20:27:48,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/06289735-e778-4b41-88af-9ea96c443550.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:51,557 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d756236f-a012-42ec-ac5f-fe167a269f80 Date: Mon, 20 Aug 2018 20:27:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 20:27:51,557 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/06289735-e778-4b41-88af-9ea96c443550.json used request id req-d756236f-a012-42ec-ac5f-fe167a269f80 2018-08-20 20:27:51,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.88386297226s 2018-08-20 20:27:51,558 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/06289735-e778-4b41-88af-9ea96c443550.json used request id req-d756236f-a012-42ec-ac5f-fe167a269f80 2018-08-20 20:27:51,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 20:27:51,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:51,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4370 X-Openstack-Request-Id: req-813d213e-d530-4567-b533-b34b9e63c4e6 Date: Mon, 20 Aug 2018 20:27:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"02c6a34e-6a14-43c3-9d7f-f922be4136ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:18Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3868934a-8c06-42be-807e-8cd1c8cb76ee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:27:51Z","provider:segmentation_id":68,"name":"networking-bgpvpn-net_263ce6e0-1073-4b96-8d19-63a76b245f52","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T18:59:15Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5e2ef56d-b96e-48ca-9899-1de16258988b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:16Z","provider:segmentation_id":72,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"82e2473b-f463-431c-bf86-0904afe9d6d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:23Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b0688f31-973c-4ccd-a9e0-c79242e2c9e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:00Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f1e32226-4cea-487b-8fe8-1e3a0c664c5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:13Z","provider:segmentation_id":16,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:13Z","provider:network_type":"vxlan"}]} 2018-08-20 20:27:51,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-813d213e-d530-4567-b533-b34b9e63c4e6 2018-08-20 20:27:51,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.308773040771s 2018-08-20 20:27:51,867 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-813d213e-d530-4567-b533-b34b9e63c4e6 2018-08-20 20:27:51,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 20:27:51,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/3868934a-8c06-42be-807e-8cd1c8cb76ee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:53,809 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eef40067-5114-4a9e-ae3c-4c11682194d0 Date: Mon, 20 Aug 2018 20:27:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 20:27:53,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3868934a-8c06-42be-807e-8cd1c8cb76ee.json used request id req-eef40067-5114-4a9e-ae3c-4c11682194d0 2018-08-20 20:27:53,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.93961000443s 2018-08-20 20:27:53,810 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3868934a-8c06-42be-807e-8cd1c8cb76ee.json used request id req-eef40067-5114-4a9e-ae3c-4c11682194d0 2018-08-20 20:27:53,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 20:27:53,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:54,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-8d026a89-25f0-4764-bbb5-31eb71af18b8 Date: Mon, 20 Aug 2018 20:27:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T18:59:22Z", "file": "/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "ae4640fa-2688-4912-9b8f-e305417eee42", "size": 12716032, "self": "/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/ae4640fa-2688-4912-9b8f-e305417eee42/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5cade95b-ba57-454d-8c53-07d068f65ad0/images/ae4640fa-2688-4912-9b8f-e305417eee42/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_263ce6e0-1073-4b96-8d19-63a76b245f52", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T18:59:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 20:27:54,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8d026a89-25f0-4764-bbb5-31eb71af18b8 2018-08-20 20:27:54,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295311927795s 2018-08-20 20:27:54,110 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8d026a89-25f0-4764-bbb5-31eb71af18b8 2018-08-20 20:27:54,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 20:27:54,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:55,871 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a0d36737-e3c1-48cb-a95a-aedaf127acf0 Date: Mon, 20 Aug 2018 20:27:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 20:27:55,871 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42 used request id req-a0d36737-e3c1-48cb-a95a-aedaf127acf0 2018-08-20 20:27:55,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.75954890251s 2018-08-20 20:27:55,871 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ae4640fa-2688-4912-9b8f-e305417eee42 used request id req-a0d36737-e3c1-48cb-a95a-aedaf127acf0 2018-08-20 20:27:55,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 20:27:55,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:55,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:27: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-ed7198d9-3510-4b16-ab81-ec48e76d7822 x-compute-request-id: req-ed7198d9-3510-4b16-ab81-ec48e76d7822 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavors": [{"name": "networking-bgpvpn-flavor_263ce6e0-1073-4b96-8d19-63a76b245f52", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56", "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": "886b7f45-ffe8-495e-9dd5-3a2efbc99a56"}]} 2018-08-20 20:27:55,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ed7198d9-3510-4b16-ab81-ec48e76d7822 2018-08-20 20:27:55,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0301160812378s 2018-08-20 20:27:55,902 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ed7198d9-3510-4b16-ab81-ec48e76d7822 2018-08-20 20:27:55,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 20:27:55,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a495ea48f5787a18a1c3a7c0c0977c043aab8b8" 2018-08-20 20:27:55,935 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 20:27: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-316411e4-9d8a-4893-ae5c-51847c8872d7 x-compute-request-id: req-316411e4-9d8a-4893-ae5c-51847c8872d7 Content-Length: 0 Content-Type: application/json 2018-08-20 20:27:55,935 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56 used request id req-316411e4-9d8a-4893-ae5c-51847c8872d7 2018-08-20 20:27:55,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0310859680176s 2018-08-20 20:27:55,935 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/886b7f45-ffe8-495e-9dd5-3a2efbc99a56 used request id req-316411e4-9d8a-4893-ae5c-51847c8872d7 2018-08-20 20:27:55,936 - xtesting.ci.run_tests - ERROR - The test case 'networking-bgpvpn' failed. 2018-08-20 20:27:55,990 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-20 20:27:56,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 20:27:56,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 20:27:56,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 20:27:56,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 20:27:56,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 20:27:56,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 20:27:56,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 20:27:56,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 20:27:56,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 20:27:56,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 20:27:56,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 20:27:56,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 20:27:56,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 20:27:56,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 20:27:56,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14b2f721-75c1-4817-892f-cdc4a76e72df Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 20:27:56,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-14b2f721-75c1-4817-892f-cdc4a76e72df 2018-08-20 20:27:56,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:27:56,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:27:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["9GLZF7LTSsOSeOE2aMDDjQ"], "issued_at": "2018-08-20T20:27:56.000000Z"}} 2018-08-20 20:27:56,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 20:27:56,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}b4aa4942119572344368b3852ccd7c5d11dc0b56" 2018-08-20 20:27:56,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-0e987a3d-0b7c-43d9-bc37-24b2670b51ec Date: Mon, 20 Aug 2018 20:27:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 20:27:56,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0e987a3d-0b7c-43d9-bc37-24b2670b51ec 2018-08-20 20:27:56,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.36220407486s 2018-08-20 20:27:56,813 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0e987a3d-0b7c-43d9-bc37-24b2670b51ec 2018-08-20 20:27:56,814 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 20:27:59,624 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 20:28:02,401 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | d4ece15f-fd38-4e77-aeba-32c69c6b0b5f | 2018-08-20T20:28:02.095628 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: d4ece15f-fd38-4e77-aeba-32c69c6b0b5f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-20 20:28:06,398 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 20:28:06,399 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 20:28:09,135 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 20:28:12,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=b1b3e1eb-f693-46f5-8315-bce3e2dd6d02) as the default verifier for the future CLI operations. 2018-08-20 20:28:15,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 20:28:15,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4aa4942119572344368b3852ccd7c5d11dc0b56" 2018-08-20 20:28:16,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-ab7f5431-b345-4733-be6f-03d22964287b Date: Mon, 20 Aug 2018 20:28:15 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 20:28:16,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-ab7f5431-b345-4733-be6f-03d22964287b 2018-08-20 20:28:16,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.294221162796s 2018-08-20 20:28:16,018 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-ab7f5431-b345-4733-be6f-03d22964287b 2018-08-20 20:28:16,026 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-20 20:28:16,026 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-20 20:28:16,026 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-20 20:28:16,084 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-20 20:28:16,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 20:28:16,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 20:28:16,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 20:28:16,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 20:28:16,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 20:28:16,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 20:28:16,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 20:28:16,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 20:28:16,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 20:28:16,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 20:28:16,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 20:28:16,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 20:28:16,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 20:28:16,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-209855b5-f9ec-4b60-9812-b5ea0fe454b2 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 20:28:16,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-209855b5-f9ec-4b60-9812-b5ea0fe454b2 2018-08-20 20:28:16,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:28:16,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:28:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["HYdlmFL7TsSsEq5RUXENVw"], "issued_at": "2018-08-20T20:28:16.000000Z"}} 2018-08-20 20:28:16,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 20:28:16,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}9c1083fb021400ca38bde18025606ade99dca89e" 2018-08-20 20:28:16,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-2602e4ff-5431-4004-ad5c-c3436732ad2b Date: Mon, 20 Aug 2018 20:28:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"}]} 2018-08-20 20:28:16,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2602e4ff-5431-4004-ad5c-c3436732ad2b 2018-08-20 20:28:16,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.350949048996s 2018-08-20 20:28:16,898 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2602e4ff-5431-4004-ad5c-c3436732ad2b 2018-08-20 20:28:16,899 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 20:28:19,698 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 20:28:22,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 121032bb-b19a-4358-9021-579f077a02b0 | 2018-08-20T20:28:22.296002 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 121032bb-b19a-4358-9021-579f077a02b0 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-20 20:28:26,388 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 20:28:26,389 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 20:28:29,087 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 20:28:32,443 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=81359c3e-1b3e-461e-b501-3804ff8e9364) as the default verifier for the future CLI operations. 2018-08-20 20:28:35,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-20 20:28:35,749 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 20:28:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c301839-5489-4995-9734-555135e278b2 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-08-20 20:28:35,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-4c301839-5489-4995-9734-555135e278b2 2018-08-20 20:28:35,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 20:28:35,756 - 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-08-20 20:28:35,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 20:28:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb8ba4ab-b3ca-43d8-9304-20307923a245 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-20 20:28:35,763 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-bb8ba4ab-b3ca-43d8-9304-20307923a245 2018-08-20 20:28:35,763 - 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}9c1083fb021400ca38bde18025606ade99dca89e" 2018-08-20 20:28:35,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f0d57a0-3657-4ce6-a0ab-1da40c0e59ac Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/0b2c81d178354316a59a5f26fbb141d2"}, "enabled": true, "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/128d9665174f4f90a15f2ca586b78137"}, "enabled": true, "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/12a107ba5fe94cf48543f88f5be124fa"}, "enabled": true, "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/12b559676db645e8a04b05c81c9e709f"}, "enabled": true, "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/17c1bee285824dbfa4f4d1e7e2da9053"}, "enabled": true, "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6025853856bf4c35af9715940730bf20"}, "enabled": true, "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6e6af8c7be45430db7e9e59f8010f135"}, "enabled": true, "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7201054fc9a046268b744bbb78e55641"}, "enabled": true, "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7d9deb94ea5b40fdbd670773fe199e28"}, "enabled": true, "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/910fef42db724bdeb1fa8bbf3c3250ce"}, "enabled": true, "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/974664aa4d5d44f0bdeaa7ff632bf474"}, "enabled": true, "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a225b602456e405e8b41665d9636d9f5"}, "enabled": true, "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b445507065d24d018a5ea7ae1fd1b3d7"}, "enabled": true, "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/e542cb895a3f4177a56a423cb878eebb"}, "enabled": true, "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/f1fc853614074be2a0c0beb1ce04f343"}, "enabled": true, "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-20 20:28:35,968 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-1f0d57a0-3657-4ce6-a0ab-1da40c0e59ac 2018-08-20 20:28:35,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.215030908585s 2018-08-20 20:28:35,969 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-1f0d57a0-3657-4ce6-a0ab-1da40c0e59ac 2018-08-20 20:28:35,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 20:28:35,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9c1083fb021400ca38bde18025606ade99dca89e" 2018-08-20 20:28:36,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-2e5784df-ed82-447f-9fe5-a33aaee55150 Date: Mon, 20 Aug 2018 20:28:36 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 20:28:36,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-2e5784df-ed82-447f-9fe5-a33aaee55150 2018-08-20 20:28:36,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.27578496933s 2018-08-20 20:28:36,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-2e5784df-ed82-447f-9fe5-a33aaee55150 2018-08-20 20:28:36,259 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-20 20:28:36,259 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-20 20:28:36,264 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 05:39 | FAIL | | neutron-tempest-plugin-api | functest | smoke | 14:22 | FAIL | | rally_sanity | functest | smoke | 27:39 | FAIL | | refstack_defcore | functest | smoke | 06:11 | FAIL | | patrole | functest | smoke | 02:15 | PASS | | vmtp | functest | smoke | 12:21 | FAIL | | shaker | functest | smoke | 65:16 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:40 | PASS | | networking-bgpvpn | functest | smoke | 88:28 | FAIL | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-20 20:28:36,276 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-20 20:28:36,351 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 20:29:07,093 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-227 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-20 20:29:07,096 - 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.23,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=IGEoAXNnUN4pnBmqW26kWHxyV 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=0639ea8675f44f1bab72e1097507f733 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=veh7aL4uE9r5BKb2JoTiPAdnl export OS_REGION_NAME=regionOne 2018-08-20 20:29:07,096 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-20 20:29:07,097 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +------------------+---------------+-------------------------------------------+------------------------------------+ | features | 2 | Test suites from feature projects | doctor-notification bgpvpn | | | | integrated in functest | | +------------------+---------------+-------------------------------------------+------------------------------------+ 2018-08-20 20:29:07,111 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-08-20 20:29:07,125 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-08-20 20:29:15,620 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-08-20 20:29:15,621 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-08-20 20:29:15,742 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 20:29:15,742 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 00:08 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-08-20 20:29:15,747 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-08-20 20:29:15,780 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-08-20 20:29:16,277 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-08-20 20:29:16,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 20:29:16,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 20:29:16,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 20:29:16,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 20:29:16,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 20:29:16,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 20:29:16,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 20:29:16,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 20:29:16,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 20:29:16,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 20:29:16,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 20:29:16,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 20:29:16,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 20:29:16,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 20:29:16,994 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-08-20 20:29:16,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 20:29:16,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd61751-f8b4-46d5-8925-cc509a5496ba Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 20:29:16,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3fd61751-f8b4-46d5-8925-cc509a5496ba 2018-08-20 20:29:17,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:29:17,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:29:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["P0gUOuc_ST20sEy0GQxwaQ"], "issued_at": "2018-08-20T20:29:17.000000Z"}} 2018-08-20 20:29:17,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}715f5999637d180557479516ee4b112385867695" 2018-08-20 20:29:17,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd55b647-9cbf-4414-82ad-968797ea53ce Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 20:29:17,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fd55b647-9cbf-4414-82ad-968797ea53ce 2018-08-20 20:29:17,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 20:29:17,598 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 20:29:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3163062-1721-481f-b219-0f36724835ba Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-20 20:29:17,598 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-e3163062-1721-481f-b219-0f36724835ba 2018-08-20 20:29:17,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}715f5999637d180557479516ee4b112385867695" 2018-08-20 20:29:17,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-648b089f-654e-4d22-a259-a5c7ea5f9644 Content-Encoding: gzip Content-Length: 286 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.4:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.4:35357/v3/projects/0639ea8675f44f1bab72e1097507f733"}, "tags": [], "enabled": true, "id": "0639ea8675f44f1bab72e1097507f733", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.4:35357/v3/projects/f5f56b19cabe41688975fa5f4e20e70d"}, "tags": [], "enabled": true, "id": "f5f56b19cabe41688975fa5f4e20e70d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-20 20:29:17,794 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/projects used request id req-648b089f-654e-4d22-a259-a5c7ea5f9644 2018-08-20 20:29:17,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 20:29:17,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10cf0a1f-eb1d-4192-b66d-28221ecab39b Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 20:29:17,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-10cf0a1f-eb1d-4192-b66d-28221ecab39b 2018-08-20 20:29:17,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:29:18,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:29:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["atJmhD_fT9aCiZlaGmMKUA"], "issued_at": "2018-08-20T20:29:18.000000Z"}} 2018-08-20 20:29:18,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/quotas/0639ea8675f44f1bab72e1097507f733 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df383a961e91fd15efc60e30dcdf7cb3e6de688e" 2018-08-20 20:29:18,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-f1849bf9-6c75-40f3-a08d-92f75152619b Date: Mon, 20 Aug 2018 20:29:18 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-08-20 20:29:18,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/0639ea8675f44f1bab72e1097507f733 used request id req-f1849bf9-6c75-40f3-a08d-92f75152619b 2018-08-20 20:29:18,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 20:29:18,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-826fa6cf-6c16-4787-891c-079b58f6e504 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 20:29:18,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-826fa6cf-6c16-4787-891c-079b58f6e504 2018-08-20 20:29:18,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:29:18,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:29:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["4uAGZ301QXuGqd-Q-Z9qoQ"], "issued_at": "2018-08-20T20:29:18.000000Z"}} 2018-08-20 20:29:18,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91de0c17cad64e7b560420e8689b808540e55724" 2018-08-20 20:29:19,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29: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-85c4ee78-9676-44d4-925f-53bef92c2743 x-compute-request-id: req-85c4ee78-9676-44d4-925f-53bef92c2743 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "default", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-08-20 20:29:19,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-85c4ee78-9676-44d4-925f-53bef92c2743 2018-08-20 20:29:19,189 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-08-20 20:29:19,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/0639ea8675f44f1bab72e1097507f733 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df383a961e91fd15efc60e30dcdf7cb3e6de688e" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-08-20 20:29:19,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-7623f45e-9866-40e1-b1d0-921507a83d01 Date: Mon, 20 Aug 2018 20:29:19 GMT RESP BODY: {"quota": {"subnet": -1, "network": -1, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": -1, "rbac_policy": 10, "port": -1, "bgpvpn": -1}} 2018-08-20 20:29:19,543 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/0639ea8675f44f1bab72e1097507f733 used request id req-7623f45e-9866-40e1-b1d0-921507a83d01 2018-08-20 20:29:19,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 20:29:19,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 20:29:19,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 20:29:19,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 20:29:19,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 20:29:19,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 20:29:19,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 20:29:19,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 20:29:19,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 20:29:19,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 20:29:19,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 20:29:19,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 20:29:19,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 20:29:19,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 20:29:19,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 20:29:19,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 20:29:19,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 20:29:19,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 20:29:19,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 20:29:19,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 20:29:19,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 20:29:19,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 20:29:19,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 20:29:19,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 20:29:19,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 20:29:19,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 20:29:19,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efa4f1b5-e5ee-411e-a78f-fadf7d5d611c Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 20:29:19,555 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-efa4f1b5-e5ee-411e-a78f-fadf7d5d611c 2018-08-20 20:29:19,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:29:19,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:29:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["rkYk90GuSaWFvzf70WVRSQ"], "issued_at": "2018-08-20T20:29:19.000000Z"}} 2018-08-20 20:29:19,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeed42fdc833f93ab0ac516b5352fa7d62ebaab4" 2018-08-20 20:29:20,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29: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-2e740642-0e51-4455-928c-e857a5313e21 x-compute-request-id: req-2e740642-0e51-4455-928c-e857a5313e21 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}]} 2018-08-20 20:29:20,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-2e740642-0e51-4455-928c-e857a5313e21 2018-08-20 20:29:20,265 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-08-20 20:29:20,266 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-08-20 20:29:20,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91de0c17cad64e7b560420e8689b808540e55724" -d '{"quota_class_set": {"instances": -1}}' 2018-08-20 20:29:20,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29: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-1b71493a-2f66-4bf8-8537-20bab7e786d5 x-compute-request-id: req-1b71493a-2f66-4bf8-8537-20bab7e786d5 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "instances": -1, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-08-20 20:29:20,342 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-1b71493a-2f66-4bf8-8537-20bab7e786d5 2018-08-20 20:29:20,342 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-08-20 20:29:20,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df383a961e91fd15efc60e30dcdf7cb3e6de688e" 2018-08-20 20:29:20,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1cf41208-fb07-425c-9bda-5c1a33849736 Date: Mon, 20 Aug 2018 20:29:20 GMT RESP BODY: {"floatingips": []} 2018-08-20 20:29:20,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-1cf41208-fb07-425c-9bda-5c1a33849736 2018-08-20 20:29:20,660 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-08-20 20:29:20,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df383a961e91fd15efc60e30dcdf7cb3e6de688e" 2018-08-20 20:29:21,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-937ea5ce-15d7-40ca-b10d-0626bb18552d Date: Mon, 20 Aug 2018 20:29:20 GMT RESP BODY: {"ports":[]} 2018-08-20 20:29:21,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-937ea5ce-15d7-40ca-b10d-0626bb18552d 2018-08-20 20:29:21,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df383a961e91fd15efc60e30dcdf7cb3e6de688e" 2018-08-20 20:29:21,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 412 X-Openstack-Request-Id: req-f3620d5b-cf70-4e15-834c-7888268d0b54 Date: Mon, 20 Aug 2018 20:29:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b5fdba96871c4de48e29a5d0749568dc", "created_at": "2018-08-20T19:00:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T19:00:20Z", "revision_number": 0, "routes": [], "project_id": "b5fdba96871c4de48e29a5d0749568dc", "id": "92550fa0-776e-46b9-9e6a-13ccb794d6de", "name": ""}]} 2018-08-20 20:29:21,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-f3620d5b-cf70-4e15-834c-7888268d0b54 2018-08-20 20:29:21,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/92550fa0-776e-46b9-9e6a-13ccb794d6de -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df383a961e91fd15efc60e30dcdf7cb3e6de688e" -d '{"router": {"external_gateway_info": {}}}' 2018-08-20 20:29:22,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 409 X-Openstack-Request-Id: req-b6914025-44b4-45ac-8d74-6918c84c0136 Date: Mon, 20 Aug 2018 20:29:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b5fdba96871c4de48e29a5d0749568dc", "created_at": "2018-08-20T19:00:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T20:29:21Z", "revision_number": 1, "routes": [], "project_id": "b5fdba96871c4de48e29a5d0749568dc", "id": "92550fa0-776e-46b9-9e6a-13ccb794d6de", "name": ""}} 2018-08-20 20:29:22,294 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/92550fa0-776e-46b9-9e6a-13ccb794d6de used request id req-b6914025-44b4-45ac-8d74-6918c84c0136 2018-08-20 20:29:22,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/92550fa0-776e-46b9-9e6a-13ccb794d6de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df383a961e91fd15efc60e30dcdf7cb3e6de688e" 2018-08-20 20:29:23,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-74a728bb-f1be-46a6-86b2-d055cb8e5635 Content-Length: 0 Date: Mon, 20 Aug 2018 20:29:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 20:29:23,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/92550fa0-776e-46b9-9e6a-13ccb794d6de used request id req-74a728bb-f1be-46a6-86b2-d055cb8e5635 2018-08-20 20:29:23,389 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-08-20 20:29:23,389 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-08-20 20:29:23,390 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-08-20 20:29:23,444 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-08-20 20:29:23,444 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 20:29:32,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 2ccb8737-e76c-49e3-a4b6-6bc0f40e8841 | 2018-08-20T20:29:32.080038 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 2ccb8737-e76c-49e3-a4b6-6bc0f40e8841 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-20 20:29:36,264 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 20:29:36,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 20:29:42,247 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=4335b5e3-d3a5-4a10-9bb5-1634f9f995e8) as the default verifier for the future CLI operations. 2018-08-20 20:29:49,372 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 20:29:49,373 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 20:29:49,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 20:29:49,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 20:29:49,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 20:29:49,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 20:29:49,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 20:29:49,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 20:29:49,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 20:29:49,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 20:29:49,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 20:29:49,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 20:29:49,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 20:29:49,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 20:29:49,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 20:29:49,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 20:29:49,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 20:29:49,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 20:29:49,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 20:29:49,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 20:29:49,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 20:29:49,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 20:29:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 20:29:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 20:29:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 20:29:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 20:29:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 20:29:49,379 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-20 20:29:49,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 20:29:49,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-742b7c4b-770f-4b41-9108-1c032eabca07 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 20:29:49,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-742b7c4b-770f-4b41-9108-1c032eabca07 2018-08-20 20:29:49,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:29:49,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:29:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["tALFjuBpTlqKJev_6tYpRA"], "issued_at": "2018-08-20T20:29:49.000000Z"}} 2018-08-20 20:29:49,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e510d2673bd412b5613feffcbd85bc1108935e9" 2018-08-20 20:29:50,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-0066d2a7-fd59-4ed0-9332-6a78d37cd1ab Date: Mon, 20 Aug 2018 20:29:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-20 20:29:50,539 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-0066d2a7-fd59-4ed0-9332-6a78d37cd1ab 2018-08-20 20:29:50,539 - sdnvpn.lib.openstack_utils - INFO - Creating image 'bgpvpn-tempest-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-20 20:29:50,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e510d2673bd412b5613feffcbd85bc1108935e9" 2018-08-20 20:29:50,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-13fa255f-e290-4d56-99ec-ead3a561bedf Date: Mon, 20 Aug 2018 20:29:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-20 20:29:50,830 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-13fa255f-e290-4d56-99ec-ead3a561bedf 2018-08-20 20:29:50,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e510d2673bd412b5613feffcbd85bc1108935e9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "bgpvpn-tempest-image", "visibility": "public"}' 2018-08-20 20:29:51,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 646 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-789ebfe1-7e7e-4e6b-ba6d-377c90ead39d Date: Mon, 20 Aug 2018 20:29:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T20:29:51Z", "file": "/v2/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "size": null, "self": "/v2/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "bgpvpn-tempest-image", "checksum": null, "created_at": "2018-08-20T20:29:51Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 20:29:51,200 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-789ebfe1-7e7e-4e6b-ba6d-377c90ead39d 2018-08-20 20:29:51,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e510d2673bd412b5613feffcbd85bc1108935e9" -d '' 2018-08-20 20:29:51,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d9494973-6abb-46ef-8fbe-0ff4ee252472 Date: Mon, 20 Aug 2018 20:29:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 20:29:51,991 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12/file used request id req-d9494973-6abb-46ef-8fbe-0ff4ee252472 2018-08-20 20:29:51,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 20:29:51,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 20:29:51,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 20:29:51,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 20:29:51,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 20:29:51,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 20:29:51,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 20:29:51,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 20:29:51,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 20:29:51,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 20:29:51,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 20:29:51,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 20:29:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 20:29:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 20:29:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 20:29:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 20:29:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 20:29:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 20:29:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 20:29:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 20:29:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 20:29:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 20:29:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 20:29:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 20:29:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 20:29:51,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 20:29:52,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48aad0b7-5846-409e-8534-f996a0651ca3 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 20:29:52,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-48aad0b7-5846-409e-8534-f996a0651ca3 2018-08-20 20:29:52,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:29:52,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:29:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["jfP4lT5aRBW7WSyL5OWEkQ"], "issued_at": "2018-08-20T20:29:52.000000Z"}} 2018-08-20 20:29:52,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76be78c16847a08f6921961f3b7c42dc5b5cb8f4" 2018-08-20 20:29:52,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 20:29: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-ce025dcf-4bec-427e-8612-e1d36f74dd85 x-compute-request-id: req-ce025dcf-4bec-427e-8612-e1d36f74dd85 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}]} 2018-08-20 20:29:52,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-ce025dcf-4bec-427e-8612-e1d36f74dd85 2018-08-20 20:29:52,719 - sdnvpn-tempest - INFO - Copying tempest.conf to /root/.rally/verification/verifier-4335b5e3-d3a5-4a10-9bb5-1634f9f995e8/for-deployment-2ccb8737-e76c-49e3-a4b6-6bc0f40e8841/bgpvpn_tempest.conf. 2018-08-20 20:29:52,721 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-4335b5e3-d3a5-4a10-9bb5-1634f9f995e8/for-deployment-2ccb8737-e76c-49e3-a4b6-6bc0f40e8841/bgpvpn_tempest.conf with bgpvpn=True 2018-08-20 20:29:52,721 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-4335b5e3-d3a5-4a10-9bb5-1634f9f995e8/for-deployment-2ccb8737-e76c-49e3-a4b6-6bc0f40e8841/bgpvpn_tempest.conf with flavor_id d9072661-87bf-4e0d-9756-5c4aeeeb2f06 2018-08-20 20:29:52,722 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-4335b5e3-d3a5-4a10-9bb5-1634f9f995e8/for-deployment-2ccb8737-e76c-49e3-a4b6-6bc0f40e8841/bgpvpn_tempest.conf with image_id b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12 2018-08-20 20:29:52,722 - sdnvpn-tempest - INFO - Configuring default tempest conf file 2018-08-20 20:29:52,740 - sdnvpn-tempest - INFO - Executing: tempest run -t --regex networking_bgpvpn_tempest --config-file /etc/tempest/tempest.conf 2018-08-20 21:55:49,448 - sdnvpn-tempest - DEBUG - 2018-08-20 20:29:57.526 63 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2018-08-20 20:29:57.527 63 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2876 2018-08-20 20:29:57.527 63 DEBUG tempest [-] Configuration options gathered from: log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2877 2018-08-20 20:29:57.527 63 DEBUG tempest [-] command line args: [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2878 2018-08-20 20:29:57.528 63 DEBUG tempest [-] config files: ['/etc/tempest/tempest.conf'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2880 2018-08-20 20:29:57.528 63 DEBUG tempest [-] ================================================================================ log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2881 2018-08-20 20:29:57.528 63 DEBUG tempest [-] config_dir = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.528 63 DEBUG tempest [-] config_file = ['/etc/tempest/tempest.conf'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.528 63 DEBUG tempest [-] debug = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.528 63 DEBUG tempest [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'dogpile.core.dogpile=INFO'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.528 63 DEBUG tempest [-] instance_format = [instance: %(uuid)s] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.528 63 DEBUG tempest [-] instance_uuid_format = [instance: %(uuid)s] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.529 63 DEBUG tempest [-] log_config_append = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.529 63 DEBUG tempest [-] log_date_format = %Y-%m-%d %H:%M:%S log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.529 63 DEBUG tempest [-] log_dir = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.529 63 DEBUG tempest [-] log_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.529 63 DEBUG tempest [-] logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.529 63 DEBUG tempest [-] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.529 63 DEBUG tempest [-] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.529 63 DEBUG tempest [-] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.529 63 DEBUG tempest [-] logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.530 63 DEBUG tempest [-] pause_teardown = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.530 63 DEBUG tempest [-] publish_errors = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.530 63 DEBUG tempest [-] rate_limit_burst = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.530 63 DEBUG tempest [-] rate_limit_except_level = CRITICAL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.530 63 DEBUG tempest [-] rate_limit_interval = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.530 63 DEBUG tempest [-] syslog_log_facility = LOG_USER log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.530 63 DEBUG tempest [-] use_journal = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.530 63 DEBUG tempest [-] use_json = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.531 63 DEBUG tempest [-] use_stderr = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.531 63 DEBUG tempest [-] use_syslog = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.531 63 DEBUG tempest [-] watch_log_file = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-20 20:29:57.531 63 DEBUG tempest [-] volume-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.531 63 DEBUG tempest [-] volume-feature-enabled.api_v1 = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.531 63 DEBUG tempest [-] volume-feature-enabled.api_v2 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.531 63 DEBUG tempest [-] volume-feature-enabled.api_v3 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.531 63 DEBUG tempest [-] volume-feature-enabled.backup = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.532 63 DEBUG tempest [-] volume-feature-enabled.clone = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.532 63 DEBUG tempest [-] volume-feature-enabled.extend_attached_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.532 63 DEBUG tempest [-] volume-feature-enabled.manage_snapshot = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.532 63 DEBUG tempest [-] volume-feature-enabled.manage_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.532 63 DEBUG tempest [-] volume-feature-enabled.multi_backend = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.532 63 DEBUG tempest [-] volume-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.532 63 DEBUG tempest [-] bgpvpn.max_asn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.532 63 DEBUG tempest [-] bgpvpn.max_nn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.532 63 DEBUG tempest [-] bgpvpn.min_asn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.533 63 DEBUG tempest [-] bgpvpn.min_nn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.533 63 DEBUG tempest [-] image-feature-enabled.api_v1 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.533 63 DEBUG tempest [-] image-feature-enabled.api_v2 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.533 63 DEBUG tempest [-] compute.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.533 63 DEBUG tempest [-] compute.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.533 63 DEBUG tempest [-] compute.catalog_type = compute log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.533 63 DEBUG tempest [-] compute.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.533 63 DEBUG tempest [-] compute.fixed_network_name = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.534 63 DEBUG tempest [-] compute.flavor_ref = d9072661-87bf-4e0d-9756-5c4aeeeb2f06 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.534 63 DEBUG tempest [-] compute.flavor_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.534 63 DEBUG tempest [-] compute.hypervisor_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.534 63 DEBUG tempest [-] compute.image_ref = b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.534 63 DEBUG tempest [-] compute.image_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.534 63 DEBUG tempest [-] compute.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.534 63 DEBUG tempest [-] compute.min_compute_nodes = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.534 63 DEBUG tempest [-] compute.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.535 63 DEBUG tempest [-] compute.ready_wait = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.535 63 DEBUG tempest [-] compute.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.535 63 DEBUG tempest [-] compute.shelved_offload_time = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.535 63 DEBUG tempest [-] compute.volume_device_name = vdb log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.535 63 DEBUG tempest [-] service-clients.http_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.535 63 DEBUG tempest [-] service-clients.proxy_url = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.535 63 DEBUG tempest [-] scenario.aki_img_file = cirros-0.3.1-x86_64-vmlinuz log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.535 63 DEBUG tempest [-] scenario.ami_img_file = cirros-0.3.1-x86_64-blank.img log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.536 63 DEBUG tempest [-] scenario.ari_img_file = cirros-0.3.1-x86_64-initrd log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.536 63 DEBUG tempest [-] scenario.dhcp_client = udhcpc log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.536 63 DEBUG tempest [-] scenario.img_container_format = bare log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.536 63 WARNING oslo_config.cfg [-] Option "img_dir" from group "scenario" is deprecated for removal. Its value may be silently ignored in the future. 2018-08-20 20:29:57.536 63 DEBUG tempest [-] scenario.img_dir = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.536 63 DEBUG tempest [-] scenario.img_disk_format = qcow2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.536 63 DEBUG tempest [-] scenario.img_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.536 63 DEBUG tempest [-] scenario.img_properties = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.536 63 DEBUG tempest [-] image.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.537 63 DEBUG tempest [-] image.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.537 63 DEBUG tempest [-] image.catalog_type = image log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.537 63 DEBUG tempest [-] image.container_formats = ['ami', 'ari', 'aki', 'bare', 'ovf', 'ova'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.537 63 DEBUG tempest [-] image.disk_formats = ['ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw', 'qcow2', 'vdi', 'iso', 'vhdx'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.537 63 DEBUG tempest [-] image.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.537 63 DEBUG tempest [-] image.http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.537 63 DEBUG tempest [-] image.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.538 63 DEBUG tempest [-] identity-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.538 63 DEBUG tempest [-] identity-feature-enabled.api_v2 = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.538 63 DEBUG tempest [-] identity-feature-enabled.api_v2_admin = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.538 63 DEBUG tempest [-] identity-feature-enabled.api_v3 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.538 63 DEBUG tempest [-] identity-feature-enabled.domain_specific_drivers = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.538 63 DEBUG tempest [-] identity-feature-enabled.security_compliance = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.538 63 DEBUG tempest [-] identity-feature-enabled.trust = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.538 63 DEBUG tempest [-] auth.admin_domain_name = Default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.538 63 DEBUG tempest [-] auth.admin_password = **** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.539 63 DEBUG tempest [-] auth.admin_project_name = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.539 63 DEBUG tempest [-] auth.admin_username = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.539 63 DEBUG tempest [-] auth.create_isolated_networks = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.539 63 DEBUG tempest [-] auth.default_credentials_domain_name = Default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.539 63 DEBUG tempest [-] auth.tempest_roles = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.539 63 DEBUG tempest [-] auth.test_accounts_file = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.539 63 DEBUG tempest [-] auth.use_dynamic_credentials = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.539 63 DEBUG tempest [-] volume.backend_names = ['BACKEND_1', 'BACKEND_2'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.540 63 DEBUG tempest [-] volume.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.540 63 DEBUG tempest [-] volume.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.540 63 DEBUG tempest [-] volume.catalog_type = volume log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.540 63 DEBUG tempest [-] volume.disk_format = raw log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.540 63 DEBUG tempest [-] volume.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.540 63 DEBUG tempest [-] volume.manage_snapshot_ref = ['source-name', '_snapshot-%s'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.540 63 DEBUG tempest [-] volume.manage_volume_ref = ['source-name', 'volume-%s'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.540 63 DEBUG tempest [-] volume.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.541 63 DEBUG tempest [-] volume.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.541 63 DEBUG tempest [-] volume.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.541 63 DEBUG tempest [-] volume.storage_protocol = iSCSI log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.541 63 DEBUG tempest [-] volume.vendor_name = Open Source log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.541 63 DEBUG tempest [-] volume.volume_size = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.541 63 DEBUG tempest [-] debug.trace_requests = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.541 63 DEBUG tempest [-] object-storage-feature-enabled.container_sync = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.541 63 DEBUG tempest [-] object-storage-feature-enabled.discoverability = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.542 63 DEBUG tempest [-] object-storage-feature-enabled.discoverable_apis = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.542 63 DEBUG tempest [-] object-storage-feature-enabled.object_versioning = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.542 63 DEBUG tempest [-] oslo_concurrency.disable_process_locking = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.542 63 DEBUG tempest [-] oslo_concurrency.lock_path = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.542 63 DEBUG tempest [-] object-storage.catalog_type = object-store log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.542 63 DEBUG tempest [-] object-storage.cluster_name = name1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.542 63 DEBUG tempest [-] object-storage.container_sync_interval = 5 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.542 63 DEBUG tempest [-] object-storage.container_sync_timeout = 600 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.543 63 DEBUG tempest [-] object-storage.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.543 63 DEBUG tempest [-] object-storage.operator_role = Member log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.543 63 DEBUG tempest [-] object-storage.realm_name = realm1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.543 63 DEBUG tempest [-] object-storage.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.543 63 DEBUG tempest [-] object-storage.reseller_admin_role = ResellerAdmin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.543 63 DEBUG tempest [-] network-feature-enabled.api_extensions = ['default-subnetpools', 'network-ip-availability', 'network_availability_zone', 'auto-allocated-topology', 'ext-gw-mode', 'binding', 'agent', 'subnet_allocation', 'dhcp_agent_scheduler', 'trunk-details', 'external-net', 'flavors', 'net-mtu', 'availability_zone', 'quotas', 'standard-attr-tag', 'availability_zone_filter', 'revision-if-match', 'provider', 'multi-provider', 'quota_details', 'bgpvpn', 'address-scope', 'trunk', 'extraroute', 'net-mtu-writable', 'empty-string-filtering', 'subnet-service-types', 'port-mac-address-regenerate', 'standard-attr-timestamp', 'service-type', 'port-security', 'extra_dhcp_opt', 'port-security-groups-filtering', 'standard-attr-revisions', 'pagination', 'sorting', 'security-group', 'rbac-policies', 'standard-attr-description', 'ip-substring-filtering', 'router', 'allowed-address-pairs', 'binding-extended', 'project-id', 'dvr'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.543 63 DEBUG tempest [-] network-feature-enabled.floating_ips = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.544 63 DEBUG tempest [-] network-feature-enabled.ipv6 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.544 63 DEBUG tempest [-] network-feature-enabled.ipv6_subnet_attributes = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.544 63 DEBUG tempest [-] network-feature-enabled.port_admin_state_change = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.544 63 DEBUG tempest [-] network-feature-enabled.port_security = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.544 63 DEBUG tempest [-] validation.auth_method = keypair log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.544 63 DEBUG tempest [-] validation.connect_method = floating log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.544 63 DEBUG tempest [-] validation.connect_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.544 63 DEBUG tempest [-] validation.floating_ip_range = 10.0.0.0/29 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.544 63 DEBUG tempest [-] validation.image_ssh_password = password log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.545 63 DEBUG tempest [-] validation.image_ssh_user = cirros log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.545 63 DEBUG tempest [-] validation.ip_version_for_ssh = 4 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.545 63 DEBUG tempest [-] validation.network_for_ssh = public log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.545 63 DEBUG tempest [-] validation.ping_count = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.545 63 DEBUG tempest [-] validation.ping_size = 56 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.545 63 DEBUG tempest [-] validation.ping_timeout = 120 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.545 63 DEBUG tempest [-] validation.run_validation = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.545 63 DEBUG tempest [-] validation.security_group = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.546 63 DEBUG tempest [-] validation.security_group_rules = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.546 63 DEBUG tempest [-] validation.ssh_shell_prologue = set -eu -o pipefail; PATH=$PATH:/sbin; log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.546 63 DEBUG tempest [-] validation.ssh_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.546 63 DEBUG tempest [-] service_available.cinder = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.546 63 DEBUG tempest [-] service_available.glance = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.546 63 DEBUG tempest [-] service_available.neutron = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.546 63 DEBUG tempest [-] service_available.nova = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.546 63 DEBUG tempest [-] service_available.swift = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.547 63 DEBUG tempest [-] compute-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.547 63 DEBUG tempest [-] compute-feature-enabled.attach_encrypted_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.547 63 DEBUG tempest [-] compute-feature-enabled.block_migrate_cinder_iscsi = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.547 63 DEBUG tempest [-] compute-feature-enabled.block_migration_for_live_migration = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.547 63 DEBUG tempest [-] compute-feature-enabled.change_password = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.547 63 DEBUG tempest [-] compute-feature-enabled.cold_migration = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.547 63 DEBUG tempest [-] compute-feature-enabled.config_drive = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.547 63 DEBUG tempest [-] compute-feature-enabled.console_output = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.547 63 DEBUG tempest [-] compute-feature-enabled.disk_config = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.548 63 DEBUG tempest [-] compute-feature-enabled.enable_instance_password = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.548 63 DEBUG tempest [-] compute-feature-enabled.interface_attach = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.548 63 DEBUG tempest [-] compute-feature-enabled.live_migrate_back_and_forth = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.548 63 DEBUG tempest [-] compute-feature-enabled.live_migration = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.548 63 DEBUG tempest [-] compute-feature-enabled.metadata_service = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.548 63 DEBUG tempest [-] compute-feature-enabled.nova_cert = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.548 63 DEBUG tempest [-] compute-feature-enabled.pause = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.548 63 DEBUG tempest [-] compute-feature-enabled.personality = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.548 63 DEBUG tempest [-] compute-feature-enabled.rdp_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.549 63 DEBUG tempest [-] compute-feature-enabled.rescue = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.549 63 DEBUG tempest [-] compute-feature-enabled.resize = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.549 63 DEBUG tempest [-] compute-feature-enabled.scheduler_available_filters = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.549 63 DEBUG tempest [-] compute-feature-enabled.serial_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.549 63 DEBUG tempest [-] compute-feature-enabled.shelve = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.549 63 DEBUG tempest [-] compute-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.549 63 DEBUG tempest [-] compute-feature-enabled.spice_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.549 63 DEBUG tempest [-] compute-feature-enabled.suspend = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.549 63 DEBUG tempest [-] compute-feature-enabled.swap_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.550 63 DEBUG tempest [-] compute-feature-enabled.vnc_console = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.550 63 DEBUG tempest [-] compute-feature-enabled.volume_backed_live_migration = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.550 63 DEBUG tempest [-] compute-feature-enabled.volume_multiattach = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.550 63 DEBUG tempest [-] identity.admin_domain_scope = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.550 63 DEBUG tempest [-] identity.admin_role = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.550 63 DEBUG tempest [-] identity.auth_version = v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.550 63 DEBUG tempest [-] identity.ca_certificates_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.550 63 DEBUG tempest [-] identity.catalog_type = identity log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.551 63 DEBUG tempest [-] identity.default_domain_id = default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.551 63 DEBUG tempest [-] identity.disable_ssl_certificate_validation = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.551 63 DEBUG tempest [-] identity.region = regionOne log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.551 63 DEBUG tempest [-] identity.uri = http://172.30.9.23:5000/v2.0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.551 63 DEBUG tempest [-] identity.uri_v3 = http://172.30.9.23:5000/v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.551 63 DEBUG tempest [-] identity.user_lockout_duration = 5 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.551 63 DEBUG tempest [-] identity.user_lockout_failure_attempts = 2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.551 63 DEBUG tempest [-] identity.user_unique_last_password_count = 2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.551 63 DEBUG tempest [-] identity.v2_admin_endpoint_type = adminURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.552 63 DEBUG tempest [-] identity.v2_public_endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.552 63 DEBUG tempest [-] identity.v3_endpoint_type = adminURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.552 63 DEBUG tempest [-] network.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.552 63 DEBUG tempest [-] network.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.552 63 DEBUG tempest [-] network.catalog_type = network log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.552 63 DEBUG tempest [-] network.default_network = ['1.0.0.0/16', '2.0.0.0/16'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.552 63 DEBUG tempest [-] network.dns_servers = ['8.8.8.8', '8.8.4.4'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.553 63 DEBUG tempest [-] network.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.553 63 DEBUG tempest [-] network.floating_network_name = external log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.553 63 DEBUG tempest [-] network.port_profile = {} log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.553 63 DEBUG tempest [-] network.port_vnic_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.553 63 DEBUG tempest [-] network.project_network_cidr = 10.100.0.0/16 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.553 63 DEBUG tempest [-] network.project_network_mask_bits = 28 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.553 63 DEBUG tempest [-] network.project_network_v6_cidr = 2003::/48 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.553 63 DEBUG tempest [-] network.project_network_v6_mask_bits = 64 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.553 63 DEBUG tempest [-] network.project_networks_reachable = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.554 63 DEBUG tempest [-] network.public_network_id = 51eccb3f-6587-4786-9b87-639d59173f56 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.554 63 DEBUG tempest [-] network.public_router_id = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.554 63 DEBUG tempest [-] network.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.554 63 DEBUG tempest [-] network.shared_physical_network = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-20 20:29:57.554 63 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2900 2018-08-20 20:29:57.554 63 DEBUG tempest.lib.services.clients [-] Successfully registered plugin __tempest__ in the service client registry with configuration: [{'name': 'volume_v1', 'service': 'volume', 'service_version': 'volume.v1', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v1', 'client_names': ['AvailabilityZoneClient', 'BackupsClient', 'EncryptionTypesClient', 'ExtensionsClient', 'HostsClient', 'QosSpecsClient', 'QuotasClient', 'ServicesClient', 'SnapshotsClient', 'TypesClient', 'VolumesClient', 'LimitsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'compute', 'service': 'compute', 'service_version': 'compute', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.compute', 'client_names': ['AgentsClient', 'AggregatesClient', 'AvailabilityZoneClient', 'BaremetalNodesClient', 'CertificatesClient', 'ExtensionsClient', 'FixedIPsClient', 'FlavorsClient', 'FloatingIPPoolsClient', 'FloatingIPsBulkClient', 'FloatingIPsClient', 'HostsClient', 'HypervisorClient', 'ImagesClient', 'InstanceUsagesAuditLogClient', 'InterfacesClient', 'KeyPairsClient', 'LimitsClient', 'MigrationsClient', 'NetworksClient', 'QuotaClassesClient', 'QuotasClient', 'SecurityGroupDefaultRulesClient', 'SecurityGroupRulesClient', 'SecurityGroupsClient', 'ServerGroupsClient', 'ServersClient', 'ServicesClient', 'SnapshotsClient', 'TenantNetworksClient', 'TenantUsagesClient', 'VersionsClient', 'VolumesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'network', 'service': 'network', 'service_version': 'network', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.network', 'client_names': ['AgentsClient', 'ExtensionsClient', 'FloatingIPsClient', 'MeteringLabelRulesClient', 'MeteringLabelsClient', 'NetworksClient', 'NetworkVersionsClient', 'PortsClient', 'QuotasClient', 'RoutersClient', 'SecurityGroupRulesClient', 'SecurityGroupsClient', 'ServiceProvidersClient', 'SubnetpoolsClient', 'SubnetsClient', 'TagsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'image_v2', 'service': 'image', 'service_version': 'image.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.image.v2', 'client_names': ['ImageMembersClient', 'ImagesClient', 'NamespaceObjectsClient', 'NamespacePropertiesClient', 'NamespaceTagsClient', 'NamespacesClient', 'ResourceTypesClient', 'SchemasClient', 'VersionsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'image_v1', 'service': 'image', 'service_version': 'image.v1', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.image.v1', 'client_names': ['ImageMembersClient', 'ImagesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'object_storage', 'service': 'object-store', 'service_version': 'object-storage', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.object_storage', 'client_names': ['AccountClient', 'BulkMiddlewareClient', 'CapabilitiesClient', 'ContainerClient', 'ObjectClient'], 'disable_ssl_certificate_validation': False}, {'name': 'volume_v3', 'service': 'volume', 'service_version': 'volume.v3', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v3', 'client_names': ['BackupsClient', 'BaseClient', 'GroupsClient', 'GroupSnapshotsClient', 'GroupTypesClient', 'MessagesClient', 'SnapshotsClient', 'VersionsClient', 'VolumesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'volume_v2', 'service': 'volume', 'service_version': 'volume.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v2', 'client_names': ['AvailabilityZoneClient', 'BackupsClient', 'EncryptionTypesClient', 'ExtensionsClient', 'HostsClient', 'QosSpecsClient', 'QuotasClient', 'ServicesClient', 'SnapshotsClient', 'TypesClient', 'VolumesClient', 'LimitsClient', 'CapabilitiesClient', 'SchedulerStatsClient', 'SnapshotManageClient', 'VolumeManageClient', 'TransfersClient', 'QuotaClassesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'identity_v3', 'service': 'identity', 'service_version': 'identity.v3', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'ca_certs': '', 'module_path': 'tempest.lib.services.identity.v3', 'client_names': ['CatalogClient', 'CredentialsClient', 'DomainsClient', 'DomainConfigurationClient', 'EndPointGroupsClient', 'EndPointsClient', 'EndPointsFilterClient', 'GroupsClient', 'IdentityClient', 'InheritedRolesClient', 'OAUTHConsumerClient', 'OAUTHTokenClient', 'PoliciesClient', 'ProjectsClient', 'RegionsClient', 'RoleAssignmentsClient', 'RolesClient', 'ServicesClient', 'V3TokenClient', 'TrustsClient', 'UsersClient', 'VersionsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'identity_v2', 'service': 'identity', 'service_version': 'identity.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'ca_certs': '', 'module_path': 'tempest.lib.services.identity.v2', 'client_names': ['EndpointsClient', 'IdentityClient', 'RolesClient', 'ServicesClient', 'TenantsClient', 'TokenClient', 'UsersClient'], 'disable_ssl_certificate_validation': False}] register_service_client /src/tempest/tempest/lib/services/clients.py:123 2018-08-20 20:29:58.310 63 INFO tempest.lib.common.rest_client [req-bef58952-e879-447b-83ce-559025c070eb ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:29:58.311 63 DEBUG tempest.lib.common.rest_client [req-bef58952-e879-447b-83ce-559025c070eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bef58952-e879-447b-83ce-559025c070eb'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:29:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:29:58.736 63 INFO tempest.lib.common.rest_client [req-a25fc0f1-e8b0-4ba0-92ab-1ac1a162d136 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:29:58.737 63 DEBUG tempest.lib.common.rest_client [req-a25fc0f1-e8b0-4ba0-92ab-1ac1a162d136 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a25fc0f1-e8b0-4ba0-92ab-1ac1a162d136'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:29:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:29:58.931 63 INFO tempest.lib.common.rest_client [req-7a9fbb43-a297-46e2-97f1-9c787e216852 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/domains?name=Default 0.192s 2018-08-20 20:29:58.931 63 DEBUG tempest.lib.common.rest_client [req-7a9fbb43-a297-46e2-97f1-9c787e216852 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '284', 'content-location': 'http://192.30.9.4:35357/v3/domains?name=Default', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a9fbb43-a297-46e2-97f1-9c787e216852'} Body: {"domains": [{"description": "The default domain", "links": {"self": "http://192.30.9.4:35357/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://192.30.9.4:35357/v3/domains?name=Default", "previous": null, "next": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:29:59.157 63 INFO tempest.lib.common.rest_client [req-65856a69-1a80-48f4-8e74-08fca876fe8e ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.220s 2018-08-20 20:29:59.158 63 DEBUG tempest.lib.common.rest_client [req-65856a69-1a80-48f4-8e74-08fca876fe8e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-34853381-desc", "name": "tempest-BgpvpnTest-34853381", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '333', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-65856a69-1a80-48f4-8e74-08fca876fe8e'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-34853381-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/3e3ae0455796451cac6a47c3afa71b7d"}, "tags": [], "enabled": true, "id": "3e3ae0455796451cac6a47c3afa71b7d", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-34853381"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:29:59.612 63 INFO tempest.lib.common.rest_client [req-a5bf0274-4a6b-4fb0-9f48-3ed837f01cb6 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.454s 2018-08-20 20:29:59.613 63 DEBUG tempest.lib.common.rest_client [req-a5bf0274-4a6b-4fb0-9f48-3ed837f01cb6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "V1^ce*Jq~OP53C~", "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-BgpvpnTest-34853381", "email": "tempest-BgpvpnTest-675838735@example.com"}} Response - Headers: {'status': '201', u'content-length': '367', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:29:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a5bf0274-4a6b-4fb0-9f48-3ed837f01cb6'} Body: {"user": {"name": "tempest-BgpvpnTest-34853381", "links": {"self": "http://192.30.9.4:35357/v3/users/20572643bd654ee7b98f8f09955c8657"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20572643bd654ee7b98f8f09955c8657", "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "email": "tempest-BgpvpnTest-675838735@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:29:59.811 63 INFO tempest.lib.common.rest_client [req-57ce7692-e9cf-4f34-b72b-433e8e52cac9 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.197s 2018-08-20 20:29:59.811 63 DEBUG tempest.lib.common.rest_client [req-57ce7692-e9cf-4f34-b72b-433e8e52cac9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:29:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57ce7692-e9cf-4f34-b72b-433e8e52cac9'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://192.30.9.4:35357/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://192.30.9.4:35357/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://192.30.9.4:35357/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://192.30.9.4:35357/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://192.30.9.4:35357/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://192.30.9.4:35357/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:29:59.991 63 INFO tempest.lib.common.rest_client [req-1ff438da-539f-436a-8ee9-fcedf8207b45 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.179s 2018-08-20 20:29:59.991 63 DEBUG tempest.lib.common.rest_client [req-1ff438da-539f-436a-8ee9-fcedf8207b45 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:29:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ff438da-539f-436a-8ee9-fcedf8207b45'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://192.30.9.4:35357/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://192.30.9.4:35357/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://192.30.9.4:35357/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://192.30.9.4:35357/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://192.30.9.4:35357/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://192.30.9.4:35357/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:00.213 63 INFO tempest.lib.common.rest_client [req-de99d092-b9ad-4491-a8ba-0f725cc27f40 ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/3e3ae0455796451cac6a47c3afa71b7d/users/20572643bd654ee7b98f8f09955c8657/roles/0b1108172d284ccbb970dd9eb7ccff69 0.221s 2018-08-20 20:30:00.214 63 DEBUG tempest.lib.common.rest_client [req-de99d092-b9ad-4491-a8ba-0f725cc27f40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/3e3ae0455796451cac6a47c3afa71b7d/users/20572643bd654ee7b98f8f09955c8657/roles/0b1108172d284ccbb970dd9eb7ccff69', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:29:59 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-de99d092-b9ad-4491-a8ba-0f725cc27f40'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:00.214 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-34853381', 'project_name': u'tempest-BgpvpnTest-34853381', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'3e3ae0455796451cac6a47c3afa71b7d', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-34853381', 'user_id': u'20572643bd654ee7b98f8f09955c8657', 'project_id': u'3e3ae0455796451cac6a47c3afa71b7d', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:00.215 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-34853381', 'project_name': u'tempest-BgpvpnTest-34853381', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'3e3ae0455796451cac6a47c3afa71b7d', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-34853381', 'user_id': u'20572643bd654ee7b98f8f09955c8657', 'project_id': u'3e3ae0455796451cac6a47c3afa71b7d', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:00.603 63 INFO tempest.lib.common.rest_client [req-f7a957ee-abcc-45e3-9add-dcd0293fcb7d ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:30:00.604 63 DEBUG tempest.lib.common.rest_client [req-f7a957ee-abcc-45e3-9add-dcd0293fcb7d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8967', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f7a957ee-abcc-45e3-9add-dcd0293fcb7d'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T21:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-BgpvpnTest-34853381"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_3e3ae0455796451cac6a47c3afa71b7d", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_3e3ae0455796451cac6a47c3afa71b7d", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8778 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:00.824 63 INFO tempest.lib.common.rest_client [req-b0ae09f6-c672-4350-917f-7819d2bcaa84 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.218s 2018-08-20 20:30:00.824 63 DEBUG tempest.lib.common.rest_client [req-b0ae09f6-c672-4350-917f-7819d2bcaa84 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-565281632-desc", "name": "tempest-BgpvpnTest-565281632", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0ae09f6-c672-4350-917f-7819d2bcaa84'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-565281632-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/5d725084dc2c4f5fb5a5696532a7fac7"}, "tags": [], "enabled": true, "id": "5d725084dc2c4f5fb5a5696532a7fac7", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-565281632"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:01.260 63 INFO tempest.lib.common.rest_client [req-cd018281-21a1-4b9e-9965-319b7902e999 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.435s 2018-08-20 20:30:01.261 63 DEBUG tempest.lib.common.rest_client [req-cd018281-21a1-4b9e-9965-319b7902e999 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "U3+3TK8#3l_WL0j", "project_id": "5d725084dc2c4f5fb5a5696532a7fac7", "name": "tempest-BgpvpnTest-565281632", "email": "tempest-BgpvpnTest-183474560@example.com"}} Response - Headers: {'status': '201', u'content-length': '368', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd018281-21a1-4b9e-9965-319b7902e999'} Body: {"user": {"name": "tempest-BgpvpnTest-565281632", "links": {"self": "http://192.30.9.4:35357/v3/users/00bbabb3bdea448cadc8acbca3f2b9e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00bbabb3bdea448cadc8acbca3f2b9e2", "project_id": "5d725084dc2c4f5fb5a5696532a7fac7", "email": "tempest-BgpvpnTest-183474560@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:01.449 63 INFO tempest.lib.common.rest_client [req-2da12354-258e-46b9-9769-109c1e4acb75 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.187s 2018-08-20 20:30:01.450 63 DEBUG tempest.lib.common.rest_client [req-2da12354-258e-46b9-9769-109c1e4acb75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2da12354-258e-46b9-9769-109c1e4acb75'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://192.30.9.4:35357/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://192.30.9.4:35357/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://192.30.9.4:35357/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://192.30.9.4:35357/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://192.30.9.4:35357/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://192.30.9.4:35357/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:01.705 63 INFO tempest.lib.common.rest_client [req-8ebad110-ff65-4fa8-8b8b-30c24324696a ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/5d725084dc2c4f5fb5a5696532a7fac7/users/00bbabb3bdea448cadc8acbca3f2b9e2/roles/2bb5b968af6a4dddaec5cfd10c00d91e 0.255s 2018-08-20 20:30:01.706 63 DEBUG tempest.lib.common.rest_client [req-8ebad110-ff65-4fa8-8b8b-30c24324696a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/5d725084dc2c4f5fb5a5696532a7fac7/users/00bbabb3bdea448cadc8acbca3f2b9e2/roles/2bb5b968af6a4dddaec5cfd10c00d91e', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:01 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-8ebad110-ff65-4fa8-8b8b-30c24324696a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:01.706 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-565281632', 'project_name': u'tempest-BgpvpnTest-565281632', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'5d725084dc2c4f5fb5a5696532a7fac7', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-565281632', 'user_id': u'00bbabb3bdea448cadc8acbca3f2b9e2', 'project_id': u'5d725084dc2c4f5fb5a5696532a7fac7', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:01.707 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-565281632', 'project_name': u'tempest-BgpvpnTest-565281632', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'5d725084dc2c4f5fb5a5696532a7fac7', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-565281632', 'user_id': u'00bbabb3bdea448cadc8acbca3f2b9e2', 'project_id': u'5d725084dc2c4f5fb5a5696532a7fac7', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:02.113 63 INFO tempest.lib.common.rest_client [req-a0b00985-ef97-4180-b056-7adbefb2abf7 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:30:02.113 63 DEBUG tempest.lib.common.rest_client [req-a0b00985-ef97-4180-b056-7adbefb2abf7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9030', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a0b00985-ef97-4180-b056-7adbefb2abf7'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:30:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d725084dc2c4f5fb5a5696532a7fac7", "name": "tempest-BgpvpnTest-565281632"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_5d725084dc2c4f5fb5a5696532a7fac7", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_5d725084dc2c4f5fb5a5696532a7fac7", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:02.325 63 INFO tempest.lib.common.rest_client [req-f51aa1c5-e0e8-4310-afac-88b4fb0673f3 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.210s 2018-08-20 20:30:02.325 63 DEBUG tempest.lib.common.rest_client [req-f51aa1c5-e0e8-4310-afac-88b4fb0673f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-755947127-desc", "name": "tempest-BgpvpnTest-755947127", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f51aa1c5-e0e8-4310-afac-88b4fb0673f3'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-755947127-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/5f8b48040ebc4b68ba8fcb7b4973add7"}, "tags": [], "enabled": true, "id": "5f8b48040ebc4b68ba8fcb7b4973add7", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-755947127"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:02.822 63 INFO tempest.lib.common.rest_client [req-3c40a25d-99de-4165-a7fa-97b49c689bf9 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.496s 2018-08-20 20:30:02.823 63 DEBUG tempest.lib.common.rest_client [req-3c40a25d-99de-4165-a7fa-97b49c689bf9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "K5_twS&QM^kyzqO", "project_id": "5f8b48040ebc4b68ba8fcb7b4973add7", "name": "tempest-BgpvpnTest-755947127", "email": "tempest-BgpvpnTest-1814012166@example.com"}} Response - Headers: {'status': '201', u'content-length': '369', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3c40a25d-99de-4165-a7fa-97b49c689bf9'} Body: {"user": {"name": "tempest-BgpvpnTest-755947127", "links": {"self": "http://192.30.9.4:35357/v3/users/3d812ba5859243ff9b422b582eac822d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d812ba5859243ff9b422b582eac822d", "project_id": "5f8b48040ebc4b68ba8fcb7b4973add7", "email": "tempest-BgpvpnTest-1814012166@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:03.015 63 INFO tempest.lib.common.rest_client [req-3ab71882-7453-42bb-ae42-789994624bd3 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.192s 2018-08-20 20:30:03.016 63 DEBUG tempest.lib.common.rest_client [req-3ab71882-7453-42bb-ae42-789994624bd3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ab71882-7453-42bb-ae42-789994624bd3'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://192.30.9.4:35357/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://192.30.9.4:35357/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://192.30.9.4:35357/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://192.30.9.4:35357/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://192.30.9.4:35357/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://192.30.9.4:35357/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:03.121 63 INFO tempest.lib.common.rest_client [req-c5513aee-8df4-44e0-9b2a-f92a745ac329 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.104s 2018-08-20 20:30:03.122 63 DEBUG tempest.lib.common.rest_client [req-c5513aee-8df4-44e0-9b2a-f92a745ac329 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5513aee-8df4-44e0-9b2a-f92a745ac329'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://192.30.9.4:35357/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://192.30.9.4:35357/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://192.30.9.4:35357/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://192.30.9.4:35357/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://192.30.9.4:35357/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://192.30.9.4:35357/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:03.370 63 INFO tempest.lib.common.rest_client [req-16e940ee-551f-4108-9b4a-71b05e9ff8d6 ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/5f8b48040ebc4b68ba8fcb7b4973add7/users/3d812ba5859243ff9b422b582eac822d/roles/0b1108172d284ccbb970dd9eb7ccff69 0.247s 2018-08-20 20:30:03.370 63 DEBUG tempest.lib.common.rest_client [req-16e940ee-551f-4108-9b4a-71b05e9ff8d6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/5f8b48040ebc4b68ba8fcb7b4973add7/users/3d812ba5859243ff9b422b582eac822d/roles/0b1108172d284ccbb970dd9eb7ccff69', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:03 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-16e940ee-551f-4108-9b4a-71b05e9ff8d6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:03.371 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-755947127', 'project_name': u'tempest-BgpvpnTest-755947127', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'5f8b48040ebc4b68ba8fcb7b4973add7', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-755947127', 'user_id': u'3d812ba5859243ff9b422b582eac822d', 'project_id': u'5f8b48040ebc4b68ba8fcb7b4973add7', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:03.371 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-755947127', 'project_name': u'tempest-BgpvpnTest-755947127', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'5f8b48040ebc4b68ba8fcb7b4973add7', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-755947127', 'user_id': u'3d812ba5859243ff9b422b582eac822d', 'project_id': u'5f8b48040ebc4b68ba8fcb7b4973add7', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:03.763 63 INFO tempest.lib.common.rest_client [req-ce736e6c-f962-49b6-8e15-1190a84b5d24 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:30:03.763 63 DEBUG tempest.lib.common.rest_client [req-ce736e6c-f962-49b6-8e15-1190a84b5d24 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8969', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ce736e6c-f962-49b6-8e15-1190a84b5d24'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T21:30:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f8b48040ebc4b68ba8fcb7b4973add7", "name": "tempest-BgpvpnTest-755947127"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_5f8b48040ebc4b68ba8fcb7b4973add7", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_5f8b48040ebc4b68ba8fcb7b4973add7", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regionOne", "url": "http://172.30.9.23:877 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:04.199 63 INFO tempest.lib.common.rest_client [req-f2456e97-f8bd-4bd6-ad89-37185c57e9a0 ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.432s 2018-08-20 20:30:04.199 63 DEBUG tempest.lib.common.rest_client [req-f2456e97-f8bd-4bd6-ad89-37185c57e9a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--396167622"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2456e97-f8bd-4bd6-ad89-37185c57e9a0'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--396167622", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "d9594fb2-2e62-4ba1-90c6-4a68187dd48d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:04.910 63 INFO tempest.lib.common.rest_client [req-7e7d6e15-3d9f-4a49-8e43-4a0dc684d38f ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.23:9696/v2.0/networks 0.710s 2018-08-20 20:30:04.910 63 DEBUG tempest.lib.common.rest_client [req-7e7d6e15-3d9f-4a49-8e43-4a0dc684d38f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:30:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7e7d6e15-3d9f-4a49-8e43-4a0dc684d38f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:04Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","id":"d45475ce-b7d4-4ac8-be75-8b8e41d715dd","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:05.401 63 INFO tempest.lib.common.rest_client [req-2f96e875-1f69-452e-bb5d-0052dcb459df ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d9594fb2-2e62-4ba1-90c6-4a68187dd48d/network_associations 0.490s 2018-08-20 20:30:05.402 63 DEBUG tempest.lib.common.rest_client [req-2f96e875-1f69-452e-bb5d-0052dcb459df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d45475ce-b7d4-4ac8-be75-8b8e41d715dd"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d9594fb2-2e62-4ba1-90c6-4a68187dd48d/network_associations', u'date': 'Mon, 20 Aug 2018 20:30:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f96e875-1f69-452e-bb5d-0052dcb459df'} Body: {"network_association": {"network_id": "d45475ce-b7d4-4ac8-be75-8b8e41d715dd", "id": "ad24f1c1-e7ca-4d61-9dd2-6ead9c24ada4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:05.724 63 INFO tempest.lib.common.rest_client [req-ef36969b-3af8-4279-9835-2936a3bd5545 ] Request (BgpvpnTest:test_associate_disassociate_network): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d9594fb2-2e62-4ba1-90c6-4a68187dd48d 0.321s 2018-08-20 20:30:05.725 63 DEBUG tempest.lib.common.rest_client [req-ef36969b-3af8-4279-9835-2936a3bd5545 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '183', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d9594fb2-2e62-4ba1-90c6-4a68187dd48d', u'date': 'Mon, 20 Aug 2018 20:30:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef36969b-3af8-4279-9835-2936a3bd5545'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": ["d45475ce-b7d4-4ac8-be75-8b8e41d715dd"], "id": "d9594fb2-2e62-4ba1-90c6-4a68187dd48d", "name": "tempest-test-bgpvpn--396167622"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:06.924 63 INFO tempest.lib.common.rest_client [req-0d3dd15c-bc2d-4489-9a2b-8435e7b29445 ] Request (BgpvpnTest:test_associate_disassociate_network): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d9594fb2-2e62-4ba1-90c6-4a68187dd48d/network_associations/ad24f1c1-e7ca-4d61-9dd2-6ead9c24ada4 1.198s 2018-08-20 20:30:06.924 63 DEBUG tempest.lib.common.rest_client [req-0d3dd15c-bc2d-4489-9a2b-8435e7b29445 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d9594fb2-2e62-4ba1-90c6-4a68187dd48d/network_associations/ad24f1c1-e7ca-4d61-9dd2-6ead9c24ada4', u'date': 'Mon, 20 Aug 2018 20:30:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d3dd15c-bc2d-4489-9a2b-8435e7b29445'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:07.545 63 INFO tempest.lib.common.rest_client [req-c294d6ac-f670-4f3f-a076-77fdca43bbed ] Request (BgpvpnTest:test_associate_disassociate_network): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d9594fb2-2e62-4ba1-90c6-4a68187dd48d 0.620s 2018-08-20 20:30:07.546 63 DEBUG tempest.lib.common.rest_client [req-c294d6ac-f670-4f3f-a076-77fdca43bbed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '145', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d9594fb2-2e62-4ba1-90c6-4a68187dd48d', u'date': 'Mon, 20 Aug 2018 20:30:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c294d6ac-f670-4f3f-a076-77fdca43bbed'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "d9594fb2-2e62-4ba1-90c6-4a68187dd48d", "name": "tempest-test-bgpvpn--396167622"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:08.711 63 INFO tempest.lib.common.rest_client [req-74ad4be1-d007-4abc-8bf1-9ee3c47ce766 ] Request (BgpvpnTest:test_associate_disassociate_network): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d45475ce-b7d4-4ac8-be75-8b8e41d715dd 1.164s 2018-08-20 20:30:08.712 63 DEBUG tempest.lib.common.rest_client [req-74ad4be1-d007-4abc-8bf1-9ee3c47ce766 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d45475ce-b7d4-4ac8-be75-8b8e41d715dd', u'date': 'Mon, 20 Aug 2018 20:30:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-74ad4be1-d007-4abc-8bf1-9ee3c47ce766'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [4.947335s] ... ok 2018-08-20 20:30:09.134 63 INFO tempest.lib.common.rest_client [req-5a124bee-3095-42d8-ac47-ec5bbb883c9e ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.419s 2018-08-20 20:30:09.134 63 DEBUG tempest.lib.common.rest_client [req-5a124bee-3095-42d8-ac47-ec5bbb883c9e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--1543451897"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a124bee-3095-42d8-ac47-ec5bbb883c9e'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1543451897", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "6ef87977-e048-4e4b-a4d0-d91f167dea6b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:09.588 63 INFO tempest.lib.common.rest_client [req-cc76afa4-1cd2-47c0-9b11-1cc941a19c27 ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.23:9696/v2.0/routers 0.453s 2018-08-20 20:30:09.589 63 DEBUG tempest.lib.common.rest_client [req-cc76afa4-1cd2-47c0-9b11-1cc941a19c27 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {}} Response - Headers: {'status': '201', u'content-length': '387', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:30:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc76afa4-1cd2-47c0-9b11-1cc941a19c27'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "created_at": "2018-08-20T20:30:09Z", "admin_state_up": true, "updated_at": "2018-08-20T20:30:09Z", "revision_number": 0, "routes": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "id": "072f2941-0005-4f82-9994-5349cfd6b01e", "name": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:10.008 63 INFO tempest.lib.common.rest_client [req-318f6cef-a5d6-4c1b-806a-648b2254f03e ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6ef87977-e048-4e4b-a4d0-d91f167dea6b/router_associations 0.418s 2018-08-20 20:30:10.008 63 DEBUG tempest.lib.common.rest_client [req-318f6cef-a5d6-4c1b-806a-648b2254f03e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "072f2941-0005-4f82-9994-5349cfd6b01e"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6ef87977-e048-4e4b-a4d0-d91f167dea6b/router_associations', u'date': 'Mon, 20 Aug 2018 20:30:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-318f6cef-a5d6-4c1b-806a-648b2254f03e'} Body: {"router_association": {"router_id": "072f2941-0005-4f82-9994-5349cfd6b01e", "id": "dc7df239-4be1-468d-9c16-3f731a98976d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:10.326 63 INFO tempest.lib.common.rest_client [req-ca17731b-80a6-4edc-bd3f-e41164afcc53 ] Request (BgpvpnTest:test_associate_disassociate_router): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6ef87977-e048-4e4b-a4d0-d91f167dea6b 0.317s 2018-08-20 20:30:10.327 63 DEBUG tempest.lib.common.rest_client [req-ca17731b-80a6-4edc-bd3f-e41164afcc53 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '184', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6ef87977-e048-4e4b-a4d0-d91f167dea6b', u'date': 'Mon, 20 Aug 2018 20:30:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca17731b-80a6-4edc-bd3f-e41164afcc53'} Body: {"bgpvpn": {"routers": ["072f2941-0005-4f82-9994-5349cfd6b01e"], "type": "l3", "networks": [], "id": "6ef87977-e048-4e4b-a4d0-d91f167dea6b", "name": "tempest-test-bgpvpn--1543451897"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:11.053 63 INFO tempest.lib.common.rest_client [req-a986f2dd-78ca-4f8e-a659-9ab4c3099d5f ] Request (BgpvpnTest:test_associate_disassociate_router): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6ef87977-e048-4e4b-a4d0-d91f167dea6b/router_associations/dc7df239-4be1-468d-9c16-3f731a98976d 0.726s 2018-08-20 20:30:11.054 63 DEBUG tempest.lib.common.rest_client [req-a986f2dd-78ca-4f8e-a659-9ab4c3099d5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6ef87977-e048-4e4b-a4d0-d91f167dea6b/router_associations/dc7df239-4be1-468d-9c16-3f731a98976d', u'date': 'Mon, 20 Aug 2018 20:30:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a986f2dd-78ca-4f8e-a659-9ab4c3099d5f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:11.264 63 INFO tempest.lib.common.rest_client [req-b5b36810-4bf3-41e6-a720-0a06aa9aab28 ] Request (BgpvpnTest:test_associate_disassociate_router): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6ef87977-e048-4e4b-a4d0-d91f167dea6b 0.209s 2018-08-20 20:30:11.265 63 DEBUG tempest.lib.common.rest_client [req-b5b36810-4bf3-41e6-a720-0a06aa9aab28 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '146', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6ef87977-e048-4e4b-a4d0-d91f167dea6b', u'date': 'Mon, 20 Aug 2018 20:30:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b5b36810-4bf3-41e6-a720-0a06aa9aab28'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "6ef87977-e048-4e4b-a4d0-d91f167dea6b", "name": "tempest-test-bgpvpn--1543451897"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:12.479 63 INFO tempest.lib.common.rest_client [req-0fe545eb-a709-4ae1-86d9-22572edd6a9a ] Request (BgpvpnTest:test_associate_disassociate_router): 204 DELETE http://172.30.9.23:9696/v2.0/routers/072f2941-0005-4f82-9994-5349cfd6b01e 1.213s 2018-08-20 20:30:12.480 63 DEBUG tempest.lib.common.rest_client [req-0fe545eb-a709-4ae1-86d9-22572edd6a9a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/072f2941-0005-4f82-9994-5349cfd6b01e', u'date': 'Mon, 20 Aug 2018 20:30:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0fe545eb-a709-4ae1-86d9-22572edd6a9a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [3.766953s] ... ok 2018-08-20 20:30:12.888 63 INFO tempest.lib.common.rest_client [req-64bb0aa4-cb47-4d0e-a1b2-9128777fa196 ] Request (BgpvpnTest:test_associate_invalid_network): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.406s 2018-08-20 20:30:12.888 63 DEBUG tempest.lib.common.rest_client [req-64bb0aa4-cb47-4d0e-a1b2-9128777fa196 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64bb0aa4-cb47-4d0e-a1b2-9128777fa196'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "2f9b4713-97a5-40ff-aac5-48e266485680"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:13.379 63 INFO tempest.lib.common.rest_client [req-59edaf03-bad4-49c1-a42b-e4885e8cf28c ] Request (BgpvpnTest:test_associate_invalid_network): 201 POST http://172.30.9.23:9696/v2.0/networks 0.489s 2018-08-20 20:30:13.379 63 DEBUG tempest.lib.common.rest_client [req-59edaf03-bad4-49c1-a42b-e4885e8cf28c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:30:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59edaf03-bad4-49c1-a42b-e4885e8cf28c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:13Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","id":"ca14a295-1bc9-402e-ba72-15e2a357d71b","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:13.776 63 INFO tempest.lib.common.rest_client [req-ac8145af-6392-4d52-8433-b1a5e5484e92 ] Request (BgpvpnTest:test_associate_invalid_network): 404 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/2f9b4713-97a5-40ff-aac5-48e266485680/network_associations 0.394s 2018-08-20 20:30:13.777 63 DEBUG tempest.lib.common.rest_client [req-ac8145af-6392-4d52-8433-b1a5e5484e92 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e857f787-449b-4fab-8ea9-f3330aee908e"}} Response - Headers: {'status': '404', u'content-length': '138', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/2f9b4713-97a5-40ff-aac5-48e266485680/network_associations', u'date': 'Mon, 20 Aug 2018 20:30:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac8145af-6392-4d52-8433-b1a5e5484e92'} Body: {"NeutronError": {"message": "Network e857f787-449b-4fab-8ea9-f3330aee908e could not be found.", "type": "NetworkNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:14.547 63 INFO tempest.lib.common.rest_client [req-50cfa114-caaf-4d20-8d0d-8638e75f08c6 ] Request (BgpvpnTest:test_associate_invalid_network): 404 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/08b4b473-403e-4ca3-975c-696345c6755e/network_associations 0.768s 2018-08-20 20:30:14.547 63 DEBUG tempest.lib.common.rest_client [req-50cfa114-caaf-4d20-8d0d-8638e75f08c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ca14a295-1bc9-402e-ba72-15e2a357d71b"}} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/08b4b473-403e-4ca3-975c-696345c6755e/network_associations', u'date': 'Mon, 20 Aug 2018 20:30:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50cfa114-caaf-4d20-8d0d-8638e75f08c6'} Body: {"NeutronError": {"message": "BGPVPN 08b4b473-403e-4ca3-975c-696345c6755e could not be found", "type": "BGPVPNNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [2.067152s] ... ok 2018-08-20 20:30:14.942 63 INFO tempest.lib.common.rest_client [req-39b85c04-c69f-4add-bd6e-3d822780c66a ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.392s 2018-08-20 20:30:14.943 63 DEBUG tempest.lib.common.rest_client [req-39b85c04-c69f-4add-bd6e-3d822780c66a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--912299692"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-39b85c04-c69f-4add-bd6e-3d822780c66a'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--912299692", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "b70048be-5c84-4d76-a9be-7ffd6aa42fb6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:15.450 63 INFO tempest.lib.common.rest_client [req-17d96904-0ef9-468e-8e1a-df2447c6ad5d ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/networks 0.506s 2018-08-20 20:30:15.450 63 DEBUG tempest.lib.common.rest_client [req-17d96904-0ef9-468e-8e1a-df2447c6ad5d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-BgpvpnTest-test-network-921869127"}} Response - Headers: {'status': '201', u'content-length': '578', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:30:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17d96904-0ef9-468e-8e1a-df2447c6ad5d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:15Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","id":"0e18381c-b7d0-4de1-8696-079cd1a7d18a","name":"tempest-BgpvpnTest-test-network-921869127"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:16.361 63 INFO tempest.lib.common.rest_client [req-64d98c37-4d6c-48a2-b3fd-25bbe4ffc124 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.909s 2018-08-20 20:30:16.361 63 DEBUG tempest.lib.common.rest_client [req-64d98c37-4d6c-48a2-b3fd-25bbe4ffc124 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "network_id": "0e18381c-b7d0-4de1-8696-079cd1a7d18a", "cidr": "10.100.0.0/28", "gateway_ip": "10.100.0.1"}} Response - Headers: {'status': '201', u'content-length': '602', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:30:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64d98c37-4d6c-48a2-b3fd-25bbe4ffc124'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e18381c-b7d0-4de1-8696-079cd1a7d18a","tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:15Z","dns_nameservers":[],"updated_at":"2018-08-20T20:30:15Z","gateway_ip":"10.100.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.100.0.0/28","project_id":"3e3ae0455796451cac6a47c3afa71b7d","id":"7035a134-d53a-4ea8-bd31-b4fc0c5b41bf","subnetpool_id":null,"name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:16.836 63 INFO tempest.lib.common.rest_client [req-1b5ddde6-8e9a-4f2e-8aac-c6f06aa1b741 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b70048be-5c84-4d76-a9be-7ffd6aa42fb6/network_associations 0.473s 2018-08-20 20:30:16.837 63 DEBUG tempest.lib.common.rest_client [req-1b5ddde6-8e9a-4f2e-8aac-c6f06aa1b741 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0e18381c-b7d0-4de1-8696-079cd1a7d18a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b70048be-5c84-4d76-a9be-7ffd6aa42fb6/network_associations', u'date': 'Mon, 20 Aug 2018 20:30:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b5ddde6-8e9a-4f2e-8aac-c6f06aa1b741'} Body: {"network_association": {"network_id": "0e18381c-b7d0-4de1-8696-079cd1a7d18a", "id": "68d57192-223b-4c9a-a00a-cf0de5a6bc83"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:17.169 63 INFO tempest.lib.common.rest_client [req-9241ea3d-1260-48b5-9466-810d26a17337 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.331s 2018-08-20 20:30:17.170 63 DEBUG tempest.lib.common.rest_client [req-9241ea3d-1260-48b5-9466-810d26a17337 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--1996583833"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9241ea3d-1260-48b5-9466-810d26a17337'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1996583833", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "bc29c164-235b-4cb0-816f-cd89fe7974bb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:17.378 63 INFO tempest.lib.common.rest_client [req-0805f629-7777-418d-b156-51b4f6e4f973 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/routers 0.208s 2018-08-20 20:30:17.379 63 DEBUG tempest.lib.common.rest_client [req-0805f629-7777-418d-b156-51b4f6e4f973 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {}, "name": "tempest-test-bgpvpn--1406335129", "admin_state_up": false}} Response - Headers: {'status': '201', u'content-length': '419', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:30:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0805f629-7777-418d-b156-51b4f6e4f973'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "created_at": "2018-08-20T20:30:17Z", "admin_state_up": false, "updated_at": "2018-08-20T20:30:17Z", "revision_number": 0, "routes": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "id": "a87c418a-6370-450d-90df-ad75c5bcba32", "name": "tempest-test-bgpvpn--1406335129"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:18.224 63 INFO tempest.lib.common.rest_client [req-c8ee39e7-1dc4-476b-b1d5-194d8f1739fb ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bc29c164-235b-4cb0-816f-cd89fe7974bb/router_associations 0.844s 2018-08-20 20:30:18.224 63 DEBUG tempest.lib.common.rest_client [req-c8ee39e7-1dc4-476b-b1d5-194d8f1739fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "a87c418a-6370-450d-90df-ad75c5bcba32"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bc29c164-235b-4cb0-816f-cd89fe7974bb/router_associations', u'date': 'Mon, 20 Aug 2018 20:30:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8ee39e7-1dc4-476b-b1d5-194d8f1739fb'} Body: {"router_association": {"router_id": "a87c418a-6370-450d-90df-ad75c5bcba32", "id": "107fc18a-d735-4639-8f1d-464dbb7ec60a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:20.474 63 INFO tempest.lib.common.rest_client [req-694fe5bf-087a-4c60-afba-a85fe26e5dab ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 409 PUT http://172.30.9.23:9696/v2.0/routers/a87c418a-6370-450d-90df-ad75c5bcba32/add_router_interface 2.248s 2018-08-20 20:30:20.474 63 DEBUG tempest.lib.common.rest_client [req-694fe5bf-087a-4c60-afba-a85fe26e5dab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7035a134-d53a-4ea8-bd31-b4fc0c5b41bf"} Response - Headers: {'status': '409', u'content-length': '433', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a87c418a-6370-450d-90df-ad75c5bcba32/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:30:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-694fe5bf-087a-4c60-afba-a85fe26e5dab'} Body: {"NeutronError": {"message": "Error cannot perform router interface attachment due to Callback networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin._notify_adding_interface_to_router-17563 failed with \"Bad bgpvpn request: It is not allowed to add an interface to a router if both the router and the network are bound to an L3 BGPVPN..\" while attempting the operation.", "type": "RouterInterfaceAttachmentConflict", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [5.926954s] ... ok 2018-08-20 20:30:20.839 63 INFO tempest.lib.common.rest_client [req-a3530737-0808-45d6-8dc1-91fee45cd960 ] Request (BgpvpnTest:test_create_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.361s 2018-08-20 20:30:20.840 63 DEBUG tempest.lib.common.rest_client [req-a3530737-0808-45d6-8dc1-91fee45cd960 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"name": "tempest-test-bgpvpn--193240248"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a3530737-0808-45d6-8dc1-91fee45cd960'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--193240248", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5d725084dc2c4f5fb5a5696532a7fac7", "route_targets": [], "project_id": "5d725084dc2c4f5fb5a5696532a7fac7", "type": "l3", "id": "75191c1d-8ddc-4d0b-bd8a-6a4a4d093358"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.363631s] ... ok 2018-08-20 20:30:21.130 63 INFO tempest.lib.common.rest_client [req-ff89232b-1e1d-4a68-ba35-29800a15c0a5 ] Request (BgpvpnTest:test_create_bgpvpn_as_non_admin_fail): 403 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.288s 2018-08-20 20:30:21.131 63 DEBUG tempest.lib.common.rest_client [req-ff89232b-1e1d-4a68-ba35-29800a15c0a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"name": "tempest-test-bgpvpn--1601517743"}} Response - Headers: {'status': '403', u'content-length': '185', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ff89232b-1e1d-4a68-ba35-29800a15c0a5'} Body: {"NeutronError": {"message": "((rule:create_bgpvpn and rule:create_bgpvpn:name) and rule:create_bgpvpn:tenant_id) is disallowed by policy", "type": "PolicyNotAuthorized", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.290312s] ... ok 2018-08-20 20:30:21.415 63 INFO tempest.lib.common.rest_client [req-aee990a7-2ab2-4579-892c-7e72e748abb4 ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.282s 2018-08-20 20:30:21.416 63 DEBUG tempest.lib.common.rest_client [req-aee990a7-2ab2-4579-892c-7e72e748abb4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "testbgpvpn", "route_targets": ["0"]}} Response - Headers: {'status': '400', u'content-length': '139', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aee990a7-2ab2-4579-892c-7e72e748abb4'} Body: {"NeutronError": {"message": "Invalid input for route_targets. Reason: '0' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:21.710 63 INFO tempest.lib.common.rest_client [req-9efd2cc4-547d-463d-9fa4-8f1124156baa ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.293s 2018-08-20 20:30:21.711 63 DEBUG tempest.lib.common.rest_client [req-9efd2cc4-547d-463d-9fa4-8f1124156baa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "import_targets": ["test", " "], "name": "testbgpvpn"}} Response - Headers: {'status': '400', u'content-length': '143', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9efd2cc4-547d-463d-9fa4-8f1124156baa'} Body: {"NeutronError": {"message": "Invalid input for import_targets. Reason: 'test' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:21.916 63 INFO tempest.lib.common.rest_client [req-b25dfedf-24be-41d4-aab6-c757b20c7c19 ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.204s 2018-08-20 20:30:21.916 63 DEBUG tempest.lib.common.rest_client [req-b25dfedf-24be-41d4-aab6-c757b20c7c19 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "export_targets": ["64512:1000000000000", "xyz"], "name": "testbgpvpn"}} Response - Headers: {'status': '400', u'content-length': '158', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b25dfedf-24be-41d4-aab6-c757b20c7c19'} Body: {"NeutronError": {"message": "Invalid input for export_targets. Reason: '64512:1000000000000' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.785230s] ... ok 2018-08-20 20:30:22.241 63 INFO tempest.lib.common.rest_client [req-4e70a081-73c1-4beb-8ce5-061c74f36598 ] Request (BgpvpnTest:test_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.323s 2018-08-20 20:30:22.242 63 DEBUG tempest.lib.common.rest_client [req-4e70a081-73c1-4beb-8ce5-061c74f36598 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--1935802045"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4e70a081-73c1-4beb-8ce5-061c74f36598'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1935802045", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "c0d3b9e8-e294-46f4-9d92-4390bda992d6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:22.608 63 INFO tempest.lib.common.rest_client [req-f7434a8f-4b2e-48fe-b36b-951cc78618df ] Request (BgpvpnTest:test_delete_bgpvpn): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c0d3b9e8-e294-46f4-9d92-4390bda992d6 0.365s 2018-08-20 20:30:22.609 63 DEBUG tempest.lib.common.rest_client [req-f7434a8f-4b2e-48fe-b36b-951cc78618df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c0d3b9e8-e294-46f4-9d92-4390bda992d6', u'date': 'Mon, 20 Aug 2018 20:30:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f7434a8f-4b2e-48fe-b36b-951cc78618df'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn [0.691801s] ... ok 2018-08-20 20:30:22.901 63 INFO tempest.lib.common.rest_client [req-cd4776ae-e247-449e-8ec3-8c871ec7f055 ] Request (BgpvpnTest:test_delete_bgpvpn_as_non_admin_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.290s 2018-08-20 20:30:22.901 63 DEBUG tempest.lib.common.rest_client [req-cd4776ae-e247-449e-8ec3-8c871ec7f055 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--70527452"}} Response - Headers: {'status': '201', u'content-length': '336', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cd4776ae-e247-449e-8ec3-8c871ec7f055'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--70527452", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "c835fd1c-4c24-41e6-9371-a5aa50640de6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:23.223 63 INFO tempest.lib.common.rest_client [req-5a6c9bf4-5b66-4129-abfb-34fda23a59cf ] Request (BgpvpnTest:test_delete_bgpvpn_as_non_admin_fail): 403 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c835fd1c-4c24-41e6-9371-a5aa50640de6 0.320s 2018-08-20 20:30:23.223 63 DEBUG tempest.lib.common.rest_client [req-5a6c9bf4-5b66-4129-abfb-34fda23a59cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '403', u'content-length': '120', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c835fd1c-4c24-41e6-9371-a5aa50640de6', u'date': 'Mon, 20 Aug 2018 20:30:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a6c9bf4-5b66-4129-abfb-34fda23a59cf'} Body: {"NeutronError": {"message": "rule:delete_bgpvpn is disallowed by policy", "type": "PolicyNotAuthorized", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.614180s] ... ok 2018-08-20 20:30:23.642 63 INFO tempest.lib.common.rest_client [req-4371fc70-1f4b-463b-9b63-c9e840fc4038 ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.416s 2018-08-20 20:30:23.642 63 DEBUG tempest.lib.common.rest_client [req-4371fc70-1f4b-463b-9b63-c9e840fc4038 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4371fc70-1f4b-463b-9b63-c9e840fc4038'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "d56c8c47-fa91-4439-a977-55e98af970f6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:24.161 63 INFO tempest.lib.common.rest_client [req-5842553c-272f-4a47-963e-8509d7f60c7a ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.23:9696/v2.0/networks 0.518s 2018-08-20 20:30:24.162 63 DEBUG tempest.lib.common.rest_client [req-5842553c-272f-4a47-963e-8509d7f60c7a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:30:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5842553c-272f-4a47-963e-8509d7f60c7a'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:23Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","id":"2ac1e184-807e-4de2-bde1-d412a56fdff6","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:24.443 63 INFO tempest.lib.common.rest_client [req-f11a6936-6db1-42d7-80ee-9c7b6a8d4b2e ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d56c8c47-fa91-4439-a977-55e98af970f6/network_associations 0.280s 2018-08-20 20:30:24.443 63 DEBUG tempest.lib.common.rest_client [req-f11a6936-6db1-42d7-80ee-9c7b6a8d4b2e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2ac1e184-807e-4de2-bde1-d412a56fdff6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d56c8c47-fa91-4439-a977-55e98af970f6/network_associations', u'date': 'Mon, 20 Aug 2018 20:30:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f11a6936-6db1-42d7-80ee-9c7b6a8d4b2e'} Body: {"network_association": {"network_id": "2ac1e184-807e-4de2-bde1-d412a56fdff6", "id": "701bd70d-217f-46b3-b9c6-5460fda979ad"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:24.484 63 INFO tempest.lib.common.rest_client [req-8bf10077-d4aa-48f6-a2aa-7eccc62c0c0c ] Request (BgpvpnTest:test_disassociate_invalid_network): 404 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d56c8c47-fa91-4439-a977-55e98af970f6/network_associations/9713d0cd-4dfe-4bb3-9147-161b5a8001c5 0.039s 2018-08-20 20:30:24.484 63 DEBUG tempest.lib.common.rest_client [req-8bf10077-d4aa-48f6-a2aa-7eccc62c0c0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '211', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d56c8c47-fa91-4439-a977-55e98af970f6/network_associations/9713d0cd-4dfe-4bb3-9147-161b5a8001c5', u'date': 'Mon, 20 Aug 2018 20:30:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8bf10077-d4aa-48f6-a2aa-7eccc62c0c0c'} Body: {"NeutronError": {"message": "BGPVPN network association 9713d0cd-4dfe-4bb3-9147-161b5a8001c5 could not be found for BGPVPN d56c8c47-fa91-4439-a977-55e98af970f6", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:24.516 63 INFO tempest.lib.common.rest_client [req-f57942d0-fc18-4d59-ae4b-6b4c9383d50c ] Request (BgpvpnTest:test_disassociate_invalid_network): 404 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7b89dbd3-bd7f-4a47-ab88-50fb443cefbb/network_associations/701bd70d-217f-46b3-b9c6-5460fda979ad 0.030s 2018-08-20 20:30:24.517 63 DEBUG tempest.lib.common.rest_client [req-f57942d0-fc18-4d59-ae4b-6b4c9383d50c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '211', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7b89dbd3-bd7f-4a47-ab88-50fb443cefbb/network_associations/701bd70d-217f-46b3-b9c6-5460fda979ad', u'date': 'Mon, 20 Aug 2018 20:30:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f57942d0-fc18-4d59-ae4b-6b4c9383d50c'} Body: {"NeutronError": {"message": "BGPVPN network association 701bd70d-217f-46b3-b9c6-5460fda979ad could not be found for BGPVPN 7b89dbd3-bd7f-4a47-ab88-50fb443cefbb", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [1.292918s] ... ok 2018-08-20 20:30:25.262 63 INFO tempest.lib.common.rest_client [req-c0918d10-121e-4076-bdd1-3e741af81b5b ] Request (BgpvpnTest:test_list_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.741s 2018-08-20 20:30:25.262 63 DEBUG tempest.lib.common.rest_client [req-c0918d10-121e-4076-bdd1-3e741af81b5b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--1109987989"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0918d10-121e-4076-bdd1-3e741af81b5b'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1109987989", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "81803764-a412-4525-9959-650dc1a55c2f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:25.670 63 INFO tempest.lib.common.rest_client [req-d1ddf930-163e-455b-8944-4b9fb8b26381 ] Request (BgpvpnTest:test_list_bgpvpn): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.406s 2018-08-20 20:30:25.670 63 DEBUG tempest.lib.common.rest_client [req-d1ddf930-163e-455b-8944-4b9fb8b26381 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1169', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1ddf930-163e-455b-8944-4b9fb8b26381'} Body: {"bgpvpns": [{"routers": [], "type": "l3", "networks": [], "id": "2f9b4713-97a5-40ff-aac5-48e266485680", "name": "testbgpvpn"}, {"routers": [], "type": "l3", "networks": [], "id": "6ef87977-e048-4e4b-a4d0-d91f167dea6b", "name": "tempest-test-bgpvpn--1543451897"}, {"routers": [], "type": "l3", "networks": [], "id": "81803764-a412-4525-9959-650dc1a55c2f", "name": "tempest-test-bgpvpn--1109987989"}, {"routers": [], "type": "l3", "networks": ["0e18381c-b7d0-4de1-8696-079cd1a7d18a"], "id": "b70048be-5c84-4d76-a9be-7ffd6aa42fb6", "name": "tempest-test-bgpvpn--912299692"}, {"routers": ["a87c418a-6370-450d-90df-ad75c5bcba32"], "type": "l3", "networks": [], "id": "bc29c164-235b-4cb0-816f-cd89fe7974bb", "name": "tempest-test-bgpvpn--1996583833"}, {"routers": [], "type": "l3", "networks": [], "id": "c835fd1c-4c24-41e6-9371-a5aa50640de6", "name": "tempest-test-bgpvpn--70527452"}, {"routers": [], "type": "l3", "networks": ["2ac1e184-807e-4de2-bde1-d412a56fdff6"], "id": "d56c8c47-fa91-4439-a977-55e98af970f6", "name": "testbgpvpn"}, {"routers": [], "type": "l3", "networks": [], "id": "d9594fb2-2e62-4ba1-90c6-4a68187dd48d", "name": "tempest-test-bgpvpn--396167622"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn [1.152504s] ... ok 2018-08-20 20:30:26.121 63 INFO tempest.lib.common.rest_client [req-daa81f42-6d42-4e69-ac5f-7ecc36d6b836 ] Request (BgpvpnTest:test_list_bgpvpn_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.448s 2018-08-20 20:30:26.122 63 DEBUG tempest.lib.common.rest_client [req-daa81f42-6d42-4e69-ac5f-7ecc36d6b836 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--1758510776"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-daa81f42-6d42-4e69-ac5f-7ecc36d6b836'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1758510776", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "b8d08933-844d-4764-9378-768fcc6e07da"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:26.418 63 INFO tempest.lib.common.rest_client [req-723532b5-4016-4956-a5db-2e43ce9c576d ] Request (BgpvpnTest:test_list_bgpvpn_as_non_owner_fail): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.295s 2018-08-20 20:30:26.418 63 DEBUG tempest.lib.common.rest_client [req-723532b5-4016-4956-a5db-2e43ce9c576d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '15', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-723532b5-4016-4956-a5db-2e43ce9c576d'} Body: {"bgpvpns": []} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.747208s] ... ok 2018-08-20 20:30:26.749 63 INFO tempest.lib.common.rest_client [req-6fbc5bd6-bf15-4a4c-b206-b01f428df447 ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.329s 2018-08-20 20:30:26.750 63 DEBUG tempest.lib.common.rest_client [req-6fbc5bd6-bf15-4a4c-b206-b01f428df447 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--114915018"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fbc5bd6-bf15-4a4c-b206-b01f428df447'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--114915018", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "bae7c40d-e054-4f2b-a8af-16ba44b298c9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:27.427 63 INFO tempest.lib.common.rest_client [req-97abee6c-2f9e-4d84-be6d-aef4769ba6fa ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/networks 0.676s 2018-08-20 20:30:27.427 63 DEBUG tempest.lib.common.rest_client [req-97abee6c-2f9e-4d84-be6d-aef4769ba6fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:30:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97abee6c-2f9e-4d84-be6d-aef4769ba6fa'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","id":"e5ddbda1-39ed-4c07-8023-b95392465ff2","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:28.433 63 INFO tempest.lib.common.rest_client [req-87dce5e4-c311-44eb-8794-613595a65020 ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bae7c40d-e054-4f2b-a8af-16ba44b298c9/network_associations 1.005s 2018-08-20 20:30:28.434 63 DEBUG tempest.lib.common.rest_client [req-87dce5e4-c311-44eb-8794-613595a65020 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e5ddbda1-39ed-4c07-8023-b95392465ff2"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bae7c40d-e054-4f2b-a8af-16ba44b298c9/network_associations', u'date': 'Mon, 20 Aug 2018 20:30:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-87dce5e4-c311-44eb-8794-613595a65020'} Body: {"network_association": {"network_id": "e5ddbda1-39ed-4c07-8023-b95392465ff2", "id": "bfee65ad-ca8d-43b5-ab4f-90d9c5c4ae2e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:28.672 63 INFO tempest.lib.common.rest_client [req-2bb233fe-3b17-4f71-9c12-53f2bb59971a ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bae7c40d-e054-4f2b-a8af-16ba44b298c9/network_associations 0.237s 2018-08-20 20:30:28.672 63 DEBUG tempest.lib.common.rest_client [req-2bb233fe-3b17-4f71-9c12-53f2bb59971a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '28', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bae7c40d-e054-4f2b-a8af-16ba44b298c9/network_associations', u'date': 'Mon, 20 Aug 2018 20:30:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bb233fe-3b17-4f71-9c12-53f2bb59971a'} Body: {"network_associations": []} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [2.253482s] ... ok 2018-08-20 20:30:29.074 63 INFO tempest.lib.common.rest_client [req-7f119504-14b3-4a82-afd7-70a67ddeb48b ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.399s 2018-08-20 20:30:29.074 63 DEBUG tempest.lib.common.rest_client [req-7f119504-14b3-4a82-afd7-70a67ddeb48b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--633857995"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7f119504-14b3-4a82-afd7-70a67ddeb48b'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--633857995", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "64806e66-de48-4488-bd33-0f28d29d54da"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:29.305 63 INFO tempest.lib.common.rest_client [req-8463a818-0433-4854-92c3-50f2e9dc3438 ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.229s 2018-08-20 20:30:29.305 63 DEBUG tempest.lib.common.rest_client [req-8463a818-0433-4854-92c3-50f2e9dc3438 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:30:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8463a818-0433-4854-92c3-50f2e9dc3438'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:29Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","id":"34d96e21-2630-4280-97d0-6fd0d221fc72","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:29.646 63 INFO tempest.lib.common.rest_client [req-25d2499d-86b8-4cea-8172-a80e25ddd7ab ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/64806e66-de48-4488-bd33-0f28d29d54da/network_associations 0.340s 2018-08-20 20:30:29.647 63 DEBUG tempest.lib.common.rest_client [req-25d2499d-86b8-4cea-8172-a80e25ddd7ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "34d96e21-2630-4280-97d0-6fd0d221fc72"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/64806e66-de48-4488-bd33-0f28d29d54da/network_associations', u'date': 'Mon, 20 Aug 2018 20:30:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25d2499d-86b8-4cea-8172-a80e25ddd7ab'} Body: {"network_association": {"network_id": "34d96e21-2630-4280-97d0-6fd0d221fc72", "id": "6cf4d04f-8773-4a87-9ad2-1d6ea9e46857"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:29.729 63 INFO tempest.lib.common.rest_client [req-2d1cff76-11a2-44d0-bb43-966b7fd438fa ] Request (BgpvpnTest:test_list_show_network_association): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/64806e66-de48-4488-bd33-0f28d29d54da/network_associations 0.082s 2018-08-20 20:30:29.730 63 DEBUG tempest.lib.common.rest_client [req-2d1cff76-11a2-44d0-bb43-966b7fd438fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '128', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/64806e66-de48-4488-bd33-0f28d29d54da/network_associations', u'date': 'Mon, 20 Aug 2018 20:30:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d1cff76-11a2-44d0-bb43-966b7fd438fa'} Body: {"network_associations": [{"network_id": "34d96e21-2630-4280-97d0-6fd0d221fc72", "id": "6cf4d04f-8773-4a87-9ad2-1d6ea9e46857"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:30.101 63 INFO tempest.lib.common.rest_client [req-de3c0c23-f8ae-41bc-89b7-eddfb2d912a4 ] Request (BgpvpnTest:test_list_show_network_association): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/64806e66-de48-4488-bd33-0f28d29d54da/network_associations/6cf4d04f-8773-4a87-9ad2-1d6ea9e46857 0.371s 2018-08-20 20:30:30.102 63 DEBUG tempest.lib.common.rest_client [req-de3c0c23-f8ae-41bc-89b7-eddfb2d912a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/64806e66-de48-4488-bd33-0f28d29d54da/network_associations/6cf4d04f-8773-4a87-9ad2-1d6ea9e46857', u'date': 'Mon, 20 Aug 2018 20:30:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de3c0c23-f8ae-41bc-89b7-eddfb2d912a4'} Body: {"network_association": {"network_id": "34d96e21-2630-4280-97d0-6fd0d221fc72", "id": "6cf4d04f-8773-4a87-9ad2-1d6ea9e46857"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_network_association [1.428740s] ... ok 2018-08-20 20:30:30.391 63 INFO tempest.lib.common.rest_client [req-b3c8bbd8-3aa2-4d27-96f3-471f41bbca89 ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.287s 2018-08-20 20:30:30.391 63 DEBUG tempest.lib.common.rest_client [req-b3c8bbd8-3aa2-4d27-96f3-471f41bbca89 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--1252019162"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b3c8bbd8-3aa2-4d27-96f3-471f41bbca89'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1252019162", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "233a39be-70de-4f71-b3da-6f1915779d8d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:30.570 63 INFO tempest.lib.common.rest_client [req-df7186d5-8690-43a1-9db7-4dd9145287c8 ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.178s 2018-08-20 20:30:30.571 63 DEBUG tempest.lib.common.rest_client [req-df7186d5-8690-43a1-9db7-4dd9145287c8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {}} Response - Headers: {'status': '201', u'content-length': '387', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:30:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df7186d5-8690-43a1-9db7-4dd9145287c8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "created_at": "2018-08-20T20:30:30Z", "admin_state_up": true, "updated_at": "2018-08-20T20:30:30Z", "revision_number": 0, "routes": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "id": "20c1e64a-0be8-42ae-93ae-cd6728e5a207", "name": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:31.213 63 INFO tempest.lib.common.rest_client [req-3bc80066-08d8-4348-842b-0cc3e8e3091d ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/233a39be-70de-4f71-b3da-6f1915779d8d/router_associations 0.642s 2018-08-20 20:30:31.214 63 DEBUG tempest.lib.common.rest_client [req-3bc80066-08d8-4348-842b-0cc3e8e3091d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "20c1e64a-0be8-42ae-93ae-cd6728e5a207"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/233a39be-70de-4f71-b3da-6f1915779d8d/router_associations', u'date': 'Mon, 20 Aug 2018 20:30:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bc80066-08d8-4348-842b-0cc3e8e3091d'} Body: {"router_association": {"router_id": "20c1e64a-0be8-42ae-93ae-cd6728e5a207", "id": "28c768dc-77c1-42ee-99f3-9d1408112ffb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:31.572 63 INFO tempest.lib.common.rest_client [req-7104c9d2-df2b-4190-8e8f-88e4e954a495 ] Request (BgpvpnTest:test_list_show_router_association): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/233a39be-70de-4f71-b3da-6f1915779d8d/router_associations 0.357s 2018-08-20 20:30:31.572 63 DEBUG tempest.lib.common.rest_client [req-7104c9d2-df2b-4190-8e8f-88e4e954a495 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '126', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/233a39be-70de-4f71-b3da-6f1915779d8d/router_associations', u'date': 'Mon, 20 Aug 2018 20:30:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7104c9d2-df2b-4190-8e8f-88e4e954a495'} Body: {"router_associations": [{"router_id": "20c1e64a-0be8-42ae-93ae-cd6728e5a207", "id": "28c768dc-77c1-42ee-99f3-9d1408112ffb"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:31.700 63 INFO tempest.lib.common.rest_client [req-e0a3538b-8f74-4eed-ba9e-d2c730fc6b2a ] Request (BgpvpnTest:test_list_show_router_association): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/233a39be-70de-4f71-b3da-6f1915779d8d/router_associations/28c768dc-77c1-42ee-99f3-9d1408112ffb 0.126s 2018-08-20 20:30:31.700 63 DEBUG tempest.lib.common.rest_client [req-e0a3538b-8f74-4eed-ba9e-d2c730fc6b2a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/233a39be-70de-4f71-b3da-6f1915779d8d/router_associations/28c768dc-77c1-42ee-99f3-9d1408112ffb', u'date': 'Mon, 20 Aug 2018 20:30:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e0a3538b-8f74-4eed-ba9e-d2c730fc6b2a'} Body: {"router_association": {"router_id": "20c1e64a-0be8-42ae-93ae-cd6728e5a207", "id": "28c768dc-77c1-42ee-99f3-9d1408112ffb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_router_association [1.597518s] ... ok 2018-08-20 20:30:32.026 63 INFO tempest.lib.common.rest_client [req-366bfce7-0956-41af-a236-704821b7ee26 ] Request (BgpvpnTest:test_show_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.323s 2018-08-20 20:30:32.026 63 DEBUG tempest.lib.common.rest_client [req-366bfce7-0956-41af-a236-704821b7ee26 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--661758788"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-366bfce7-0956-41af-a236-704821b7ee26'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--661758788", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "1175de41-3bdb-424e-9fe6-ee029ae729ab"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:32.336 63 INFO tempest.lib.common.rest_client [req-63ebb46d-0c8b-4c73-b397-bd9f715b0b91 ] Request (BgpvpnTest:test_show_bgpvpn): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1175de41-3bdb-424e-9fe6-ee029ae729ab 0.309s 2018-08-20 20:30:32.337 63 DEBUG tempest.lib.common.rest_client [req-63ebb46d-0c8b-4c73-b397-bd9f715b0b91 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '145', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1175de41-3bdb-424e-9fe6-ee029ae729ab', u'date': 'Mon, 20 Aug 2018 20:30:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63ebb46d-0c8b-4c73-b397-bd9f715b0b91'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "1175de41-3bdb-424e-9fe6-ee029ae729ab", "name": "tempest-test-bgpvpn--661758788"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn [0.635963s] ... ok 2018-08-20 20:30:32.726 63 INFO tempest.lib.common.rest_client [req-c04f87ec-ebb1-4232-bbff-e57f5d845ddf ] Request (BgpvpnTest:test_show_bgpvpn_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.387s 2018-08-20 20:30:32.726 63 DEBUG tempest.lib.common.rest_client [req-c04f87ec-ebb1-4232-bbff-e57f5d845ddf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--772494783"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c04f87ec-ebb1-4232-bbff-e57f5d845ddf'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--772494783", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "6732c153-f615-4e12-9c46-c57559a0057f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:33.018 63 INFO tempest.lib.common.rest_client [req-f2e9a1e6-1239-4435-a289-3a815273b491 ] Request (BgpvpnTest:test_show_bgpvpn_as_non_owner_fail): 404 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6732c153-f615-4e12-9c46-c57559a0057f 0.291s 2018-08-20 20:30:33.019 63 DEBUG tempest.lib.common.rest_client [req-f2e9a1e6-1239-4435-a289-3a815273b491 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6732c153-f615-4e12-9c46-c57559a0057f', u'date': 'Mon, 20 Aug 2018 20:30:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2e9a1e6-1239-4435-a289-3a815273b491'} Body: {"NeutronError": {"message": "BGPVPN 6732c153-f615-4e12-9c46-c57559a0057f could not be found", "type": "BGPVPNNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.681895s] ... ok 2018-08-20 20:30:33.140 63 INFO tempest.lib.common.rest_client [req-f5983eb0-3daf-449f-84ec-4a5e299765e5 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.119s 2018-08-20 20:30:33.141 63 DEBUG tempest.lib.common.rest_client [req-f5983eb0-3daf-449f-84ec-4a5e299765e5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--289387419"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5983eb0-3daf-449f-84ec-4a5e299765e5'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--289387419", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "259ddaef-c5e2-4284-b82d-99e4f8350cad"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:33.646 63 INFO tempest.lib.common.rest_client [req-c48e1e2b-7a2e-40be-8a0c-d151cf761938 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/networks 0.504s 2018-08-20 20:30:33.647 63 DEBUG tempest.lib.common.rest_client [req-c48e1e2b-7a2e-40be-8a0c-d151cf761938 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:30:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c48e1e2b-7a2e-40be-8a0c-d151cf761938'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:33Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","id":"8b3c7bdd-7fcc-42aa-9593-165a0b2422e4","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:34.089 63 INFO tempest.lib.common.rest_client [req-07588a83-17ef-4aab-a163-407173dc5862 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/259ddaef-c5e2-4284-b82d-99e4f8350cad/network_associations 0.441s 2018-08-20 20:30:34.089 63 DEBUG tempest.lib.common.rest_client [req-07588a83-17ef-4aab-a163-407173dc5862 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8b3c7bdd-7fcc-42aa-9593-165a0b2422e4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/259ddaef-c5e2-4284-b82d-99e4f8350cad/network_associations', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07588a83-17ef-4aab-a163-407173dc5862'} Body: {"network_association": {"network_id": "8b3c7bdd-7fcc-42aa-9593-165a0b2422e4", "id": "7eb1ec2e-90c9-4e85-815d-a53f5b7335ca"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:34.118 63 INFO tempest.lib.common.rest_client [req-85bcf0b7-ac25-44f8-9145-18b1e5dd5195 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 404 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/259ddaef-c5e2-4284-b82d-99e4f8350cad/network_associations/7eb1ec2e-90c9-4e85-815d-a53f5b7335ca 0.027s 2018-08-20 20:30:34.118 63 DEBUG tempest.lib.common.rest_client [req-85bcf0b7-ac25-44f8-9145-18b1e5dd5195 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '211', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/259ddaef-c5e2-4284-b82d-99e4f8350cad/network_associations/7eb1ec2e-90c9-4e85-815d-a53f5b7335ca', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-85bcf0b7-ac25-44f8-9145-18b1e5dd5195'} Body: {"NeutronError": {"message": "BGPVPN network association 7eb1ec2e-90c9-4e85-815d-a53f5b7335ca could not be found for BGPVPN 259ddaef-c5e2-4284-b82d-99e4f8350cad", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [1.098598s] ... ok 2018-08-20 20:30:34.240 63 INFO tempest.lib.common.rest_client [req-e4c1ce62-dcb9-4c09-8c9f-fc510861dbd6 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.119s 2018-08-20 20:30:34.241 63 DEBUG tempest.lib.common.rest_client [req-e4c1ce62-dcb9-4c09-8c9f-fc510861dbd6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4c1ce62-dcb9-4c09-8c9f-fc510861dbd6'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "b76ac20a-a69b-4b10-8585-e5f45420b48d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:34.511 63 INFO tempest.lib.common.rest_client [req-78a409ea-8611-4d0a-bd80-8594edc3cf75 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b76ac20a-a69b-4b10-8585-e5f45420b48d 0.269s 2018-08-20 20:30:34.511 63 DEBUG tempest.lib.common.rest_client [req-78a409ea-8611-4d0a-bd80-8594edc3cf75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["0"]}} Response - Headers: {'status': '400', u'content-length': '139', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b76ac20a-a69b-4b10-8585-e5f45420b48d', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-78a409ea-8611-4d0a-bd80-8594edc3cf75'} Body: {"NeutronError": {"message": "Invalid input for route_targets. Reason: '0' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:34.792 63 INFO tempest.lib.common.rest_client [req-294be10e-3341-4c38-83d2-a158129e8f42 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b76ac20a-a69b-4b10-8585-e5f45420b48d 0.279s 2018-08-20 20:30:34.792 63 DEBUG tempest.lib.common.rest_client [req-294be10e-3341-4c38-83d2-a158129e8f42 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"import_targets": ["test", " "]}} Response - Headers: {'status': '400', u'content-length': '143', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b76ac20a-a69b-4b10-8585-e5f45420b48d', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-294be10e-3341-4c38-83d2-a158129e8f42'} Body: {"NeutronError": {"message": "Invalid input for import_targets. Reason: 'test' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:34.803 63 INFO tempest.lib.common.rest_client [req-6fac6d84-025e-47aa-9e08-6e2c398e1939 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b76ac20a-a69b-4b10-8585-e5f45420b48d 0.010s 2018-08-20 20:30:34.804 63 DEBUG tempest.lib.common.rest_client [req-6fac6d84-025e-47aa-9e08-6e2c398e1939 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"export_targets": ["64512:1000000000000", "xyz"]}} Response - Headers: {'status': '400', u'content-length': '158', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b76ac20a-a69b-4b10-8585-e5f45420b48d', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fac6d84-025e-47aa-9e08-6e2c398e1939'} Body: {"NeutronError": {"message": "Invalid input for export_targets. Reason: '64512:1000000000000' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.684702s] ... ok 2018-08-20 20:30:34.931 63 INFO tempest.lib.common.rest_client [req-0b3aed80-a70a-4c19-bbd0-b21054600691 ] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.125s 2018-08-20 20:30:34.932 63 DEBUG tempest.lib.common.rest_client [req-0b3aed80-a70a-4c19-bbd0-b21054600691 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": ["64512:2"], "export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--1422111067"}} Response - Headers: {'status': '201', u'content-length': '365', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b3aed80-a70a-4c19-bbd0-b21054600691'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--1422111067", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "5d725084dc2c4f5fb5a5696532a7fac7", "route_targets": ["64512:1"], "project_id": "5d725084dc2c4f5fb5a5696532a7fac7", "type": "l3", "id": "567b093c-6fc2-4664-beb7-d2935aabd324"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:34.984 63 INFO tempest.lib.common.rest_client [req-cf700d3e-ed7b-4a49-8de1-48fc8855cb1d ] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/567b093c-6fc2-4664-beb7-d2935aabd324 0.051s 2018-08-20 20:30:34.984 63 DEBUG tempest.lib.common.rest_client [req-cf700d3e-ed7b-4a49-8de1-48fc8855cb1d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:4"], "import_targets": ["64512:5"], "export_targets": ["64512:6"]}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/567b093c-6fc2-4664-beb7-d2935aabd324', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf700d3e-ed7b-4a49-8de1-48fc8855cb1d'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.183072s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/api/test_bgpvpn.py", line 178, in test_update_route_target export_targets=['64512:6'] File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 50, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:30:34,931 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.125s 2018-08-20 20:30:34,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": ["64512:2"], "export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--1422111067"}} Response - Headers: {'status': '201', u'content-length': '365', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b3aed80-a70a-4c19-bbd0-b21054600691'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--1422111067", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "5d725084dc2c4f5fb5a5696532a7fac7", "route_targets": ["64512:1"], "project_id": "5d725084dc2c4f5fb5a5696532a7fac7", "type": "l3", "id": "567b093c-6fc2-4664-beb7-d2935aabd324"}} 2018-08-20 20:30:34,984 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/567b093c-6fc2-4664-beb7-d2935aabd324 0.051s 2018-08-20 20:30:34,984 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:4"], "import_targets": ["64512:5"], "export_targets": ["64512:6"]}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/567b093c-6fc2-4664-beb7-d2935aabd324', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf700d3e-ed7b-4a49-8de1-48fc8855cb1d'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-20 20:30:35.109 63 INFO tempest.lib.common.rest_client [req-b2c31b55-0c18-48c0-8207-923f249fa798 ] Request (BgpvpnTest:test_update_route_target_non_admin_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.119s 2018-08-20 20:30:35.109 63 DEBUG tempest.lib.common.rest_client [req-b2c31b55-0c18-48c0-8207-923f249fa798 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "name": "tempest-test-bgpvpn--33687694", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '345', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2c31b55-0c18-48c0-8207-923f249fa798'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--33687694", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "route_targets": ["64512:1"], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "type": "l3", "id": "43f3fca2-0519-480a-bd70-3edc6de0cbb3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:35.139 63 INFO tempest.lib.common.rest_client [req-69776b15-0b87-41f6-9fc8-37835814c85d ] Request (BgpvpnTest:test_update_route_target_non_admin_fail): 403 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/43f3fca2-0519-480a-bd70-3edc6de0cbb3 0.028s 2018-08-20 20:30:35.139 63 DEBUG tempest.lib.common.rest_client [req-69776b15-0b87-41f6-9fc8-37835814c85d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:2"], "import_targets": ["64512:3"], "export_targets": ["64512:4"]}} Response - Headers: {'status': '403', u'content-length': '239', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/43f3fca2-0519-480a-bd70-3edc6de0cbb3', u'date': 'Mon, 20 Aug 2018 20:30:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-69776b15-0b87-41f6-9fc8-37835814c85d'} Body: {"NeutronError": {"message": "(((rule:update_bgpvpn and rule:update_bgpvpn:export_targets) and rule:update_bgpvpn:route_targets) and rule:update_bgpvpn:import_targets) is disallowed by policy", "type": "PolicyNotAuthorized", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.150629s] ... ok 2018-08-20 20:30:35.234 63 INFO tempest.lib.common.rest_client [req-8b043893-8eb4-475d-86b6-702a6d82e063 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d9594fb2-2e62-4ba1-90c6-4a68187dd48d 0.093s 2018-08-20 20:30:35.234 63 DEBUG tempest.lib.common.rest_client [req-8b043893-8eb4-475d-86b6-702a6d82e063 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d9594fb2-2e62-4ba1-90c6-4a68187dd48d', u'date': 'Mon, 20 Aug 2018 20:30:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8b043893-8eb4-475d-86b6-702a6d82e063'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:35.329 63 INFO tempest.lib.common.rest_client [req-bce50580-bcde-4899-a387-1a472e36420e ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6ef87977-e048-4e4b-a4d0-d91f167dea6b 0.094s 2018-08-20 20:30:35.329 63 DEBUG tempest.lib.common.rest_client [req-bce50580-bcde-4899-a387-1a472e36420e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6ef87977-e048-4e4b-a4d0-d91f167dea6b', u'date': 'Mon, 20 Aug 2018 20:30:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bce50580-bcde-4899-a387-1a472e36420e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:35.473 63 INFO tempest.lib.common.rest_client [req-2f3dda95-31c1-437b-9f6c-e5d13ea15830 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b70048be-5c84-4d76-a9be-7ffd6aa42fb6 0.143s 2018-08-20 20:30:35.474 63 DEBUG tempest.lib.common.rest_client [req-2f3dda95-31c1-437b-9f6c-e5d13ea15830 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b70048be-5c84-4d76-a9be-7ffd6aa42fb6', u'date': 'Mon, 20 Aug 2018 20:30:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2f3dda95-31c1-437b-9f6c-e5d13ea15830'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:35.598 63 INFO tempest.lib.common.rest_client [req-5693bdf0-1d98-4226-ae32-769a9cf07941 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bc29c164-235b-4cb0-816f-cd89fe7974bb 0.123s 2018-08-20 20:30:35.598 63 DEBUG tempest.lib.common.rest_client [req-5693bdf0-1d98-4226-ae32-769a9cf07941 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bc29c164-235b-4cb0-816f-cd89fe7974bb', u'date': 'Mon, 20 Aug 2018 20:30:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5693bdf0-1d98-4226-ae32-769a9cf07941'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:35.880 63 INFO tempest.lib.common.rest_client [req-e699095c-32ab-45ab-81d3-c639b3c6e1e8 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/75191c1d-8ddc-4d0b-bd8a-6a4a4d093358 0.281s 2018-08-20 20:30:35.880 63 DEBUG tempest.lib.common.rest_client [req-e699095c-32ab-45ab-81d3-c639b3c6e1e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/75191c1d-8ddc-4d0b-bd8a-6a4a4d093358', u'date': 'Mon, 20 Aug 2018 20:30:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e699095c-32ab-45ab-81d3-c639b3c6e1e8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:36.275 63 INFO tempest.lib.common.rest_client [req-29bb30b8-7242-4c34-84ef-bb7df2b341f0 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c835fd1c-4c24-41e6-9371-a5aa50640de6 0.394s 2018-08-20 20:30:36.275 63 DEBUG tempest.lib.common.rest_client [req-29bb30b8-7242-4c34-84ef-bb7df2b341f0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c835fd1c-4c24-41e6-9371-a5aa50640de6', u'date': 'Mon, 20 Aug 2018 20:30:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-29bb30b8-7242-4c34-84ef-bb7df2b341f0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:36.415 63 INFO tempest.lib.common.rest_client [req-f13792e1-7ec0-43f5-b39b-29fc8ef78640 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/81803764-a412-4525-9959-650dc1a55c2f 0.139s 2018-08-20 20:30:36.416 63 DEBUG tempest.lib.common.rest_client [req-f13792e1-7ec0-43f5-b39b-29fc8ef78640 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/81803764-a412-4525-9959-650dc1a55c2f', u'date': 'Mon, 20 Aug 2018 20:30:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f13792e1-7ec0-43f5-b39b-29fc8ef78640'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:36.783 63 INFO tempest.lib.common.rest_client [req-364c7b54-6771-4532-a0fc-dfe0c5622442 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b8d08933-844d-4764-9378-768fcc6e07da 0.367s 2018-08-20 20:30:36.784 63 DEBUG tempest.lib.common.rest_client [req-364c7b54-6771-4532-a0fc-dfe0c5622442 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b8d08933-844d-4764-9378-768fcc6e07da', u'date': 'Mon, 20 Aug 2018 20:30:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-364c7b54-6771-4532-a0fc-dfe0c5622442'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:36.952 63 INFO tempest.lib.common.rest_client [req-d03ca9fb-be20-4134-bb97-97bbf376f525 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bae7c40d-e054-4f2b-a8af-16ba44b298c9 0.167s 2018-08-20 20:30:36.952 63 DEBUG tempest.lib.common.rest_client [req-d03ca9fb-be20-4134-bb97-97bbf376f525 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bae7c40d-e054-4f2b-a8af-16ba44b298c9', u'date': 'Mon, 20 Aug 2018 20:30:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d03ca9fb-be20-4134-bb97-97bbf376f525'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:37.095 63 INFO tempest.lib.common.rest_client [req-d486d5e4-de4f-4079-a079-3965e635d189 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/64806e66-de48-4488-bd33-0f28d29d54da 0.142s 2018-08-20 20:30:37.096 63 DEBUG tempest.lib.common.rest_client [req-d486d5e4-de4f-4079-a079-3965e635d189 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/64806e66-de48-4488-bd33-0f28d29d54da', u'date': 'Mon, 20 Aug 2018 20:30:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d486d5e4-de4f-4079-a079-3965e635d189'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:37.222 63 INFO tempest.lib.common.rest_client [req-4263365d-fc84-45b2-b0ad-797fc8d7291e ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/233a39be-70de-4f71-b3da-6f1915779d8d 0.125s 2018-08-20 20:30:37.222 63 DEBUG tempest.lib.common.rest_client [req-4263365d-fc84-45b2-b0ad-797fc8d7291e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/233a39be-70de-4f71-b3da-6f1915779d8d', u'date': 'Mon, 20 Aug 2018 20:30:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4263365d-fc84-45b2-b0ad-797fc8d7291e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:37.371 63 INFO tempest.lib.common.rest_client [req-81536880-65d9-4c9b-815c-31b058d65812 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1175de41-3bdb-424e-9fe6-ee029ae729ab 0.148s 2018-08-20 20:30:37.371 63 DEBUG tempest.lib.common.rest_client [req-81536880-65d9-4c9b-815c-31b058d65812 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1175de41-3bdb-424e-9fe6-ee029ae729ab', u'date': 'Mon, 20 Aug 2018 20:30:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81536880-65d9-4c9b-815c-31b058d65812'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:37.473 63 INFO tempest.lib.common.rest_client [req-b340ecfc-0b91-4f0b-8930-3774bcd30d46 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6732c153-f615-4e12-9c46-c57559a0057f 0.101s 2018-08-20 20:30:37.473 63 DEBUG tempest.lib.common.rest_client [req-b340ecfc-0b91-4f0b-8930-3774bcd30d46 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6732c153-f615-4e12-9c46-c57559a0057f', u'date': 'Mon, 20 Aug 2018 20:30:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b340ecfc-0b91-4f0b-8930-3774bcd30d46'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:37.603 63 INFO tempest.lib.common.rest_client [req-4f0f39ff-adb6-410a-87ad-66eed454745b ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/259ddaef-c5e2-4284-b82d-99e4f8350cad 0.129s 2018-08-20 20:30:37.604 63 DEBUG tempest.lib.common.rest_client [req-4f0f39ff-adb6-410a-87ad-66eed454745b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/259ddaef-c5e2-4284-b82d-99e4f8350cad', u'date': 'Mon, 20 Aug 2018 20:30:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4f0f39ff-adb6-410a-87ad-66eed454745b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:37.695 63 INFO tempest.lib.common.rest_client [req-0f392067-a726-4619-8899-80711c5363f4 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/567b093c-6fc2-4664-beb7-d2935aabd324 0.090s 2018-08-20 20:30:37.695 63 DEBUG tempest.lib.common.rest_client [req-0f392067-a726-4619-8899-80711c5363f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/567b093c-6fc2-4664-beb7-d2935aabd324', u'date': 'Mon, 20 Aug 2018 20:30:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0f392067-a726-4619-8899-80711c5363f4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:37.851 63 INFO tempest.lib.common.rest_client [req-33dd07c1-a8e0-4478-9864-d599562c7749 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/43f3fca2-0519-480a-bd70-3edc6de0cbb3 0.155s 2018-08-20 20:30:37.852 63 DEBUG tempest.lib.common.rest_client [req-33dd07c1-a8e0-4478-9864-d599562c7749 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/43f3fca2-0519-480a-bd70-3edc6de0cbb3', u'date': 'Mon, 20 Aug 2018 20:30:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-33dd07c1-a8e0-4478-9864-d599562c7749'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:37.896 63 INFO tempest.lib.common.rest_client [req-47c9c0ec-f5a4-4c5c-9c83-4f589d022f22 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/ports?device_id=a87c418a-6370-450d-90df-ad75c5bcba32 0.040s 2018-08-20 20:30:37.897 63 DEBUG tempest.lib.common.rest_client [req-47c9c0ec-f5a4-4c5c-9c83-4f589d022f22 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '12', 'content-location': 'http://172.30.9.23:9696/v2.0/ports?device_id=a87c418a-6370-450d-90df-ad75c5bcba32', u'date': 'Mon, 20 Aug 2018 20:30:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-47c9c0ec-f5a4-4c5c-9c83-4f589d022f22'} Body: {"ports":[]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:38.582 63 INFO tempest.lib.common.rest_client [req-3842b86c-5291-4a4c-bfa0-1ba216d8668b ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/routers/a87c418a-6370-450d-90df-ad75c5bcba32 0.683s 2018-08-20 20:30:38.582 63 DEBUG tempest.lib.common.rest_client [req-3842b86c-5291-4a4c-bfa0-1ba216d8668b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a87c418a-6370-450d-90df-ad75c5bcba32', u'date': 'Mon, 20 Aug 2018 20:30:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3842b86c-5291-4a4c-bfa0-1ba216d8668b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:41.324 63 INFO tempest.lib.common.rest_client [req-fde427b9-a6bd-4490-8533-b2e96f8ad64a ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/7035a134-d53a-4ea8-bd31-b4fc0c5b41bf 2.740s 2018-08-20 20:30:41.324 63 DEBUG tempest.lib.common.rest_client [req-fde427b9-a6bd-4490-8533-b2e96f8ad64a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/7035a134-d53a-4ea8-bd31-b4fc0c5b41bf', u'date': 'Mon, 20 Aug 2018 20:30:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fde427b9-a6bd-4490-8533-b2e96f8ad64a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:42.819 63 INFO tempest.lib.common.rest_client [req-49d1eaa1-c271-4610-8dc7-4cc9c3608728 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0e18381c-b7d0-4de1-8696-079cd1a7d18a 1.494s 2018-08-20 20:30:42.819 63 DEBUG tempest.lib.common.rest_client [req-49d1eaa1-c271-4610-8dc7-4cc9c3608728 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/0e18381c-b7d0-4de1-8696-079cd1a7d18a', u'date': 'Mon, 20 Aug 2018 20:30:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-49d1eaa1-c271-4610-8dc7-4cc9c3608728'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:43.222 63 INFO tempest.lib.common.rest_client [req-81c96ba7-dce8-4ae5-80aa-ce14984c2863 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/00bbabb3bdea448cadc8acbca3f2b9e2 0.401s 2018-08-20 20:30:43.222 63 DEBUG tempest.lib.common.rest_client [req-81c96ba7-dce8-4ae5-80aa-ce14984c2863 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/00bbabb3bdea448cadc8acbca3f2b9e2', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:42 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-81c96ba7-dce8-4ae5-80aa-ce14984c2863'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:43.617 63 INFO tempest.lib.common.rest_client [req-6d0cc094-66b0-437e-a047-4293be2b462a ] Request (BgpvpnTest:tearDownClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:30:43.617 63 DEBUG tempest.lib.common.rest_client [req-6d0cc094-66b0-437e-a047-4293be2b462a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d0cc094-66b0-437e-a047-4293be2b462a'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:30:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:44.151 63 INFO tempest.lib.common.rest_client [req-77cfd867-344d-432e-aa27-37232f09c7bb ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=5d725084dc2c4f5fb5a5696532a7fac7&name=default 0.532s 2018-08-20 20:30:44.152 63 DEBUG tempest.lib.common.rest_client [req-77cfd867-344d-432e-aa27-37232f09c7bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups?tenant_id=5d725084dc2c4f5fb5a5696532a7fac7&name=default', u'date': 'Mon, 20 Aug 2018 20:30:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77cfd867-344d-432e-aa27-37232f09c7bb'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d725084dc2c4f5fb5a5696532a7fac7", "created_at": "2018-08-20T20:30:44Z", "updated_at": "2018-08-20T20:30:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:44Z", "revision_number": 0, "id": "03a05b85-1657-4fe0-a9d1-804f49d48d87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:44Z", "security_group_id": "2e710f7b-dc8d-44d2-8b02-e65b56a8bda2", "tenant_id": "5d725084dc2c4f5fb5a5696532a7fac7", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d725084dc2c4f5fb5a5696532a7fac7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:44Z", "revision_number": 0, "id": "5935d7e9-f906-4e74-8e7d-4e867b143895", "remote_group_id": "2e710f7b-dc8d-44d2-8b02-e65b56a8bda2", "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:44Z", "security_group_id": "2e710f7b-dc8d-44d2-8b02-e65b56a8bda2", "tenant_id": "5d725084dc2c4f5fb5a5696532a7fac7", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d725084dc2c4f5fb5a5696532a7fac7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:44Z", "revision_number": 0, "id": "7ae0947c-0c2f-4bbb-8156-e932f049e330", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:44Z", "security_group_id": "2e710f7b-dc8d-44d2-8b02-e65b56a8bda2", "tenant_id": "5d725084dc2c4f5fb5a5696532a7fac7", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d725084dc2c4f5fb5a5696532a7fac7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:44Z", "revision_number": 0, "id": "89589c8f-1a21-494f-b7b2-5a3a8ec5d587", "remote_group_id": "2e710f7b-dc8d-44d2-8b02-e65b56a8bda2", "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:44Z", "security_group_id": "2e710f7b-dc8d-44d2-8b02-e65b56a8bda2", "tenant_id": "5d725084dc2c4f5fb5a5696532a7fac7", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d725084dc2c4f5fb5a5696532a7fac7"}], "revision_number": 1, "project_id": "5d725084dc2c4f5fb5a5696532a7fac7", "id": "2e710f7b-dc8d-44d2-8b02-e65b56a8bda2", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:44.780 63 INFO tempest.lib.common.rest_client [req-5f740055-088b-441e-9909-3f266c293dc1 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/2e710f7b-dc8d-44d2-8b02-e65b56a8bda2 0.627s 2018-08-20 20:30:44.780 63 DEBUG tempest.lib.common.rest_client [req-5f740055-088b-441e-9909-3f266c293dc1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/2e710f7b-dc8d-44d2-8b02-e65b56a8bda2', u'date': 'Mon, 20 Aug 2018 20:30:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f740055-088b-441e-9909-3f266c293dc1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:45.062 63 INFO tempest.lib.common.rest_client [req-1c745e4d-646c-4809-bad8-ecdef18691af ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/5d725084dc2c4f5fb5a5696532a7fac7 0.280s 2018-08-20 20:30:45.062 63 DEBUG tempest.lib.common.rest_client [req-1c745e4d-646c-4809-bad8-ecdef18691af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/5d725084dc2c4f5fb5a5696532a7fac7', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:44 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-1c745e4d-646c-4809-bad8-ecdef18691af'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:45.354 63 INFO tempest.lib.common.rest_client [req-4795a6e7-a0ca-42f5-b33e-df25eb6f654b ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/3d812ba5859243ff9b422b582eac822d 0.291s 2018-08-20 20:30:45.355 63 DEBUG tempest.lib.common.rest_client [req-4795a6e7-a0ca-42f5-b33e-df25eb6f654b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/3d812ba5859243ff9b422b582eac822d', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:45 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-4795a6e7-a0ca-42f5-b33e-df25eb6f654b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:45.811 63 INFO tempest.lib.common.rest_client [req-228cedd0-e73f-4962-bfd8-2c7b103df7b7 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=5f8b48040ebc4b68ba8fcb7b4973add7&name=default 0.455s 2018-08-20 20:30:45.812 63 DEBUG tempest.lib.common.rest_client [req-228cedd0-e73f-4962-bfd8-2c7b103df7b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups?tenant_id=5f8b48040ebc4b68ba8fcb7b4973add7&name=default', u'date': 'Mon, 20 Aug 2018 20:30:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-228cedd0-e73f-4962-bfd8-2c7b103df7b7'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5f8b48040ebc4b68ba8fcb7b4973add7", "created_at": "2018-08-20T20:30:45Z", "updated_at": "2018-08-20T20:30:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:45Z", "revision_number": 0, "id": "2d0a58ea-f600-48c3-a01d-65015c10e218", "remote_group_id": "ae3eee1d-485d-492b-947f-bd93ff2ce781", "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:45Z", "security_group_id": "ae3eee1d-485d-492b-947f-bd93ff2ce781", "tenant_id": "5f8b48040ebc4b68ba8fcb7b4973add7", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f8b48040ebc4b68ba8fcb7b4973add7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:45Z", "revision_number": 0, "id": "79e076e9-6bff-48ec-a201-eb00c447e5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:45Z", "security_group_id": "ae3eee1d-485d-492b-947f-bd93ff2ce781", "tenant_id": "5f8b48040ebc4b68ba8fcb7b4973add7", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f8b48040ebc4b68ba8fcb7b4973add7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:45Z", "revision_number": 0, "id": "a5a28ac7-6886-4fd1-b4e4-6116f42109b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:45Z", "security_group_id": "ae3eee1d-485d-492b-947f-bd93ff2ce781", "tenant_id": "5f8b48040ebc4b68ba8fcb7b4973add7", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f8b48040ebc4b68ba8fcb7b4973add7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:45Z", "revision_number": 0, "id": "e718b067-f3c0-459c-8eff-b57dbc2a2526", "remote_group_id": "ae3eee1d-485d-492b-947f-bd93ff2ce781", "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:45Z", "security_group_id": "ae3eee1d-485d-492b-947f-bd93ff2ce781", "tenant_id": "5f8b48040ebc4b68ba8fcb7b4973add7", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f8b48040ebc4b68ba8fcb7b4973add7"}], "revision_number": 1, "project_id": "5f8b48040ebc4b68ba8fcb7b4973add7", "id": "ae3eee1d-485d-492b-947f-bd93ff2ce781", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:46.633 63 INFO tempest.lib.common.rest_client [req-cf3b6c38-3af2-4d2e-9613-7f9c6b54897e ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/ae3eee1d-485d-492b-947f-bd93ff2ce781 0.820s 2018-08-20 20:30:46.633 63 DEBUG tempest.lib.common.rest_client [req-cf3b6c38-3af2-4d2e-9613-7f9c6b54897e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/ae3eee1d-485d-492b-947f-bd93ff2ce781', u'date': 'Mon, 20 Aug 2018 20:30:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cf3b6c38-3af2-4d2e-9613-7f9c6b54897e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:46.936 63 INFO tempest.lib.common.rest_client [req-09b0cd7a-9103-453c-8ab5-b9f45f564661 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/5f8b48040ebc4b68ba8fcb7b4973add7 0.302s 2018-08-20 20:30:46.936 63 DEBUG tempest.lib.common.rest_client [req-09b0cd7a-9103-453c-8ab5-b9f45f564661 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/5f8b48040ebc4b68ba8fcb7b4973add7', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:46 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-09b0cd7a-9103-453c-8ab5-b9f45f564661'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:47.324 63 INFO tempest.lib.common.rest_client [req-c0c66476-73c4-4dca-ae60-5dce51bfb9bb ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/20572643bd654ee7b98f8f09955c8657 0.386s 2018-08-20 20:30:47.324 63 DEBUG tempest.lib.common.rest_client [req-c0c66476-73c4-4dca-ae60-5dce51bfb9bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/20572643bd654ee7b98f8f09955c8657', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:46 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-c0c66476-73c4-4dca-ae60-5dce51bfb9bb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:47.647 63 INFO tempest.lib.common.rest_client [req-5c3eda7d-3dee-404a-9ce6-a6089c76a53e ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=3e3ae0455796451cac6a47c3afa71b7d&name=default 0.321s 2018-08-20 20:30:47.647 63 DEBUG tempest.lib.common.rest_client [req-5c3eda7d-3dee-404a-9ce6-a6089c76a53e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups?tenant_id=3e3ae0455796451cac6a47c3afa71b7d&name=default', u'date': 'Mon, 20 Aug 2018 20:30:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c3eda7d-3dee-404a-9ce6-a6089c76a53e'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "created_at": "2018-08-20T20:30:04Z", "updated_at": "2018-08-20T20:30:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:04Z", "revision_number": 0, "id": "6a4f1981-2ee1-44bd-8d96-c43c9570aae9", "remote_group_id": "941be8be-9790-48a9-9777-1f16acb18a60", "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:04Z", "security_group_id": "941be8be-9790-48a9-9777-1f16acb18a60", "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e3ae0455796451cac6a47c3afa71b7d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:04Z", "revision_number": 0, "id": "798e0500-3354-4fb8-8983-819f30b2c24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:04Z", "security_group_id": "941be8be-9790-48a9-9777-1f16acb18a60", "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e3ae0455796451cac6a47c3afa71b7d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:04Z", "revision_number": 0, "id": "7e6a7fc9-923e-4efe-8964-eae82916cfe5", "remote_group_id": "941be8be-9790-48a9-9777-1f16acb18a60", "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:04Z", "security_group_id": "941be8be-9790-48a9-9777-1f16acb18a60", "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e3ae0455796451cac6a47c3afa71b7d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:04Z", "revision_number": 0, "id": "9aac1495-7591-43a5-8d45-45f8f2f823b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:04Z", "security_group_id": "941be8be-9790-48a9-9777-1f16acb18a60", "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e3ae0455796451cac6a47c3afa71b7d"}], "revision_number": 1, "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "id": "941be8be-9790-48a9-9777-1f16acb18a60", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:48.073 63 INFO tempest.lib.common.rest_client [req-cca0f2c0-a656-49a8-9be5-3040b2d7fa5f ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/941be8be-9790-48a9-9777-1f16acb18a60 0.425s 2018-08-20 20:30:48.074 63 DEBUG tempest.lib.common.rest_client [req-cca0f2c0-a656-49a8-9be5-3040b2d7fa5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/941be8be-9790-48a9-9777-1f16acb18a60', u'date': 'Mon, 20 Aug 2018 20:30:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cca0f2c0-a656-49a8-9be5-3040b2d7fa5f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:48.349 63 INFO tempest.lib.common.rest_client [req-e038e9af-9440-4ee8-b240-f76bb8c3496e ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/3e3ae0455796451cac6a47c3afa71b7d 0.274s 2018-08-20 20:30:48.349 63 DEBUG tempest.lib.common.rest_client [req-e038e9af-9440-4ee8-b240-f76bb8c3496e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/3e3ae0455796451cac6a47c3afa71b7d', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:48 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-e038e9af-9440-4ee8-b240-f76bb8c3496e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:48.760 63 INFO tempest.lib.common.rest_client [req-2e03e860-5df2-4601-8511-526550147059 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:30:48.761 63 DEBUG tempest.lib.common.rest_client [req-2e03e860-5df2-4601-8511-526550147059 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e03e860-5df2-4601-8511-526550147059'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:30:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:49.179 63 INFO tempest.lib.common.rest_client [req-e58b5143-d0d8-4f8a-bc4e-eee4779bafab ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:30:49.180 63 DEBUG tempest.lib.common.rest_client [req-e58b5143-d0d8-4f8a-bc4e-eee4779bafab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e58b5143-d0d8-4f8a-bc4e-eee4779bafab'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:30:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:49.378 63 INFO tempest.lib.common.rest_client [req-569b69f3-6766-4cce-8231-360d67457a80 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/domains?name=Default 0.196s 2018-08-20 20:30:49.378 63 DEBUG tempest.lib.common.rest_client [req-569b69f3-6766-4cce-8231-360d67457a80 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '284', 'content-location': 'http://192.30.9.4:35357/v3/domains?name=Default', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-569b69f3-6766-4cce-8231-360d67457a80'} Body: {"domains": [{"description": "The default domain", "links": {"self": "http://192.30.9.4:35357/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://192.30.9.4:35357/v3/domains?name=Default", "previous": null, "next": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:49.618 63 INFO tempest.lib.common.rest_client [req-e8251d62-c04a-4420-b332-17e8e60aa1f0 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.238s 2018-08-20 20:30:49.619 63 DEBUG tempest.lib.common.rest_client [req-e8251d62-c04a-4420-b332-17e8e60aa1f0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-2026749770-desc", "name": "tempest-TestBGPVPNBasic-2026749770", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '347', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8251d62-c04a-4420-b332-17e8e60aa1f0'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-2026749770-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/5de6542c36a24c72be615f783fe47ba0"}, "tags": [], "enabled": true, "id": "5de6542c36a24c72be615f783fe47ba0", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-2026749770"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:50.158 63 INFO tempest.lib.common.rest_client [req-424ee968-ae5f-4818-b79e-a8883fd0f380 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.537s 2018-08-20 20:30:50.158 63 DEBUG tempest.lib.common.rest_client [req-424ee968-ae5f-4818-b79e-a8883fd0f380 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "F9+k6tWP0po2_oc", "project_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-TestBGPVPNBasic-2026749770", "email": "tempest-TestBGPVPNBasic-1514373037@example.com"}} Response - Headers: {'status': '201', u'content-length': '380', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-424ee968-ae5f-4818-b79e-a8883fd0f380'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-2026749770", "links": {"self": "http://192.30.9.4:35357/v3/users/6781ccc7c1ed469cb8c7a41efec3b330"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6781ccc7c1ed469cb8c7a41efec3b330", "project_id": "5de6542c36a24c72be615f783fe47ba0", "email": "tempest-TestBGPVPNBasic-1514373037@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:50.260 63 INFO tempest.lib.common.rest_client [req-b20ce582-9a8f-471a-8b84-7d3b2e5cbc0b ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.100s 2018-08-20 20:30:50.260 63 DEBUG tempest.lib.common.rest_client [req-b20ce582-9a8f-471a-8b84-7d3b2e5cbc0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b20ce582-9a8f-471a-8b84-7d3b2e5cbc0b'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://192.30.9.4:35357/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://192.30.9.4:35357/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://192.30.9.4:35357/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://192.30.9.4:35357/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://192.30.9.4:35357/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://192.30.9.4:35357/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:50.452 63 INFO tempest.lib.common.rest_client [req-df9cec97-85b9-46ac-9742-4a2766d3c373 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.190s 2018-08-20 20:30:50.452 63 DEBUG tempest.lib.common.rest_client [req-df9cec97-85b9-46ac-9742-4a2766d3c373 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df9cec97-85b9-46ac-9742-4a2766d3c373'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://192.30.9.4:35357/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://192.30.9.4:35357/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://192.30.9.4:35357/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://192.30.9.4:35357/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://192.30.9.4:35357/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://192.30.9.4:35357/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:50.708 63 INFO tempest.lib.common.rest_client [req-76715c0b-8843-4a0a-a3ac-24e4d3c1e9ff ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/5de6542c36a24c72be615f783fe47ba0/users/6781ccc7c1ed469cb8c7a41efec3b330/roles/0b1108172d284ccbb970dd9eb7ccff69 0.254s 2018-08-20 20:30:50.708 63 DEBUG tempest.lib.common.rest_client [req-76715c0b-8843-4a0a-a3ac-24e4d3c1e9ff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/5de6542c36a24c72be615f783fe47ba0/users/6781ccc7c1ed469cb8c7a41efec3b330/roles/0b1108172d284ccbb970dd9eb7ccff69', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:50 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-76715c0b-8843-4a0a-a3ac-24e4d3c1e9ff'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:50.709 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-2026749770', 'project_name': u'tempest-TestBGPVPNBasic-2026749770', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'5de6542c36a24c72be615f783fe47ba0', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-2026749770', 'user_id': u'6781ccc7c1ed469cb8c7a41efec3b330', 'project_id': u'5de6542c36a24c72be615f783fe47ba0', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:50.709 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-2026749770', 'project_name': u'tempest-TestBGPVPNBasic-2026749770', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'5de6542c36a24c72be615f783fe47ba0', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-2026749770', 'user_id': u'6781ccc7c1ed469cb8c7a41efec3b330', 'project_id': u'5de6542c36a24c72be615f783fe47ba0', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:51.095 63 INFO tempest.lib.common.rest_client [req-5121d03a-40b9-4e2b-aab6-89b36a4008ac ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:30:51.096 63 DEBUG tempest.lib.common.rest_client [req-5121d03a-40b9-4e2b-aab6-89b36a4008ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8981', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5121d03a-40b9-4e2b-aab6-89b36a4008ac'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T21:30:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-TestBGPVPNBasic-2026749770"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_5de6542c36a24c72be615f783fe47ba0", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_5de6542c36a24c72be615f783fe47ba0", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regionOne", "url": "http://172.30.9. _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:51.319 63 INFO tempest.lib.common.rest_client [req-e30bed1b-1478-44b6-9147-086bdeda222e ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.221s 2018-08-20 20:30:51.320 63 DEBUG tempest.lib.common.rest_client [req-e30bed1b-1478-44b6-9147-086bdeda222e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-67119031-desc", "name": "tempest-TestBGPVPNBasic-67119031", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '343', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e30bed1b-1478-44b6-9147-086bdeda222e'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-67119031-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/f9029491474e4fcf9a7c70d225ab2c66"}, "tags": [], "enabled": true, "id": "f9029491474e4fcf9a7c70d225ab2c66", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-67119031"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:51.800 63 INFO tempest.lib.common.rest_client [req-9b88428d-5ded-4ed7-b751-7fe877b0637d ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.479s 2018-08-20 20:30:51.800 63 DEBUG tempest.lib.common.rest_client [req-9b88428d-5ded-4ed7-b751-7fe877b0637d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "Z3#ZIfOhk^&i7gD", "project_id": "f9029491474e4fcf9a7c70d225ab2c66", "name": "tempest-TestBGPVPNBasic-67119031", "email": "tempest-TestBGPVPNBasic-342049899@example.com"}} Response - Headers: {'status': '201', u'content-length': '377', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b88428d-5ded-4ed7-b751-7fe877b0637d'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-67119031", "links": {"self": "http://192.30.9.4:35357/v3/users/c4dbd00cd58e43d3bafb89126fac9640"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4dbd00cd58e43d3bafb89126fac9640", "project_id": "f9029491474e4fcf9a7c70d225ab2c66", "email": "tempest-TestBGPVPNBasic-342049899@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:51.999 63 INFO tempest.lib.common.rest_client [req-98a5d9ca-cd73-40b5-80e6-b5618cfb3a4a ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.198s 2018-08-20 20:30:52.000 63 DEBUG tempest.lib.common.rest_client [req-98a5d9ca-cd73-40b5-80e6-b5618cfb3a4a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98a5d9ca-cd73-40b5-80e6-b5618cfb3a4a'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://192.30.9.4:35357/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://192.30.9.4:35357/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://192.30.9.4:35357/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://192.30.9.4:35357/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://192.30.9.4:35357/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://192.30.9.4:35357/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:52.238 63 INFO tempest.lib.common.rest_client [req-7e0b3f21-7f02-4f62-bfc4-c67eb95001ba ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/f9029491474e4fcf9a7c70d225ab2c66/users/c4dbd00cd58e43d3bafb89126fac9640/roles/2bb5b968af6a4dddaec5cfd10c00d91e 0.237s 2018-08-20 20:30:52.238 63 DEBUG tempest.lib.common.rest_client [req-7e0b3f21-7f02-4f62-bfc4-c67eb95001ba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/f9029491474e4fcf9a7c70d225ab2c66/users/c4dbd00cd58e43d3bafb89126fac9640/roles/2bb5b968af6a4dddaec5cfd10c00d91e', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:52 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-7e0b3f21-7f02-4f62-bfc4-c67eb95001ba'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:52.239 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-67119031', 'project_name': u'tempest-TestBGPVPNBasic-67119031', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'f9029491474e4fcf9a7c70d225ab2c66', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-67119031', 'user_id': u'c4dbd00cd58e43d3bafb89126fac9640', 'project_id': u'f9029491474e4fcf9a7c70d225ab2c66', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:52.240 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-67119031', 'project_name': u'tempest-TestBGPVPNBasic-67119031', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'f9029491474e4fcf9a7c70d225ab2c66', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-67119031', 'user_id': u'c4dbd00cd58e43d3bafb89126fac9640', 'project_id': u'f9029491474e4fcf9a7c70d225ab2c66', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:52.639 63 INFO tempest.lib.common.rest_client [req-dd98a1aa-6c38-45a0-95cb-649b74f3d857 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:30:52.639 63 DEBUG tempest.lib.common.rest_client [req-dd98a1aa-6c38-45a0-95cb-649b74f3d857 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9038', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd98a1aa-6c38-45a0-95cb-649b74f3d857'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T21:30:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9029491474e4fcf9a7c70d225ab2c66", "name": "tempest-TestBGPVPNBasic-67119031"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_f9029491474e4fcf9a7c70d225ab2c66", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_f9029491474e4fcf9a7c70d225ab2c66", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:52.857 63 INFO tempest.lib.common.rest_client [req-79b1888f-973c-4ac5-952b-b87ffa48f194 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.216s 2018-08-20 20:30:52.858 63 DEBUG tempest.lib.common.rest_client [req-79b1888f-973c-4ac5-952b-b87ffa48f194 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-886083918-desc", "name": "tempest-TestBGPVPNBasic-886083918", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '345', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-79b1888f-973c-4ac5-952b-b87ffa48f194'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-886083918-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/95e9a3b8a0d84525b537f790adf52ac9"}, "tags": [], "enabled": true, "id": "95e9a3b8a0d84525b537f790adf52ac9", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-886083918"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:53.331 63 INFO tempest.lib.common.rest_client [req-020a2013-1ba2-48bb-a4f4-c6b91140b179 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.472s 2018-08-20 20:30:53.332 63 DEBUG tempest.lib.common.rest_client [req-020a2013-1ba2-48bb-a4f4-c6b91140b179 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "Y2~OJTH&Cox5O1O", "project_id": "95e9a3b8a0d84525b537f790adf52ac9", "name": "tempest-TestBGPVPNBasic-886083918", "email": "tempest-TestBGPVPNBasic-451060696@example.com"}} Response - Headers: {'status': '201', u'content-length': '378', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-020a2013-1ba2-48bb-a4f4-c6b91140b179'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-886083918", "links": {"self": "http://192.30.9.4:35357/v3/users/fb3b0c49b9664ba08b7bfb395d65a59d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb3b0c49b9664ba08b7bfb395d65a59d", "project_id": "95e9a3b8a0d84525b537f790adf52ac9", "email": "tempest-TestBGPVPNBasic-451060696@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:53.516 63 INFO tempest.lib.common.rest_client [req-57202db7-b539-46a1-8876-e9cf99e51a48 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.183s 2018-08-20 20:30:53.517 63 DEBUG tempest.lib.common.rest_client [req-57202db7-b539-46a1-8876-e9cf99e51a48 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57202db7-b539-46a1-8876-e9cf99e51a48'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://192.30.9.4:35357/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://192.30.9.4:35357/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://192.30.9.4:35357/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://192.30.9.4:35357/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://192.30.9.4:35357/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://192.30.9.4:35357/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:53.695 63 INFO tempest.lib.common.rest_client [req-6fd5a0db-2630-494a-a13e-2c6ebe838583 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.177s 2018-08-20 20:30:53.696 63 DEBUG tempest.lib.common.rest_client [req-6fd5a0db-2630-494a-a13e-2c6ebe838583 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6fd5a0db-2630-494a-a13e-2c6ebe838583'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "09aa690d83fc44e49dc9ac63b521a3ef", "links": {"self": "http://192.30.9.4:35357/v3/roles/09aa690d83fc44e49dc9ac63b521a3ef"}, "name": "swiftoperator"}, {"domain_id": null, "id": "0b1108172d284ccbb970dd9eb7ccff69", "links": {"self": "http://192.30.9.4:35357/v3/roles/0b1108172d284ccbb970dd9eb7ccff69"}, "name": "member"}, {"domain_id": null, "id": "2bb5b968af6a4dddaec5cfd10c00d91e", "links": {"self": "http://192.30.9.4:35357/v3/roles/2bb5b968af6a4dddaec5cfd10c00d91e"}, "name": "admin"}, {"domain_id": null, "id": "8c6a5936cbf1472c98f0ee9b58a1fbba", "links": {"self": "http://192.30.9.4:35357/v3/roles/8c6a5936cbf1472c98f0ee9b58a1fbba"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "94247520886644678983ea7e03ba32f2", "links": {"self": "http://192.30.9.4:35357/v3/roles/94247520886644678983ea7e03ba32f2"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e254437e436f418898bd004ffb1d92b3", "links": {"self": "http://192.30.9.4:35357/v3/roles/e254437e436f418898bd004ffb1d92b3"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:53.855 63 INFO tempest.lib.common.rest_client [req-a66497dd-f12d-4410-b7e8-0a4bb16a9f74 ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/95e9a3b8a0d84525b537f790adf52ac9/users/fb3b0c49b9664ba08b7bfb395d65a59d/roles/0b1108172d284ccbb970dd9eb7ccff69 0.158s 2018-08-20 20:30:53.856 63 DEBUG tempest.lib.common.rest_client [req-a66497dd-f12d-4410-b7e8-0a4bb16a9f74 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/95e9a3b8a0d84525b537f790adf52ac9/users/fb3b0c49b9664ba08b7bfb395d65a59d/roles/0b1108172d284ccbb970dd9eb7ccff69', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:53 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-a66497dd-f12d-4410-b7e8-0a4bb16a9f74'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:53.857 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-886083918', 'project_name': u'tempest-TestBGPVPNBasic-886083918', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'95e9a3b8a0d84525b537f790adf52ac9', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-886083918', 'user_id': u'fb3b0c49b9664ba08b7bfb395d65a59d', 'project_id': u'95e9a3b8a0d84525b537f790adf52ac9', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:53.857 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-886083918', 'project_name': u'tempest-TestBGPVPNBasic-886083918', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'95e9a3b8a0d84525b537f790adf52ac9', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-886083918', 'user_id': u'fb3b0c49b9664ba08b7bfb395d65a59d', 'project_id': u'95e9a3b8a0d84525b537f790adf52ac9', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-20 20:30:54.278 63 INFO tempest.lib.common.rest_client [req-fcdabafb-1899-4705-824a-ff751ad6f991 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 20:30:54.279 63 DEBUG tempest.lib.common.rest_client [req-fcdabafb-1899-4705-824a-ff751ad6f991 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8979', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 20:30:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fcdabafb-1899-4705-824a-ff751ad6f991'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T21:30:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95e9a3b8a0d84525b537f790adf52ac9", "name": "tempest-TestBGPVPNBasic-886083918"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_95e9a3b8a0d84525b537f790adf52ac9", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_95e9a3b8a0d84525b537f790adf52ac9", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regionOne", "url": "http://172.30.9.2 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:54.942 63 INFO tempest.lib.common.rest_client [req-c924715e-173c-46c5-9539-f4a16d5c6dd8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.658s 2018-08-20 20:30:54.943 63 DEBUG tempest.lib.common.rest_client [req-c924715e-173c-46c5-9539-f4a16d5c6dd8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-780025396 description", "name": "tempest-secgroup-smoke-780025396"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:30:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c924715e-173c-46c5-9539-f4a16d5c6dd8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-780025396 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:54Z", "updated_at": "2018-08-20T20:30:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:54Z", "revision_number": 0, "id": "1a29a2ca-21d4-490d-889e-e813e1a545ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:54Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:54Z", "revision_number": 0, "id": "53cfc295-ca47-4c27-a8c1-c26a1e6bb482", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:54Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e66da639-8b64-4f46-9798-b44645f5a165", "name": "tempest-secgroup-smoke-780025396"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:55.408 63 INFO tempest.lib.common.rest_client [req-477f03d9-57bf-46aa-8db8-4008175d2b98 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.464s 2018-08-20 20:30:55.409 63 DEBUG tempest.lib.common.rest_client [req-477f03d9-57bf-46aa-8db8-4008175d2b98 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-477f03d9-57bf-46aa-8db8-4008175d2b98'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:30:55Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ae144c69-9aef-4b97-ab21-8e49dc2e191b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:55.851 63 INFO tempest.lib.common.rest_client [req-afaf8915-2a7a-47bb-b186-074a9695976d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.442s 2018-08-20 20:30:55.852 63 DEBUG tempest.lib.common.rest_client [req-afaf8915-2a7a-47bb-b186-074a9695976d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afaf8915-2a7a-47bb-b186-074a9695976d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:30:55Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "21eed4f8-8135-40f7-93f8-b3c073eb21df"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:56.342 63 INFO tempest.lib.common.rest_client [req-a616391b-b703-4557-b241-8e9bbb1f3f50 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.489s 2018-08-20 20:30:56.343 63 DEBUG tempest.lib.common.rest_client [req-a616391b-b703-4557-b241-8e9bbb1f3f50 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a616391b-b703-4557-b241-8e9bbb1f3f50'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:30:56Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f9f3b52c-a66c-481b-bd30-874c24df341b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:56.797 63 INFO tempest.lib.common.rest_client [req-9df19e6e-630c-496a-9d6a-0f11e9fb5f08 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.453s 2018-08-20 20:30:56.798 63 DEBUG tempest.lib.common.rest_client [req-9df19e6e-630c-496a-9d6a-0f11e9fb5f08 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9df19e6e-630c-496a-9d6a-0f11e9fb5f08'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:30:56Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "efeca2f9-7767-4058-ba58-21ae589a41cf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:57.271 63 INFO tempest.lib.common.rest_client [req-60d41b2d-90f8-4524-a6bc-e0d02bf1a12f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.472s 2018-08-20 20:30:57.271 63 DEBUG tempest.lib.common.rest_client [req-60d41b2d-90f8-4524-a6bc-e0d02bf1a12f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-60d41b2d-90f8-4524-a6bc-e0d02bf1a12f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:57Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "37c6ce36-1c5e-4fcb-8312-439538409652"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:57.474 63 INFO tempest.lib.common.rest_client [req-70af15b2-86f4-4713-9c46-c73bd6dfff64 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-20 20:30:57.475 63 DEBUG tempest.lib.common.rest_client [req-70af15b2-86f4-4713-9c46-c73bd6dfff64 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70af15b2-86f4-4713-9c46-c73bd6dfff64'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:57Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "06c3a201-1040-478a-9035-940f6cb7a536"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:57.845 63 INFO tempest.lib.common.rest_client [req-f221ab6c-c315-49d9-aee6-50313619af8c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.370s 2018-08-20 20:30:57.846 63 DEBUG tempest.lib.common.rest_client [req-f221ab6c-c315-49d9-aee6-50313619af8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f221ab6c-c315-49d9-aee6-50313619af8c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:57Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bba55164-51e4-4650-a717-40e707e5d778"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:58.298 63 INFO tempest.lib.common.rest_client [req-6dcde3ff-7afe-409d-9f43-e59a275ef504 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.451s 2018-08-20 20:30:58.298 63 DEBUG tempest.lib.common.rest_client [req-6dcde3ff-7afe-409d-9f43-e59a275ef504 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6dcde3ff-7afe-409d-9f43-e59a275ef504'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:58Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:58Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "cd5eb1d7-0e8c-4e6c-9517-92ac025615d9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:58.873 63 INFO tempest.lib.common.rest_client [req-49492147-a1d4-4e10-b5a1-32b6f8742d51 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.574s 2018-08-20 20:30:58.874 63 DEBUG tempest.lib.common.rest_client [req-49492147-a1d4-4e10-b5a1-32b6f8742d51 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1274864626"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:30:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49492147-a1d4-4e10-b5a1-32b6f8742d51'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"8592f7c1-d822-47f4-b541-844dd52c914e","name":"tempest-A-1274864626"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:30:59.484 63 INFO tempest.lib.common.rest_client [req-db28d233-86cd-45b5-8f3b-987213227597 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.609s 2018-08-20 20:30:59.484 63 DEBUG tempest.lib.common.rest_client [req-db28d233-86cd-45b5-8f3b-987213227597 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "name": "tempest-subnet-A-1-1643723052"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:30:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db28d233-86cd-45b5-8f3b-987213227597'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8592f7c1-d822-47f4-b541-844dd52c914e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:30:59Z","dns_nameservers":[],"updated_at":"2018-08-20T20:30:59Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"47760ed0-4826-45c1-95bf-82416edda5f0","subnetpool_id":null,"name":"tempest-subnet-A-1-1643723052"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:00.101 63 INFO tempest.lib.common.rest_client [req-27232b47-c240-49a4-8ae1-8a2b97ed8d96 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.615s 2018-08-20 20:31:00.102 63 DEBUG tempest.lib.common.rest_client [req-27232b47-c240-49a4-8ae1-8a2b97ed8d96 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1368629416"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:31:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27232b47-c240-49a4-8ae1-8a2b97ed8d96'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:30:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"0b99f611-2583-4b18-91f8-05e070777168","name":"tempest-B-1368629416"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:01.185 63 INFO tempest.lib.common.rest_client [req-abafc613-4733-4af6-8167-9aee469302a0 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.082s 2018-08-20 20:31:01.186 63 DEBUG tempest.lib.common.rest_client [req-abafc613-4733-4af6-8167-9aee469302a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "0b99f611-2583-4b18-91f8-05e070777168", "name": "tempest-subnet-B-1-1059101111"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:31:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abafc613-4733-4af6-8167-9aee469302a0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b99f611-2583-4b18-91f8-05e070777168","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:31:00Z","dns_nameservers":[],"updated_at":"2018-08-20T20:31:00Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"b3e48db3-4d65-46fd-9367-674c6ceed95c","subnetpool_id":null,"name":"tempest-subnet-B-1-1059101111"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:01.657 63 INFO tempest.lib.common.rest_client [req-2981aef6-3013-47a8-b288-7636c7569d90 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.470s 2018-08-20 20:31:01.657 63 DEBUG tempest.lib.common.rest_client [req-2981aef6-3013-47a8-b288-7636c7569d90 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1915398023"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2981aef6-3013-47a8-b288-7636c7569d90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2981aef6-3013-47a8-b288-7636c7569d90'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD1O+3ErG+GMD/EuE0UJblmGctsdmA3X/1jtSoRvF9Z/3TPa07T5clq/F2ee5wd7aC/pI/DGa+HKFPhACT21MM0ggS5jXSZ53XJSLMZ+tUIK2vPRJmlj6auVRcypV0GvDK16TXaG/QXxs9fy3CfxQcvYYfRxcocfUClegYJ8HUXlrNH/zUhfBc+WhE8z+6G9JlXWNHmb54GVHPdvdOn/SM/35C5shoEwQC9F7kPD/JZkAVTSS8PoS5EzwyVhli5itIwT0YmLL0b+exiQ9a1ozux7YrWfhOD8hEtRVwYoFSTM4OtjCXqiNPMnGAlAAIj0Qt1PhSUx9OevE9B9y7sGEuh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA9TvtxKxvhjA/xLhNFCW5ZhnLbHZgN1/9Y7UqEbxfWf90z2tO\n0+XJavxdnnucHe2gv6SPwxmvhyhT4QAk9tTDNIIEuY10med1yUizGfrVCCtrz0SZ\npY+mrlUXMqVdBrwytek12hv0F8bPX8twn8UHL2GH0cXKHH1ApXoGCfB1F5azR/81\nIXwXPloRPM/uhvSZV1jR5m+eBlRz3b3Tp/0jP9+QubIaBMEAvRe5Dw/yWZAFU0kv\nD6EuRM8MlYZYuYrSME9GJiy9G/nsYkPWtaM7se2K1n4Tg/IRLUVcGKBUkzODrYwl\n6ojTzJxgJQACI9ELdT4UlMfTnrxPQfcu7BhLoQIDAQABAoIBAQCS/11C6une0cUn\nsiHh1csQPJ4HYd3C07MbtViGURgG5m2qd3RE6BSYILYtbYLjHbGhro7OL/NbXP0K\nff+qRVbNfrI+V2BxcKDWCtHw3L4dq4lwMHq5FyaekTrajOz6QI1VJXm2R9NE/VMI\n5PWZj40DBb9YKus/sISzrDU6d/x4KhzRbZ7Q28QmCXAmSTvsPA3PfZsI//Cy2jZI\ncsSYtARwwTzBYWJaEqoY8VxLVQEkiJwNGwcKxUqi2nRcBUTAo9Nqye/l29YW2rAe\nniQCn6aA6cThr1kcpbKxy/Z2Eu9qPPxv0s9JcYYM/EFlP2SICQMG0wL4JXfsIXMy\nQRsziXXBAoGBAP/3hcBxJGVUA5QcjhX2Z/WgN+Wom9kcsYifw1AiCpvzAt1GXwjs\nYZI9GQA/y83TuyOQF7Tqjt4NVj8lI64WkZbNNayDNtWQCUtE4dgo0S5adGLHHKfX\nRxcpt2dZrS8iQwDP4zPb4fbFd2tJFnCKoPD6t/KVY+7hgJ/781Swdh69AoGBAPVE\nDQRnZDNMVoAmynj+tPouYxblQnaDH6PhaMTFd7iqU3NV7vkKDjusNR1lZrrdZ2X8\ns8HKR4g7m/9d0L2gcPtFttD6Ll10UY03q1QfKRtwpt2XZP/jn78HSnEfVb8YmOJK\nViNE8XgiQ8Bt5/4/Z42dpgAkgZU5xTdlKaO5N9C1AoGAfPpfXRIhQjReNvAmVATm\nx6B+Cm1kAwMmj93p4HNumKxzxpS4jEPWdC/OyDdeDFaINhoB6TzpmvQKG3TH0hWE\n6oux3FSI7oeQcibk2sU7NZXG4//yNuU++clNmnHHxI7HBlt6xPRkhTfvUfvyr+qQ\nIHlaXWCh1Z5XTkYXjk9GrUUCgYAW0jgr2rr2EvpRfkqEq56HUN2jeb2PbW/6PbUT\n6hPTuPV+29Yakhb08ncWvyKp7IP8d2D6fSnewT0oq8AKhO0+VCRImZ7Kz1HvQ+jL\nMQMQLJE6OSYKsVFh4vnIQNQnrdA77hLJwVZ+iSGovBFEFP47rRmPFdaA3hk9qEoR\nk+BfqQKBgQCVSyB9UxUCaFB4x7AaMXN2lmeXhEk3h9JvfxBCaHYnudaayE7sDxoJ\nurivczHj+g62YrouQr/eNDLs/d0Ev4No+ttn3YIx3Z19KATDZD+uAPhdu6aJOzJi\n6nO7gIToMhXYq3Upow6z80aW1bMrtMRHPKA6+FgnbIlRIngx46wZRQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1915398023", "fingerprint": "1f:02:87:2e:87:9f:ce:fa:e6:b7:84:ed:50:92:76:06"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:02.576 63 INFO tempest.lib.common.rest_client [req-057d1854-6905-4f49-a6e4-7996a0deb59b ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 0.912s 2018-08-20 20:31:02.576 63 DEBUG tempest.lib.common.rest_client [req-057d1854-6905-4f49-a6e4-7996a0deb59b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1847574499", "security_groups": ["e66da639-8b64-4f46-9798-b44645f5a165"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:31:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-057d1854-6905-4f49-a6e4-7996a0deb59b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:31:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8592f7c1-d822-47f4-b541-844dd52c914e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:31:02Z","name":"tempest-port-smoke-1847574499","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3e:77:87","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"47760ed0-4826-45c1-95bf-82416edda5f0","ip_address":"10.101.11.10"}],"id":"59873c39-d21a-4294-8369-fe293ebff023","security_groups":["e66da639-8b64-4f46-9798-b44645f5a165"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:05.583 63 INFO tempest.lib.common.rest_client [req-2c4c5f83-15bf-4416-8503-dc6a19d80965 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 3.006s 2018-08-20 20:31:05.584 63 DEBUG tempest.lib.common.rest_client [req-2c4c5f83-15bf-4416-8503-dc6a19d80965 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1915398023", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "8592f7c1-d822-47f4-b541-844dd52c914e", "port": "59873c39-d21a-4294-8369-fe293ebff023"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-2c4c5f83-15bf-4416-8503-dc6a19d80965', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2c4c5f83-15bf-4416-8503-dc6a19d80965'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "adminPass": "e52CSdoAqHdc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:05.909 63 INFO tempest.lib.common.rest_client [req-51350156-8d6f-453c-aff2-048b7f62361f ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.321s 2018-08-20 20:31:05.910 63 DEBUG tempest.lib.common.rest_client [req-51350156-8d6f-453c-aff2-048b7f62361f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-51350156-8d6f-453c-aff2-048b7f62361f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51350156-8d6f-453c-aff2-048b7f62361f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:07.533 63 INFO tempest.lib.common.rest_client [req-763987ab-d9a0-4dc6-996d-0d346b37174d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.608s 2018-08-20 20:31:07.533 63 DEBUG tempest.lib.common.rest_client [req-763987ab-d9a0-4dc6-996d-0d346b37174d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-763987ab-d9a0-4dc6-996d-0d346b37174d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-763987ab-d9a0-4dc6-996d-0d346b37174d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:08.918 63 INFO tempest.lib.common.rest_client [req-29bb64a5-d5d8-4144-afa6-3905d78f6c3d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.369s 2018-08-20 20:31:08.918 63 DEBUG tempest.lib.common.rest_client [req-29bb64a5-d5d8-4144-afa6-3905d78f6c3d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-29bb64a5-d5d8-4144-afa6-3905d78f6c3d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29bb64a5-d5d8-4144-afa6-3905d78f6c3d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:08.931 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:31:11.248 63 INFO tempest.lib.common.rest_client [req-7a57ac28-de9f-4a42-81a0-8908b6f4f303 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 1.315s 2018-08-20 20:31:11.248 63 DEBUG tempest.lib.common.rest_client [req-7a57ac28-de9f-4a42-81a0-8908b6f4f303 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-7a57ac28-de9f-4a42-81a0-8908b6f4f303', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a57ac28-de9f-4a42-81a0-8908b6f4f303'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:12.919 63 INFO tempest.lib.common.rest_client [req-11f9662d-6153-4074-bb52-e8d57a94cfd6 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.657s 2018-08-20 20:31:12.919 63 DEBUG tempest.lib.common.rest_client [req-11f9662d-6153-4074-bb52-e8d57a94cfd6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-11f9662d-6153-4074-bb52-e8d57a94cfd6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11f9662d-6153-4074-bb52-e8d57a94cfd6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:14.651 63 INFO tempest.lib.common.rest_client [req-da79d0fe-0f1f-4ac4-a3a7-09fd3372987f ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.719s 2018-08-20 20:31:14.652 63 DEBUG tempest.lib.common.rest_client [req-da79d0fe-0f1f-4ac4-a3a7-09fd3372987f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-da79d0fe-0f1f-4ac4-a3a7-09fd3372987f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da79d0fe-0f1f-4ac4-a3a7-09fd3372987f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:16.579 63 INFO tempest.lib.common.rest_client [req-07dffbf2-f80f-4a25-b701-50a660414466 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.912s 2018-08-20 20:31:16.580 63 DEBUG tempest.lib.common.rest_client [req-07dffbf2-f80f-4a25-b701-50a660414466 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-07dffbf2-f80f-4a25-b701-50a660414466', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-07dffbf2-f80f-4a25-b701-50a660414466'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:14Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:16.592 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 20:31:17.521 63 INFO tempest.lib.common.rest_client [req-211985cf-9f49-47bc-9885-a40218141daf ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.928s 2018-08-20 20:31:17.521 63 DEBUG tempest.lib.common.rest_client [req-211985cf-9f49-47bc-9885-a40218141daf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-211985cf-9f49-47bc-9885-a40218141daf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-211985cf-9f49-47bc-9885-a40218141daf'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:14Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:17.533 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c2cce5b1-390f-4095-b7ab-96dba9bbe712 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:31:18.772 63 INFO tempest.lib.common.rest_client [req-97cdc4db-3c2a-4b64-b20a-1e4339994ce9 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 1.237s 2018-08-20 20:31:18.772 63 DEBUG tempest.lib.common.rest_client [req-97cdc4db-3c2a-4b64-b20a-1e4339994ce9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0b99f611-2583-4b18-91f8-05e070777168", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-103068718", "security_groups": ["e66da639-8b64-4f46-9798-b44645f5a165"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:31:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97cdc4db-3c2a-4b64-b20a-1e4339994ce9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:31:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0b99f611-2583-4b18-91f8-05e070777168","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:31:18Z","name":"tempest-port-smoke-103068718","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:24:d8:24","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"b3e48db3-4d65-46fd-9367-674c6ceed95c","ip_address":"10.102.21.20"}],"id":"d0af2d91-ff73-4478-be12-e92aee969efc","security_groups":["e66da639-8b64-4f46-9798-b44645f5a165"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:21.178 63 INFO tempest.lib.common.rest_client [req-7149025c-73d2-43ab-b8da-7cdc1a4c2532 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 2.404s 2018-08-20 20:31:21.179 63 DEBUG tempest.lib.common.rest_client [req-7149025c-73d2-43ab-b8da-7cdc1a4c2532 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1915398023", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "0b99f611-2583-4b18-91f8-05e070777168", "port": "d0af2d91-ff73-4478-be12-e92aee969efc"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-7149025c-73d2-43ab-b8da-7cdc1a4c2532', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7149025c-73d2-43ab-b8da-7cdc1a4c2532'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "adminPass": "JEhmrBKujrE2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:21.247 63 INFO tempest.lib.common.rest_client [req-c39b7e56-9c54-4628-9c14-5ba502ecef21 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.061s 2018-08-20 20:31:21.248 63 DEBUG tempest.lib.common.rest_client [req-c39b7e56-9c54-4628-9c14-5ba502ecef21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-c39b7e56-9c54-4628-9c14-5ba502ecef21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c39b7e56-9c54-4628-9c14-5ba502ecef21'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:22.841 63 INFO tempest.lib.common.rest_client [req-d7ef7527-39dc-426b-9dc3-fd2029a8a767 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.578s 2018-08-20 20:31:22.841 63 DEBUG tempest.lib.common.rest_client [req-d7ef7527-39dc-426b-9dc3-fd2029a8a767 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-d7ef7527-39dc-426b-9dc3-fd2029a8a767', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7ef7527-39dc-426b-9dc3-fd2029a8a767'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:24.471 63 INFO tempest.lib.common.rest_client [req-c6ac7349-ed85-4580-916d-a2287531bf6d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.616s 2018-08-20 20:31:24.471 63 DEBUG tempest.lib.common.rest_client [req-c6ac7349-ed85-4580-916d-a2287531bf6d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-c6ac7349-ed85-4580-916d-a2287531bf6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c6ac7349-ed85-4580-916d-a2287531bf6d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:23Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:24.484 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 20:31:26.198 63 INFO tempest.lib.common.rest_client [req-06dd7ca7-3c4f-411b-bbff-5a9c50d90eac ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.712s 2018-08-20 20:31:26.199 63 DEBUG tempest.lib.common.rest_client [req-06dd7ca7-3c4f-411b-bbff-5a9c50d90eac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-06dd7ca7-3c4f-411b-bbff-5a9c50d90eac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-06dd7ca7-3c4f-411b-bbff-5a9c50d90eac'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:26.211 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 20:31:27.930 63 INFO tempest.lib.common.rest_client [req-20baebaf-5393-46dc-a823-62a2967f0067 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.717s 2018-08-20 20:31:27.930 63 DEBUG tempest.lib.common.rest_client [req-20baebaf-5393-46dc-a823-62a2967f0067 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-20baebaf-5393-46dc-a823-62a2967f0067', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-20baebaf-5393-46dc-a823-62a2967f0067'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:29.659 63 INFO tempest.lib.common.rest_client [req-d7aab067-a1ef-402f-832d-a05585a9cdb5 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.714s 2018-08-20 20:31:29.660 63 DEBUG tempest.lib.common.rest_client [req-d7aab067-a1ef-402f-832d-a05585a9cdb5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-d7aab067-a1ef-402f-832d-a05585a9cdb5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7aab067-a1ef-402f-832d-a05585a9cdb5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:32.125 63 INFO tempest.lib.common.rest_client [req-761283a9-2e9f-497d-9661-81f93cbd5164 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 1.440s 2018-08-20 20:31:32.125 63 DEBUG tempest.lib.common.rest_client [req-761283a9-2e9f-497d-9661-81f93cbd5164 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-761283a9-2e9f-497d-9661-81f93cbd5164', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-761283a9-2e9f-497d-9661-81f93cbd5164'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:30Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:32.138 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 20:31:32.932 63 INFO tempest.lib.common.rest_client [req-2ee6cae3-b180-4a88-b0ed-6b107dca75ed ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.793s 2018-08-20 20:31:32.932 63 DEBUG tempest.lib.common.rest_client [req-2ee6cae3-b180-4a88-b0ed-6b107dca75ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-2ee6cae3-b180-4a88-b0ed-6b107dca75ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2ee6cae3-b180-4a88-b0ed-6b107dca75ed'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:30Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:32.944 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: d2d9d428-4648-4fa1-8308-05183e44b973 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:31:33.324 63 INFO tempest.lib.common.rest_client [req-a2a4ab88-347a-42e7-84db-4a3cf3c93daa ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.379s 2018-08-20 20:31:33.325 63 DEBUG tempest.lib.common.rest_client [req-a2a4ab88-347a-42e7-84db-4a3cf3c93daa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:31:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2a4ab88-347a-42e7-84db-4a3cf3c93daa'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "5fccd604-2a88-4736-99a1-b4a6c766144d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:33.845 63 INFO tempest.lib.common.rest_client [req-3ea7a333-5a3a-4aed-b9ce-cb2fb58a9ef8 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations 0.519s 2018-08-20 20:31:33.845 63 DEBUG tempest.lib.common.rest_client [req-3ea7a333-5a3a-4aed-b9ce-cb2fb58a9ef8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations', u'date': 'Mon, 20 Aug 2018 20:31:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ea7a333-5a3a-4aed-b9ce-cb2fb58a9ef8'} Body: {"network_association": {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "id": "0bd84fd7-2e49-435e-acaa-821f5eb7476c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:34.143 63 INFO tempest.lib.common.rest_client [req-4d509a96-4d3c-47be-8fe2-7397fa0f5f73 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations 0.297s 2018-08-20 20:31:34.144 63 DEBUG tempest.lib.common.rest_client [req-4d509a96-4d3c-47be-8fe2-7397fa0f5f73 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0b99f611-2583-4b18-91f8-05e070777168"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations', u'date': 'Mon, 20 Aug 2018 20:31:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d509a96-4d3c-47be-8fe2-7397fa0f5f73'} Body: {"network_association": {"network_id": "0b99f611-2583-4b18-91f8-05e070777168", "id": "e39aaa83-31d4-4c33-b91c-f19da92d0860"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:34.144 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 20:31:34.318 63 INFO tempest.lib.common.rest_client [req-25ff9151-b7b0-4d29-9560-648690693e57 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/routers 0.173s 2018-08-20 20:31:34.319 63 DEBUG tempest.lib.common.rest_client [req-25ff9151-b7b0-4d29-9560-648690693e57 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1606587466", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:31:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25ff9151-b7b0-4d29-9560-648690693e57'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:31:34Z", "admin_state_up": true, "updated_at": "2018-08-20T20:31:34Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a", "name": "tempest-router--1606587466"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:35.782 63 INFO tempest.lib.common.rest_client [req-3043b0ba-f114-469c-8c66-71783583250d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a 1.463s 2018-08-20 20:31:35.783 63 DEBUG tempest.lib.common.rest_client [req-3043b0ba-f114-469c-8c66-71783583250d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a', u'date': 'Mon, 20 Aug 2018 20:31:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3043b0ba-f114-469c-8c66-71783583250d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:31:34Z", "admin_state_up": true, "updated_at": "2018-08-20T20:31:35Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a", "name": "tempest-router--1606587466"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:37.766 63 INFO tempest.lib.common.rest_client [req-f58a1ab1-4384-4520-a318-193464c2119d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/add_router_interface 1.982s 2018-08-20 20:31:37.766 63 DEBUG tempest.lib.common.rest_client [req-f58a1ab1-4384-4520-a318-193464c2119d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:31:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f58a1ab1-4384-4520-a318-193464c2119d'} Body: {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0", "subnet_ids": ["47760ed0-4826-45c1-95bf-82416edda5f0"], "port_id": "7c2c2e9b-b139-4343-b98d-7ac82dfd58e4", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:40.083 63 INFO tempest.lib.common.rest_client [req-9f73baa4-37f3-4ad3-a88e-a0577ba33aa4 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.316s 2018-08-20 20:31:40.084 63 DEBUG tempest.lib.common.rest_client [req-9f73baa4-37f3-4ad3-a88e-a0577ba33aa4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "59873c39-d21a-4294-8369-fe293ebff023"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:31:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f73baa4-37f3-4ad3-a88e-a0577ba33aa4'} Body: {"floatingip": {"router_id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:31:38Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "59873c39-d21a-4294-8369-fe293ebff023", "id": "0d38848e-b861-4429-b964-6bb9c9d5745b", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:31:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:31:40.087 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:31:42.090 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:31:42.158 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:31:42.188 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:31:42.302 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:31:42.303 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:31:42.306 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:31:42.368 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:31:42.370 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:31:47.377 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:31:47.378 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:32:57.398 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:32:57.398 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:32:57.401 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:32:57.463 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:32:57.466 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:33:02.472 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:33:02.473 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:34:12.487 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 20:34:12.488 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:34:12.488 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12.493 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12.596 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:34:12.622 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12.629 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 20:34:12.629 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:9d:0f:44 [ether] on eth0 2018-08-20 20:34:12.629 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:34:12.630 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12.632 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12.691 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:34:12.696 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12.705 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 20:34:12.706 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:34:12.706 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12.708 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12.767 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:34:12.772 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12.778 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:34:12.779 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12.781 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12.843 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:34:12.845 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12.850 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 20:34:12.851 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:9d:0f:44 [ether] on eth0 2018-08-20 20:34:12.851 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:34:12.852 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12.853 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12.915 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:34:12.917 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:17.924 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:34:17.924 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:35:27.954 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:35:27.955 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:35:27.959 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:35:28.062 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:35:28.087 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:35:33.096 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:35:33.097 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:36:43.168 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:36:44.440 63 INFO tempest.lib.common.rest_client [req-da77e07a-152e-4544-bb37-ef21602c1df8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/0d38848e-b861-4429-b964-6bb9c9d5745b 1.266s 2018-08-20 20:36:44.441 63 DEBUG tempest.lib.common.rest_client [req-da77e07a-152e-4544-bb37-ef21602c1df8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/0d38848e-b861-4429-b964-6bb9c9d5745b', u'date': 'Mon, 20 Aug 2018 20:36:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-da77e07a-152e-4544-bb37-ef21602c1df8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:46.476 63 INFO tempest.lib.common.rest_client [req-a14462e1-c0b8-4487-ab7b-44e43794c639 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/remove_router_interface 2.034s 2018-08-20 20:36:46.476 63 DEBUG tempest.lib.common.rest_client [req-a14462e1-c0b8-4487-ab7b-44e43794c639 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:36:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a14462e1-c0b8-4487-ab7b-44e43794c639'} Body: {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0", "subnet_ids": ["47760ed0-4826-45c1-95bf-82416edda5f0"], "port_id": "7c2c2e9b-b139-4343-b98d-7ac82dfd58e4", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:48.185 63 INFO tempest.lib.common.rest_client [req-492099ba-790f-4c22-8586-5923bd063c8c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a 1.707s 2018-08-20 20:36:48.185 63 DEBUG tempest.lib.common.rest_client [req-492099ba-790f-4c22-8586-5923bd063c8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a', u'date': 'Mon, 20 Aug 2018 20:36:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-492099ba-790f-4c22-8586-5923bd063c8c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:48.639 63 INFO tempest.lib.common.rest_client [req-4cb6398a-0b46-44a1-b2d5-5bd8fe21388c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.453s 2018-08-20 20:36:48.640 63 DEBUG tempest.lib.common.rest_client [req-4cb6398a-0b46-44a1-b2d5-5bd8fe21388c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-4cb6398a-0b46-44a1-b2d5-5bd8fe21388c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4cb6398a-0b46-44a1-b2d5-5bd8fe21388c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:49.748 63 INFO tempest.lib.common.rest_client [req-583cb8db-742c-4475-8cc1-92f771956ad1 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 1.107s 2018-08-20 20:36:49.749 63 DEBUG tempest.lib.common.rest_client [req-583cb8db-742c-4475-8cc1-92f771956ad1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-583cb8db-742c-4475-8cc1-92f771956ad1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-583cb8db-742c-4475-8cc1-92f771956ad1'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:48Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:51.309 63 INFO tempest.lib.common.rest_client [req-55f71bd0-bcc3-451c-a198-ddf37f135ab6 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.550s 2018-08-20 20:36:51.310 63 DEBUG tempest.lib.common.rest_client [req-55f71bd0-bcc3-451c-a198-ddf37f135ab6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-55f71bd0-bcc3-451c-a198-ddf37f135ab6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55f71bd0-bcc3-451c-a198-ddf37f135ab6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:49Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:52.383 63 INFO tempest.lib.common.rest_client [req-08ee3d24-ddd5-4851-ace4-08622ebbd8e0 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.058s 2018-08-20 20:36:52.384 63 DEBUG tempest.lib.common.rest_client [req-08ee3d24-ddd5-4851-ace4-08622ebbd8e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-08ee3d24-ddd5-4851-ace4-08622ebbd8e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-08ee3d24-ddd5-4851-ace4-08622ebbd8e0'} Body: {"itemNotFound": {"message": "Instance d2d9d428-4648-4fa1-8308-05183e44b973 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:53.691 63 INFO tempest.lib.common.rest_client [req-1b06131c-2a38-44b5-87c9-974fad915366 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d0af2d91-ff73-4478-be12-e92aee969efc 1.306s 2018-08-20 20:36:53.691 63 DEBUG tempest.lib.common.rest_client [req-1b06131c-2a38-44b5-87c9-974fad915366 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/d0af2d91-ff73-4478-be12-e92aee969efc', u'date': 'Mon, 20 Aug 2018 20:36:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b06131c-2a38-44b5-87c9-974fad915366'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:53.873 63 INFO tempest.lib.common.rest_client [req-df76821b-81b9-49b2-90e0-d9150a23637e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.180s 2018-08-20 20:36:53.873 63 DEBUG tempest.lib.common.rest_client [req-df76821b-81b9-49b2-90e0-d9150a23637e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-df76821b-81b9-49b2-90e0-d9150a23637e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df76821b-81b9-49b2-90e0-d9150a23637e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:54.747 63 INFO tempest.lib.common.rest_client [req-b96bb13a-1b53-4d83-b2d7-dc9926481663 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.873s 2018-08-20 20:36:54.748 63 DEBUG tempest.lib.common.rest_client [req-b96bb13a-1b53-4d83-b2d7-dc9926481663 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-b96bb13a-1b53-4d83-b2d7-dc9926481663', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b96bb13a-1b53-4d83-b2d7-dc9926481663'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:56.383 63 INFO tempest.lib.common.rest_client [req-a9796963-b32c-4ed0-b66e-c4c45b306862 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.615s 2018-08-20 20:36:56.383 63 DEBUG tempest.lib.common.rest_client [req-a9796963-b32c-4ed0-b66e-c4c45b306862 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-a9796963-b32c-4ed0-b66e-c4c45b306862', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a9796963-b32c-4ed0-b66e-c4c45b306862'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:54Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:57.448 63 INFO tempest.lib.common.rest_client [req-4b8d13b3-a1cb-4a32-90d2-af061fb8227c ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.051s 2018-08-20 20:36:57.449 63 DEBUG tempest.lib.common.rest_client [req-4b8d13b3-a1cb-4a32-90d2-af061fb8227c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-4b8d13b3-a1cb-4a32-90d2-af061fb8227c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:57 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4b8d13b3-a1cb-4a32-90d2-af061fb8227c'} Body: {"itemNotFound": {"message": "Instance c2cce5b1-390f-4095-b7ab-96dba9bbe712 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:58.605 63 INFO tempest.lib.common.rest_client [req-b5cd9ea5-6a5b-4062-a377-a73729444180 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/59873c39-d21a-4294-8369-fe293ebff023 1.155s 2018-08-20 20:36:58.606 63 DEBUG tempest.lib.common.rest_client [req-b5cd9ea5-6a5b-4062-a377-a73729444180 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/59873c39-d21a-4294-8369-fe293ebff023', u'date': 'Mon, 20 Aug 2018 20:36:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b5cd9ea5-6a5b-4062-a377-a73729444180'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:36:58.653 63 INFO tempest.lib.common.rest_client [req-665fee05-d8a2-4fdc-b06b-aafa05f1fbc0 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1915398023 0.045s 2018-08-20 20:36:58.653 63 DEBUG tempest.lib.common.rest_client [req-665fee05-d8a2-4fdc-b06b-aafa05f1fbc0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1915398023', u'x-compute-request-id': 'req-665fee05-d8a2-4fdc-b06b-aafa05f1fbc0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-665fee05-d8a2-4fdc-b06b-aafa05f1fbc0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:01.680 63 INFO tempest.lib.common.rest_client [req-31703d88-f4c9-4914-b018-e285de98f10f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b3e48db3-4d65-46fd-9367-674c6ceed95c 3.025s 2018-08-20 20:37:01.681 63 DEBUG tempest.lib.common.rest_client [req-31703d88-f4c9-4914-b018-e285de98f10f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/b3e48db3-4d65-46fd-9367-674c6ceed95c', u'date': 'Mon, 20 Aug 2018 20:37:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31703d88-f4c9-4914-b018-e285de98f10f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:03.395 63 INFO tempest.lib.common.rest_client [req-79874c0a-59a0-4b7d-b844-db231ab1d71a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0b99f611-2583-4b18-91f8-05e070777168 1.713s 2018-08-20 20:37:03.395 63 DEBUG tempest.lib.common.rest_client [req-79874c0a-59a0-4b7d-b844-db231ab1d71a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/0b99f611-2583-4b18-91f8-05e070777168', u'date': 'Mon, 20 Aug 2018 20:37:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79874c0a-59a0-4b7d-b844-db231ab1d71a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:05.853 63 INFO tempest.lib.common.rest_client [req-62867829-d599-48b7-9308-0d60b4607220 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/47760ed0-4826-45c1-95bf-82416edda5f0 2.456s 2018-08-20 20:37:05.854 63 DEBUG tempest.lib.common.rest_client [req-62867829-d599-48b7-9308-0d60b4607220 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/47760ed0-4826-45c1-95bf-82416edda5f0', u'date': 'Mon, 20 Aug 2018 20:37:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-62867829-d599-48b7-9308-0d60b4607220'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:07.722 63 INFO tempest.lib.common.rest_client [req-e60d0928-c1fb-4d8b-be5d-eba653f99593 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/8592f7c1-d822-47f4-b541-844dd52c914e 1.867s 2018-08-20 20:37:07.722 63 DEBUG tempest.lib.common.rest_client [req-e60d0928-c1fb-4d8b-be5d-eba653f99593 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/8592f7c1-d822-47f4-b541-844dd52c914e', u'date': 'Mon, 20 Aug 2018 20:37:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e60d0928-c1fb-4d8b-be5d-eba653f99593'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:08.209 63 INFO tempest.lib.common.rest_client [req-e65a8d3e-742f-4307-887a-6e0debe421ab ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/e66da639-8b64-4f46-9798-b44645f5a165 0.485s 2018-08-20 20:37:08.209 63 DEBUG tempest.lib.common.rest_client [req-e65a8d3e-742f-4307-887a-6e0debe421ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/e66da639-8b64-4f46-9798-b44645f5a165', u'date': 'Mon, 20 Aug 2018 20:37:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e65a8d3e-742f-4307-887a-6e0debe421ab'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [373.928917s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 83, in test_bgpvpn_basic self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:30:54,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.658s 2018-08-20 20:30:54,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-780025396 description", "name": "tempest-secgroup-smoke-780025396"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:30:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c924715e-173c-46c5-9539-f4a16d5c6dd8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-780025396 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:54Z", "updated_at": "2018-08-20T20:30:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:54Z", "revision_number": 0, "id": "1a29a2ca-21d4-490d-889e-e813e1a545ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:54Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:54Z", "revision_number": 0, "id": "53cfc295-ca47-4c27-a8c1-c26a1e6bb482", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:54Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e66da639-8b64-4f46-9798-b44645f5a165", "name": "tempest-secgroup-smoke-780025396"}} 2018-08-20 20:30:55,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.464s 2018-08-20 20:30:55,409 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-477f03d9-57bf-46aa-8db8-4008175d2b98'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:30:55Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ae144c69-9aef-4b97-ab21-8e49dc2e191b"}} 2018-08-20 20:30:55,851 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.442s 2018-08-20 20:30:55,852 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afaf8915-2a7a-47bb-b186-074a9695976d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:30:55Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "21eed4f8-8135-40f7-93f8-b3c073eb21df"}} 2018-08-20 20:30:56,342 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.489s 2018-08-20 20:30:56,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a616391b-b703-4557-b241-8e9bbb1f3f50'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:30:56Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f9f3b52c-a66c-481b-bd30-874c24df341b"}} 2018-08-20 20:30:56,797 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.453s 2018-08-20 20:30:56,798 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9df19e6e-630c-496a-9d6a-0f11e9fb5f08'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:30:56Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "efeca2f9-7767-4058-ba58-21ae589a41cf"}} 2018-08-20 20:30:57,271 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.472s 2018-08-20 20:30:57,271 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-60d41b2d-90f8-4524-a6bc-e0d02bf1a12f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:57Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "37c6ce36-1c5e-4fcb-8312-439538409652"}} 2018-08-20 20:30:57,474 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-20 20:30:57,475 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70af15b2-86f4-4713-9c46-c73bd6dfff64'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:57Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "06c3a201-1040-478a-9035-940f6cb7a536"}} 2018-08-20 20:30:57,845 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.370s 2018-08-20 20:30:57,846 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f221ab6c-c315-49d9-aee6-50313619af8c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:57Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bba55164-51e4-4650-a717-40e707e5d778"}} 2018-08-20 20:30:58,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.451s 2018-08-20 20:30:58,298 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6dcde3ff-7afe-409d-9f43-e59a275ef504'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:58Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:58Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "cd5eb1d7-0e8c-4e6c-9517-92ac025615d9"}} 2018-08-20 20:30:58,873 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.574s 2018-08-20 20:30:58,874 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1274864626"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:30:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49492147-a1d4-4e10-b5a1-32b6f8742d51'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"8592f7c1-d822-47f4-b541-844dd52c914e","name":"tempest-A-1274864626"}} 2018-08-20 20:30:59,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.609s 2018-08-20 20:30:59,484 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "name": "tempest-subnet-A-1-1643723052"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:30:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db28d233-86cd-45b5-8f3b-987213227597'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8592f7c1-d822-47f4-b541-844dd52c914e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:30:59Z","dns_nameservers":[],"updated_at":"2018-08-20T20:30:59Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"47760ed0-4826-45c1-95bf-82416edda5f0","subnetpool_id":null,"name":"tempest-subnet-A-1-1643723052"}} 2018-08-20 20:31:00,101 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.615s 2018-08-20 20:31:00,102 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1368629416"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:31:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27232b47-c240-49a4-8ae1-8a2b97ed8d96'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:30:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"0b99f611-2583-4b18-91f8-05e070777168","name":"tempest-B-1368629416"}} 2018-08-20 20:31:01,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.082s 2018-08-20 20:31:01,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "0b99f611-2583-4b18-91f8-05e070777168", "name": "tempest-subnet-B-1-1059101111"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:31:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abafc613-4733-4af6-8167-9aee469302a0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b99f611-2583-4b18-91f8-05e070777168","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:31:00Z","dns_nameservers":[],"updated_at":"2018-08-20T20:31:00Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"b3e48db3-4d65-46fd-9367-674c6ceed95c","subnetpool_id":null,"name":"tempest-subnet-B-1-1059101111"}} 2018-08-20 20:31:01,657 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.470s 2018-08-20 20:31:01,657 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1915398023"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2981aef6-3013-47a8-b288-7636c7569d90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2981aef6-3013-47a8-b288-7636c7569d90'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD1O+3ErG+GMD/EuE0UJblmGctsdmA3X/1jtSoRvF9Z/3TPa07T5clq/F2ee5wd7aC/pI/DGa+HKFPhACT21MM0ggS5jXSZ53XJSLMZ+tUIK2vPRJmlj6auVRcypV0GvDK16TXaG/QXxs9fy3CfxQcvYYfRxcocfUClegYJ8HUXlrNH/zUhfBc+WhE8z+6G9JlXWNHmb54GVHPdvdOn/SM/35C5shoEwQC9F7kPD/JZkAVTSS8PoS5EzwyVhli5itIwT0YmLL0b+exiQ9a1ozux7YrWfhOD8hEtRVwYoFSTM4OtjCXqiNPMnGAlAAIj0Qt1PhSUx9OevE9B9y7sGEuh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA9TvtxKxvhjA/xLhNFCW5ZhnLbHZgN1/9Y7UqEbxfWf90z2tO\n0+XJavxdnnucHe2gv6SPwxmvhyhT4QAk9tTDNIIEuY10med1yUizGfrVCCtrz0SZ\npY+mrlUXMqVdBrwytek12hv0F8bPX8twn8UHL2GH0cXKHH1ApXoGCfB1F5azR/81\nIXwXPloRPM/uhvSZV1jR5m+eBlRz3b3Tp/0jP9+QubIaBMEAvRe5Dw/yWZAFU0kv\nD6EuRM8MlYZYuYrSME9GJiy9G/nsYkPWtaM7se2K1n4Tg/IRLUVcGKBUkzODrYwl\n6ojTzJxgJQACI9ELdT4UlMfTnrxPQfcu7BhLoQIDAQABAoIBAQCS/11C6une0cUn\nsiHh1csQPJ4HYd3C07MbtViGURgG5m2qd3RE6BSYILYtbYLjHbGhro7OL/NbXP0K\nff+qRVbNfrI+V2BxcKDWCtHw3L4dq4lwMHq5FyaekTrajOz6QI1VJXm2R9NE/VMI\n5PWZj40DBb9YKus/sISzrDU6d/x4KhzRbZ7Q28QmCXAmSTvsPA3PfZsI//Cy2jZI\ncsSYtARwwTzBYWJaEqoY8VxLVQEkiJwNGwcKxUqi2nRcBUTAo9Nqye/l29YW2rAe\nniQCn6aA6cThr1kcpbKxy/Z2Eu9qPPxv0s9JcYYM/EFlP2SICQMG0wL4JXfsIXMy\nQRsziXXBAoGBAP/3hcBxJGVUA5QcjhX2Z/WgN+Wom9kcsYifw1AiCpvzAt1GXwjs\nYZI9GQA/y83TuyOQF7Tqjt4NVj8lI64WkZbNNayDNtWQCUtE4dgo0S5adGLHHKfX\nRxcpt2dZrS8iQwDP4zPb4fbFd2tJFnCKoPD6t/KVY+7hgJ/781Swdh69AoGBAPVE\nDQRnZDNMVoAmynj+tPouYxblQnaDH6PhaMTFd7iqU3NV7vkKDjusNR1lZrrdZ2X8\ns8HKR4g7m/9d0L2gcPtFttD6Ll10UY03q1QfKRtwpt2XZP/jn78HSnEfVb8YmOJK\nViNE8XgiQ8Bt5/4/Z42dpgAkgZU5xTdlKaO5N9C1AoGAfPpfXRIhQjReNvAmVATm\nx6B+Cm1kAwMmj93p4HNumKxzxpS4jEPWdC/OyDdeDFaINhoB6TzpmvQKG3TH0hWE\n6oux3FSI7oeQcibk2sU7NZXG4//yNuU++clNmnHHxI7HBlt6xPRkhTfvUfvyr+qQ\nIHlaXWCh1Z5XTkYXjk9GrUUCgYAW0jgr2rr2EvpRfkqEq56HUN2jeb2PbW/6PbUT\n6hPTuPV+29Yakhb08ncWvyKp7IP8d2D6fSnewT0oq8AKhO0+VCRImZ7Kz1HvQ+jL\nMQMQLJE6OSYKsVFh4vnIQNQnrdA77hLJwVZ+iSGovBFEFP47rRmPFdaA3hk9qEoR\nk+BfqQKBgQCVSyB9UxUCaFB4x7AaMXN2lmeXhEk3h9JvfxBCaHYnudaayE7sDxoJ\nurivczHj+g62YrouQr/eNDLs/d0Ev4No+ttn3YIx3Z19KATDZD+uAPhdu6aJOzJi\n6nO7gIToMhXYq3Upow6z80aW1bMrtMRHPKA6+FgnbIlRIngx46wZRQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1915398023", "fingerprint": "1f:02:87:2e:87:9f:ce:fa:e6:b7:84:ed:50:92:76:06"}} 2018-08-20 20:31:02,576 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 0.912s 2018-08-20 20:31:02,576 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1847574499", "security_groups": ["e66da639-8b64-4f46-9798-b44645f5a165"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:31:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-057d1854-6905-4f49-a6e4-7996a0deb59b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:31:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8592f7c1-d822-47f4-b541-844dd52c914e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:31:02Z","name":"tempest-port-smoke-1847574499","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3e:77:87","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"47760ed0-4826-45c1-95bf-82416edda5f0","ip_address":"10.101.11.10"}],"id":"59873c39-d21a-4294-8369-fe293ebff023","security_groups":["e66da639-8b64-4f46-9798-b44645f5a165"],"device_id":""}} 2018-08-20 20:31:05,583 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 3.006s 2018-08-20 20:31:05,584 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1915398023", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "8592f7c1-d822-47f4-b541-844dd52c914e", "port": "59873c39-d21a-4294-8369-fe293ebff023"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-2c4c5f83-15bf-4416-8503-dc6a19d80965', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2c4c5f83-15bf-4416-8503-dc6a19d80965'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "adminPass": "e52CSdoAqHdc"}} 2018-08-20 20:31:05,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.321s 2018-08-20 20:31:05,910 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-51350156-8d6f-453c-aff2-048b7f62361f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51350156-8d6f-453c-aff2-048b7f62361f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:07,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.608s 2018-08-20 20:31:07,533 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-763987ab-d9a0-4dc6-996d-0d346b37174d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-763987ab-d9a0-4dc6-996d-0d346b37174d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:08,918 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.369s 2018-08-20 20:31:08,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-29bb64a5-d5d8-4144-afa6-3905d78f6c3d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29bb64a5-d5d8-4144-afa6-3905d78f6c3d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:08,931 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:31:11,248 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 1.315s 2018-08-20 20:31:11,248 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-7a57ac28-de9f-4a42-81a0-8908b6f4f303', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a57ac28-de9f-4a42-81a0-8908b6f4f303'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:12,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.657s 2018-08-20 20:31:12,919 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-11f9662d-6153-4074-bb52-e8d57a94cfd6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11f9662d-6153-4074-bb52-e8d57a94cfd6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:14,651 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.719s 2018-08-20 20:31:14,652 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-da79d0fe-0f1f-4ac4-a3a7-09fd3372987f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da79d0fe-0f1f-4ac4-a3a7-09fd3372987f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:16,579 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.912s 2018-08-20 20:31:16,580 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-07dffbf2-f80f-4a25-b701-50a660414466', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-07dffbf2-f80f-4a25-b701-50a660414466'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:14Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:16,592 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 20:31:17,521 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.928s 2018-08-20 20:31:17,521 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-211985cf-9f49-47bc-9885-a40218141daf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-211985cf-9f49-47bc-9885-a40218141daf'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:14Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:17,533 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c2cce5b1-390f-4095-b7ab-96dba9bbe712 with status: ACTIVE 2018-08-20 20:31:18,772 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 1.237s 2018-08-20 20:31:18,772 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0b99f611-2583-4b18-91f8-05e070777168", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-103068718", "security_groups": ["e66da639-8b64-4f46-9798-b44645f5a165"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:31:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97cdc4db-3c2a-4b64-b20a-1e4339994ce9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:31:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0b99f611-2583-4b18-91f8-05e070777168","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:31:18Z","name":"tempest-port-smoke-103068718","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:24:d8:24","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"b3e48db3-4d65-46fd-9367-674c6ceed95c","ip_address":"10.102.21.20"}],"id":"d0af2d91-ff73-4478-be12-e92aee969efc","security_groups":["e66da639-8b64-4f46-9798-b44645f5a165"],"device_id":""}} 2018-08-20 20:31:21,178 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 2.404s 2018-08-20 20:31:21,179 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1915398023", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "0b99f611-2583-4b18-91f8-05e070777168", "port": "d0af2d91-ff73-4478-be12-e92aee969efc"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-7149025c-73d2-43ab-b8da-7cdc1a4c2532', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7149025c-73d2-43ab-b8da-7cdc1a4c2532'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "adminPass": "JEhmrBKujrE2"}} 2018-08-20 20:31:21,247 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.061s 2018-08-20 20:31:21,248 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-c39b7e56-9c54-4628-9c14-5ba502ecef21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c39b7e56-9c54-4628-9c14-5ba502ecef21'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:22,841 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.578s 2018-08-20 20:31:22,841 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-d7ef7527-39dc-426b-9dc3-fd2029a8a767', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7ef7527-39dc-426b-9dc3-fd2029a8a767'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:24,471 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.616s 2018-08-20 20:31:24,471 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-c6ac7349-ed85-4580-916d-a2287531bf6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c6ac7349-ed85-4580-916d-a2287531bf6d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:23Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:24,484 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 20:31:26,198 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.712s 2018-08-20 20:31:26,199 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-06dd7ca7-3c4f-411b-bbff-5a9c50d90eac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-06dd7ca7-3c4f-411b-bbff-5a9c50d90eac'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:26,211 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 20:31:27,930 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.717s 2018-08-20 20:31:27,930 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-20baebaf-5393-46dc-a823-62a2967f0067', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-20baebaf-5393-46dc-a823-62a2967f0067'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:29,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.714s 2018-08-20 20:31:29,660 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-d7aab067-a1ef-402f-832d-a05585a9cdb5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7aab067-a1ef-402f-832d-a05585a9cdb5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:32,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 1.440s 2018-08-20 20:31:32,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-761283a9-2e9f-497d-9661-81f93cbd5164', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-761283a9-2e9f-497d-9661-81f93cbd5164'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:30Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:32,138 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 20:31:32,932 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.793s 2018-08-20 20:31:32,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-2ee6cae3-b180-4a88-b0ed-6b107dca75ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2ee6cae3-b180-4a88-b0ed-6b107dca75ed'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:30Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:32,944 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d2d9d428-4648-4fa1-8308-05183e44b973 with status: ACTIVE 2018-08-20 20:31:33,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.379s 2018-08-20 20:31:33,325 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:31:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2a4ab88-347a-42e7-84db-4a3cf3c93daa'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "5fccd604-2a88-4736-99a1-b4a6c766144d"}} 2018-08-20 20:31:33,845 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations 0.519s 2018-08-20 20:31:33,845 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations', u'date': 'Mon, 20 Aug 2018 20:31:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ea7a333-5a3a-4aed-b9ce-cb2fb58a9ef8'} Body: {"network_association": {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "id": "0bd84fd7-2e49-435e-acaa-821f5eb7476c"}} 2018-08-20 20:31:34,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations 0.297s 2018-08-20 20:31:34,144 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0b99f611-2583-4b18-91f8-05e070777168"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations', u'date': 'Mon, 20 Aug 2018 20:31:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d509a96-4d3c-47be-8fe2-7397fa0f5f73'} Body: {"network_association": {"network_id": "0b99f611-2583-4b18-91f8-05e070777168", "id": "e39aaa83-31d4-4c33-b91c-f19da92d0860"}} 2018-08-20 20:31:34,144 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 20:31:34,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/routers 0.173s 2018-08-20 20:31:34,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1606587466", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:31:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25ff9151-b7b0-4d29-9560-648690693e57'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:31:34Z", "admin_state_up": true, "updated_at": "2018-08-20T20:31:34Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a", "name": "tempest-router--1606587466"}} 2018-08-20 20:31:35,782 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a 1.463s 2018-08-20 20:31:35,783 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a', u'date': 'Mon, 20 Aug 2018 20:31:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3043b0ba-f114-469c-8c66-71783583250d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:31:34Z", "admin_state_up": true, "updated_at": "2018-08-20T20:31:35Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a", "name": "tempest-router--1606587466"}} 2018-08-20 20:31:37,766 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/add_router_interface 1.982s 2018-08-20 20:31:37,766 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:31:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f58a1ab1-4384-4520-a318-193464c2119d'} Body: {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0", "subnet_ids": ["47760ed0-4826-45c1-95bf-82416edda5f0"], "port_id": "7c2c2e9b-b139-4343-b98d-7ac82dfd58e4", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a"} 2018-08-20 20:31:40,083 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.316s 2018-08-20 20:31:40,084 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "59873c39-d21a-4294-8369-fe293ebff023"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:31:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f73baa4-37f3-4ad3-a88e-a0577ba33aa4'} Body: {"floatingip": {"router_id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:31:38Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "59873c39-d21a-4294-8369-fe293ebff023", "id": "0d38848e-b861-4429-b964-6bb9c9d5745b", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:31:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 20:31:40,087 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:31:42,090 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:31:42,158 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:31:42,188 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:31:42,302 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:31:42,303 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:31:42,306 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:31:42,368 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:31:42,370 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:31:47,377 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:31:47,378 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 20:32:57,398 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:32:57,398 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:32:57,401 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:32:57,463 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:32:57,466 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:33:02,472 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:33:02,473 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 20:34:12,487 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:34:12,488 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:34:12,488 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12,493 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12,596 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:34:12,622 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12,629 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:34:12,629 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9d:0f:44 [ether] on eth0 2018-08-20 20:34:12,629 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 20:34:12,630 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12,632 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12,691 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:34:12,696 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12,705 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 20:34:12,706 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 20:34:12,706 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12,708 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12,767 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:34:12,772 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12,778 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:34:12,779 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12,781 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12,843 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:34:12,845 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12,850 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:34:12,851 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9d:0f:44 [ether] on eth0 2018-08-20 20:34:12,851 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:34:12,852 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12,853 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12,915 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:34:12,917 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:17,924 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:34:17,924 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 20:35:27,954 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:35:27,955 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:35:27,959 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:35:28,062 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:35:28,087 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:35:33,096 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:35:33,097 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 20:36:43,168 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:36:43,169 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:36:44,440 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/0d38848e-b861-4429-b964-6bb9c9d5745b 1.266s 2018-08-20 20:36:44,441 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/0d38848e-b861-4429-b964-6bb9c9d5745b', u'date': 'Mon, 20 Aug 2018 20:36:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-da77e07a-152e-4544-bb37-ef21602c1df8'} Body: 2018-08-20 20:36:46,476 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/remove_router_interface 2.034s 2018-08-20 20:36:46,476 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:36:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a14462e1-c0b8-4487-ab7b-44e43794c639'} Body: {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0", "subnet_ids": ["47760ed0-4826-45c1-95bf-82416edda5f0"], "port_id": "7c2c2e9b-b139-4343-b98d-7ac82dfd58e4", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a"} 2018-08-20 20:36:48,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a 1.707s 2018-08-20 20:36:48,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a', u'date': 'Mon, 20 Aug 2018 20:36:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-492099ba-790f-4c22-8586-5923bd063c8c'} Body: 2018-08-20 20:36:48,639 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.453s 2018-08-20 20:36:48,640 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-4cb6398a-0b46-44a1-b2d5-5bd8fe21388c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4cb6398a-0b46-44a1-b2d5-5bd8fe21388c'} Body: 2018-08-20 20:36:49,748 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 1.107s 2018-08-20 20:36:49,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-583cb8db-742c-4475-8cc1-92f771956ad1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-583cb8db-742c-4475-8cc1-92f771956ad1'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:48Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:36:51,309 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.550s 2018-08-20 20:36:51,310 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-55f71bd0-bcc3-451c-a198-ddf37f135ab6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55f71bd0-bcc3-451c-a198-ddf37f135ab6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:49Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:36:52,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.058s 2018-08-20 20:36:52,384 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-08ee3d24-ddd5-4851-ace4-08622ebbd8e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-08ee3d24-ddd5-4851-ace4-08622ebbd8e0'} Body: {"itemNotFound": {"message": "Instance d2d9d428-4648-4fa1-8308-05183e44b973 could not be found.", "code": 404}} 2018-08-20 20:36:53,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d0af2d91-ff73-4478-be12-e92aee969efc 1.306s 2018-08-20 20:36:53,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/d0af2d91-ff73-4478-be12-e92aee969efc', u'date': 'Mon, 20 Aug 2018 20:36:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b06131c-2a38-44b5-87c9-974fad915366'} Body: 2018-08-20 20:36:53,873 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.180s 2018-08-20 20:36:53,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-df76821b-81b9-49b2-90e0-d9150a23637e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df76821b-81b9-49b2-90e0-d9150a23637e'} Body: 2018-08-20 20:36:54,747 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.873s 2018-08-20 20:36:54,748 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-b96bb13a-1b53-4d83-b2d7-dc9926481663', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b96bb13a-1b53-4d83-b2d7-dc9926481663'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:36:56,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.615s 2018-08-20 20:36:56,383 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-a9796963-b32c-4ed0-b66e-c4c45b306862', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a9796963-b32c-4ed0-b66e-c4c45b306862'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:54Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:36:57,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.051s 2018-08-20 20:36:57,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-4b8d13b3-a1cb-4a32-90d2-af061fb8227c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:57 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4b8d13b3-a1cb-4a32-90d2-af061fb8227c'} Body: {"itemNotFound": {"message": "Instance c2cce5b1-390f-4095-b7ab-96dba9bbe712 could not be found.", "code": 404}} 2018-08-20 20:36:58,605 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/59873c39-d21a-4294-8369-fe293ebff023 1.155s 2018-08-20 20:36:58,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/59873c39-d21a-4294-8369-fe293ebff023', u'date': 'Mon, 20 Aug 2018 20:36:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b5cd9ea5-6a5b-4062-a377-a73729444180'} Body: 2018-08-20 20:36:58,653 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1915398023 0.045s 2018-08-20 20:36:58,653 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1915398023', u'x-compute-request-id': 'req-665fee05-d8a2-4fdc-b06b-aafa05f1fbc0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-665fee05-d8a2-4fdc-b06b-aafa05f1fbc0'} Body: 2018-08-20 20:37:01,680 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b3e48db3-4d65-46fd-9367-674c6ceed95c 3.025s 2018-08-20 20:37:01,681 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/b3e48db3-4d65-46fd-9367-674c6ceed95c', u'date': 'Mon, 20 Aug 2018 20:37:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31703d88-f4c9-4914-b018-e285de98f10f'} Body: 2018-08-20 20:37:03,395 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0b99f611-2583-4b18-91f8-05e070777168 1.713s 2018-08-20 20:37:03,395 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/0b99f611-2583-4b18-91f8-05e070777168', u'date': 'Mon, 20 Aug 2018 20:37:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79874c0a-59a0-4b7d-b844-db231ab1d71a'} Body: 2018-08-20 20:37:05,853 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/47760ed0-4826-45c1-95bf-82416edda5f0 2.456s 2018-08-20 20:37:05,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/47760ed0-4826-45c1-95bf-82416edda5f0', u'date': 'Mon, 20 Aug 2018 20:37:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-62867829-d599-48b7-9308-0d60b4607220'} Body: 2018-08-20 20:37:07,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/8592f7c1-d822-47f4-b541-844dd52c914e 1.867s 2018-08-20 20:37:07,722 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/8592f7c1-d822-47f4-b541-844dd52c914e', u'date': 'Mon, 20 Aug 2018 20:37:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e60d0928-c1fb-4d8b-be5d-eba653f99593'} Body: 2018-08-20 20:37:08,209 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/e66da639-8b64-4f46-9798-b44645f5a165 0.485s 2018-08-20 20:37:08,209 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/e66da639-8b64-4f46-9798-b44645f5a165', u'date': 'Mon, 20 Aug 2018 20:37:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e65a8d3e-742f-4307-887a-6e0debe421ab'} Body: 2018-08-20 20:37:08.748 63 INFO tempest.lib.common.rest_client [req-9c5555cf-ca5b-48f4-9e6f-3b0d93f8316e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.510s 2018-08-20 20:37:08.749 63 DEBUG tempest.lib.common.rest_client [req-9c5555cf-ca5b-48f4-9e6f-3b0d93f8316e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1310926129 description", "name": "tempest-secgroup-smoke-1310926129"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:37:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c5555cf-ca5b-48f4-9e6f-3b0d93f8316e'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1310926129 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:08Z", "updated_at": "2018-08-20T20:37:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:37:08Z", "revision_number": 0, "id": "86a7c006-e11c-471d-a83c-31022259b43c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:37:08Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:37:08Z", "revision_number": 0, "id": "eb68239e-d04f-481d-96e6-4f3c35718b18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:37:08Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "58b63f53-5108-4a79-9b26-4dae80783d29", "name": "tempest-secgroup-smoke-1310926129"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:09.221 63 INFO tempest.lib.common.rest_client [req-513dd085-8ced-4b71-96c7-0b039f5577d2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.471s 2018-08-20 20:37:09.222 63 DEBUG tempest.lib.common.rest_client [req-513dd085-8ced-4b71-96c7-0b039f5577d2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-513dd085-8ced-4b71-96c7-0b039f5577d2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f6471a16-f74f-421c-819b-2f61d21ec2d1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:09.394 63 INFO tempest.lib.common.rest_client [req-c66f281d-1638-49e3-99e7-7be5ce861eae ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 20:37:09.395 63 DEBUG tempest.lib.common.rest_client [req-c66f281d-1638-49e3-99e7-7be5ce861eae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c66f281d-1638-49e3-99e7-7be5ce861eae'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0d1c6799-f7e5-41d0-a546-70dcd6bba5ef"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:09.599 63 INFO tempest.lib.common.rest_client [req-d7b6d3a8-bd14-4dc4-92fa-35f8eda9e234 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.203s 2018-08-20 20:37:09.600 63 DEBUG tempest.lib.common.rest_client [req-d7b6d3a8-bd14-4dc4-92fa-35f8eda9e234 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7b6d3a8-bd14-4dc4-92fa-35f8eda9e234'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fbaaa4a4-3761-40b4-91ee-93eb16e90965"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:09.957 63 INFO tempest.lib.common.rest_client [req-ad3bc7f2-b381-466c-9219-68739cfab09c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.356s 2018-08-20 20:37:09.958 63 DEBUG tempest.lib.common.rest_client [req-ad3bc7f2-b381-466c-9219-68739cfab09c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad3bc7f2-b381-466c-9219-68739cfab09c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dafe521f-23f8-498b-8c3a-391578dd4009"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:10.735 63 INFO tempest.lib.common.rest_client [req-829588e3-4484-4bce-9c08-630ec03af3e1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.776s 2018-08-20 20:37:10.736 63 DEBUG tempest.lib.common.rest_client [req-829588e3-4484-4bce-9c08-630ec03af3e1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-829588e3-4484-4bce-9c08-630ec03af3e1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:10Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b46f7ff7-fad8-47d0-9b26-6407a74fbcbc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:10.922 63 INFO tempest.lib.common.rest_client [req-17d806b3-e261-4f8a-86ff-a0c235228bc8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 20:37:10.922 63 DEBUG tempest.lib.common.rest_client [req-17d806b3-e261-4f8a-86ff-a0c235228bc8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17d806b3-e261-4f8a-86ff-a0c235228bc8'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:10Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "128fcf65-7bd1-4607-9e2e-2bd18ddddeb5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:11.766 63 INFO tempest.lib.common.rest_client [req-988d1de5-efa9-45b4-9968-2acd8a07926c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.842s 2018-08-20 20:37:11.767 63 DEBUG tempest.lib.common.rest_client [req-988d1de5-efa9-45b4-9968-2acd8a07926c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-988d1de5-efa9-45b4-9968-2acd8a07926c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:11Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:11Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "32d34ebc-7c9f-48fa-ba3b-4a3c7f27999d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:12.191 63 INFO tempest.lib.common.rest_client [req-8ff574c2-4a0e-4d95-949d-29e69bbd1cfe ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.423s 2018-08-20 20:37:12.192 63 DEBUG tempest.lib.common.rest_client [req-8ff574c2-4a0e-4d95-949d-29e69bbd1cfe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ff574c2-4a0e-4d95-949d-29e69bbd1cfe'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:12Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:12Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "30e1b04f-11a6-4c21-9255-f7d1de80a748"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:12.435 63 INFO tempest.lib.common.rest_client [req-18bd77b0-a246-4951-bb7b-924e86afde1e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/networks 0.242s 2018-08-20 20:37:12.436 63 DEBUG tempest.lib.common.rest_client [req-18bd77b0-a246-4951-bb7b-924e86afde1e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1875236657"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:37:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18bd77b0-a246-4951-bb7b-924e86afde1e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:37:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3e80189a-6da5-4513-b054-7126c69b2336","name":"tempest-A-1875236657"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:13.339 63 INFO tempest.lib.common.rest_client [req-d1828a7f-db25-4ecf-9098-3257cfa5a6cf ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.902s 2018-08-20 20:37:13.340 63 DEBUG tempest.lib.common.rest_client [req-d1828a7f-db25-4ecf-9098-3257cfa5a6cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "name": "tempest-subnet-A-1-1245477001"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:37:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1828a7f-db25-4ecf-9098-3257cfa5a6cf'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e80189a-6da5-4513-b054-7126c69b2336","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:12Z","dns_nameservers":[],"updated_at":"2018-08-20T20:37:12Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5","subnetpool_id":null,"name":"tempest-subnet-A-1-1245477001"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:14.310 63 INFO tempest.lib.common.rest_client [req-c770e5ea-30c3-4207-bcf5-a37f8e576523 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/networks 0.968s 2018-08-20 20:37:14.310 63 DEBUG tempest.lib.common.rest_client [req-c770e5ea-30c3-4207-bcf5-a37f8e576523 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-2081129672"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:37:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c770e5ea-30c3-4207-bcf5-a37f8e576523'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:37:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"db4ad12a-a533-4abc-8916-9bf3baf744af","name":"tempest-B-2081129672"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:15.243 63 INFO tempest.lib.common.rest_client [req-0ba3e733-46b5-4262-b6ab-88ddec9e4071 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.932s 2018-08-20 20:37:15.244 63 DEBUG tempest.lib.common.rest_client [req-0ba3e733-46b5-4262-b6ab-88ddec9e4071 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af", "name": "tempest-subnet-B-1-1415402874"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:37:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ba3e733-46b5-4262-b6ab-88ddec9e4071'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db4ad12a-a533-4abc-8916-9bf3baf744af","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:14Z","dns_nameservers":[],"updated_at":"2018-08-20T20:37:14Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e228d54c-65e3-4ad1-af3e-0d2a345014d3","subnetpool_id":null,"name":"tempest-subnet-B-1-1415402874"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:15.671 63 INFO tempest.lib.common.rest_client [req-8ec54e8d-7563-42e8-a17b-edb1c71e84a9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.425s 2018-08-20 20:37:15.671 63 DEBUG tempest.lib.common.rest_client [req-8ec54e8d-7563-42e8-a17b-edb1c71e84a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:37:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ec54e8d-7563-42e8-a17b-edb1c71e84a9'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "894b1358-3bfa-4b48-a44a-2d3c62e31f5d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:16.662 63 INFO tempest.lib.common.rest_client [req-7fc31b54-5b32-4ead-a5d6-ba85cc1863fc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations 0.990s 2018-08-20 20:37:16.663 63 DEBUG tempest.lib.common.rest_client [req-7fc31b54-5b32-4ead-a5d6-ba85cc1863fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations', u'date': 'Mon, 20 Aug 2018 20:37:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7fc31b54-5b32-4ead-a5d6-ba85cc1863fc'} Body: {"network_association": {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "id": "93e06ac3-64f6-4cab-bd58-7ab4fe13381a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:17.547 63 INFO tempest.lib.common.rest_client [req-a770098c-5884-4681-8d55-f200f9a69fb0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations 0.883s 2018-08-20 20:37:17.548 63 DEBUG tempest.lib.common.rest_client [req-a770098c-5884-4681-8d55-f200f9a69fb0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations', u'date': 'Mon, 20 Aug 2018 20:37:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a770098c-5884-4681-8d55-f200f9a69fb0'} Body: {"network_association": {"network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af", "id": "1b786477-3686-4730-8c76-520b58656ab5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:17.548 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 20:37:17.674 63 INFO tempest.lib.common.rest_client [req-0adc1e97-fe07-4d0d-93ac-25b3f40f7c29 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.124s 2018-08-20 20:37:17.674 63 DEBUG tempest.lib.common.rest_client [req-0adc1e97-fe07-4d0d-93ac-25b3f40f7c29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-2026940317"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-0adc1e97-fe07-4d0d-93ac-25b3f40f7c29', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0adc1e97-fe07-4d0d-93ac-25b3f40f7c29'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDt3TaFhKbgDBZKsBDzkTZ3II0r66JDjcD3LuPJ1Cq8mxBlUhQ1oH6AjADT7MB6EihDFi0KD1725hOqNe8FPztaAzB0VCnV6UswAgmsPFIbCeZONPraiky3W2DFINpON/QJPRgJyqYaMJ3rLQSq5BHvcMhVKdzB4j2oHLVU28q+avE0EaIAlf2eNvHhx2CHZiF+YCQhkm7BMqYQu+2leLtvUEV00dEQcWCagyLb2ac7VUFCehmIDJlpwzZppPPyDclwega+jO4sOKDdh8B7gAnIEFPdZ6+LMgNfcNGetSqCw3kGfowJ8vSqXetU7QMHUNIpvzoyTpYuMv+K+97rrWMj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7d02hYSm4AwWSrAQ85E2dyCNK+uiQ43A9y7jydQqvJsQZVIU\nNaB+gIwA0+zAehIoQxYtCg9e9uYTqjXvBT87WgMwdFQp1elLMAIJrDxSGwnmTjT6\n2opMt1tgxSDaTjf0CT0YCcqmGjCd6y0EquQR73DIVSncweI9qBy1VNvKvmrxNBGi\nAJX9njbx4cdgh2YhfmAkIZJuwTKmELvtpXi7b1BFdNHREHFgmoMi29mnO1VBQnoZ\niAyZacM2aaTz8g3JcHoGvozuLDig3YfAe4AJyBBT3WevizIDX3DRnrUqgsN5Bn6M\nCfL0ql3rVO0DB1DSKb86Mk6WLjL/ivve661jIwIDAQABAoIBAQCssnWJTxxRgrUU\nmOxVytJ+f1W/057F6T92t8aOnMpCkVrAFW2y2cm+zucy9qtwdYph2tHsgehy3ezd\nIbdeWeBfo/0kGI8fTfhW7MPVFx6NnwxlL7YJwWudnGyP8yBMtfcqVf8D7OvYDAA7\n5T2ETX5wF7R7kJ9E7VvSmLVW3RVAVcJRJRSNUHbAacl8I3qfgPmqtI3doEUqPTZG\n+RP1EXLoS1ElRlTIe3oAHYLWjMTcYF7Hxvc+G5+t0UqPnvodiuSpwB6LepLHFVDp\n+MVe4Ocy/y6JWlWXlCPOQmJsK0YTvV5StEnjomcZdYeHqD6j0Xv0JJbRETduB/Su\nJ/zcYnxhAoGBAPuoPJ8AfTzXHoNh5uvYSHNPPPcBP40DSjUzqRi/vyY67+O7Z28R\nxRwB+z9smRtQm7Qy1a6wXqP3H/H+dyUM7p42bTPSfmjzvY4mXipNanIlWiYFxCDx\nuNvmU5hireZ/z/xPlddqiI+HDe1Y773NdLUZtuhMDyrJKIwRk6jwbilJAoGBAPH4\nCqdfqjNcNbNNPnnPu5fj7pZXF+OiBpw0kdIOS3NX1KlMkQMgg0z1dcNIQjezN1gk\nC5fTaewOl+b7QIWaczpPMKTDI8gQ3w75hfqN/XTWS3iR+3mVwGmlsX9xZATMtgjK\n6MRVUXAU/K4VCmsBXgDRk43QpAa8R0lQg5nuubULAoGAJmwbRVN3y5A0km6iKSQO\ne7x/XF8OauMzs0e9649rCdU5xxVXx3d5FruetqJIBgmanDqesVswN+yFLhdh7YA5\n9mHs7lqW/kMoj8l/2wmS1Paq+t8qgLUnOjvCS6PVVTnycV1dTVRwoSlHkRNhFyOF\nTBku+eyS7D9mN2x/lO2QhDECgYEAt4bXLdQVmBccc/7moCW7t50eXdF5QSKnuNr2\nr0hAWiAIIND+PEzwyfJze8bW0sCP/b55PJMSCAWZmYyAh9V6CIP/9Tg9b4W8afNA\nd6Yy0+emHrE6+CFpa7hNRMiQgEN03n5oxmGf/08ryC4VVMwYrK5JKItTnfg4aZcz\n+hFjsbkCgYEAlbnpdnGCA7qadJkm7NLS+Xs7Q9bL72G1kO3De51RXUHM1nFUoXqC\nTnruThjhlHIP2CJbM4l7UBxQimpwpJvuDeWJW07a3cg06pE3yoNqLIvPH2JQHVnZ\n92AsAdhedO3/C9A9P/TJ+7aN92fO1Hd5SmwlNfeZD4kd0a0Q6f28hx4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-2026940317", "fingerprint": "b3:ff:17:71:be:50:ef:77:8b:9a:72:8f:68:e6:8a:00"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:18.531 63 INFO tempest.lib.common.rest_client [req-d0bae122-d1ef-4edf-9b31-6b4bfb6aef1d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/ports 0.852s 2018-08-20 20:37:18.531 63 DEBUG tempest.lib.common.rest_client [req-d0bae122-d1ef-4edf-9b31-6b4bfb6aef1d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-364309250", "security_groups": ["58b63f53-5108-4a79-9b26-4dae80783d29"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:37:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0bae122-d1ef-4edf-9b31-6b4bfb6aef1d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:37:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3e80189a-6da5-4513-b054-7126c69b2336","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:37:18Z","name":"tempest-port-smoke-364309250","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:c0:d6:a0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5","ip_address":"10.101.11.10"}],"id":"b14c7393-48c1-4741-9270-4cfa316c280b","security_groups":["58b63f53-5108-4a79-9b26-4dae80783d29"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:21.923 63 INFO tempest.lib.common.rest_client [req-f681123c-5128-4eb3-9f3a-85102b8536d5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.23:8774/v2.1/servers 3.390s 2018-08-20 20:37:21.923 63 DEBUG tempest.lib.common.rest_client [req-f681123c-5128-4eb3-9f3a-85102b8536d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-2026940317", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "3e80189a-6da5-4513-b054-7126c69b2336", "port": "b14c7393-48c1-4741-9270-4cfa316c280b"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-f681123c-5128-4eb3-9f3a-85102b8536d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f681123c-5128-4eb3-9f3a-85102b8536d5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "adminPass": "5PtytuHeSzmT"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:22.246 63 INFO tempest.lib.common.rest_client [req-c5da2427-c35e-48c5-af08-2a9cbf30cfc1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.318s 2018-08-20 20:37:22.247 63 DEBUG tempest.lib.common.rest_client [req-c5da2427-c35e-48c5-af08-2a9cbf30cfc1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-c5da2427-c35e-48c5-af08-2a9cbf30cfc1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5da2427-c35e-48c5-af08-2a9cbf30cfc1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:23.583 63 INFO tempest.lib.common.rest_client [req-27c6a335-b00c-4f68-aef8-6e12a8b10b74 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.322s 2018-08-20 20:37:23.584 63 DEBUG tempest.lib.common.rest_client [req-27c6a335-b00c-4f68-aef8-6e12a8b10b74 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-27c6a335-b00c-4f68-aef8-6e12a8b10b74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27c6a335-b00c-4f68-aef8-6e12a8b10b74'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:24.968 63 INFO tempest.lib.common.rest_client [req-765477c6-43ff-4a66-a086-5a5955cc8c3a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.371s 2018-08-20 20:37:24.969 63 DEBUG tempest.lib.common.rest_client [req-765477c6-43ff-4a66-a086-5a5955cc8c3a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-765477c6-43ff-4a66-a086-5a5955cc8c3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-765477c6-43ff-4a66-a086-5a5955cc8c3a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:24.981 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-20 20:37:26.283 63 INFO tempest.lib.common.rest_client [req-0216f858-41df-47de-9b70-36afed658203 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.300s 2018-08-20 20:37:26.283 63 DEBUG tempest.lib.common.rest_client [req-0216f858-41df-47de-9b70-36afed658203 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-0216f858-41df-47de-9b70-36afed658203', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0216f858-41df-47de-9b70-36afed658203'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:26.296 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-20 20:37:27.933 63 INFO tempest.lib.common.rest_client [req-f2397157-1cd0-4c6a-8e41-89e0dbf60c8f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.635s 2018-08-20 20:37:27.934 63 DEBUG tempest.lib.common.rest_client [req-f2397157-1cd0-4c6a-8e41-89e0dbf60c8f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-f2397157-1cd0-4c6a-8e41-89e0dbf60c8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f2397157-1cd0-4c6a-8e41-89e0dbf60c8f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:27Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:27.947 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 5 second wait 2018-08-20 20:37:29.979 63 INFO tempest.lib.common.rest_client [req-e3e5d102-b630-4222-9d60-2f84d4d2669c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 1.030s 2018-08-20 20:37:29.979 63 DEBUG tempest.lib.common.rest_client [req-e3e5d102-b630-4222-9d60-2f84d4d2669c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-e3e5d102-b630-4222-9d60-2f84d4d2669c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e3e5d102-b630-4222-9d60-2f84d4d2669c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:28Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:29.992 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 7 second wait 2018-08-20 20:37:31.786 63 INFO tempest.lib.common.rest_client [req-1545d222-145c-4578-a277-1b781a4611fa ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.792s 2018-08-20 20:37:31.786 63 DEBUG tempest.lib.common.rest_client [req-1545d222-145c-4578-a277-1b781a4611fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-1545d222-145c-4578-a277-1b781a4611fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1545d222-145c-4578-a277-1b781a4611fa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:28Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:33.421 63 INFO tempest.lib.common.rest_client [req-a8596d89-e5fe-41c2-9f98-0f44e39a5fed ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.621s 2018-08-20 20:37:33.422 63 DEBUG tempest.lib.common.rest_client [req-a8596d89-e5fe-41c2-9f98-0f44e39a5fed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-a8596d89-e5fe-41c2-9f98-0f44e39a5fed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8596d89-e5fe-41c2-9f98-0f44e39a5fed'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:28Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:35.219 63 INFO tempest.lib.common.rest_client [req-356bdf67-f076-436a-8f52-b5c9714d43d9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.783s 2018-08-20 20:37:35.220 63 DEBUG tempest.lib.common.rest_client [req-356bdf67-f076-436a-8f52-b5c9714d43d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-356bdf67-f076-436a-8f52-b5c9714d43d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-356bdf67-f076-436a-8f52-b5c9714d43d9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1875236657": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d6:a0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:33.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:33Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:35.245 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2018-08-20 20:37:35.622 63 INFO tempest.lib.common.rest_client [req-4991ea59-c2a5-4700-83da-c76bedc6863d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.372s 2018-08-20 20:37:35.623 63 DEBUG tempest.lib.common.rest_client [req-4991ea59-c2a5-4700-83da-c76bedc6863d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-4991ea59-c2a5-4700-83da-c76bedc6863d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4991ea59-c2a5-4700-83da-c76bedc6863d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1875236657": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d6:a0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:33.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:33Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:35.637 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 6dd7c272-7f3c-446e-9d9a-e10ce118c1ef with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:37:36.740 63 INFO tempest.lib.common.rest_client [req-fe87f39c-bbc8-4ca9-9625-e111e98042f1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/ports 1.101s 2018-08-20 20:37:36.741 63 DEBUG tempest.lib.common.rest_client [req-fe87f39c-bbc8-4ca9-9625-e111e98042f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-895571415", "security_groups": ["58b63f53-5108-4a79-9b26-4dae80783d29"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:37:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fe87f39c-bbc8-4ca9-9625-e111e98042f1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:37:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"db4ad12a-a533-4abc-8916-9bf3baf744af","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:37:36Z","name":"tempest-port-smoke-895571415","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4b:da:a3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e228d54c-65e3-4ad1-af3e-0d2a345014d3","ip_address":"10.102.21.20"}],"id":"3e723800-8a9d-428e-8675-b82d088c7c7a","security_groups":["58b63f53-5108-4a79-9b26-4dae80783d29"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:40.540 63 INFO tempest.lib.common.rest_client [req-0f423383-9a03-432c-9972-e6f84acd93ca ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.23:8774/v2.1/servers 3.797s 2018-08-20 20:37:40.541 63 DEBUG tempest.lib.common.rest_client [req-0f423383-9a03-432c-9972-e6f84acd93ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-2026940317", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "db4ad12a-a533-4abc-8916-9bf3baf744af", "port": "3e723800-8a9d-428e-8675-b82d088c7c7a"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-0f423383-9a03-432c-9972-e6f84acd93ca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f423383-9a03-432c-9972-e6f84acd93ca'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "adminPass": "wVnTVqhLY9F3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:41.287 63 INFO tempest.lib.common.rest_client [req-f19f27c4-2721-4d4b-9e86-cd063ad02fd9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.741s 2018-08-20 20:37:41.287 63 DEBUG tempest.lib.common.rest_client [req-f19f27c4-2721-4d4b-9e86-cd063ad02fd9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-f19f27c4-2721-4d4b-9e86-cd063ad02fd9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f19f27c4-2721-4d4b-9e86-cd063ad02fd9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:42.630 63 INFO tempest.lib.common.rest_client [req-a6fc95be-33ac-434e-b330-031f08df5ee7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.328s 2018-08-20 20:37:42.631 63 DEBUG tempest.lib.common.rest_client [req-a6fc95be-33ac-434e-b330-031f08df5ee7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-a6fc95be-33ac-434e-b330-031f08df5ee7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6fc95be-33ac-434e-b330-031f08df5ee7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:44.018 63 INFO tempest.lib.common.rest_client [req-1d279861-a02e-4a05-99c0-f6ca1f186567 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.373s 2018-08-20 20:37:44.019 63 DEBUG tempest.lib.common.rest_client [req-1d279861-a02e-4a05-99c0-f6ca1f186567 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-1d279861-a02e-4a05-99c0-f6ca1f186567', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d279861-a02e-4a05-99c0-f6ca1f186567'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:44.032 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:37:45.722 63 INFO tempest.lib.common.rest_client [req-c9ee4522-7d62-4242-aa35-e1bcda54b256 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.688s 2018-08-20 20:37:45.723 63 DEBUG tempest.lib.common.rest_client [req-c9ee4522-7d62-4242-aa35-e1bcda54b256 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-c9ee4522-7d62-4242-aa35-e1bcda54b256', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9ee4522-7d62-4242-aa35-e1bcda54b256'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:47.075 63 INFO tempest.lib.common.rest_client [req-df3de601-90e2-41a1-956f-7d35ff368c69 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.338s 2018-08-20 20:37:47.075 63 DEBUG tempest.lib.common.rest_client [req-df3de601-90e2-41a1-956f-7d35ff368c69 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-df3de601-90e2-41a1-956f-7d35ff368c69', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df3de601-90e2-41a1-956f-7d35ff368c69'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:48.735 63 INFO tempest.lib.common.rest_client [req-78e90e3b-7864-4410-9dae-a4843eefd508 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.645s 2018-08-20 20:37:48.736 63 DEBUG tempest.lib.common.rest_client [req-78e90e3b-7864-4410-9dae-a4843eefd508 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-78e90e3b-7864-4410-9dae-a4843eefd508', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78e90e3b-7864-4410-9dae-a4843eefd508'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:50.373 63 INFO tempest.lib.common.rest_client [req-69733896-3dc0-43c8-9c0b-4ac21d1b3e66 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.623s 2018-08-20 20:37:50.374 63 DEBUG tempest.lib.common.rest_client [req-69733896-3dc0-43c8-9c0b-4ac21d1b3e66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-69733896-3dc0-43c8-9c0b-4ac21d1b3e66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69733896-3dc0-43c8-9c0b-4ac21d1b3e66'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2081129672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:da:a3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:48.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:50.388 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 20:37:51.031 63 INFO tempest.lib.common.rest_client [req-cc38244c-f2bc-4331-8e9e-2c3cbb300248 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.641s 2018-08-20 20:37:51.031 63 DEBUG tempest.lib.common.rest_client [req-cc38244c-f2bc-4331-8e9e-2c3cbb300248 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-cc38244c-f2bc-4331-8e9e-2c3cbb300248', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cc38244c-f2bc-4331-8e9e-2c3cbb300248'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2081129672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:da:a3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:48.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:51.045 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 71061f3e-3dfd-4ea3-83df-685c69d474a9 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:37:51.154 63 INFO tempest.lib.common.rest_client [req-db1f46ba-be81-48d2-acb3-7df43a8116de ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/routers 0.108s 2018-08-20 20:37:51.155 63 DEBUG tempest.lib.common.rest_client [req-db1f46ba-be81-48d2-acb3-7df43a8116de ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--2085633022", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db1f46ba-be81-48d2-acb3-7df43a8116de'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:51Z", "admin_state_up": true, "updated_at": "2018-08-20T20:37:51Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b", "name": "tempest-router--2085633022"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:52.731 63 INFO tempest.lib.common.rest_client [req-81d5daa9-c7cd-4007-a8b9-895e4a2ec9b5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b 1.575s 2018-08-20 20:37:52.732 63 DEBUG tempest.lib.common.rest_client [req-81d5daa9-c7cd-4007-a8b9-895e4a2ec9b5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b', u'date': 'Mon, 20 Aug 2018 20:37:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81d5daa9-c7cd-4007-a8b9-895e4a2ec9b5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:51Z", "admin_state_up": true, "updated_at": "2018-08-20T20:37:52Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b", "name": "tempest-router--2085633022"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:54.780 63 INFO tempest.lib.common.rest_client [req-ff866cf1-d5b2-471f-ae17-ea050232eb23 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/add_router_interface 2.046s 2018-08-20 20:37:54.781 63 DEBUG tempest.lib.common.rest_client [req-ff866cf1-d5b2-471f-ae17-ea050232eb23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:37:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ff866cf1-d5b2-471f-ae17-ea050232eb23'} Body: {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5", "subnet_ids": ["fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"], "port_id": "7ba13784-7ce6-4a99-ae9a-682783605f4c", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:56.936 63 INFO tempest.lib.common.rest_client [req-590950e0-62d4-496b-b02c-147520f5e8e7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.154s 2018-08-20 20:37:56.937 63 DEBUG tempest.lib.common.rest_client [req-590950e0-62d4-496b-b02c-147520f5e8e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "b14c7393-48c1-4741-9270-4cfa316c280b"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:37:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-590950e0-62d4-496b-b02c-147520f5e8e7'} Body: {"floatingip": {"router_id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:37:56Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "b14c7393-48c1-4741-9270-4cfa316c280b", "id": "1adfa1d4-a9cb-4991-9c5d-477ed3a4a470", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:37:56.938 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:37:59.945 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:38:00.006 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:38:00.010 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:38:00.125 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:38:00.126 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:38:00.129 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:38:00.187 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:38:00.194 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:38:05.201 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:38:05.202 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:39:15.258 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:39:15.258 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:39:15.261 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:39:15.323 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:39:15.326 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:39:20.334 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:39:20.334 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:40:30.380 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 20:40:30.381 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:40:30.381 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30.387 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30.487 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:40:30.514 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30.521 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 20:40:30.522 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:0d:f8:20 [ether] on eth0 2018-08-20 20:40:30.522 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:40:30.523 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30.525 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30.586 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:40:30.589 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30.598 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 20:40:30.599 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:40:30.599 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30.601 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30.659 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:40:30.665 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30.671 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:40:30.672 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30.674 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30.735 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:40:30.738 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30.744 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 20:40:30.744 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:0d:f8:20 [ether] on eth0 2018-08-20 20:40:30.745 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:40:30.745 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30.747 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30.807 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:40:30.811 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:35.818 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:40:35.819 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:41:45.828 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:41:45.829 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:41:45.833 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:41:45.933 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:41:45.961 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:41:50.969 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:41:50.969 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:43:01.040 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.208: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:43:02.429 63 INFO tempest.lib.common.rest_client [req-a695c79d-785d-4764-be0a-042152f90b0b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1adfa1d4-a9cb-4991-9c5d-477ed3a4a470 1.386s 2018-08-20 20:43:02.430 63 DEBUG tempest.lib.common.rest_client [req-a695c79d-785d-4764-be0a-042152f90b0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/1adfa1d4-a9cb-4991-9c5d-477ed3a4a470', u'date': 'Mon, 20 Aug 2018 20:43:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a695c79d-785d-4764-be0a-042152f90b0b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:04.414 63 INFO tempest.lib.common.rest_client [req-f4745484-0d56-4e38-af4d-7e749eea0819 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/remove_router_interface 1.983s 2018-08-20 20:43:04.415 63 DEBUG tempest.lib.common.rest_client [req-f4745484-0d56-4e38-af4d-7e749eea0819 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:43:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4745484-0d56-4e38-af4d-7e749eea0819'} Body: {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5", "subnet_ids": ["fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"], "port_id": "7ba13784-7ce6-4a99-ae9a-682783605f4c", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:06.190 63 INFO tempest.lib.common.rest_client [req-32000565-d7a9-46b2-9476-6f03dfa68519 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b 1.774s 2018-08-20 20:43:06.191 63 DEBUG tempest.lib.common.rest_client [req-32000565-d7a9-46b2-9476-6f03dfa68519 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b', u'date': 'Mon, 20 Aug 2018 20:43:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-32000565-d7a9-46b2-9476-6f03dfa68519'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:06.650 63 INFO tempest.lib.common.rest_client [req-71198830-9a0c-4698-a6e9-9b0f2ce816fe ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.458s 2018-08-20 20:43:06.650 63 DEBUG tempest.lib.common.rest_client [req-71198830-9a0c-4698-a6e9-9b0f2ce816fe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-71198830-9a0c-4698-a6e9-9b0f2ce816fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71198830-9a0c-4698-a6e9-9b0f2ce816fe'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:07.783 63 INFO tempest.lib.common.rest_client [req-b496728b-f625-4689-b38d-e3f248752f16 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 1.131s 2018-08-20 20:43:07.783 63 DEBUG tempest.lib.common.rest_client [req-b496728b-f625-4689-b38d-e3f248752f16 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-b496728b-f625-4689-b38d-e3f248752f16', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b496728b-f625-4689-b38d-e3f248752f16'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2081129672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:da:a3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:48.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:06Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:08.863 63 INFO tempest.lib.common.rest_client [req-373e17cf-65ca-41ea-a7f4-32ed1943a154 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.063s 2018-08-20 20:43:08.863 63 DEBUG tempest.lib.common.rest_client [req-373e17cf-65ca-41ea-a7f4-32ed1943a154 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-373e17cf-65ca-41ea-a7f4-32ed1943a154', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:08 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-373e17cf-65ca-41ea-a7f4-32ed1943a154'} Body: {"itemNotFound": {"message": "Instance 71061f3e-3dfd-4ea3-83df-685c69d474a9 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:09.560 63 INFO tempest.lib.common.rest_client [req-0315dc31-6f95-4fda-ade8-8b4dbe47cc6f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/3e723800-8a9d-428e-8675-b82d088c7c7a 0.695s 2018-08-20 20:43:09.561 63 DEBUG tempest.lib.common.rest_client [req-0315dc31-6f95-4fda-ade8-8b4dbe47cc6f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/3e723800-8a9d-428e-8675-b82d088c7c7a', u'date': 'Mon, 20 Aug 2018 20:43:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0315dc31-6f95-4fda-ade8-8b4dbe47cc6f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:09.763 63 INFO tempest.lib.common.rest_client [req-2d4f5ab3-673d-4bc0-a7da-288d7bf84990 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.201s 2018-08-20 20:43:09.764 63 DEBUG tempest.lib.common.rest_client [req-2d4f5ab3-673d-4bc0-a7da-288d7bf84990 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-2d4f5ab3-673d-4bc0-a7da-288d7bf84990', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d4f5ab3-673d-4bc0-a7da-288d7bf84990'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:10.939 63 INFO tempest.lib.common.rest_client [req-5aa13293-314e-4ec9-b5b1-07828db86ec0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 1.174s 2018-08-20 20:43:10.940 63 DEBUG tempest.lib.common.rest_client [req-5aa13293-314e-4ec9-b5b1-07828db86ec0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-5aa13293-314e-4ec9-b5b1-07828db86ec0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5aa13293-314e-4ec9-b5b1-07828db86ec0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1875236657": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d6:a0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:33.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:09Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:12.000 63 INFO tempest.lib.common.rest_client [req-fdf63ed2-ae28-4f3f-9530-2e98b9802f1a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.045s 2018-08-20 20:43:12.000 63 DEBUG tempest.lib.common.rest_client [req-fdf63ed2-ae28-4f3f-9530-2e98b9802f1a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-fdf63ed2-ae28-4f3f-9530-2e98b9802f1a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:11 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-fdf63ed2-ae28-4f3f-9530-2e98b9802f1a'} Body: {"itemNotFound": {"message": "Instance 6dd7c272-7f3c-446e-9d9a-e10ce118c1ef could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:13.224 63 INFO tempest.lib.common.rest_client [req-eda1037e-1ec4-498b-a007-827d796ae177 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b14c7393-48c1-4741-9270-4cfa316c280b 1.222s 2018-08-20 20:43:13.224 63 DEBUG tempest.lib.common.rest_client [req-eda1037e-1ec4-498b-a007-827d796ae177 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/b14c7393-48c1-4741-9270-4cfa316c280b', u'date': 'Mon, 20 Aug 2018 20:43:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eda1037e-1ec4-498b-a007-827d796ae177'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:13.268 63 INFO tempest.lib.common.rest_client [req-f6ceebab-79a3-4504-9fcf-fd54bdf1d4b2 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2026940317 0.042s 2018-08-20 20:43:13.269 63 DEBUG tempest.lib.common.rest_client [req-f6ceebab-79a3-4504-9fcf-fd54bdf1d4b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2026940317', u'x-compute-request-id': 'req-f6ceebab-79a3-4504-9fcf-fd54bdf1d4b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6ceebab-79a3-4504-9fcf-fd54bdf1d4b2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:16.106 63 INFO tempest.lib.common.rest_client [req-85491e5e-069c-49a7-86c2-915de2936b7d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e228d54c-65e3-4ad1-af3e-0d2a345014d3 2.835s 2018-08-20 20:43:16.106 63 DEBUG tempest.lib.common.rest_client [req-85491e5e-069c-49a7-86c2-915de2936b7d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e228d54c-65e3-4ad1-af3e-0d2a345014d3', u'date': 'Mon, 20 Aug 2018 20:43:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-85491e5e-069c-49a7-86c2-915de2936b7d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:17.906 63 INFO tempest.lib.common.rest_client [req-ba37af40-ea7b-4935-86d2-0cc50a34fca2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/db4ad12a-a533-4abc-8916-9bf3baf744af 1.799s 2018-08-20 20:43:17.907 63 DEBUG tempest.lib.common.rest_client [req-ba37af40-ea7b-4935-86d2-0cc50a34fca2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/db4ad12a-a533-4abc-8916-9bf3baf744af', u'date': 'Mon, 20 Aug 2018 20:43:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ba37af40-ea7b-4935-86d2-0cc50a34fca2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:20.490 63 INFO tempest.lib.common.rest_client [req-40d96268-968e-47cb-a584-d8383e640dd4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5 2.582s 2018-08-20 20:43:20.491 63 DEBUG tempest.lib.common.rest_client [req-40d96268-968e-47cb-a584-d8383e640dd4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5', u'date': 'Mon, 20 Aug 2018 20:43:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-40d96268-968e-47cb-a584-d8383e640dd4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:22.359 63 INFO tempest.lib.common.rest_client [req-2c1b5f23-83f2-424d-8eea-f8f0845fba45 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3e80189a-6da5-4513-b054-7126c69b2336 1.867s 2018-08-20 20:43:22.360 63 DEBUG tempest.lib.common.rest_client [req-2c1b5f23-83f2-424d-8eea-f8f0845fba45 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3e80189a-6da5-4513-b054-7126c69b2336', u'date': 'Mon, 20 Aug 2018 20:43:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2c1b5f23-83f2-424d-8eea-f8f0845fba45'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:22.616 63 INFO tempest.lib.common.rest_client [req-b9c1ce98-b7f0-4352-9ea9-39894a3b959d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/58b63f53-5108-4a79-9b26-4dae80783d29 0.255s 2018-08-20 20:43:22.617 63 DEBUG tempest.lib.common.rest_client [req-b9c1ce98-b7f0-4352-9ea9-39894a3b959d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/58b63f53-5108-4a79-9b26-4dae80783d29', u'date': 'Mon, 20 Aug 2018 20:43:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b9c1ce98-b7f0-4352-9ea9-39894a3b959d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_bgpvpn [374.380899s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 740, in test_bgpvpn_negative_delete_bgpvpn self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:37:08,748 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.510s 2018-08-20 20:37:08,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1310926129 description", "name": "tempest-secgroup-smoke-1310926129"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:37:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c5555cf-ca5b-48f4-9e6f-3b0d93f8316e'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1310926129 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:08Z", "updated_at": "2018-08-20T20:37:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:37:08Z", "revision_number": 0, "id": "86a7c006-e11c-471d-a83c-31022259b43c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:37:08Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:37:08Z", "revision_number": 0, "id": "eb68239e-d04f-481d-96e6-4f3c35718b18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:37:08Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "58b63f53-5108-4a79-9b26-4dae80783d29", "name": "tempest-secgroup-smoke-1310926129"}} 2018-08-20 20:37:09,221 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.471s 2018-08-20 20:37:09,222 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-513dd085-8ced-4b71-96c7-0b039f5577d2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f6471a16-f74f-421c-819b-2f61d21ec2d1"}} 2018-08-20 20:37:09,394 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 20:37:09,395 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c66f281d-1638-49e3-99e7-7be5ce861eae'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0d1c6799-f7e5-41d0-a546-70dcd6bba5ef"}} 2018-08-20 20:37:09,599 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.203s 2018-08-20 20:37:09,600 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7b6d3a8-bd14-4dc4-92fa-35f8eda9e234'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fbaaa4a4-3761-40b4-91ee-93eb16e90965"}} 2018-08-20 20:37:09,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.356s 2018-08-20 20:37:09,958 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad3bc7f2-b381-466c-9219-68739cfab09c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dafe521f-23f8-498b-8c3a-391578dd4009"}} 2018-08-20 20:37:10,735 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.776s 2018-08-20 20:37:10,736 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-829588e3-4484-4bce-9c08-630ec03af3e1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:10Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b46f7ff7-fad8-47d0-9b26-6407a74fbcbc"}} 2018-08-20 20:37:10,922 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 20:37:10,922 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17d806b3-e261-4f8a-86ff-a0c235228bc8'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:10Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "128fcf65-7bd1-4607-9e2e-2bd18ddddeb5"}} 2018-08-20 20:37:11,766 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.842s 2018-08-20 20:37:11,767 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-988d1de5-efa9-45b4-9968-2acd8a07926c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:11Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:11Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "32d34ebc-7c9f-48fa-ba3b-4a3c7f27999d"}} 2018-08-20 20:37:12,191 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.423s 2018-08-20 20:37:12,192 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ff574c2-4a0e-4d95-949d-29e69bbd1cfe'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:12Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:12Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "30e1b04f-11a6-4c21-9255-f7d1de80a748"}} 2018-08-20 20:37:12,435 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/networks 0.242s 2018-08-20 20:37:12,436 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1875236657"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:37:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18bd77b0-a246-4951-bb7b-924e86afde1e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:37:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3e80189a-6da5-4513-b054-7126c69b2336","name":"tempest-A-1875236657"}} 2018-08-20 20:37:13,339 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.902s 2018-08-20 20:37:13,340 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "name": "tempest-subnet-A-1-1245477001"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:37:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1828a7f-db25-4ecf-9098-3257cfa5a6cf'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e80189a-6da5-4513-b054-7126c69b2336","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:12Z","dns_nameservers":[],"updated_at":"2018-08-20T20:37:12Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5","subnetpool_id":null,"name":"tempest-subnet-A-1-1245477001"}} 2018-08-20 20:37:14,310 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/networks 0.968s 2018-08-20 20:37:14,310 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-2081129672"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:37:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c770e5ea-30c3-4207-bcf5-a37f8e576523'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:37:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"db4ad12a-a533-4abc-8916-9bf3baf744af","name":"tempest-B-2081129672"}} 2018-08-20 20:37:15,243 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.932s 2018-08-20 20:37:15,244 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af", "name": "tempest-subnet-B-1-1415402874"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:37:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ba3e733-46b5-4262-b6ab-88ddec9e4071'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db4ad12a-a533-4abc-8916-9bf3baf744af","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:14Z","dns_nameservers":[],"updated_at":"2018-08-20T20:37:14Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e228d54c-65e3-4ad1-af3e-0d2a345014d3","subnetpool_id":null,"name":"tempest-subnet-B-1-1415402874"}} 2018-08-20 20:37:15,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.425s 2018-08-20 20:37:15,671 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:37:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ec54e8d-7563-42e8-a17b-edb1c71e84a9'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "894b1358-3bfa-4b48-a44a-2d3c62e31f5d"}} 2018-08-20 20:37:16,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations 0.990s 2018-08-20 20:37:16,663 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations', u'date': 'Mon, 20 Aug 2018 20:37:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7fc31b54-5b32-4ead-a5d6-ba85cc1863fc'} Body: {"network_association": {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "id": "93e06ac3-64f6-4cab-bd58-7ab4fe13381a"}} 2018-08-20 20:37:17,547 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations 0.883s 2018-08-20 20:37:17,548 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations', u'date': 'Mon, 20 Aug 2018 20:37:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a770098c-5884-4681-8d55-f200f9a69fb0'} Body: {"network_association": {"network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af", "id": "1b786477-3686-4730-8c76-520b58656ab5"}} 2018-08-20 20:37:17,548 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 20:37:17,674 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.124s 2018-08-20 20:37:17,674 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-2026940317"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-0adc1e97-fe07-4d0d-93ac-25b3f40f7c29', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0adc1e97-fe07-4d0d-93ac-25b3f40f7c29'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDt3TaFhKbgDBZKsBDzkTZ3II0r66JDjcD3LuPJ1Cq8mxBlUhQ1oH6AjADT7MB6EihDFi0KD1725hOqNe8FPztaAzB0VCnV6UswAgmsPFIbCeZONPraiky3W2DFINpON/QJPRgJyqYaMJ3rLQSq5BHvcMhVKdzB4j2oHLVU28q+avE0EaIAlf2eNvHhx2CHZiF+YCQhkm7BMqYQu+2leLtvUEV00dEQcWCagyLb2ac7VUFCehmIDJlpwzZppPPyDclwega+jO4sOKDdh8B7gAnIEFPdZ6+LMgNfcNGetSqCw3kGfowJ8vSqXetU7QMHUNIpvzoyTpYuMv+K+97rrWMj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7d02hYSm4AwWSrAQ85E2dyCNK+uiQ43A9y7jydQqvJsQZVIU\nNaB+gIwA0+zAehIoQxYtCg9e9uYTqjXvBT87WgMwdFQp1elLMAIJrDxSGwnmTjT6\n2opMt1tgxSDaTjf0CT0YCcqmGjCd6y0EquQR73DIVSncweI9qBy1VNvKvmrxNBGi\nAJX9njbx4cdgh2YhfmAkIZJuwTKmELvtpXi7b1BFdNHREHFgmoMi29mnO1VBQnoZ\niAyZacM2aaTz8g3JcHoGvozuLDig3YfAe4AJyBBT3WevizIDX3DRnrUqgsN5Bn6M\nCfL0ql3rVO0DB1DSKb86Mk6WLjL/ivve661jIwIDAQABAoIBAQCssnWJTxxRgrUU\nmOxVytJ+f1W/057F6T92t8aOnMpCkVrAFW2y2cm+zucy9qtwdYph2tHsgehy3ezd\nIbdeWeBfo/0kGI8fTfhW7MPVFx6NnwxlL7YJwWudnGyP8yBMtfcqVf8D7OvYDAA7\n5T2ETX5wF7R7kJ9E7VvSmLVW3RVAVcJRJRSNUHbAacl8I3qfgPmqtI3doEUqPTZG\n+RP1EXLoS1ElRlTIe3oAHYLWjMTcYF7Hxvc+G5+t0UqPnvodiuSpwB6LepLHFVDp\n+MVe4Ocy/y6JWlWXlCPOQmJsK0YTvV5StEnjomcZdYeHqD6j0Xv0JJbRETduB/Su\nJ/zcYnxhAoGBAPuoPJ8AfTzXHoNh5uvYSHNPPPcBP40DSjUzqRi/vyY67+O7Z28R\nxRwB+z9smRtQm7Qy1a6wXqP3H/H+dyUM7p42bTPSfmjzvY4mXipNanIlWiYFxCDx\nuNvmU5hireZ/z/xPlddqiI+HDe1Y773NdLUZtuhMDyrJKIwRk6jwbilJAoGBAPH4\nCqdfqjNcNbNNPnnPu5fj7pZXF+OiBpw0kdIOS3NX1KlMkQMgg0z1dcNIQjezN1gk\nC5fTaewOl+b7QIWaczpPMKTDI8gQ3w75hfqN/XTWS3iR+3mVwGmlsX9xZATMtgjK\n6MRVUXAU/K4VCmsBXgDRk43QpAa8R0lQg5nuubULAoGAJmwbRVN3y5A0km6iKSQO\ne7x/XF8OauMzs0e9649rCdU5xxVXx3d5FruetqJIBgmanDqesVswN+yFLhdh7YA5\n9mHs7lqW/kMoj8l/2wmS1Paq+t8qgLUnOjvCS6PVVTnycV1dTVRwoSlHkRNhFyOF\nTBku+eyS7D9mN2x/lO2QhDECgYEAt4bXLdQVmBccc/7moCW7t50eXdF5QSKnuNr2\nr0hAWiAIIND+PEzwyfJze8bW0sCP/b55PJMSCAWZmYyAh9V6CIP/9Tg9b4W8afNA\nd6Yy0+emHrE6+CFpa7hNRMiQgEN03n5oxmGf/08ryC4VVMwYrK5JKItTnfg4aZcz\n+hFjsbkCgYEAlbnpdnGCA7qadJkm7NLS+Xs7Q9bL72G1kO3De51RXUHM1nFUoXqC\nTnruThjhlHIP2CJbM4l7UBxQimpwpJvuDeWJW07a3cg06pE3yoNqLIvPH2JQHVnZ\n92AsAdhedO3/C9A9P/TJ+7aN92fO1Hd5SmwlNfeZD4kd0a0Q6f28hx4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-2026940317", "fingerprint": "b3:ff:17:71:be:50:ef:77:8b:9a:72:8f:68:e6:8a:00"}} 2018-08-20 20:37:18,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/ports 0.852s 2018-08-20 20:37:18,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-364309250", "security_groups": ["58b63f53-5108-4a79-9b26-4dae80783d29"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:37:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0bae122-d1ef-4edf-9b31-6b4bfb6aef1d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:37:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3e80189a-6da5-4513-b054-7126c69b2336","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:37:18Z","name":"tempest-port-smoke-364309250","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:c0:d6:a0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5","ip_address":"10.101.11.10"}],"id":"b14c7393-48c1-4741-9270-4cfa316c280b","security_groups":["58b63f53-5108-4a79-9b26-4dae80783d29"],"device_id":""}} 2018-08-20 20:37:21,923 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.23:8774/v2.1/servers 3.390s 2018-08-20 20:37:21,923 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-2026940317", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "3e80189a-6da5-4513-b054-7126c69b2336", "port": "b14c7393-48c1-4741-9270-4cfa316c280b"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-f681123c-5128-4eb3-9f3a-85102b8536d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f681123c-5128-4eb3-9f3a-85102b8536d5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "adminPass": "5PtytuHeSzmT"}} 2018-08-20 20:37:22,246 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.318s 2018-08-20 20:37:22,247 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-c5da2427-c35e-48c5-af08-2a9cbf30cfc1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5da2427-c35e-48c5-af08-2a9cbf30cfc1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:23,583 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.322s 2018-08-20 20:37:23,584 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-27c6a335-b00c-4f68-aef8-6e12a8b10b74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27c6a335-b00c-4f68-aef8-6e12a8b10b74'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:24,968 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.371s 2018-08-20 20:37:24,969 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-765477c6-43ff-4a66-a086-5a5955cc8c3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-765477c6-43ff-4a66-a086-5a5955cc8c3a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:24,981 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-20 20:37:26,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.300s 2018-08-20 20:37:26,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-0216f858-41df-47de-9b70-36afed658203', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0216f858-41df-47de-9b70-36afed658203'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:26,296 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-20 20:37:27,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.635s 2018-08-20 20:37:27,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-f2397157-1cd0-4c6a-8e41-89e0dbf60c8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f2397157-1cd0-4c6a-8e41-89e0dbf60c8f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:27Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:27,947 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 5 second wait 2018-08-20 20:37:29,979 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 1.030s 2018-08-20 20:37:29,979 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-e3e5d102-b630-4222-9d60-2f84d4d2669c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e3e5d102-b630-4222-9d60-2f84d4d2669c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:28Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:29,992 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 7 second wait 2018-08-20 20:37:31,786 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.792s 2018-08-20 20:37:31,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-1545d222-145c-4578-a277-1b781a4611fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1545d222-145c-4578-a277-1b781a4611fa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:28Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:33,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.621s 2018-08-20 20:37:33,422 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-a8596d89-e5fe-41c2-9f98-0f44e39a5fed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8596d89-e5fe-41c2-9f98-0f44e39a5fed'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:28Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:35,219 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.783s 2018-08-20 20:37:35,220 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-356bdf67-f076-436a-8f52-b5c9714d43d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-356bdf67-f076-436a-8f52-b5c9714d43d9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1875236657": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d6:a0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:33.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:33Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:35,245 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2018-08-20 20:37:35,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.372s 2018-08-20 20:37:35,623 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-4991ea59-c2a5-4700-83da-c76bedc6863d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4991ea59-c2a5-4700-83da-c76bedc6863d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1875236657": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d6:a0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:33.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:33Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:35,637 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6dd7c272-7f3c-446e-9d9a-e10ce118c1ef with status: ACTIVE 2018-08-20 20:37:36,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/ports 1.101s 2018-08-20 20:37:36,741 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-895571415", "security_groups": ["58b63f53-5108-4a79-9b26-4dae80783d29"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:37:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fe87f39c-bbc8-4ca9-9625-e111e98042f1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:37:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"db4ad12a-a533-4abc-8916-9bf3baf744af","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:37:36Z","name":"tempest-port-smoke-895571415","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4b:da:a3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e228d54c-65e3-4ad1-af3e-0d2a345014d3","ip_address":"10.102.21.20"}],"id":"3e723800-8a9d-428e-8675-b82d088c7c7a","security_groups":["58b63f53-5108-4a79-9b26-4dae80783d29"],"device_id":""}} 2018-08-20 20:37:40,540 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.23:8774/v2.1/servers 3.797s 2018-08-20 20:37:40,541 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-2026940317", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "db4ad12a-a533-4abc-8916-9bf3baf744af", "port": "3e723800-8a9d-428e-8675-b82d088c7c7a"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-0f423383-9a03-432c-9972-e6f84acd93ca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f423383-9a03-432c-9972-e6f84acd93ca'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "adminPass": "wVnTVqhLY9F3"}} 2018-08-20 20:37:41,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.741s 2018-08-20 20:37:41,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-f19f27c4-2721-4d4b-9e86-cd063ad02fd9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f19f27c4-2721-4d4b-9e86-cd063ad02fd9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:42,630 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.328s 2018-08-20 20:37:42,631 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-a6fc95be-33ac-434e-b330-031f08df5ee7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6fc95be-33ac-434e-b330-031f08df5ee7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:44,018 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.373s 2018-08-20 20:37:44,019 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-1d279861-a02e-4a05-99c0-f6ca1f186567', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d279861-a02e-4a05-99c0-f6ca1f186567'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:44,032 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:37:45,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.688s 2018-08-20 20:37:45,723 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-c9ee4522-7d62-4242-aa35-e1bcda54b256', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9ee4522-7d62-4242-aa35-e1bcda54b256'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:47,075 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.338s 2018-08-20 20:37:47,075 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-df3de601-90e2-41a1-956f-7d35ff368c69', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df3de601-90e2-41a1-956f-7d35ff368c69'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:48,735 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.645s 2018-08-20 20:37:48,736 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-78e90e3b-7864-4410-9dae-a4843eefd508', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78e90e3b-7864-4410-9dae-a4843eefd508'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:50,373 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.623s 2018-08-20 20:37:50,374 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-69733896-3dc0-43c8-9c0b-4ac21d1b3e66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69733896-3dc0-43c8-9c0b-4ac21d1b3e66'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2081129672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:da:a3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:48.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:50,388 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 20:37:51,031 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.641s 2018-08-20 20:37:51,031 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-cc38244c-f2bc-4331-8e9e-2c3cbb300248', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cc38244c-f2bc-4331-8e9e-2c3cbb300248'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2081129672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:da:a3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:48.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:51,045 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 71061f3e-3dfd-4ea3-83df-685c69d474a9 with status: ACTIVE 2018-08-20 20:37:51,154 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/routers 0.108s 2018-08-20 20:37:51,155 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--2085633022", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db1f46ba-be81-48d2-acb3-7df43a8116de'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:51Z", "admin_state_up": true, "updated_at": "2018-08-20T20:37:51Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b", "name": "tempest-router--2085633022"}} 2018-08-20 20:37:52,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b 1.575s 2018-08-20 20:37:52,732 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b', u'date': 'Mon, 20 Aug 2018 20:37:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81d5daa9-c7cd-4007-a8b9-895e4a2ec9b5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:51Z", "admin_state_up": true, "updated_at": "2018-08-20T20:37:52Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b", "name": "tempest-router--2085633022"}} 2018-08-20 20:37:54,780 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/add_router_interface 2.046s 2018-08-20 20:37:54,781 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:37:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ff866cf1-d5b2-471f-ae17-ea050232eb23'} Body: {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5", "subnet_ids": ["fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"], "port_id": "7ba13784-7ce6-4a99-ae9a-682783605f4c", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b"} 2018-08-20 20:37:56,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.154s 2018-08-20 20:37:56,937 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "b14c7393-48c1-4741-9270-4cfa316c280b"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:37:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-590950e0-62d4-496b-b02c-147520f5e8e7'} Body: {"floatingip": {"router_id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:37:56Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "b14c7393-48c1-4741-9270-4cfa316c280b", "id": "1adfa1d4-a9cb-4991-9c5d-477ed3a4a470", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 20:37:56,938 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:37:59,945 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:38:00,006 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:38:00,010 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:38:00,125 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:38:00,126 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:38:00,129 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:38:00,187 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:38:00,194 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:38:05,201 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:38:05,202 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:39:15,258 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:39:15,258 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:39:15,261 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:39:15,323 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:39:15,326 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:39:20,334 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:39:20,334 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:40:30,380 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:40:30,381 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:40:30,381 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30,387 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30,487 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:40:30,514 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30,521 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:40:30,522 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:0d:f8:20 [ether] on eth0 2018-08-20 20:40:30,522 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 20:40:30,523 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30,525 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30,586 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:40:30,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30,598 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 20:40:30,599 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 20:40:30,599 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30,601 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30,659 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:40:30,665 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30,671 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:40:30,672 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30,674 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30,735 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:40:30,738 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30,744 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:40:30,744 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:0d:f8:20 [ether] on eth0 2018-08-20 20:40:30,745 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:40:30,745 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30,747 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30,807 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:40:30,811 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:35,818 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:40:35,819 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:41:45,828 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:41:45,829 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:41:45,833 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:41:45,933 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:41:45,961 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:41:50,969 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:41:50,969 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:43:01,040 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:43:01,041 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.208: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:43:02,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1adfa1d4-a9cb-4991-9c5d-477ed3a4a470 1.386s 2018-08-20 20:43:02,430 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/1adfa1d4-a9cb-4991-9c5d-477ed3a4a470', u'date': 'Mon, 20 Aug 2018 20:43:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a695c79d-785d-4764-be0a-042152f90b0b'} Body: 2018-08-20 20:43:04,414 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/remove_router_interface 1.983s 2018-08-20 20:43:04,415 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:43:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4745484-0d56-4e38-af4d-7e749eea0819'} Body: {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5", "subnet_ids": ["fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"], "port_id": "7ba13784-7ce6-4a99-ae9a-682783605f4c", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b"} 2018-08-20 20:43:06,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b 1.774s 2018-08-20 20:43:06,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b', u'date': 'Mon, 20 Aug 2018 20:43:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-32000565-d7a9-46b2-9476-6f03dfa68519'} Body: 2018-08-20 20:43:06,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.458s 2018-08-20 20:43:06,650 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-71198830-9a0c-4698-a6e9-9b0f2ce816fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71198830-9a0c-4698-a6e9-9b0f2ce816fe'} Body: 2018-08-20 20:43:07,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 1.131s 2018-08-20 20:43:07,783 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-b496728b-f625-4689-b38d-e3f248752f16', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b496728b-f625-4689-b38d-e3f248752f16'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2081129672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:da:a3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:48.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:06Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:08,863 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.063s 2018-08-20 20:43:08,863 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-373e17cf-65ca-41ea-a7f4-32ed1943a154', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:08 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-373e17cf-65ca-41ea-a7f4-32ed1943a154'} Body: {"itemNotFound": {"message": "Instance 71061f3e-3dfd-4ea3-83df-685c69d474a9 could not be found.", "code": 404}} 2018-08-20 20:43:09,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/3e723800-8a9d-428e-8675-b82d088c7c7a 0.695s 2018-08-20 20:43:09,561 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/3e723800-8a9d-428e-8675-b82d088c7c7a', u'date': 'Mon, 20 Aug 2018 20:43:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0315dc31-6f95-4fda-ade8-8b4dbe47cc6f'} Body: 2018-08-20 20:43:09,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.201s 2018-08-20 20:43:09,764 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-2d4f5ab3-673d-4bc0-a7da-288d7bf84990', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d4f5ab3-673d-4bc0-a7da-288d7bf84990'} Body: 2018-08-20 20:43:10,939 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 1.174s 2018-08-20 20:43:10,940 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-5aa13293-314e-4ec9-b5b1-07828db86ec0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5aa13293-314e-4ec9-b5b1-07828db86ec0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1875236657": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d6:a0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:33.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:09Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:12,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.045s 2018-08-20 20:43:12,000 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-fdf63ed2-ae28-4f3f-9530-2e98b9802f1a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:11 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-fdf63ed2-ae28-4f3f-9530-2e98b9802f1a'} Body: {"itemNotFound": {"message": "Instance 6dd7c272-7f3c-446e-9d9a-e10ce118c1ef could not be found.", "code": 404}} 2018-08-20 20:43:13,224 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b14c7393-48c1-4741-9270-4cfa316c280b 1.222s 2018-08-20 20:43:13,224 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/b14c7393-48c1-4741-9270-4cfa316c280b', u'date': 'Mon, 20 Aug 2018 20:43:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eda1037e-1ec4-498b-a007-827d796ae177'} Body: 2018-08-20 20:43:13,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2026940317 0.042s 2018-08-20 20:43:13,269 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2026940317', u'x-compute-request-id': 'req-f6ceebab-79a3-4504-9fcf-fd54bdf1d4b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6ceebab-79a3-4504-9fcf-fd54bdf1d4b2'} Body: 2018-08-20 20:43:16,106 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e228d54c-65e3-4ad1-af3e-0d2a345014d3 2.835s 2018-08-20 20:43:16,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e228d54c-65e3-4ad1-af3e-0d2a345014d3', u'date': 'Mon, 20 Aug 2018 20:43:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-85491e5e-069c-49a7-86c2-915de2936b7d'} Body: 2018-08-20 20:43:17,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/db4ad12a-a533-4abc-8916-9bf3baf744af 1.799s 2018-08-20 20:43:17,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/db4ad12a-a533-4abc-8916-9bf3baf744af', u'date': 'Mon, 20 Aug 2018 20:43:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ba37af40-ea7b-4935-86d2-0cc50a34fca2'} Body: 2018-08-20 20:43:20,490 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5 2.582s 2018-08-20 20:43:20,491 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5', u'date': 'Mon, 20 Aug 2018 20:43:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-40d96268-968e-47cb-a584-d8383e640dd4'} Body: 2018-08-20 20:43:22,359 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3e80189a-6da5-4513-b054-7126c69b2336 1.867s 2018-08-20 20:43:22,360 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3e80189a-6da5-4513-b054-7126c69b2336', u'date': 'Mon, 20 Aug 2018 20:43:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2c1b5f23-83f2-424d-8eea-f8f0845fba45'} Body: 2018-08-20 20:43:22,616 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/58b63f53-5108-4a79-9b26-4dae80783d29 0.255s 2018-08-20 20:43:22,617 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/58b63f53-5108-4a79-9b26-4dae80783d29', u'date': 'Mon, 20 Aug 2018 20:43:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b9c1ce98-b7f0-4352-9ea9-39894a3b959d'} Body: 2018-08-20 20:43:23.135 63 INFO tempest.lib.common.rest_client [req-b1bc243a-9170-4c19-bd9a-0a4f5e13effb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.492s 2018-08-20 20:43:23.136 63 DEBUG tempest.lib.common.rest_client [req-b1bc243a-9170-4c19-bd9a-0a4f5e13effb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1803529974 description", "name": "tempest-secgroup-smoke-1803529974"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1bc243a-9170-4c19-bd9a-0a4f5e13effb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1803529974 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:23Z", "updated_at": "2018-08-20T20:43:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:43:23Z", "revision_number": 0, "id": "74df7332-2cd2-45ad-8805-8a20ced0a567", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:43:23Z", "revision_number": 0, "id": "815e0667-43e3-41ff-95c3-be0756902807", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9bd601a1-4872-447a-8058-3295e44ec39c", "name": "tempest-secgroup-smoke-1803529974"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:23.519 63 INFO tempest.lib.common.rest_client [req-a8442254-4ae2-4a2e-bc8a-d30f3600bee1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.382s 2018-08-20 20:43:23.520 63 DEBUG tempest.lib.common.rest_client [req-a8442254-4ae2-4a2e-bc8a-d30f3600bee1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8442254-4ae2-4a2e-bc8a-d30f3600bee1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:23Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3d4dd197-96bd-4ef3-8c04-732454dcf73e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:23.980 63 INFO tempest.lib.common.rest_client [req-012525b3-c902-4f17-9187-2299f59a1dd3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.459s 2018-08-20 20:43:23.980 63 DEBUG tempest.lib.common.rest_client [req-012525b3-c902-4f17-9187-2299f59a1dd3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-012525b3-c902-4f17-9187-2299f59a1dd3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:23Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "16fa2de4-40bb-4785-a1bd-48c1d05788e0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:24.734 63 INFO tempest.lib.common.rest_client [req-7ff36245-47d6-43e0-a195-7484ff3e3196 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.753s 2018-08-20 20:43:24.735 63 DEBUG tempest.lib.common.rest_client [req-7ff36245-47d6-43e0-a195-7484ff3e3196 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ff36245-47d6-43e0-a195-7484ff3e3196'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:43:24Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:24Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "df09fc7a-7a01-43de-a0cd-1970e0d42749"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:25.177 63 INFO tempest.lib.common.rest_client [req-318f52f1-0d0b-4e61-951c-db86ef8c5c4a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.441s 2018-08-20 20:43:25.178 63 DEBUG tempest.lib.common.rest_client [req-318f52f1-0d0b-4e61-951c-db86ef8c5c4a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-318f52f1-0d0b-4e61-951c-db86ef8c5c4a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bed28d50-d4c1-4b40-b7a3-58bdc6072e3d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:25.650 63 INFO tempest.lib.common.rest_client [req-58df33e9-c896-4877-bc8a-ad8f248afccc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.471s 2018-08-20 20:43:25.651 63 DEBUG tempest.lib.common.rest_client [req-58df33e9-c896-4877-bc8a-ad8f248afccc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58df33e9-c896-4877-bc8a-ad8f248afccc'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "73e0c9ba-971d-4d0f-902a-1cdce68d5568"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:25.800 63 INFO tempest.lib.common.rest_client [req-2cc37015-3470-4473-8cbd-080f7df06e4f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.148s 2018-08-20 20:43:25.800 63 DEBUG tempest.lib.common.rest_client [req-2cc37015-3470-4473-8cbd-080f7df06e4f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2cc37015-3470-4473-8cbd-080f7df06e4f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ed1583e-06e7-4918-94a3-5a91adc9a28a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:25.985 63 INFO tempest.lib.common.rest_client [req-a1d148a7-3a64-434d-b611-9aab7042902c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 20:43:25.986 63 DEBUG tempest.lib.common.rest_client [req-a1d148a7-3a64-434d-b611-9aab7042902c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1d148a7-3a64-434d-b611-9aab7042902c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3a7442bd-a0c5-4006-9213-05558aebbfef"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:26.177 63 INFO tempest.lib.common.rest_client [req-efa27c7b-fd4b-4e7d-9d37-07d764c452ee ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-20 20:43:26.177 63 DEBUG tempest.lib.common.rest_client [req-efa27c7b-fd4b-4e7d-9d37-07d764c452ee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-efa27c7b-fd4b-4e7d-9d37-07d764c452ee'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:26Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5bfbdf99-d02b-40e2-8a58-29ade50e5f89"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:26.441 63 INFO tempest.lib.common.rest_client [req-b1d4047e-64bf-4f26-b1a0-18e1a8a66336 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.262s 2018-08-20 20:43:26.441 63 DEBUG tempest.lib.common.rest_client [req-b1d4047e-64bf-4f26-b1a0-18e1a8a66336 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-467117939"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:43:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1d4047e-64bf-4f26-b1a0-18e1a8a66336'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:43:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"80fe5ea9-3f96-48b2-9794-6f9755b25e7e","name":"tempest-A-467117939"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:27.500 63 INFO tempest.lib.common.rest_client [req-9b58a1dd-8b83-418c-afb5-950ad58c682f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.058s 2018-08-20 20:43:27.501 63 DEBUG tempest.lib.common.rest_client [req-9b58a1dd-8b83-418c-afb5-950ad58c682f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "name": "tempest-subnet-A-1-1317750527"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:43:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b58a1dd-8b83-418c-afb5-950ad58c682f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"80fe5ea9-3f96-48b2-9794-6f9755b25e7e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:26Z","dns_nameservers":[],"updated_at":"2018-08-20T20:43:26Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"28bf4b72-db9f-4dc7-84a2-5d748245d6ac","subnetpool_id":null,"name":"tempest-subnet-A-1-1317750527"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:27.769 63 INFO tempest.lib.common.rest_client [req-358d5fc9-34a9-4e2a-9053-75d15143dea9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.266s 2018-08-20 20:43:27.769 63 DEBUG tempest.lib.common.rest_client [req-358d5fc9-34a9-4e2a-9053-75d15143dea9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1740015373"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:43:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-358d5fc9-34a9-4e2a-9053-75d15143dea9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:43:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"bd8f3351-11c9-4a91-ad00-b6abaf4f9db5","name":"tempest-B-1740015373"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:28.529 63 INFO tempest.lib.common.rest_client [req-968cf5d2-8612-4c74-a64a-e95ffbd94326 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.758s 2018-08-20 20:43:28.530 63 DEBUG tempest.lib.common.rest_client [req-968cf5d2-8612-4c74-a64a-e95ffbd94326 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "name": "tempest-subnet-B-1-1765590698"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:43:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-968cf5d2-8612-4c74-a64a-e95ffbd94326'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd8f3351-11c9-4a91-ad00-b6abaf4f9db5","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:28Z","dns_nameservers":[],"updated_at":"2018-08-20T20:43:28Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc","subnetpool_id":null,"name":"tempest-subnet-B-1-1765590698"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:29.195 63 INFO tempest.lib.common.rest_client [req-42bc198c-88cd-4282-ad46-ac02f4facfe8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.664s 2018-08-20 20:43:29.196 63 DEBUG tempest.lib.common.rest_client [req-42bc198c-88cd-4282-ad46-ac02f4facfe8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:43:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42bc198c-88cd-4282-ad46-ac02f4facfe8'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "f7319046-5901-46c9-8b79-cdb96a71dc49"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:29.915 63 INFO tempest.lib.common.rest_client [req-8460f130-4137-4644-94a6-a229ab69b006 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations 0.718s 2018-08-20 20:43:29.915 63 DEBUG tempest.lib.common.rest_client [req-8460f130-4137-4644-94a6-a229ab69b006 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations', u'date': 'Mon, 20 Aug 2018 20:43:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8460f130-4137-4644-94a6-a229ab69b006'} Body: {"network_association": {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "id": "f0d4c9d1-2f2c-49ba-9a78-5ce856877ab2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:30.514 63 INFO tempest.lib.common.rest_client [req-71884426-847d-466b-b7c9-29c3592091d9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations 0.598s 2018-08-20 20:43:30.515 63 DEBUG tempest.lib.common.rest_client [req-71884426-847d-466b-b7c9-29c3592091d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations', u'date': 'Mon, 20 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71884426-847d-466b-b7c9-29c3592091d9'} Body: {"network_association": {"network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "id": "f3ff0fa9-f63c-490f-9b99-a40a19552b69"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:30.973 63 INFO tempest.lib.common.rest_client [req-3d998db1-0d17-4b57-bd2f-adae3c7fe2d5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.457s 2018-08-20 20:43:30.973 63 DEBUG tempest.lib.common.rest_client [req-3d998db1-0d17-4b57-bd2f-adae3c7fe2d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1325582443"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-3d998db1-0d17-4b57-bd2f-adae3c7fe2d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3d998db1-0d17-4b57-bd2f-adae3c7fe2d5'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/9HwEyWvm9eqdii63eOyXmrmFinZrzQdFuLSTHgoCQ8ALShLMfEJYOmZCiwtix41kMfksSUnBPFvCJzIl6Nsm27Vo6fOW2aP+oh6vKz1YF12a5PuJXxhprj+lQ9IVLon1614ENgmf3BLW9Ae3S8NWOPAtGwMaMuDuuoJNBtzfxgg2DMfYfq3d5ApO5y55uBCrqE8g3S8JFW+wihhLgfJMbWsWWKLTwWg6vNOmrbc7Km589gUu7rLSb+G8+CeQZYedHFOoaoNwOfenDrLO8y+CoHbnkZs0uJ2Ug77Bh1k9qV80mIxR4oP/1NxfekKYEg5/CK7ntMwobftCTFJcS6H7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv/R8BMlr5vXqnYout3jsl5q5hYp2a80HRbi0kx4KAkPAC0oS\nzHxCWDpmQosLYseNZDH5LElJwTxbwicyJejbJtu1aOnzltmj/qIerys9WBddmuT7\niV8Yaa4/pUPSFS6J9eteBDYJn9wS1vQHt0vDVjjwLRsDGjLg7rqCTQbc38YINgzH\n2H6t3eQKTucuebgQq6hPIN0vCRVvsIoYS4HyTG1rFlii08FoOrzTpq23OypufPYF\nLu6y0m/hvPgnkGWHnRxTqGqDcDn3pw6yzvMvgqB255GbNLidlIO+wYdZPalfNJiM\nUeKD/9TcX3pCmBIOfwiu57TMKG37QkxSXEuh+wIDAQABAoIBAQCRs3CjbYQSplz0\nQZveNdJX7OCfBY+HmfPIL0AZXza3q1dM+me0gSkWsRVHsyTsUI35HJmGzQZHv5ni\nkD/XWJ1oLGLRhKsZuI9rSwFBcu+4OtwZI2/uQJlWNiYnOohu/YlIeeQ+DApYJgLC\n2C43KjHV85gSlKtRKodjjXw0HV5wFx1W7BV0QD/ZVZwX4NwIjHto/cI54GbdifBn\nRRVdQtzGff2mIwuw4IkwSwtu3QKOrgX6sM880x4HrNKIPUqaO2dvnIoafbtjp/85\nP8xWCWfC3GMZ1IPyazEGPIKz/+q7H2yMkHdc3GDxWPdnJaixbiXZbLw4un5KzjD1\nIfGpHKAhAoGBAPawAZo8j8pWldJwD9bzMotD0UMG2GgkmXAgN9mD0jq1utfg+GZd\nkWPGyC3MOwxlvnX9lRssITlOaD+4yuV6MIu7rB0mC9tkNgaG5aqeAd2mhZz3oWKr\n6RTBVaH2t8nwwMyjKO69rrZUcABhH89ZAMTf3uhu3o1pT6G0L+QrniALAoGBAMcz\nisG9+NIN1MkEkDtFPnJPhJvCzqEj1Jye9wj5aIN0kvIK+PEN20dqskSRtBWQMlWh\ncqNde5lA8wLD8oj/027yCPxgigeUcL1Cr7N6zDoGscfWOCqf3Ck8gW41VwveyH4W\nC1ylpPHSw2MKb7cdVa9VluXpxyK389aBGhMTWQvRAoGAWF+ZU13azUvThH3szr51\nHvr+npp3MGfcKBUCrQPSboHoG6pWkqV2jl4KHI4LoVdZsf9USVW32UXDhwB2f1sU\nxRpIgHC+0qvFxvTQlhzg4jzjpOX5hNW9PFg+izVNhiSfjS/uXAjL7Dm3ngstUCS8\nZ8sjmfUN+W7+vhlFBuKxVR0CgYAooFRuSwZSIMwC61FXJTolKh6LfeGSb7JO9wS+\n6c7s8Ht/rckzsHXGTPZqkaS+uRfq6vBsbQZmLR7is3/lfPdsKyS2BCJihV2w28bl\nveek9fSQIxp1ZwEJz/M9vNcx7o/JV0md7ZKEV03OBzTdjbgJ+FS8Mz+PzyCF4PKm\nbU294QKBgDoOTb2ek6SJWcGu6iiySHUzEx2s2626HpceGNmuZR/1HaX0IvwATAzz\nAqgvkT6hcv1jgT6et1vXrhEqPr4/iTo4bw59NX56/gHglGxgQnEQ/nkibqC+9Ozl\n76B/PXj/TwuTl7Sd4pS6gXn73ZTEic+cQGGgLw/A+IlUyF5g3TjF\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1325582443", "fingerprint": "0d:c7:10:1c:c0:0a:97:c0:08:68:9f:e0:99:aa:4d:7e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:32.049 63 INFO tempest.lib.common.rest_client [req-b49e1e20-af3d-44ae-bca8-b0dfe87dd3bb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.072s 2018-08-20 20:43:32.050 63 DEBUG tempest.lib.common.rest_client [req-b49e1e20-af3d-44ae-bca8-b0dfe87dd3bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1840358347", "security_groups": ["9bd601a1-4872-447a-8058-3295e44ec39c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:43:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b49e1e20-af3d-44ae-bca8-b0dfe87dd3bb'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:43:31Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"80fe5ea9-3f96-48b2-9794-6f9755b25e7e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:43:31Z","name":"tempest-port-smoke-1840358347","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9d:dd:aa","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"28bf4b72-db9f-4dc7-84a2-5d748245d6ac","ip_address":"10.101.11.10"}],"id":"c49f1d15-50a0-4b69-b4e7-f35454eb6cee","security_groups":["9bd601a1-4872-447a-8058-3295e44ec39c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:34.904 63 INFO tempest.lib.common.rest_client [req-11df815c-9102-48ef-a0c1-ce29d0483753 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.23:8774/v2.1/servers 2.853s 2018-08-20 20:43:34.905 63 DEBUG tempest.lib.common.rest_client [req-11df815c-9102-48ef-a0c1-ce29d0483753 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1325582443", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "port": "c49f1d15-50a0-4b69-b4e7-f35454eb6cee"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-11df815c-9102-48ef-a0c1-ce29d0483753', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11df815c-9102-48ef-a0c1-ce29d0483753'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "adminPass": "PT76SVLWMnZy"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:35.564 63 INFO tempest.lib.common.rest_client [req-c7050e85-a39c-475b-a539-3990f67054f2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.654s 2018-08-20 20:43:35.564 63 DEBUG tempest.lib.common.rest_client [req-c7050e85-a39c-475b-a539-3990f67054f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-c7050e85-a39c-475b-a539-3990f67054f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c7050e85-a39c-475b-a539-3990f67054f2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:37.241 63 INFO tempest.lib.common.rest_client [req-478c2868-2e43-48cc-8626-416523d2b72c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.662s 2018-08-20 20:43:37.242 63 DEBUG tempest.lib.common.rest_client [req-478c2868-2e43-48cc-8626-416523d2b72c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-478c2868-2e43-48cc-8626-416523d2b72c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-478c2868-2e43-48cc-8626-416523d2b72c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:39.583 63 INFO tempest.lib.common.rest_client [req-1cf9a04e-5409-431e-9ca3-4ab6e63e67c1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 1.326s 2018-08-20 20:43:39.584 63 DEBUG tempest.lib.common.rest_client [req-1cf9a04e-5409-431e-9ca3-4ab6e63e67c1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-1cf9a04e-5409-431e-9ca3-4ab6e63e67c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1cf9a04e-5409-431e-9ca3-4ab6e63e67c1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:38Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:39.597 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-20 20:43:41.842 63 INFO tempest.lib.common.rest_client [req-93d93d92-4ec0-4f12-b66b-7e2ca629f69c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 1.243s 2018-08-20 20:43:41.843 63 DEBUG tempest.lib.common.rest_client [req-93d93d92-4ec0-4f12-b66b-7e2ca629f69c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-93d93d92-4ec0-4f12-b66b-7e2ca629f69c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93d93d92-4ec0-4f12-b66b-7e2ca629f69c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:38Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:43.649 63 INFO tempest.lib.common.rest_client [req-3d0f2f43-b31f-4e19-8ef4-81f74c6ee758 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.792s 2018-08-20 20:43:43.650 63 DEBUG tempest.lib.common.rest_client [req-3d0f2f43-b31f-4e19-8ef4-81f74c6ee758 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-3d0f2f43-b31f-4e19-8ef4-81f74c6ee758', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3d0f2f43-b31f-4e19-8ef4-81f74c6ee758'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-467117939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:dd:aa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:43.663 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 20:43:44.419 63 INFO tempest.lib.common.rest_client [req-53a92e00-40bf-4429-8351-1db1c672f6d5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.755s 2018-08-20 20:43:44.419 63 DEBUG tempest.lib.common.rest_client [req-53a92e00-40bf-4429-8351-1db1c672f6d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-53a92e00-40bf-4429-8351-1db1c672f6d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-53a92e00-40bf-4429-8351-1db1c672f6d5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-467117939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:dd:aa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:44.433 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c7824f08-2abf-4c02-b9b9-d983b952ecde with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:43:45.597 63 INFO tempest.lib.common.rest_client [req-9c871d41-2c8d-4aec-a8b0-0b88afb4482a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.163s 2018-08-20 20:43:45.598 63 DEBUG tempest.lib.common.rest_client [req-9c871d41-2c8d-4aec-a8b0-0b88afb4482a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-252303202", "security_groups": ["9bd601a1-4872-447a-8058-3295e44ec39c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:43:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c871d41-2c8d-4aec-a8b0-0b88afb4482a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:43:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd8f3351-11c9-4a91-ad00-b6abaf4f9db5","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:43:44Z","name":"tempest-port-smoke-252303202","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1d:b7:8a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc","ip_address":"10.102.21.20"}],"id":"38f01b9c-6bed-4695-b1cb-9a8b55033d2b","security_groups":["9bd601a1-4872-447a-8058-3295e44ec39c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:48.891 63 INFO tempest.lib.common.rest_client [req-4c1b1041-5309-4590-aaa7-df9e5e7cc8a5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.23:8774/v2.1/servers 3.292s 2018-08-20 20:43:48.891 63 DEBUG tempest.lib.common.rest_client [req-4c1b1041-5309-4590-aaa7-df9e5e7cc8a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1325582443", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "port": "38f01b9c-6bed-4695-b1cb-9a8b55033d2b"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-4c1b1041-5309-4590-aaa7-df9e5e7cc8a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c1b1041-5309-4590-aaa7-df9e5e7cc8a5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "adminPass": "x5w88EBeiCQ7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:49.201 63 INFO tempest.lib.common.rest_client [req-50ba2035-6841-4214-9013-5b80e9c89c5a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.306s 2018-08-20 20:43:49.202 63 DEBUG tempest.lib.common.rest_client [req-50ba2035-6841-4214-9013-5b80e9c89c5a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-50ba2035-6841-4214-9013-5b80e9c89c5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50ba2035-6841-4214-9013-5b80e9c89c5a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:50.560 63 INFO tempest.lib.common.rest_client [req-3b35eac7-e6c6-44f2-a4fa-8abd49ff36e0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.343s 2018-08-20 20:43:50.560 63 DEBUG tempest.lib.common.rest_client [req-3b35eac7-e6c6-44f2-a4fa-8abd49ff36e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-3b35eac7-e6c6-44f2-a4fa-8abd49ff36e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b35eac7-e6c6-44f2-a4fa-8abd49ff36e0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:52.473 63 INFO tempest.lib.common.rest_client [req-753d9f58-2a3b-41cc-9e7f-4061ea018c72 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.898s 2018-08-20 20:43:52.473 63 DEBUG tempest.lib.common.rest_client [req-753d9f58-2a3b-41cc-9e7f-4061ea018c72 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-753d9f58-2a3b-41cc-9e7f-4061ea018c72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-753d9f58-2a3b-41cc-9e7f-4061ea018c72'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:52.486 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:43:53.814 63 INFO tempest.lib.common.rest_client [req-f45ad171-a05d-49ba-9ad4-feda8feda9e9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.325s 2018-08-20 20:43:53.814 63 DEBUG tempest.lib.common.rest_client [req-f45ad171-a05d-49ba-9ad4-feda8feda9e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-f45ad171-a05d-49ba-9ad4-feda8feda9e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f45ad171-a05d-49ba-9ad4-feda8feda9e9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:55.615 63 INFO tempest.lib.common.rest_client [req-31759968-f892-42a4-a20f-fbeb59b4f2df ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.787s 2018-08-20 20:43:55.616 63 DEBUG tempest.lib.common.rest_client [req-31759968-f892-42a4-a20f-fbeb59b4f2df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-31759968-f892-42a4-a20f-fbeb59b4f2df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31759968-f892-42a4-a20f-fbeb59b4f2df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:57.071 63 INFO tempest.lib.common.rest_client [req-eb16592e-3396-4633-9aeb-7611d9dd34f9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.439s 2018-08-20 20:43:57.072 63 DEBUG tempest.lib.common.rest_client [req-eb16592e-3396-4633-9aeb-7611d9dd34f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-eb16592e-3396-4633-9aeb-7611d9dd34f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb16592e-3396-4633-9aeb-7611d9dd34f9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:59.152 63 INFO tempest.lib.common.rest_client [req-19d3b3c5-fe94-4b5c-bfdd-f4f533d1abcb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 1.065s 2018-08-20 20:43:59.153 63 DEBUG tempest.lib.common.rest_client [req-19d3b3c5-fe94-4b5c-bfdd-f4f533d1abcb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-19d3b3c5-fe94-4b5c-bfdd-f4f533d1abcb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-19d3b3c5-fe94-4b5c-bfdd-f4f533d1abcb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1740015373": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b7:8a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:43:59.166 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 20:44:00.172 63 INFO tempest.lib.common.rest_client [req-3b4cb278-b232-48de-99e9-922ff641d3fd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 1.005s 2018-08-20 20:44:00.173 63 DEBUG tempest.lib.common.rest_client [req-3b4cb278-b232-48de-99e9-922ff641d3fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-3b4cb278-b232-48de-99e9-922ff641d3fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b4cb278-b232-48de-99e9-922ff641d3fd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1740015373": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b7:8a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:44:00.186 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 0999d35b-6b4c-462d-90b0-b87728eeb0fc with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:44:00.291 63 INFO tempest.lib.common.rest_client [req-e9191ee2-9f85-4fdf-a757-d6a1f1a9d27c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.104s 2018-08-20 20:44:00.292 63 DEBUG tempest.lib.common.rest_client [req-e9191ee2-9f85-4fdf-a757-d6a1f1a9d27c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1330565382", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9191ee2-9f85-4fdf-a757-d6a1f1a9d27c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:44:00Z", "admin_state_up": true, "updated_at": "2018-08-20T20:44:00Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "807dc107-f501-40af-b8c6-19fff761a1bd", "name": "tempest-router--1330565382"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:44:01.819 63 INFO tempest.lib.common.rest_client [req-5c421007-0382-49f7-b33e-17abff1c1543 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd 1.526s 2018-08-20 20:44:01.819 63 DEBUG tempest.lib.common.rest_client [req-5c421007-0382-49f7-b33e-17abff1c1543 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd', u'date': 'Mon, 20 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c421007-0382-49f7-b33e-17abff1c1543'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:44:00Z", "admin_state_up": true, "updated_at": "2018-08-20T20:44:01Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "807dc107-f501-40af-b8c6-19fff761a1bd", "name": "tempest-router--1330565382"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:44:04.074 63 INFO tempest.lib.common.rest_client [req-90fdf0f6-058a-4f62-895d-8be3eb8cea1c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/add_router_interface 2.253s 2018-08-20 20:44:04.075 63 DEBUG tempest.lib.common.rest_client [req-90fdf0f6-058a-4f62-895d-8be3eb8cea1c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:44:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90fdf0f6-058a-4f62-895d-8be3eb8cea1c'} Body: {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac", "subnet_ids": ["28bf4b72-db9f-4dc7-84a2-5d748245d6ac"], "port_id": "f5fa0005-0464-4277-8032-f30847361393", "id": "807dc107-f501-40af-b8c6-19fff761a1bd"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:44:06.255 63 INFO tempest.lib.common.rest_client [req-e47e8ab3-cc07-40c3-bd7a-d6ad3c511d17 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.178s 2018-08-20 20:44:06.256 63 DEBUG tempest.lib.common.rest_client [req-e47e8ab3-cc07-40c3-bd7a-d6ad3c511d17 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "c49f1d15-50a0-4b69-b4e7-f35454eb6cee"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:44:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e47e8ab3-cc07-40c3-bd7a-d6ad3c511d17'} Body: {"floatingip": {"router_id": "807dc107-f501-40af-b8c6-19fff761a1bd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:44:04Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "c49f1d15-50a0-4b69-b4e7-f35454eb6cee", "id": "b762606f-6c7f-4dcb-8ce0-b1dc1847ce5a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:44:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:44:06.257 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:44:08.260 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:44:08.319 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:44:08.324 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:44:08.438 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:44:08.439 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:44:08.441 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:44:08.502 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:44:08.505 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:44:13.512 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:44:13.513 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:45:23.583 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:45:23.584 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:45:23.587 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:45:23.649 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:45:23.651 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:45:28.658 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:45:28.659 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:46:38.708 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 20:46:38.709 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:46:38.709 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38.716 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:38.817 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:46:38.842 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:38.848 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 20:46:38.849 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:f9:1f:fb [ether] on eth0 2018-08-20 20:46:38.849 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:46:38.849 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38.851 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:38.913 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:46:38.916 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:38.924 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 20:46:38.924 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:46:38.925 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38.926 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:38.984 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:46:38.991 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:38.997 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:46:38.997 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38.999 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:39.055 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:46:39.062 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:39.067 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 20:46:39.068 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:f9:1f:fb [ether] on eth0 2018-08-20 20:46:39.068 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:46:39.069 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:39.070 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:39.128 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:46:39.134 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:44.141 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:46:44.141 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:47:54.175 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:47:54.176 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:47:54.182 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:47:54.283 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:47:54.309 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:47:59.318 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:47:59.318 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:49:09.388 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:49:10.836 63 INFO tempest.lib.common.rest_client [req-c9824d7a-1e07-4731-8711-29bfbce69534 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/b762606f-6c7f-4dcb-8ce0-b1dc1847ce5a 1.446s 2018-08-20 20:49:10.837 63 DEBUG tempest.lib.common.rest_client [req-c9824d7a-1e07-4731-8711-29bfbce69534 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/b762606f-6c7f-4dcb-8ce0-b1dc1847ce5a', u'date': 'Mon, 20 Aug 2018 20:49:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c9824d7a-1e07-4731-8711-29bfbce69534'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:12.917 63 INFO tempest.lib.common.rest_client [req-e4d8160e-d1c2-44cf-8b69-dacfd3dfccc0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/remove_router_interface 2.079s 2018-08-20 20:49:12.918 63 DEBUG tempest.lib.common.rest_client [req-e4d8160e-d1c2-44cf-8b69-dacfd3dfccc0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:49:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4d8160e-d1c2-44cf-8b69-dacfd3dfccc0'} Body: {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac", "subnet_ids": ["28bf4b72-db9f-4dc7-84a2-5d748245d6ac"], "port_id": "f5fa0005-0464-4277-8032-f30847361393", "id": "807dc107-f501-40af-b8c6-19fff761a1bd"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:14.859 63 INFO tempest.lib.common.rest_client [req-4cc96b16-735d-421b-aa2a-c69f8b197473 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd 1.941s 2018-08-20 20:49:14.860 63 DEBUG tempest.lib.common.rest_client [req-4cc96b16-735d-421b-aa2a-c69f8b197473 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd', u'date': 'Mon, 20 Aug 2018 20:49:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4cc96b16-735d-421b-aa2a-c69f8b197473'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:15.300 63 INFO tempest.lib.common.rest_client [req-8efc30d8-4e9c-4086-a9f8-a7c5c258abb4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.440s 2018-08-20 20:49:15.301 63 DEBUG tempest.lib.common.rest_client [req-8efc30d8-4e9c-4086-a9f8-a7c5c258abb4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-8efc30d8-4e9c-4086-a9f8-a7c5c258abb4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8efc30d8-4e9c-4086-a9f8-a7c5c258abb4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:16.707 63 INFO tempest.lib.common.rest_client [req-34f2f7e3-d6ed-4678-acdb-501b8870f409 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 1.404s 2018-08-20 20:49:16.707 63 DEBUG tempest.lib.common.rest_client [req-34f2f7e3-d6ed-4678-acdb-501b8870f409 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-34f2f7e3-d6ed-4678-acdb-501b8870f409', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-34f2f7e3-d6ed-4678-acdb-501b8870f409'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1740015373": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b7:8a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:49:15Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:17.768 63 INFO tempest.lib.common.rest_client [req-e1caf0db-6c14-492e-ac6f-035cde2f4362 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.046s 2018-08-20 20:49:17.769 63 DEBUG tempest.lib.common.rest_client [req-e1caf0db-6c14-492e-ac6f-035cde2f4362 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-e1caf0db-6c14-492e-ac6f-035cde2f4362', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e1caf0db-6c14-492e-ac6f-035cde2f4362'} Body: {"itemNotFound": {"message": "Instance 0999d35b-6b4c-462d-90b0-b87728eeb0fc could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:18.778 63 INFO tempest.lib.common.rest_client [req-8dc16a62-fe31-4d19-9c07-a599ad6df58f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/38f01b9c-6bed-4695-b1cb-9a8b55033d2b 1.009s 2018-08-20 20:49:18.779 63 DEBUG tempest.lib.common.rest_client [req-8dc16a62-fe31-4d19-9c07-a599ad6df58f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/38f01b9c-6bed-4695-b1cb-9a8b55033d2b', u'date': 'Mon, 20 Aug 2018 20:49:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8dc16a62-fe31-4d19-9c07-a599ad6df58f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:19.037 63 INFO tempest.lib.common.rest_client [req-f39fe4d5-aff6-42f4-885f-96c0651eb66d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.258s 2018-08-20 20:49:19.038 63 DEBUG tempest.lib.common.rest_client [req-f39fe4d5-aff6-42f4-885f-96c0651eb66d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-f39fe4d5-aff6-42f4-885f-96c0651eb66d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f39fe4d5-aff6-42f4-885f-96c0651eb66d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:20.056 63 INFO tempest.lib.common.rest_client [req-43e3712e-2416-4e5c-8471-edefa0b29013 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 1.016s 2018-08-20 20:49:20.056 63 DEBUG tempest.lib.common.rest_client [req-43e3712e-2416-4e5c-8471-edefa0b29013 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-43e3712e-2416-4e5c-8471-edefa0b29013', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43e3712e-2416-4e5c-8471-edefa0b29013'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-467117939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:dd:aa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:49:18Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:21.125 63 INFO tempest.lib.common.rest_client [req-0d44700b-670e-436e-98e1-d0be12236311 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.051s 2018-08-20 20:49:21.126 63 DEBUG tempest.lib.common.rest_client [req-0d44700b-670e-436e-98e1-d0be12236311 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-0d44700b-670e-436e-98e1-d0be12236311', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0d44700b-670e-436e-98e1-d0be12236311'} Body: {"itemNotFound": {"message": "Instance c7824f08-2abf-4c02-b9b9-d983b952ecde could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:21.767 63 INFO tempest.lib.common.rest_client [req-00dffc18-2e22-43fb-8d08-8f9bde50a40f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c49f1d15-50a0-4b69-b4e7-f35454eb6cee 0.640s 2018-08-20 20:49:21.768 63 DEBUG tempest.lib.common.rest_client [req-00dffc18-2e22-43fb-8d08-8f9bde50a40f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c49f1d15-50a0-4b69-b4e7-f35454eb6cee', u'date': 'Mon, 20 Aug 2018 20:49:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-00dffc18-2e22-43fb-8d08-8f9bde50a40f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:21.811 63 INFO tempest.lib.common.rest_client [req-a8bcd716-5cd0-4311-bfa1-95c7bf262e23 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1325582443 0.042s 2018-08-20 20:49:21.811 63 DEBUG tempest.lib.common.rest_client [req-a8bcd716-5cd0-4311-bfa1-95c7bf262e23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1325582443', u'x-compute-request-id': 'req-a8bcd716-5cd0-4311-bfa1-95c7bf262e23', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8bcd716-5cd0-4311-bfa1-95c7bf262e23'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:24.411 63 INFO tempest.lib.common.rest_client [req-41da12cc-6975-4a81-bb98-4bb98d4acaa2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc 2.599s 2018-08-20 20:49:24.412 63 DEBUG tempest.lib.common.rest_client [req-41da12cc-6975-4a81-bb98-4bb98d4acaa2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc', u'date': 'Mon, 20 Aug 2018 20:49:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41da12cc-6975-4a81-bb98-4bb98d4acaa2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:26.701 63 INFO tempest.lib.common.rest_client [req-1aa845d8-f645-4071-8967-97369f786c25 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bd8f3351-11c9-4a91-ad00-b6abaf4f9db5 2.287s 2018-08-20 20:49:26.701 63 DEBUG tempest.lib.common.rest_client [req-1aa845d8-f645-4071-8967-97369f786c25 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/bd8f3351-11c9-4a91-ad00-b6abaf4f9db5', u'date': 'Mon, 20 Aug 2018 20:49:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1aa845d8-f645-4071-8967-97369f786c25'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:29.358 63 INFO tempest.lib.common.rest_client [req-f61a17d9-b4c6-4b7f-9a1b-af6c46f3bc78 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/28bf4b72-db9f-4dc7-84a2-5d748245d6ac 2.656s 2018-08-20 20:49:29.359 63 DEBUG tempest.lib.common.rest_client [req-f61a17d9-b4c6-4b7f-9a1b-af6c46f3bc78 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/28bf4b72-db9f-4dc7-84a2-5d748245d6ac', u'date': 'Mon, 20 Aug 2018 20:49:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f61a17d9-b4c6-4b7f-9a1b-af6c46f3bc78'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:30.840 63 INFO tempest.lib.common.rest_client [req-14dcb774-8402-4642-86a0-7f3545b62489 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/80fe5ea9-3f96-48b2-9794-6f9755b25e7e 1.481s 2018-08-20 20:49:30.841 63 DEBUG tempest.lib.common.rest_client [req-14dcb774-8402-4642-86a0-7f3545b62489 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/80fe5ea9-3f96-48b2-9794-6f9755b25e7e', u'date': 'Mon, 20 Aug 2018 20:49:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-14dcb774-8402-4642-86a0-7f3545b62489'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:31.176 63 INFO tempest.lib.common.rest_client [req-41fb73e8-9a9d-4b24-8517-a5e001dc18d0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/9bd601a1-4872-447a-8058-3295e44ec39c 0.335s 2018-08-20 20:49:31.177 63 DEBUG tempest.lib.common.rest_client [req-41fb73e8-9a9d-4b24-8517-a5e001dc18d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/9bd601a1-4872-447a-8058-3295e44ec39c', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41fb73e8-9a9d-4b24-8517-a5e001dc18d0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_net_association [368.535372s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 768, in test_bgpvpn_negative_delete_net_association self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:43:23,135 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.492s 2018-08-20 20:43:23,136 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1803529974 description", "name": "tempest-secgroup-smoke-1803529974"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1bc243a-9170-4c19-bd9a-0a4f5e13effb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1803529974 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:23Z", "updated_at": "2018-08-20T20:43:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:43:23Z", "revision_number": 0, "id": "74df7332-2cd2-45ad-8805-8a20ced0a567", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:43:23Z", "revision_number": 0, "id": "815e0667-43e3-41ff-95c3-be0756902807", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9bd601a1-4872-447a-8058-3295e44ec39c", "name": "tempest-secgroup-smoke-1803529974"}} 2018-08-20 20:43:23,519 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.382s 2018-08-20 20:43:23,520 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8442254-4ae2-4a2e-bc8a-d30f3600bee1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:23Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3d4dd197-96bd-4ef3-8c04-732454dcf73e"}} 2018-08-20 20:43:23,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.459s 2018-08-20 20:43:23,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-012525b3-c902-4f17-9187-2299f59a1dd3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:23Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "16fa2de4-40bb-4785-a1bd-48c1d05788e0"}} 2018-08-20 20:43:24,734 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.753s 2018-08-20 20:43:24,735 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ff36245-47d6-43e0-a195-7484ff3e3196'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:43:24Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:24Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "df09fc7a-7a01-43de-a0cd-1970e0d42749"}} 2018-08-20 20:43:25,177 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.441s 2018-08-20 20:43:25,178 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-318f52f1-0d0b-4e61-951c-db86ef8c5c4a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bed28d50-d4c1-4b40-b7a3-58bdc6072e3d"}} 2018-08-20 20:43:25,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.471s 2018-08-20 20:43:25,651 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58df33e9-c896-4877-bc8a-ad8f248afccc'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "73e0c9ba-971d-4d0f-902a-1cdce68d5568"}} 2018-08-20 20:43:25,800 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.148s 2018-08-20 20:43:25,800 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2cc37015-3470-4473-8cbd-080f7df06e4f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ed1583e-06e7-4918-94a3-5a91adc9a28a"}} 2018-08-20 20:43:25,985 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 20:43:25,986 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1d148a7-3a64-434d-b611-9aab7042902c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3a7442bd-a0c5-4006-9213-05558aebbfef"}} 2018-08-20 20:43:26,177 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-20 20:43:26,177 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-efa27c7b-fd4b-4e7d-9d37-07d764c452ee'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:26Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5bfbdf99-d02b-40e2-8a58-29ade50e5f89"}} 2018-08-20 20:43:26,441 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.262s 2018-08-20 20:43:26,441 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-467117939"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:43:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1d4047e-64bf-4f26-b1a0-18e1a8a66336'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:43:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"80fe5ea9-3f96-48b2-9794-6f9755b25e7e","name":"tempest-A-467117939"}} 2018-08-20 20:43:27,500 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.058s 2018-08-20 20:43:27,501 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "name": "tempest-subnet-A-1-1317750527"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:43:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b58a1dd-8b83-418c-afb5-950ad58c682f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"80fe5ea9-3f96-48b2-9794-6f9755b25e7e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:26Z","dns_nameservers":[],"updated_at":"2018-08-20T20:43:26Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"28bf4b72-db9f-4dc7-84a2-5d748245d6ac","subnetpool_id":null,"name":"tempest-subnet-A-1-1317750527"}} 2018-08-20 20:43:27,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.266s 2018-08-20 20:43:27,769 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1740015373"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:43:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-358d5fc9-34a9-4e2a-9053-75d15143dea9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:43:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"bd8f3351-11c9-4a91-ad00-b6abaf4f9db5","name":"tempest-B-1740015373"}} 2018-08-20 20:43:28,529 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.758s 2018-08-20 20:43:28,530 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "name": "tempest-subnet-B-1-1765590698"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:43:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-968cf5d2-8612-4c74-a64a-e95ffbd94326'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd8f3351-11c9-4a91-ad00-b6abaf4f9db5","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:28Z","dns_nameservers":[],"updated_at":"2018-08-20T20:43:28Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc","subnetpool_id":null,"name":"tempest-subnet-B-1-1765590698"}} 2018-08-20 20:43:29,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.664s 2018-08-20 20:43:29,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:43:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42bc198c-88cd-4282-ad46-ac02f4facfe8'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "f7319046-5901-46c9-8b79-cdb96a71dc49"}} 2018-08-20 20:43:29,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations 0.718s 2018-08-20 20:43:29,915 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations', u'date': 'Mon, 20 Aug 2018 20:43:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8460f130-4137-4644-94a6-a229ab69b006'} Body: {"network_association": {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "id": "f0d4c9d1-2f2c-49ba-9a78-5ce856877ab2"}} 2018-08-20 20:43:30,514 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations 0.598s 2018-08-20 20:43:30,515 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations', u'date': 'Mon, 20 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71884426-847d-466b-b7c9-29c3592091d9'} Body: {"network_association": {"network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "id": "f3ff0fa9-f63c-490f-9b99-a40a19552b69"}} 2018-08-20 20:43:30,973 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.457s 2018-08-20 20:43:30,973 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1325582443"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-3d998db1-0d17-4b57-bd2f-adae3c7fe2d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3d998db1-0d17-4b57-bd2f-adae3c7fe2d5'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/9HwEyWvm9eqdii63eOyXmrmFinZrzQdFuLSTHgoCQ8ALShLMfEJYOmZCiwtix41kMfksSUnBPFvCJzIl6Nsm27Vo6fOW2aP+oh6vKz1YF12a5PuJXxhprj+lQ9IVLon1614ENgmf3BLW9Ae3S8NWOPAtGwMaMuDuuoJNBtzfxgg2DMfYfq3d5ApO5y55uBCrqE8g3S8JFW+wihhLgfJMbWsWWKLTwWg6vNOmrbc7Km589gUu7rLSb+G8+CeQZYedHFOoaoNwOfenDrLO8y+CoHbnkZs0uJ2Ug77Bh1k9qV80mIxR4oP/1NxfekKYEg5/CK7ntMwobftCTFJcS6H7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv/R8BMlr5vXqnYout3jsl5q5hYp2a80HRbi0kx4KAkPAC0oS\nzHxCWDpmQosLYseNZDH5LElJwTxbwicyJejbJtu1aOnzltmj/qIerys9WBddmuT7\niV8Yaa4/pUPSFS6J9eteBDYJn9wS1vQHt0vDVjjwLRsDGjLg7rqCTQbc38YINgzH\n2H6t3eQKTucuebgQq6hPIN0vCRVvsIoYS4HyTG1rFlii08FoOrzTpq23OypufPYF\nLu6y0m/hvPgnkGWHnRxTqGqDcDn3pw6yzvMvgqB255GbNLidlIO+wYdZPalfNJiM\nUeKD/9TcX3pCmBIOfwiu57TMKG37QkxSXEuh+wIDAQABAoIBAQCRs3CjbYQSplz0\nQZveNdJX7OCfBY+HmfPIL0AZXza3q1dM+me0gSkWsRVHsyTsUI35HJmGzQZHv5ni\nkD/XWJ1oLGLRhKsZuI9rSwFBcu+4OtwZI2/uQJlWNiYnOohu/YlIeeQ+DApYJgLC\n2C43KjHV85gSlKtRKodjjXw0HV5wFx1W7BV0QD/ZVZwX4NwIjHto/cI54GbdifBn\nRRVdQtzGff2mIwuw4IkwSwtu3QKOrgX6sM880x4HrNKIPUqaO2dvnIoafbtjp/85\nP8xWCWfC3GMZ1IPyazEGPIKz/+q7H2yMkHdc3GDxWPdnJaixbiXZbLw4un5KzjD1\nIfGpHKAhAoGBAPawAZo8j8pWldJwD9bzMotD0UMG2GgkmXAgN9mD0jq1utfg+GZd\nkWPGyC3MOwxlvnX9lRssITlOaD+4yuV6MIu7rB0mC9tkNgaG5aqeAd2mhZz3oWKr\n6RTBVaH2t8nwwMyjKO69rrZUcABhH89ZAMTf3uhu3o1pT6G0L+QrniALAoGBAMcz\nisG9+NIN1MkEkDtFPnJPhJvCzqEj1Jye9wj5aIN0kvIK+PEN20dqskSRtBWQMlWh\ncqNde5lA8wLD8oj/027yCPxgigeUcL1Cr7N6zDoGscfWOCqf3Ck8gW41VwveyH4W\nC1ylpPHSw2MKb7cdVa9VluXpxyK389aBGhMTWQvRAoGAWF+ZU13azUvThH3szr51\nHvr+npp3MGfcKBUCrQPSboHoG6pWkqV2jl4KHI4LoVdZsf9USVW32UXDhwB2f1sU\nxRpIgHC+0qvFxvTQlhzg4jzjpOX5hNW9PFg+izVNhiSfjS/uXAjL7Dm3ngstUCS8\nZ8sjmfUN+W7+vhlFBuKxVR0CgYAooFRuSwZSIMwC61FXJTolKh6LfeGSb7JO9wS+\n6c7s8Ht/rckzsHXGTPZqkaS+uRfq6vBsbQZmLR7is3/lfPdsKyS2BCJihV2w28bl\nveek9fSQIxp1ZwEJz/M9vNcx7o/JV0md7ZKEV03OBzTdjbgJ+FS8Mz+PzyCF4PKm\nbU294QKBgDoOTb2ek6SJWcGu6iiySHUzEx2s2626HpceGNmuZR/1HaX0IvwATAzz\nAqgvkT6hcv1jgT6et1vXrhEqPr4/iTo4bw59NX56/gHglGxgQnEQ/nkibqC+9Ozl\n76B/PXj/TwuTl7Sd4pS6gXn73ZTEic+cQGGgLw/A+IlUyF5g3TjF\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1325582443", "fingerprint": "0d:c7:10:1c:c0:0a:97:c0:08:68:9f:e0:99:aa:4d:7e"}} 2018-08-20 20:43:32,049 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.072s 2018-08-20 20:43:32,050 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1840358347", "security_groups": ["9bd601a1-4872-447a-8058-3295e44ec39c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:43:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b49e1e20-af3d-44ae-bca8-b0dfe87dd3bb'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:43:31Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"80fe5ea9-3f96-48b2-9794-6f9755b25e7e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:43:31Z","name":"tempest-port-smoke-1840358347","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9d:dd:aa","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"28bf4b72-db9f-4dc7-84a2-5d748245d6ac","ip_address":"10.101.11.10"}],"id":"c49f1d15-50a0-4b69-b4e7-f35454eb6cee","security_groups":["9bd601a1-4872-447a-8058-3295e44ec39c"],"device_id":""}} 2018-08-20 20:43:34,904 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.23:8774/v2.1/servers 2.853s 2018-08-20 20:43:34,905 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1325582443", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "port": "c49f1d15-50a0-4b69-b4e7-f35454eb6cee"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-11df815c-9102-48ef-a0c1-ce29d0483753', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11df815c-9102-48ef-a0c1-ce29d0483753'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "adminPass": "PT76SVLWMnZy"}} 2018-08-20 20:43:35,564 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.654s 2018-08-20 20:43:35,564 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-c7050e85-a39c-475b-a539-3990f67054f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c7050e85-a39c-475b-a539-3990f67054f2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:37,241 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.662s 2018-08-20 20:43:37,242 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-478c2868-2e43-48cc-8626-416523d2b72c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-478c2868-2e43-48cc-8626-416523d2b72c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:39,583 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 1.326s 2018-08-20 20:43:39,584 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-1cf9a04e-5409-431e-9ca3-4ab6e63e67c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1cf9a04e-5409-431e-9ca3-4ab6e63e67c1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:38Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:39,597 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-20 20:43:41,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 1.243s 2018-08-20 20:43:41,843 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-93d93d92-4ec0-4f12-b66b-7e2ca629f69c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93d93d92-4ec0-4f12-b66b-7e2ca629f69c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:38Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:43,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.792s 2018-08-20 20:43:43,650 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-3d0f2f43-b31f-4e19-8ef4-81f74c6ee758', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3d0f2f43-b31f-4e19-8ef4-81f74c6ee758'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-467117939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:dd:aa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:43,663 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 20:43:44,419 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.755s 2018-08-20 20:43:44,419 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-53a92e00-40bf-4429-8351-1db1c672f6d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-53a92e00-40bf-4429-8351-1db1c672f6d5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-467117939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:dd:aa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:44,433 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c7824f08-2abf-4c02-b9b9-d983b952ecde with status: ACTIVE 2018-08-20 20:43:45,597 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.163s 2018-08-20 20:43:45,598 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-252303202", "security_groups": ["9bd601a1-4872-447a-8058-3295e44ec39c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:43:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c871d41-2c8d-4aec-a8b0-0b88afb4482a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:43:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd8f3351-11c9-4a91-ad00-b6abaf4f9db5","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:43:44Z","name":"tempest-port-smoke-252303202","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1d:b7:8a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc","ip_address":"10.102.21.20"}],"id":"38f01b9c-6bed-4695-b1cb-9a8b55033d2b","security_groups":["9bd601a1-4872-447a-8058-3295e44ec39c"],"device_id":""}} 2018-08-20 20:43:48,891 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.23:8774/v2.1/servers 3.292s 2018-08-20 20:43:48,891 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1325582443", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "port": "38f01b9c-6bed-4695-b1cb-9a8b55033d2b"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-4c1b1041-5309-4590-aaa7-df9e5e7cc8a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c1b1041-5309-4590-aaa7-df9e5e7cc8a5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "adminPass": "x5w88EBeiCQ7"}} 2018-08-20 20:43:49,201 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.306s 2018-08-20 20:43:49,202 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-50ba2035-6841-4214-9013-5b80e9c89c5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50ba2035-6841-4214-9013-5b80e9c89c5a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:50,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.343s 2018-08-20 20:43:50,560 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-3b35eac7-e6c6-44f2-a4fa-8abd49ff36e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b35eac7-e6c6-44f2-a4fa-8abd49ff36e0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:52,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.898s 2018-08-20 20:43:52,473 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-753d9f58-2a3b-41cc-9e7f-4061ea018c72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-753d9f58-2a3b-41cc-9e7f-4061ea018c72'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:52,486 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:43:53,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.325s 2018-08-20 20:43:53,814 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-f45ad171-a05d-49ba-9ad4-feda8feda9e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f45ad171-a05d-49ba-9ad4-feda8feda9e9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:55,615 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.787s 2018-08-20 20:43:55,616 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-31759968-f892-42a4-a20f-fbeb59b4f2df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31759968-f892-42a4-a20f-fbeb59b4f2df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:57,071 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.439s 2018-08-20 20:43:57,072 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-eb16592e-3396-4633-9aeb-7611d9dd34f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb16592e-3396-4633-9aeb-7611d9dd34f9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:59,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 1.065s 2018-08-20 20:43:59,153 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-19d3b3c5-fe94-4b5c-bfdd-f4f533d1abcb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-19d3b3c5-fe94-4b5c-bfdd-f4f533d1abcb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1740015373": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b7:8a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:59,166 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 20:44:00,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 1.005s 2018-08-20 20:44:00,173 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-3b4cb278-b232-48de-99e9-922ff641d3fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b4cb278-b232-48de-99e9-922ff641d3fd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1740015373": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b7:8a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:44:00,186 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 0999d35b-6b4c-462d-90b0-b87728eeb0fc with status: ACTIVE 2018-08-20 20:44:00,291 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.104s 2018-08-20 20:44:00,292 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1330565382", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9191ee2-9f85-4fdf-a757-d6a1f1a9d27c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:44:00Z", "admin_state_up": true, "updated_at": "2018-08-20T20:44:00Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "807dc107-f501-40af-b8c6-19fff761a1bd", "name": "tempest-router--1330565382"}} 2018-08-20 20:44:01,819 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd 1.526s 2018-08-20 20:44:01,819 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd', u'date': 'Mon, 20 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c421007-0382-49f7-b33e-17abff1c1543'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:44:00Z", "admin_state_up": true, "updated_at": "2018-08-20T20:44:01Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "807dc107-f501-40af-b8c6-19fff761a1bd", "name": "tempest-router--1330565382"}} 2018-08-20 20:44:04,074 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/add_router_interface 2.253s 2018-08-20 20:44:04,075 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:44:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90fdf0f6-058a-4f62-895d-8be3eb8cea1c'} Body: {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac", "subnet_ids": ["28bf4b72-db9f-4dc7-84a2-5d748245d6ac"], "port_id": "f5fa0005-0464-4277-8032-f30847361393", "id": "807dc107-f501-40af-b8c6-19fff761a1bd"} 2018-08-20 20:44:06,255 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.178s 2018-08-20 20:44:06,256 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "c49f1d15-50a0-4b69-b4e7-f35454eb6cee"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:44:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e47e8ab3-cc07-40c3-bd7a-d6ad3c511d17'} Body: {"floatingip": {"router_id": "807dc107-f501-40af-b8c6-19fff761a1bd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:44:04Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "c49f1d15-50a0-4b69-b4e7-f35454eb6cee", "id": "b762606f-6c7f-4dcb-8ce0-b1dc1847ce5a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:44:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 20:44:06,257 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:44:08,260 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:44:08,319 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:44:08,324 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:44:08,438 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:44:08,439 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:44:08,441 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:44:08,502 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:44:08,505 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:44:13,512 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:44:13,513 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-20 20:45:23,583 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:45:23,584 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:45:23,587 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:45:23,649 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:45:23,651 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:45:28,658 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:45:28,659 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-20 20:46:38,708 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:46:38,709 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:46:38,709 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38,716 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:38,817 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:46:38,842 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:38,848 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:46:38,849 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f9:1f:fb [ether] on eth0 2018-08-20 20:46:38,849 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 20:46:38,849 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38,851 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:38,913 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:46:38,916 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:38,924 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 20:46:38,924 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 20:46:38,925 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38,926 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:38,984 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:46:38,991 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:38,997 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:46:38,997 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38,999 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:39,055 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:46:39,062 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:39,067 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:46:39,068 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f9:1f:fb [ether] on eth0 2018-08-20 20:46:39,068 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:46:39,069 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:39,070 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:39,128 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:46:39,134 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:44,141 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:46:44,141 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-20 20:47:54,175 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:47:54,176 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:47:54,182 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:47:54,283 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:47:54,309 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:47:59,318 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:47:59,318 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-20 20:49:09,388 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:49:09,389 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:49:10,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/b762606f-6c7f-4dcb-8ce0-b1dc1847ce5a 1.446s 2018-08-20 20:49:10,837 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/b762606f-6c7f-4dcb-8ce0-b1dc1847ce5a', u'date': 'Mon, 20 Aug 2018 20:49:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c9824d7a-1e07-4731-8711-29bfbce69534'} Body: 2018-08-20 20:49:12,917 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/remove_router_interface 2.079s 2018-08-20 20:49:12,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:49:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4d8160e-d1c2-44cf-8b69-dacfd3dfccc0'} Body: {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac", "subnet_ids": ["28bf4b72-db9f-4dc7-84a2-5d748245d6ac"], "port_id": "f5fa0005-0464-4277-8032-f30847361393", "id": "807dc107-f501-40af-b8c6-19fff761a1bd"} 2018-08-20 20:49:14,859 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd 1.941s 2018-08-20 20:49:14,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd', u'date': 'Mon, 20 Aug 2018 20:49:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4cc96b16-735d-421b-aa2a-c69f8b197473'} Body: 2018-08-20 20:49:15,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.440s 2018-08-20 20:49:15,301 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-8efc30d8-4e9c-4086-a9f8-a7c5c258abb4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8efc30d8-4e9c-4086-a9f8-a7c5c258abb4'} Body: 2018-08-20 20:49:16,707 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 1.404s 2018-08-20 20:49:16,707 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-34f2f7e3-d6ed-4678-acdb-501b8870f409', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-34f2f7e3-d6ed-4678-acdb-501b8870f409'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1740015373": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b7:8a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:49:15Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:17,768 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.046s 2018-08-20 20:49:17,769 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-e1caf0db-6c14-492e-ac6f-035cde2f4362', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e1caf0db-6c14-492e-ac6f-035cde2f4362'} Body: {"itemNotFound": {"message": "Instance 0999d35b-6b4c-462d-90b0-b87728eeb0fc could not be found.", "code": 404}} 2018-08-20 20:49:18,778 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/38f01b9c-6bed-4695-b1cb-9a8b55033d2b 1.009s 2018-08-20 20:49:18,779 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/38f01b9c-6bed-4695-b1cb-9a8b55033d2b', u'date': 'Mon, 20 Aug 2018 20:49:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8dc16a62-fe31-4d19-9c07-a599ad6df58f'} Body: 2018-08-20 20:49:19,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.258s 2018-08-20 20:49:19,038 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-f39fe4d5-aff6-42f4-885f-96c0651eb66d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f39fe4d5-aff6-42f4-885f-96c0651eb66d'} Body: 2018-08-20 20:49:20,056 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 1.016s 2018-08-20 20:49:20,056 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-43e3712e-2416-4e5c-8471-edefa0b29013', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43e3712e-2416-4e5c-8471-edefa0b29013'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-467117939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:dd:aa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:49:18Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:21,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.051s 2018-08-20 20:49:21,126 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-0d44700b-670e-436e-98e1-d0be12236311', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0d44700b-670e-436e-98e1-d0be12236311'} Body: {"itemNotFound": {"message": "Instance c7824f08-2abf-4c02-b9b9-d983b952ecde could not be found.", "code": 404}} 2018-08-20 20:49:21,767 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c49f1d15-50a0-4b69-b4e7-f35454eb6cee 0.640s 2018-08-20 20:49:21,768 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c49f1d15-50a0-4b69-b4e7-f35454eb6cee', u'date': 'Mon, 20 Aug 2018 20:49:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-00dffc18-2e22-43fb-8d08-8f9bde50a40f'} Body: 2018-08-20 20:49:21,811 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1325582443 0.042s 2018-08-20 20:49:21,811 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1325582443', u'x-compute-request-id': 'req-a8bcd716-5cd0-4311-bfa1-95c7bf262e23', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8bcd716-5cd0-4311-bfa1-95c7bf262e23'} Body: 2018-08-20 20:49:24,411 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc 2.599s 2018-08-20 20:49:24,412 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc', u'date': 'Mon, 20 Aug 2018 20:49:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41da12cc-6975-4a81-bb98-4bb98d4acaa2'} Body: 2018-08-20 20:49:26,701 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bd8f3351-11c9-4a91-ad00-b6abaf4f9db5 2.287s 2018-08-20 20:49:26,701 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/bd8f3351-11c9-4a91-ad00-b6abaf4f9db5', u'date': 'Mon, 20 Aug 2018 20:49:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1aa845d8-f645-4071-8967-97369f786c25'} Body: 2018-08-20 20:49:29,358 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/28bf4b72-db9f-4dc7-84a2-5d748245d6ac 2.656s 2018-08-20 20:49:29,359 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/28bf4b72-db9f-4dc7-84a2-5d748245d6ac', u'date': 'Mon, 20 Aug 2018 20:49:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f61a17d9-b4c6-4b7f-9a1b-af6c46f3bc78'} Body: 2018-08-20 20:49:30,840 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/80fe5ea9-3f96-48b2-9794-6f9755b25e7e 1.481s 2018-08-20 20:49:30,841 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/80fe5ea9-3f96-48b2-9794-6f9755b25e7e', u'date': 'Mon, 20 Aug 2018 20:49:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-14dcb774-8402-4642-86a0-7f3545b62489'} Body: 2018-08-20 20:49:31,176 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/9bd601a1-4872-447a-8058-3295e44ec39c 0.335s 2018-08-20 20:49:31,177 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/9bd601a1-4872-447a-8058-3295e44ec39c', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41fb73e8-9a9d-4b24-8517-a5e001dc18d0'} Body: 2018-08-20 20:49:31.481 63 INFO tempest.lib.common.rest_client [req-d7dc0672-566e-4d1d-8432-26f13c99f3fd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.285s 2018-08-20 20:49:31.482 63 DEBUG tempest.lib.common.rest_client [req-d7dc0672-566e-4d1d-8432-26f13c99f3fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-979789173 description", "name": "tempest-secgroup-smoke-979789173"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7dc0672-566e-4d1d-8432-26f13c99f3fd'} Body: {"security_group": {"description": "tempest-secgroup-smoke-979789173 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:31Z", "updated_at": "2018-08-20T20:49:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:49:31Z", "revision_number": 0, "id": "d2d84787-d7ac-446a-ad2e-8a2a3d7d6f48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:49:31Z", "revision_number": 0, "id": "fa1dc8f4-9efa-43f9-86df-24fbf8c8cad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "name": "tempest-secgroup-smoke-979789173"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:31.726 63 INFO tempest.lib.common.rest_client [req-ffe086dd-55cb-4f59-ba07-0f6dcbd207d4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.242s 2018-08-20 20:49:31.727 63 DEBUG tempest.lib.common.rest_client [req-ffe086dd-55cb-4f59-ba07-0f6dcbd207d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffe086dd-55cb-4f59-ba07-0f6dcbd207d4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "89470d38-9589-499b-9387-cca729c6fe1f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:31.973 63 INFO tempest.lib.common.rest_client [req-fffc0ac7-e2e5-40da-9c03-9e1c282501b7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.245s 2018-08-20 20:49:31.974 63 DEBUG tempest.lib.common.rest_client [req-fffc0ac7-e2e5-40da-9c03-9e1c282501b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fffc0ac7-e2e5-40da-9c03-9e1c282501b7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1a91fee8-0046-4e72-916e-350db987ccdd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:32.481 63 INFO tempest.lib.common.rest_client [req-fdeab288-9b37-4c3f-a2f5-fea436290730 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.506s 2018-08-20 20:49:32.482 63 DEBUG tempest.lib.common.rest_client [req-fdeab288-9b37-4c3f-a2f5-fea436290730 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fdeab288-9b37-4c3f-a2f5-fea436290730'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:49:32Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:32Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1600c39f-141e-4d86-9d03-9b6fb32de097"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:32.680 63 INFO tempest.lib.common.rest_client [req-2c3c6d7e-7c94-4f19-a2fc-0bbe1643a10d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.197s 2018-08-20 20:49:32.680 63 DEBUG tempest.lib.common.rest_client [req-2c3c6d7e-7c94-4f19-a2fc-0bbe1643a10d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c3c6d7e-7c94-4f19-a2fc-0bbe1643a10d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:49:32Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:32Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4fd9ac1f-3a82-4293-a434-b16da19819ae"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:33.110 63 INFO tempest.lib.common.rest_client [req-beee602b-3f88-4ac4-805f-09b4c2d53140 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.429s 2018-08-20 20:49:33.111 63 DEBUG tempest.lib.common.rest_client [req-beee602b-3f88-4ac4-805f-09b4c2d53140 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-beee602b-3f88-4ac4-805f-09b4c2d53140'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:32Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:32Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bf8add00-9d32-47cd-8657-e680b42ca6ea"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:33.835 63 INFO tempest.lib.common.rest_client [req-4b496aa4-8bb5-4bd5-8dfb-7b1eb9c774f3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.723s 2018-08-20 20:49:33.836 63 DEBUG tempest.lib.common.rest_client [req-4b496aa4-8bb5-4bd5-8dfb-7b1eb9c774f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b496aa4-8bb5-4bd5-8dfb-7b1eb9c774f3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:33Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:33Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a6b726dc-0b9a-46a2-b588-5e73cb62f4fe"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:34.283 63 INFO tempest.lib.common.rest_client [req-735ff611-b21e-46ba-86b5-d30007f9160a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-20 20:49:34.284 63 DEBUG tempest.lib.common.rest_client [req-735ff611-b21e-46ba-86b5-d30007f9160a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-735ff611-b21e-46ba-86b5-d30007f9160a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:34Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:34Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "93b95df7-2bcb-465e-8823-51b7c8c1d2cd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:34.714 63 INFO tempest.lib.common.rest_client [req-d863d5f6-7914-4772-9151-38dabda160e5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.428s 2018-08-20 20:49:34.714 63 DEBUG tempest.lib.common.rest_client [req-d863d5f6-7914-4772-9151-38dabda160e5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d863d5f6-7914-4772-9151-38dabda160e5'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:34Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:34Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bf02bfb1-1a32-4d92-b454-d9b5798aa5b5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:35.287 63 INFO tempest.lib.common.rest_client [req-97e5ae52-3178-4894-8380-ec68bc3d8cd0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.572s 2018-08-20 20:49:35.287 63 DEBUG tempest.lib.common.rest_client [req-97e5ae52-3178-4894-8380-ec68bc3d8cd0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1357961893"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:49:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97e5ae52-3178-4894-8380-ec68bc3d8cd0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:49:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a022fcfa-42fa-4706-ab90-f9bf69c58279","name":"tempest-A-1357961893"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:36.443 63 INFO tempest.lib.common.rest_client [req-88dfdffc-ef92-4234-abf0-857ca096fedb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.155s 2018-08-20 20:49:36.444 63 DEBUG tempest.lib.common.rest_client [req-88dfdffc-ef92-4234-abf0-857ca096fedb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "name": "tempest-subnet-A-1-1049332851"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:49:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-88dfdffc-ef92-4234-abf0-857ca096fedb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a022fcfa-42fa-4706-ab90-f9bf69c58279","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:36Z","dns_nameservers":[],"updated_at":"2018-08-20T20:49:36Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a83820a4-4475-4e3c-ad3d-c944613a8535","subnetpool_id":null,"name":"tempest-subnet-A-1-1049332851"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:36.940 63 INFO tempest.lib.common.rest_client [req-03d553e0-60c3-4578-aa27-41ccef168c19 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.495s 2018-08-20 20:49:36.940 63 DEBUG tempest.lib.common.rest_client [req-03d553e0-60c3-4578-aa27-41ccef168c19 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-410883307"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:49:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03d553e0-60c3-4578-aa27-41ccef168c19'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:49:36Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f131de66-84c0-413a-8f05-d12d5856be9c","name":"tempest-B-410883307"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:37.874 63 INFO tempest.lib.common.rest_client [req-1772e8c9-c1d7-49a7-bc44-30cc5011e7a9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.933s 2018-08-20 20:49:37.875 63 DEBUG tempest.lib.common.rest_client [req-1772e8c9-c1d7-49a7-bc44-30cc5011e7a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "f131de66-84c0-413a-8f05-d12d5856be9c", "name": "tempest-subnet-B-1-1835603967"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:49:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1772e8c9-c1d7-49a7-bc44-30cc5011e7a9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f131de66-84c0-413a-8f05-d12d5856be9c","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:37Z","dns_nameservers":[],"updated_at":"2018-08-20T20:49:37Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a2bc4519-2f01-458f-b056-cf05daab015a","subnetpool_id":null,"name":"tempest-subnet-B-1-1835603967"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:38.050 63 INFO tempest.lib.common.rest_client [req-23ef4a47-636a-4442-81bc-e9d1c12eb442 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.173s 2018-08-20 20:49:38.050 63 DEBUG tempest.lib.common.rest_client [req-23ef4a47-636a-4442-81bc-e9d1c12eb442 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--818129533", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:49:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23ef4a47-636a-4442-81bc-e9d1c12eb442'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:37Z", "admin_state_up": true, "updated_at": "2018-08-20T20:49:37Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675", "name": "tempest-router--818129533"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:39.900 63 INFO tempest.lib.common.rest_client [req-dc2691c1-9811-4f4d-b427-908153cd06f3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675 1.849s 2018-08-20 20:49:39.901 63 DEBUG tempest.lib.common.rest_client [req-dc2691c1-9811-4f4d-b427-908153cd06f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675', u'date': 'Mon, 20 Aug 2018 20:49:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dc2691c1-9811-4f4d-b427-908153cd06f3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:37Z", "admin_state_up": true, "updated_at": "2018-08-20T20:49:39Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675", "name": "tempest-router--818129533"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:42.543 63 INFO tempest.lib.common.rest_client [req-22532eb9-b21e-453b-ba64-77fd11b93366 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/add_router_interface 2.641s 2018-08-20 20:49:42.544 63 DEBUG tempest.lib.common.rest_client [req-22532eb9-b21e-453b-ba64-77fd11b93366 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:49:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22532eb9-b21e-453b-ba64-77fd11b93366'} Body: {"network_id": "f131de66-84c0-413a-8f05-d12d5856be9c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a", "subnet_ids": ["a2bc4519-2f01-458f-b056-cf05daab015a"], "port_id": "b4d4407c-cabe-45fc-ac8a-e5f423656c93", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:43.003 63 INFO tempest.lib.common.rest_client [req-33767cad-882b-49db-8782-b53c19c447ff ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.458s 2018-08-20 20:49:43.003 63 DEBUG tempest.lib.common.rest_client [req-33767cad-882b-49db-8782-b53c19c447ff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:49:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33767cad-882b-49db-8782-b53c19c447ff'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "e440dedd-2ed5-4e5c-ade7-301b66b4f2c6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:43.786 63 INFO tempest.lib.common.rest_client [req-73373032-faa5-4a79-ac9a-b9189799eaa2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/network_associations 0.781s 2018-08-20 20:49:43.786 63 DEBUG tempest.lib.common.rest_client [req-73373032-faa5-4a79-ac9a-b9189799eaa2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/network_associations', u'date': 'Mon, 20 Aug 2018 20:49:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73373032-faa5-4a79-ac9a-b9189799eaa2'} Body: {"network_association": {"network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "id": "c24fc787-d463-4332-8bc7-a310fe4aebde"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:44.888 63 INFO tempest.lib.common.rest_client [req-62c055cf-f342-40d2-92c4-404d66c8556a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/router_associations 1.101s 2018-08-20 20:49:44.889 63 DEBUG tempest.lib.common.rest_client [req-62c055cf-f342-40d2-92c4-404d66c8556a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/router_associations', u'date': 'Mon, 20 Aug 2018 20:49:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62c055cf-f342-40d2-92c4-404d66c8556a'} Body: {"router_association": {"router_id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675", "id": "6a252384-88a5-44e2-b855-b640e7dcdc50"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:45.035 63 INFO tempest.lib.common.rest_client [req-49dbcd3f-f315-4d2c-804c-f4939f2a9c9c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.146s 2018-08-20 20:49:45.036 63 DEBUG tempest.lib.common.rest_client [req-49dbcd3f-f315-4d2c-804c-f4939f2a9c9c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-853646865"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-49dbcd3f-f315-4d2c-804c-f4939f2a9c9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49dbcd3f-f315-4d2c-804c-f4939f2a9c9c'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz/Cg2cOHF+3Iq1gHOmGpFSUPD1nNDleMvW0xhBMC2Y+ZrahxiVJ9BxdlBB8Lrhl8n5AUgkpPtdcFw2EceTG7DIfeIMpEQzlDJw2QamjdZ3paEhWRpVIaiLVPhZpiQRHY7IXn9u5xP/ENMdlQm22YXtOuGzbTz2Aa4NnCjUMrwABpuHHJlUUa0sR6hfwWXGkH7oXu5G/5AbBvg43kuc+R96LMfXDQ42LZktb0FHIauf0mgYRjWogKLHPQAscukrMW0yuQbZ2K7ZXjmT5NMIGR1sxI5jM6XTk6ax9Y782d3CdqKXjOEdnf3RBPtKw1Gv7z47CN5Nrti0mi4XsP88sVr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs/woNnDhxftyKtYBzphqRUlDw9ZzQ5XjL1tMYQTAtmPma2oc\nYlSfQcXZQQfC64ZfJ+QFIJKT7XXBcNhHHkxuwyH3iDKREM5QycNkGpo3Wd6WhIVk\naVSGoi1T4WaYkER2OyF5/bucT/xDTHZUJttmF7Trhs2089gGuDZwo1DK8AAabhxy\nZVFGtLEeoX8FlxpB+6F7uRv+QGwb4ON5LnPkfeizH1w0ONi2ZLW9BRyGrn9JoGEY\n1qICixz0ALHLpKzFtMrkG2diu2V45k+TTCBkdbMSOYzOl05OmsfWO/Nndwnail4z\nhHZ390QT7SsNRr+8+OwjeTa7YtJouF7D/PLFawIDAQABAoIBAQCNAmQ66stnwiza\n9Jmr02uG5vSJbO0XKUo5Yuz/Iasd+jyfMR4Vx7iR3kDsmvkSb08DwLhnoY71vokU\nMM3fJgCtLmJxOTTAFvPibwtxcBsndKU2JA/cGdX1H1AVSr0CYjDC+OJLcP3xCHFt\naVNasg9VSXAxR96aIEh7cGNlADpONmV8bXA5fD1ht4MedyVu/1U6AC1btTI2U5Bv\ngvRZhTl/3x75kxMMln3FaGHiuzY5GDK5FwXghxw9hWm3QGgIgKD6KZ10y/XW29wp\n7qSj7d9ajJxkfavB2yr6flac+GNhH/JRDMITaRv9AT6hDE7nMDkP+GtRH8DPamEY\nxvP5kXd5AoGBAOSOA9p/G+Oaz4yXcJ32j6l+aQbzcfqgGYWoDnpquJFK+/kY0afl\n5Pbd6a95ji+wVviqfoagixJeP4kbXv+T29OxROVW6kzPceKZP6cznL290soqOXbh\nzCFdtnFL8nXED4vE/dmw9WJCC31WyNl04eyAQuLOAvqSNCeP60kKMkzPAoGBAMmZ\nEAeDd0LfYeC/Giq/sb+oE7+Q3anNk1g3m8hrzYnPDKl4DfKpMLGZ+2MsDQ5hxK3p\nKtYuWLpf3LpzwSNiRGfuTPGT7I/OsiRwhItKw675CCEBRSGxwSd4uPBza+eLmkcH\nJ5sgGzszfgX+1o2bp4RQ6AS3QK/XlmYyhHBAPXylAoGBANCN7mJAvpgwOdeWkQLz\nbCBD416eYpFJ6kAWHDAElique8LPrPBCTW4fDRA8IUzO4m3CVfZPJNg7/EoGGeep\nalx/U9jaOK6iVM9q+7R82jghsOkdIpaib/y6YLJ9lN91aqIlvWYZnbBth8J1oI0d\npNKEL4R6bClto/29y/s4PLHtAoGBAJvAdsLnThfLT+p8mrHWYnSpXYCOYsNSwXjR\nlbj1mNnUrnqr91K4ZpeAWNlY6klnPbYDRAYvzntHntgqoFg/Doyhbq7h002Tqsw+\nZhjbzW18l0wwmAGdPJbLTU7wTbiZgbtIis/tsTw+3ymwpoDHdlfizi7+iaqRTHBu\nrSWwbBDFAoGAcsHNQyCEe4gX+5S8V+C6Bs5pchS74RYJ6Xwp8FojXsDCApf/hux0\nzx4+v8eNm62C9eet6JNsYRKH824GKMLZzMBtH9bbGbu3HV5p/J+QsiUyHC/ECIyg\nX9etUwGtjSgjgsXmSNZoxDkIdP2jMc5UUfUGSns0B99orgy54e/dnBY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-853646865", "fingerprint": "40:ef:ce:47:fe:54:b4:59:43:d7:41:22:d1:54:4a:ae"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:46.258 63 INFO tempest.lib.common.rest_client [req-1a9e4f57-06ec-4a50-be30-36ae544a6d45 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.218s 2018-08-20 20:49:46.258 63 DEBUG tempest.lib.common.rest_client [req-1a9e4f57-06ec-4a50-be30-36ae544a6d45 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1662552793", "security_groups": ["364b98ac-6649-4b56-ae49-095dba3cd97a"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:49:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a9e4f57-06ec-4a50-be30-36ae544a6d45'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:49:45Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a022fcfa-42fa-4706-ab90-f9bf69c58279","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:49:45Z","name":"tempest-port-smoke-1662552793","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:68:52:a2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a83820a4-4475-4e3c-ad3d-c944613a8535","ip_address":"10.101.11.10"}],"id":"f72c911a-b088-4ac8-a6e7-a9e9f837fbd9","security_groups":["364b98ac-6649-4b56-ae49-095dba3cd97a"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:49.809 63 INFO tempest.lib.common.rest_client [req-1cc69db5-aaf7-4e16-8f6f-6a339293d20b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.23:8774/v2.1/servers 3.549s 2018-08-20 20:49:49.810 63 DEBUG tempest.lib.common.rest_client [req-1cc69db5-aaf7-4e16-8f6f-6a339293d20b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-853646865", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "port": "f72c911a-b088-4ac8-a6e7-a9e9f837fbd9"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-1cc69db5-aaf7-4e16-8f6f-6a339293d20b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1cc69db5-aaf7-4e16-8f6f-6a339293d20b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6824870-fa72-4baf-a2b2-719017f29466", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "adminPass": "9Kq2dqhPUVg3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:50.064 63 INFO tempest.lib.common.rest_client [req-ec433717-95d0-4c3c-8c56-d36b09c528ce ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.250s 2018-08-20 20:49:50.065 63 DEBUG tempest.lib.common.rest_client [req-ec433717-95d0-4c3c-8c56-d36b09c528ce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-ec433717-95d0-4c3c-8c56-d36b09c528ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec433717-95d0-4c3c-8c56-d36b09c528ce'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:51.818 63 INFO tempest.lib.common.rest_client [req-994be6c3-68b4-4768-ad20-6806eed2b9bc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.735s 2018-08-20 20:49:51.819 63 DEBUG tempest.lib.common.rest_client [req-994be6c3-68b4-4768-ad20-6806eed2b9bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-994be6c3-68b4-4768-ad20-6806eed2b9bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-994be6c3-68b4-4768-ad20-6806eed2b9bc'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:53.223 63 INFO tempest.lib.common.rest_client [req-40ea6b81-9980-4881-b4a7-1e8d86fa934e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.388s 2018-08-20 20:49:53.224 63 DEBUG tempest.lib.common.rest_client [req-40ea6b81-9980-4881-b4a7-1e8d86fa934e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-40ea6b81-9980-4881-b4a7-1e8d86fa934e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-40ea6b81-9980-4881-b4a7-1e8d86fa934e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:53.233 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 20:49:54.856 63 INFO tempest.lib.common.rest_client [req-3b2c7e73-f45d-4b1a-bd8a-e8b0f1d725d0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.621s 2018-08-20 20:49:54.857 63 DEBUG tempest.lib.common.rest_client [req-3b2c7e73-f45d-4b1a-bd8a-e8b0f1d725d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1265', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-3b2c7e73-f45d-4b1a-bd8a-e8b0f1d725d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b2c7e73-f45d-4b1a-bd8a-e8b0f1d725d0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:54.869 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-20 20:49:56.236 63 INFO tempest.lib.common.rest_client [req-02da0f57-a0ad-493f-a352-52945cbe10cb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.365s 2018-08-20 20:49:56.237 63 DEBUG tempest.lib.common.rest_client [req-02da0f57-a0ad-493f-a352-52945cbe10cb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-02da0f57-a0ad-493f-a352-52945cbe10cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-02da0f57-a0ad-493f-a352-52945cbe10cb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:54Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:56.244 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 6 second wait 2018-08-20 20:49:57.341 63 INFO tempest.lib.common.rest_client [req-7f76e2d2-ac83-4338-938a-e10f3a25c25e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.095s 2018-08-20 20:49:57.342 63 DEBUG tempest.lib.common.rest_client [req-7f76e2d2-ac83-4338-938a-e10f3a25c25e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1457', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-7f76e2d2-ac83-4338-938a-e10f3a25c25e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f76e2d2-ac83-4338-938a-e10f3a25c25e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T20:49:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance e6824870-fa72-4baf-a2b2-719017f29466.", "code": 500, "created": "2018-08-20T20:49:56Z"}, "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:57.354 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "ERROR/None" after 7 second wait 2018-08-20 20:49:58.542 63 INFO tempest.lib.common.rest_client [req-37c9ab22-55d4-442a-8ca6-4fb64f334db7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 204 DELETE http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 1.187s 2018-08-20 20:49:58.543 63 DEBUG tempest.lib.common.rest_client [req-37c9ab22-55d4-442a-8ca6-4fb64f334db7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-37c9ab22-55d4-442a-8ca6-4fb64f334db7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37c9ab22-55d4-442a-8ca6-4fb64f334db7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:58.593 63 INFO tempest.lib.common.rest_client [req-560c5c7b-b1c2-4f2f-956e-e72ab884f523 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 404 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.049s 2018-08-20 20:49:58.593 63 DEBUG tempest.lib.common.rest_client [req-560c5c7b-b1c2-4f2f-956e-e72ab884f523 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-560c5c7b-b1c2-4f2f-956e-e72ab884f523', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-560c5c7b-b1c2-4f2f-956e-e72ab884f523'} Body: {"itemNotFound": {"message": "Instance e6824870-fa72-4baf-a2b2-719017f29466 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:59.593 63 INFO tempest.lib.common.rest_client [req-d7a0eff0-e756-4f45-af42-12097aa177fc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/f72c911a-b088-4ac8-a6e7-a9e9f837fbd9 0.997s 2018-08-20 20:49:59.594 63 DEBUG tempest.lib.common.rest_client [req-d7a0eff0-e756-4f45-af42-12097aa177fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/f72c911a-b088-4ac8-a6e7-a9e9f837fbd9', u'date': 'Mon, 20 Aug 2018 20:49:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7a0eff0-e756-4f45-af42-12097aa177fc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:49:59.661 63 INFO tempest.lib.common.rest_client [req-87260b77-2c13-4ba8-bf58-09ad36b5dc58 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-853646865 0.066s 2018-08-20 20:49:59.661 63 DEBUG tempest.lib.common.rest_client [req-87260b77-2c13-4ba8-bf58-09ad36b5dc58 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-853646865', u'x-compute-request-id': 'req-87260b77-2c13-4ba8-bf58-09ad36b5dc58', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87260b77-2c13-4ba8-bf58-09ad36b5dc58'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:01.387 63 INFO tempest.lib.common.rest_client [req-893e871d-dfe4-49fa-852c-3182eb4d1e9b ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/remove_router_interface 1.725s 2018-08-20 20:50:01.388 63 DEBUG tempest.lib.common.rest_client [req-893e871d-dfe4-49fa-852c-3182eb4d1e9b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:50:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-893e871d-dfe4-49fa-852c-3182eb4d1e9b'} Body: {"network_id": "f131de66-84c0-413a-8f05-d12d5856be9c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a", "subnet_ids": ["a2bc4519-2f01-458f-b056-cf05daab015a"], "port_id": "b4d4407c-cabe-45fc-ac8a-e5f423656c93", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:02.894 63 INFO tempest.lib.common.rest_client [req-7fd2adf5-645b-4f37-9cf8-2cf0fa5e8bc2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675 1.506s 2018-08-20 20:50:02.895 63 DEBUG tempest.lib.common.rest_client [req-7fd2adf5-645b-4f37-9cf8-2cf0fa5e8bc2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675', u'date': 'Mon, 20 Aug 2018 20:50:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7fd2adf5-645b-4f37-9cf8-2cf0fa5e8bc2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:05.350 63 INFO tempest.lib.common.rest_client [req-51ff493a-6325-4698-abbe-7892a16d66e3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a2bc4519-2f01-458f-b056-cf05daab015a 2.454s 2018-08-20 20:50:05.351 63 DEBUG tempest.lib.common.rest_client [req-51ff493a-6325-4698-abbe-7892a16d66e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a2bc4519-2f01-458f-b056-cf05daab015a', u'date': 'Mon, 20 Aug 2018 20:50:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-51ff493a-6325-4698-abbe-7892a16d66e3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:06.808 63 INFO tempest.lib.common.rest_client [req-9f77c4ad-cc57-4372-a443-7ddf9c24fbe9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f131de66-84c0-413a-8f05-d12d5856be9c 1.457s 2018-08-20 20:50:06.809 63 DEBUG tempest.lib.common.rest_client [req-9f77c4ad-cc57-4372-a443-7ddf9c24fbe9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/f131de66-84c0-413a-8f05-d12d5856be9c', u'date': 'Mon, 20 Aug 2018 20:50:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f77c4ad-cc57-4372-a443-7ddf9c24fbe9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:09.869 63 INFO tempest.lib.common.rest_client [req-f4bc3225-5ce4-4acd-97f6-6dcb70eae114 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a83820a4-4475-4e3c-ad3d-c944613a8535 3.060s 2018-08-20 20:50:09.870 63 DEBUG tempest.lib.common.rest_client [req-f4bc3225-5ce4-4acd-97f6-6dcb70eae114 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a83820a4-4475-4e3c-ad3d-c944613a8535', u'date': 'Mon, 20 Aug 2018 20:50:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f4bc3225-5ce4-4acd-97f6-6dcb70eae114'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:11.720 63 INFO tempest.lib.common.rest_client [req-4cc5c5f2-b0a9-4f0e-b332-94c7144e3bb8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/a022fcfa-42fa-4706-ab90-f9bf69c58279 1.849s 2018-08-20 20:50:11.720 63 DEBUG tempest.lib.common.rest_client [req-4cc5c5f2-b0a9-4f0e-b332-94c7144e3bb8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/a022fcfa-42fa-4706-ab90-f9bf69c58279', u'date': 'Mon, 20 Aug 2018 20:50:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4cc5c5f2-b0a9-4f0e-b332-94c7144e3bb8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:12.216 63 INFO tempest.lib.common.rest_client [req-289984cf-917c-45dc-8564-e293ed9875c2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/364b98ac-6649-4b56-ae49-095dba3cd97a 0.495s 2018-08-20 20:50:12.216 63 DEBUG tempest.lib.common.rest_client [req-289984cf-917c-45dc-8564-e293ed9875c2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/364b98ac-6649-4b56-ae49-095dba3cd97a', u'date': 'Mon, 20 Aug 2018 20:50:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-289984cf-917c-45dc-8564-e293ed9875c2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_router_association [41.021566s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 800, in test_bgpvpn_negative_delete_router_association self._create_servers() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 964, in _create_servers security_group_ids, self.os_primary, port_security) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 943, in _create_server clients, wait_until='ACTIVE', name=name, **create_server_kwargs) File "/src/tempest/tempest/common/compute.py", line 258, in create_test_server server['id']) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/src/tempest/tempest/common/compute.py", line 229, in create_test_server clients.servers_client, server['id'], wait_until) File "/src/tempest/tempest/common/waiters.py", line 76, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server e6824870-fa72-4baf-a2b2-719017f29466 failed to build and is in ERROR status Details: {u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance e6824870-fa72-4baf-a2b2-719017f29466.', u'code': 500, u'created': u'2018-08-20T20:49:56Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:49:31,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.285s 2018-08-20 20:49:31,482 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-979789173 description", "name": "tempest-secgroup-smoke-979789173"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7dc0672-566e-4d1d-8432-26f13c99f3fd'} Body: {"security_group": {"description": "tempest-secgroup-smoke-979789173 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:31Z", "updated_at": "2018-08-20T20:49:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:49:31Z", "revision_number": 0, "id": "d2d84787-d7ac-446a-ad2e-8a2a3d7d6f48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:49:31Z", "revision_number": 0, "id": "fa1dc8f4-9efa-43f9-86df-24fbf8c8cad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "name": "tempest-secgroup-smoke-979789173"}} 2018-08-20 20:49:31,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.242s 2018-08-20 20:49:31,727 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffe086dd-55cb-4f59-ba07-0f6dcbd207d4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "89470d38-9589-499b-9387-cca729c6fe1f"}} 2018-08-20 20:49:31,973 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.245s 2018-08-20 20:49:31,974 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fffc0ac7-e2e5-40da-9c03-9e1c282501b7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1a91fee8-0046-4e72-916e-350db987ccdd"}} 2018-08-20 20:49:32,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.506s 2018-08-20 20:49:32,482 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fdeab288-9b37-4c3f-a2f5-fea436290730'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:49:32Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:32Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1600c39f-141e-4d86-9d03-9b6fb32de097"}} 2018-08-20 20:49:32,680 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.197s 2018-08-20 20:49:32,680 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c3c6d7e-7c94-4f19-a2fc-0bbe1643a10d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:49:32Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:32Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4fd9ac1f-3a82-4293-a434-b16da19819ae"}} 2018-08-20 20:49:33,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.429s 2018-08-20 20:49:33,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-beee602b-3f88-4ac4-805f-09b4c2d53140'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:32Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:32Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bf8add00-9d32-47cd-8657-e680b42ca6ea"}} 2018-08-20 20:49:33,835 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.723s 2018-08-20 20:49:33,836 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b496aa4-8bb5-4bd5-8dfb-7b1eb9c774f3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:33Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:33Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a6b726dc-0b9a-46a2-b588-5e73cb62f4fe"}} 2018-08-20 20:49:34,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-20 20:49:34,284 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-735ff611-b21e-46ba-86b5-d30007f9160a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:34Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:34Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "93b95df7-2bcb-465e-8823-51b7c8c1d2cd"}} 2018-08-20 20:49:34,714 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.428s 2018-08-20 20:49:34,714 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d863d5f6-7914-4772-9151-38dabda160e5'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:34Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:34Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bf02bfb1-1a32-4d92-b454-d9b5798aa5b5"}} 2018-08-20 20:49:35,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.572s 2018-08-20 20:49:35,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1357961893"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:49:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97e5ae52-3178-4894-8380-ec68bc3d8cd0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:49:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a022fcfa-42fa-4706-ab90-f9bf69c58279","name":"tempest-A-1357961893"}} 2018-08-20 20:49:36,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.155s 2018-08-20 20:49:36,444 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "name": "tempest-subnet-A-1-1049332851"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:49:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-88dfdffc-ef92-4234-abf0-857ca096fedb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a022fcfa-42fa-4706-ab90-f9bf69c58279","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:36Z","dns_nameservers":[],"updated_at":"2018-08-20T20:49:36Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a83820a4-4475-4e3c-ad3d-c944613a8535","subnetpool_id":null,"name":"tempest-subnet-A-1-1049332851"}} 2018-08-20 20:49:36,940 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.495s 2018-08-20 20:49:36,940 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-410883307"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:49:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03d553e0-60c3-4578-aa27-41ccef168c19'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:49:36Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f131de66-84c0-413a-8f05-d12d5856be9c","name":"tempest-B-410883307"}} 2018-08-20 20:49:37,874 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.933s 2018-08-20 20:49:37,875 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "f131de66-84c0-413a-8f05-d12d5856be9c", "name": "tempest-subnet-B-1-1835603967"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:49:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1772e8c9-c1d7-49a7-bc44-30cc5011e7a9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f131de66-84c0-413a-8f05-d12d5856be9c","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:37Z","dns_nameservers":[],"updated_at":"2018-08-20T20:49:37Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a2bc4519-2f01-458f-b056-cf05daab015a","subnetpool_id":null,"name":"tempest-subnet-B-1-1835603967"}} 2018-08-20 20:49:38,050 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.173s 2018-08-20 20:49:38,050 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--818129533", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:49:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23ef4a47-636a-4442-81bc-e9d1c12eb442'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:37Z", "admin_state_up": true, "updated_at": "2018-08-20T20:49:37Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675", "name": "tempest-router--818129533"}} 2018-08-20 20:49:39,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675 1.849s 2018-08-20 20:49:39,901 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675', u'date': 'Mon, 20 Aug 2018 20:49:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dc2691c1-9811-4f4d-b427-908153cd06f3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:37Z", "admin_state_up": true, "updated_at": "2018-08-20T20:49:39Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675", "name": "tempest-router--818129533"}} 2018-08-20 20:49:42,543 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/add_router_interface 2.641s 2018-08-20 20:49:42,544 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:49:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22532eb9-b21e-453b-ba64-77fd11b93366'} Body: {"network_id": "f131de66-84c0-413a-8f05-d12d5856be9c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a", "subnet_ids": ["a2bc4519-2f01-458f-b056-cf05daab015a"], "port_id": "b4d4407c-cabe-45fc-ac8a-e5f423656c93", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675"} 2018-08-20 20:49:43,003 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.458s 2018-08-20 20:49:43,003 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:49:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33767cad-882b-49db-8782-b53c19c447ff'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "e440dedd-2ed5-4e5c-ade7-301b66b4f2c6"}} 2018-08-20 20:49:43,786 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/network_associations 0.781s 2018-08-20 20:49:43,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/network_associations', u'date': 'Mon, 20 Aug 2018 20:49:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73373032-faa5-4a79-ac9a-b9189799eaa2'} Body: {"network_association": {"network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "id": "c24fc787-d463-4332-8bc7-a310fe4aebde"}} 2018-08-20 20:49:44,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/router_associations 1.101s 2018-08-20 20:49:44,889 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/router_associations', u'date': 'Mon, 20 Aug 2018 20:49:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62c055cf-f342-40d2-92c4-404d66c8556a'} Body: {"router_association": {"router_id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675", "id": "6a252384-88a5-44e2-b855-b640e7dcdc50"}} 2018-08-20 20:49:45,035 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.146s 2018-08-20 20:49:45,036 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-853646865"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-49dbcd3f-f315-4d2c-804c-f4939f2a9c9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49dbcd3f-f315-4d2c-804c-f4939f2a9c9c'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz/Cg2cOHF+3Iq1gHOmGpFSUPD1nNDleMvW0xhBMC2Y+ZrahxiVJ9BxdlBB8Lrhl8n5AUgkpPtdcFw2EceTG7DIfeIMpEQzlDJw2QamjdZ3paEhWRpVIaiLVPhZpiQRHY7IXn9u5xP/ENMdlQm22YXtOuGzbTz2Aa4NnCjUMrwABpuHHJlUUa0sR6hfwWXGkH7oXu5G/5AbBvg43kuc+R96LMfXDQ42LZktb0FHIauf0mgYRjWogKLHPQAscukrMW0yuQbZ2K7ZXjmT5NMIGR1sxI5jM6XTk6ax9Y782d3CdqKXjOEdnf3RBPtKw1Gv7z47CN5Nrti0mi4XsP88sVr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs/woNnDhxftyKtYBzphqRUlDw9ZzQ5XjL1tMYQTAtmPma2oc\nYlSfQcXZQQfC64ZfJ+QFIJKT7XXBcNhHHkxuwyH3iDKREM5QycNkGpo3Wd6WhIVk\naVSGoi1T4WaYkER2OyF5/bucT/xDTHZUJttmF7Trhs2089gGuDZwo1DK8AAabhxy\nZVFGtLEeoX8FlxpB+6F7uRv+QGwb4ON5LnPkfeizH1w0ONi2ZLW9BRyGrn9JoGEY\n1qICixz0ALHLpKzFtMrkG2diu2V45k+TTCBkdbMSOYzOl05OmsfWO/Nndwnail4z\nhHZ390QT7SsNRr+8+OwjeTa7YtJouF7D/PLFawIDAQABAoIBAQCNAmQ66stnwiza\n9Jmr02uG5vSJbO0XKUo5Yuz/Iasd+jyfMR4Vx7iR3kDsmvkSb08DwLhnoY71vokU\nMM3fJgCtLmJxOTTAFvPibwtxcBsndKU2JA/cGdX1H1AVSr0CYjDC+OJLcP3xCHFt\naVNasg9VSXAxR96aIEh7cGNlADpONmV8bXA5fD1ht4MedyVu/1U6AC1btTI2U5Bv\ngvRZhTl/3x75kxMMln3FaGHiuzY5GDK5FwXghxw9hWm3QGgIgKD6KZ10y/XW29wp\n7qSj7d9ajJxkfavB2yr6flac+GNhH/JRDMITaRv9AT6hDE7nMDkP+GtRH8DPamEY\nxvP5kXd5AoGBAOSOA9p/G+Oaz4yXcJ32j6l+aQbzcfqgGYWoDnpquJFK+/kY0afl\n5Pbd6a95ji+wVviqfoagixJeP4kbXv+T29OxROVW6kzPceKZP6cznL290soqOXbh\nzCFdtnFL8nXED4vE/dmw9WJCC31WyNl04eyAQuLOAvqSNCeP60kKMkzPAoGBAMmZ\nEAeDd0LfYeC/Giq/sb+oE7+Q3anNk1g3m8hrzYnPDKl4DfKpMLGZ+2MsDQ5hxK3p\nKtYuWLpf3LpzwSNiRGfuTPGT7I/OsiRwhItKw675CCEBRSGxwSd4uPBza+eLmkcH\nJ5sgGzszfgX+1o2bp4RQ6AS3QK/XlmYyhHBAPXylAoGBANCN7mJAvpgwOdeWkQLz\nbCBD416eYpFJ6kAWHDAElique8LPrPBCTW4fDRA8IUzO4m3CVfZPJNg7/EoGGeep\nalx/U9jaOK6iVM9q+7R82jghsOkdIpaib/y6YLJ9lN91aqIlvWYZnbBth8J1oI0d\npNKEL4R6bClto/29y/s4PLHtAoGBAJvAdsLnThfLT+p8mrHWYnSpXYCOYsNSwXjR\nlbj1mNnUrnqr91K4ZpeAWNlY6klnPbYDRAYvzntHntgqoFg/Doyhbq7h002Tqsw+\nZhjbzW18l0wwmAGdPJbLTU7wTbiZgbtIis/tsTw+3ymwpoDHdlfizi7+iaqRTHBu\nrSWwbBDFAoGAcsHNQyCEe4gX+5S8V+C6Bs5pchS74RYJ6Xwp8FojXsDCApf/hux0\nzx4+v8eNm62C9eet6JNsYRKH824GKMLZzMBtH9bbGbu3HV5p/J+QsiUyHC/ECIyg\nX9etUwGtjSgjgsXmSNZoxDkIdP2jMc5UUfUGSns0B99orgy54e/dnBY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-853646865", "fingerprint": "40:ef:ce:47:fe:54:b4:59:43:d7:41:22:d1:54:4a:ae"}} 2018-08-20 20:49:46,258 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.218s 2018-08-20 20:49:46,258 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1662552793", "security_groups": ["364b98ac-6649-4b56-ae49-095dba3cd97a"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:49:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a9e4f57-06ec-4a50-be30-36ae544a6d45'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:49:45Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a022fcfa-42fa-4706-ab90-f9bf69c58279","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:49:45Z","name":"tempest-port-smoke-1662552793","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:68:52:a2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a83820a4-4475-4e3c-ad3d-c944613a8535","ip_address":"10.101.11.10"}],"id":"f72c911a-b088-4ac8-a6e7-a9e9f837fbd9","security_groups":["364b98ac-6649-4b56-ae49-095dba3cd97a"],"device_id":""}} 2018-08-20 20:49:49,809 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.23:8774/v2.1/servers 3.549s 2018-08-20 20:49:49,810 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-853646865", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "port": "f72c911a-b088-4ac8-a6e7-a9e9f837fbd9"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-1cc69db5-aaf7-4e16-8f6f-6a339293d20b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1cc69db5-aaf7-4e16-8f6f-6a339293d20b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6824870-fa72-4baf-a2b2-719017f29466", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "adminPass": "9Kq2dqhPUVg3"}} 2018-08-20 20:49:50,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.250s 2018-08-20 20:49:50,065 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-ec433717-95d0-4c3c-8c56-d36b09c528ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec433717-95d0-4c3c-8c56-d36b09c528ce'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:51,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.735s 2018-08-20 20:49:51,819 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-994be6c3-68b4-4768-ad20-6806eed2b9bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-994be6c3-68b4-4768-ad20-6806eed2b9bc'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:53,223 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.388s 2018-08-20 20:49:53,224 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-40ea6b81-9980-4881-b4a7-1e8d86fa934e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-40ea6b81-9980-4881-b4a7-1e8d86fa934e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:53,233 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 20:49:54,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.621s 2018-08-20 20:49:54,857 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1265', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-3b2c7e73-f45d-4b1a-bd8a-e8b0f1d725d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b2c7e73-f45d-4b1a-bd8a-e8b0f1d725d0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:54,869 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-20 20:49:56,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.365s 2018-08-20 20:49:56,237 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-02da0f57-a0ad-493f-a352-52945cbe10cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-02da0f57-a0ad-493f-a352-52945cbe10cb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:54Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:56,244 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 6 second wait 2018-08-20 20:49:57,341 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.095s 2018-08-20 20:49:57,342 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1457', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-7f76e2d2-ac83-4338-938a-e10f3a25c25e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f76e2d2-ac83-4338-938a-e10f3a25c25e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T20:49:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance e6824870-fa72-4baf-a2b2-719017f29466.", "code": 500, "created": "2018-08-20T20:49:56Z"}, "metadata": {}}} 2018-08-20 20:49:57,354 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 7 second wait 2018-08-20 20:49:58,542 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 204 DELETE http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 1.187s 2018-08-20 20:49:58,543 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-37c9ab22-55d4-442a-8ca6-4fb64f334db7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37c9ab22-55d4-442a-8ca6-4fb64f334db7'} Body: 2018-08-20 20:49:58,593 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 404 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.049s 2018-08-20 20:49:58,593 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-560c5c7b-b1c2-4f2f-956e-e72ab884f523', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-560c5c7b-b1c2-4f2f-956e-e72ab884f523'} Body: {"itemNotFound": {"message": "Instance e6824870-fa72-4baf-a2b2-719017f29466 could not be found.", "code": 404}} 2018-08-20 20:49:59,593 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/f72c911a-b088-4ac8-a6e7-a9e9f837fbd9 0.997s 2018-08-20 20:49:59,594 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/f72c911a-b088-4ac8-a6e7-a9e9f837fbd9', u'date': 'Mon, 20 Aug 2018 20:49:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7a0eff0-e756-4f45-af42-12097aa177fc'} Body: 2018-08-20 20:49:59,661 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-853646865 0.066s 2018-08-20 20:49:59,661 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-853646865', u'x-compute-request-id': 'req-87260b77-2c13-4ba8-bf58-09ad36b5dc58', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87260b77-2c13-4ba8-bf58-09ad36b5dc58'} Body: 2018-08-20 20:50:01,387 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/remove_router_interface 1.725s 2018-08-20 20:50:01,388 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:50:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-893e871d-dfe4-49fa-852c-3182eb4d1e9b'} Body: {"network_id": "f131de66-84c0-413a-8f05-d12d5856be9c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a", "subnet_ids": ["a2bc4519-2f01-458f-b056-cf05daab015a"], "port_id": "b4d4407c-cabe-45fc-ac8a-e5f423656c93", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675"} 2018-08-20 20:50:02,894 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675 1.506s 2018-08-20 20:50:02,895 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675', u'date': 'Mon, 20 Aug 2018 20:50:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7fd2adf5-645b-4f37-9cf8-2cf0fa5e8bc2'} Body: 2018-08-20 20:50:05,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a2bc4519-2f01-458f-b056-cf05daab015a 2.454s 2018-08-20 20:50:05,351 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a2bc4519-2f01-458f-b056-cf05daab015a', u'date': 'Mon, 20 Aug 2018 20:50:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-51ff493a-6325-4698-abbe-7892a16d66e3'} Body: 2018-08-20 20:50:06,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f131de66-84c0-413a-8f05-d12d5856be9c 1.457s 2018-08-20 20:50:06,809 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/f131de66-84c0-413a-8f05-d12d5856be9c', u'date': 'Mon, 20 Aug 2018 20:50:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f77c4ad-cc57-4372-a443-7ddf9c24fbe9'} Body: 2018-08-20 20:50:09,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a83820a4-4475-4e3c-ad3d-c944613a8535 3.060s 2018-08-20 20:50:09,870 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a83820a4-4475-4e3c-ad3d-c944613a8535', u'date': 'Mon, 20 Aug 2018 20:50:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f4bc3225-5ce4-4acd-97f6-6dcb70eae114'} Body: 2018-08-20 20:50:11,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/a022fcfa-42fa-4706-ab90-f9bf69c58279 1.849s 2018-08-20 20:50:11,720 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/a022fcfa-42fa-4706-ab90-f9bf69c58279', u'date': 'Mon, 20 Aug 2018 20:50:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4cc5c5f2-b0a9-4f0e-b332-94c7144e3bb8'} Body: 2018-08-20 20:50:12,216 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/364b98ac-6649-4b56-ae49-095dba3cd97a 0.495s 2018-08-20 20:50:12,216 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/364b98ac-6649-4b56-ae49-095dba3cd97a', u'date': 'Mon, 20 Aug 2018 20:50:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-289984cf-917c-45dc-8564-e293ed9875c2'} Body: 2018-08-20 20:50:12.780 63 INFO tempest.lib.common.rest_client [req-a705a15c-1d12-4cd5-a443-17a7ba2edc35 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.545s 2018-08-20 20:50:12.781 63 DEBUG tempest.lib.common.rest_client [req-a705a15c-1d12-4cd5-a443-17a7ba2edc35 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1907731963 description", "name": "tempest-secgroup-smoke-1907731963"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:50:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a705a15c-1d12-4cd5-a443-17a7ba2edc35'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1907731963 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:12Z", "updated_at": "2018-08-20T20:50:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:50:12Z", "revision_number": 0, "id": "0da8c8d4-9ba6-43fd-9018-a412283908b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:50:12Z", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:50:12Z", "revision_number": 0, "id": "3ee4dda7-7173-4568-828f-ceb409f8842f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:50:12Z", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1c75cba8-9453-4418-9f3c-3e4585098851", "name": "tempest-secgroup-smoke-1907731963"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:13.277 63 INFO tempest.lib.common.rest_client [req-0f527bf1-9578-4f6a-845e-37cdf14d4e58 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.494s 2018-08-20 20:50:13.277 63 DEBUG tempest.lib.common.rest_client [req-0f527bf1-9578-4f6a-845e-37cdf14d4e58 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:50:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f527bf1-9578-4f6a-845e-37cdf14d4e58'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:50:13Z", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:13Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9824a052-9fa3-4e5c-a8cc-35a249e64b7d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:13.505 63 INFO tempest.lib.common.rest_client [req-770b3daa-5b54-4451-90c0-77e243006b8b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 20:50:13.505 63 DEBUG tempest.lib.common.rest_client [req-770b3daa-5b54-4451-90c0-77e243006b8b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:50:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-770b3daa-5b54-4451-90c0-77e243006b8b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:50:13Z", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:13Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e2632786-9a04-4ab5-8c88-d99ef1fc61a4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:13.678 63 INFO tempest.lib.common.rest_client [req-b8e382ca-3c72-40ef-9004-b9b14ee2dcd9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 20:50:13.679 63 DEBUG tempest.lib.common.rest_client [req-b8e382ca-3c72-40ef-9004-b9b14ee2dcd9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:50:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b8e382ca-3c72-40ef-9004-b9b14ee2dcd9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:50:13Z", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:13Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6037c190-3d57-4504-a24d-6de7a60b8185"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:13.876 63 INFO tempest.lib.common.rest_client [req-41a498e1-8cea-41af-86ac-7efe8c2f8b31 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-20 20:50:13.877 63 DEBUG tempest.lib.common.rest_client [req-41a498e1-8cea-41af-86ac-7efe8c2f8b31 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:50:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-41a498e1-8cea-41af-86ac-7efe8c2f8b31'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:50:13Z", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:13Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "001a448f-160e-48fc-8e7e-d017c7919c92"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:14.037 63 INFO tempest.lib.common.rest_client [req-8d858c15-89f3-4b5d-a951-70af923954d8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.159s 2018-08-20 20:50:14.038 63 DEBUG tempest.lib.common.rest_client [req-8d858c15-89f3-4b5d-a951-70af923954d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:50:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d858c15-89f3-4b5d-a951-70af923954d8'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:50:13Z", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:13Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c8b90881-bb44-4b7f-bb2e-f09c9723e785"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:14.241 63 INFO tempest.lib.common.rest_client [req-9e4cd062-4873-40ab-835e-48e2168b491b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-20 20:50:14.242 63 DEBUG tempest.lib.common.rest_client [req-9e4cd062-4873-40ab-835e-48e2168b491b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:50:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e4cd062-4873-40ab-835e-48e2168b491b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:50:14Z", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:14Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8294ac6e-8af3-4c9d-98bd-2dfd99454c72"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:14.439 63 INFO tempest.lib.common.rest_client [req-eb488102-d519-4aa3-9e03-c702431a73c7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-20 20:50:14.440 63 DEBUG tempest.lib.common.rest_client [req-eb488102-d519-4aa3-9e03-c702431a73c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:50:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb488102-d519-4aa3-9e03-c702431a73c7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:50:14Z", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:14Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "84e4320e-632c-4c49-8831-73761742f6b3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:14.666 63 INFO tempest.lib.common.rest_client [req-1ba0807d-3ac2-487b-b431-7b1c65eb2360 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 20:50:14.667 63 DEBUG tempest.lib.common.rest_client [req-1ba0807d-3ac2-487b-b431-7b1c65eb2360 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:50:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ba0807d-3ac2-487b-b431-7b1c65eb2360'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:50:14Z", "security_group_id": "1c75cba8-9453-4418-9f3c-3e4585098851", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:14Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c5a3f2cd-960d-4220-933b-5ad517a92549"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:15.012 63 INFO tempest.lib.common.rest_client [req-2f2ad836-0310-4384-aa52-1bb2efa7353c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.343s 2018-08-20 20:50:15.012 63 DEBUG tempest.lib.common.rest_client [req-2f2ad836-0310-4384-aa52-1bb2efa7353c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1917749456"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:50:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f2ad836-0310-4384-aa52-1bb2efa7353c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:50:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:50:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"db6116aa-adc2-4d8f-8005-1df89019006a","name":"tempest-A-1917749456"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:15.664 63 INFO tempest.lib.common.rest_client [req-368e995f-c53f-4507-a785-4a4487edfd3e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.651s 2018-08-20 20:50:15.665 63 DEBUG tempest.lib.common.rest_client [req-368e995f-c53f-4507-a785-4a4487edfd3e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "db6116aa-adc2-4d8f-8005-1df89019006a", "name": "tempest-subnet-A-1-226757457"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:50:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-368e995f-c53f-4507-a785-4a4487edfd3e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db6116aa-adc2-4d8f-8005-1df89019006a","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:50:15Z","dns_nameservers":[],"updated_at":"2018-08-20T20:50:15Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3fd8bfe3-685e-4000-8994-4e16dbbaf934","subnetpool_id":null,"name":"tempest-subnet-A-1-226757457"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:15.929 63 INFO tempest.lib.common.rest_client [req-a052c04e-ba86-4879-88ff-061964452b97 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.263s 2018-08-20 20:50:15.929 63 DEBUG tempest.lib.common.rest_client [req-a052c04e-ba86-4879-88ff-061964452b97 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1942460477"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:50:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a052c04e-ba86-4879-88ff-061964452b97'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:50:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:50:15Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"fba10679-9135-405a-8990-2e95b68a9cdc","name":"tempest-B-1942460477"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:16.670 63 INFO tempest.lib.common.rest_client [req-a303f67f-2e9b-42a0-90f3-6dd6df4736e4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.739s 2018-08-20 20:50:16.670 63 DEBUG tempest.lib.common.rest_client [req-a303f67f-2e9b-42a0-90f3-6dd6df4736e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "fba10679-9135-405a-8990-2e95b68a9cdc", "name": "tempest-subnet-B-1-1645249185"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:50:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a303f67f-2e9b-42a0-90f3-6dd6df4736e4'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fba10679-9135-405a-8990-2e95b68a9cdc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:50:16Z","dns_nameservers":[],"updated_at":"2018-08-20T20:50:16Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e28ccaea-53a6-4775-94bd-f768fe2f4008","subnetpool_id":null,"name":"tempest-subnet-B-1-1645249185"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:17.369 63 INFO tempest.lib.common.rest_client [req-1ced6a3a-70c7-4a9d-9d64-bdc5eca7828b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.697s 2018-08-20 20:50:17.369 63 DEBUG tempest.lib.common.rest_client [req-1ced6a3a-70c7-4a9d-9d64-bdc5eca7828b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:50:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ced6a3a-70c7-4a9d-9d64-bdc5eca7828b'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "ac7150af-d596-4328-b148-8381362be63a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:17.755 63 INFO tempest.lib.common.rest_client [req-b274ee80-6ba6-4e10-b639-f1b6e8c4b36a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ac7150af-d596-4328-b148-8381362be63a/network_associations 0.384s 2018-08-20 20:50:17.755 63 DEBUG tempest.lib.common.rest_client [req-b274ee80-6ba6-4e10-b639-f1b6e8c4b36a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "db6116aa-adc2-4d8f-8005-1df89019006a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ac7150af-d596-4328-b148-8381362be63a/network_associations', u'date': 'Mon, 20 Aug 2018 20:50:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b274ee80-6ba6-4e10-b639-f1b6e8c4b36a'} Body: {"network_association": {"network_id": "db6116aa-adc2-4d8f-8005-1df89019006a", "id": "e098619d-ddee-4651-93d5-ca0dcb2955e4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:18.365 63 INFO tempest.lib.common.rest_client [req-aff341e0-65cb-4f50-922a-b84d107e9b8e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ac7150af-d596-4328-b148-8381362be63a/network_associations 0.609s 2018-08-20 20:50:18.366 63 DEBUG tempest.lib.common.rest_client [req-aff341e0-65cb-4f50-922a-b84d107e9b8e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "fba10679-9135-405a-8990-2e95b68a9cdc"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ac7150af-d596-4328-b148-8381362be63a/network_associations', u'date': 'Mon, 20 Aug 2018 20:50:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aff341e0-65cb-4f50-922a-b84d107e9b8e'} Body: {"network_association": {"network_id": "fba10679-9135-405a-8990-2e95b68a9cdc", "id": "1b84c2df-1778-42f0-84da-63cc421bad98"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:18.366 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 20:50:19.172 63 INFO tempest.lib.common.rest_client [req-31a0fcf9-d947-471e-bf3d-acd469d689cf ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.805s 2018-08-20 20:50:19.173 63 DEBUG tempest.lib.common.rest_client [req-31a0fcf9-d947-471e-bf3d-acd469d689cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-502235506"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-31a0fcf9-d947-471e-bf3d-acd469d689cf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31a0fcf9-d947-471e-bf3d-acd469d689cf'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DszyV72yFOl1lhMsM+zSSgLLDaSR1FxfNuWReE/Bm3dr0YRnj4lRQU0Uxr5zTHmIyPULKGEKQiQ0zS4kb1SS+LBAeOvCKy9BUZKowWdc8OSUwAvnBL4T8WQbcScMDbBja4jcMoGwdbH8eo/rGkacyxNbN49inVi4Xsh06t0zTy7VF754zxE01NhJV70IHJV0urjwBPgfCFNAe/S9vkWMByDnmUj1Q8S8H0r/rnhjogqwE+VnPKuLM5xXbGTJM5vy3HZscgQ1wUa0ZAT4qSug8RLSPE1C6JWDAfnH/fvLZNkBYPhNmIFskC9XClRhHrqWcOymDtNdqutCT/LC68tn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtA7M8le9shTpdZYTLDPs0koCyw2kkdRcXzblkXhPwZt3a9GE\nZ4+JUUFNFMa+c0x5iMj1CyhhCkIkNM0uJG9UkviwQHjrwisvQVGSqMFnXPDklMAL\n5wS+E/FkG3EnDA2wY2uI3DKBsHWx/HqP6xpGnMsTWzePYp1YuF7IdOrdM08u1Re+\neM8RNNTYSVe9CByVdLq48AT4HwhTQHv0vb5FjAcg55lI9UPEvB9K/654Y6IKsBPl\nZzyrizOcV2xkyTOb8tx2bHIENcFGtGQE+KkroPES0jxNQuiVgwH5x/37y2TZAWD4\nTZiBbJAvVwpUYR66lnDspg7TXarrQk/ywuvLZwIDAQABAoIBAGviDlQJ1EP2Gad1\ngwlSF0wsQh4tj3Q83BfEiaoufwMOxm/Yek+ehfUkfi27ovLsWElntsK3r+T4mj70\nzPfRqMfir6ABk6ikPU0Sth/cubTLNPoXU0pY4haK5KM4md+z+AKptLfSnzf+XOVc\n/gwskzBw0Kkv0f6RLk5RpCPBcUXC44hqNUJl6G1EyaG/CHF3G6hTTwcmDS+tdQvZ\nXYRs1BgC5necBeFNSgwngg5TlEJDpJPnmwJrWlsESCcYMLQrvCuLbVtaYhwC6YWT\nToFS9CIOf3SfVoYs1VpWCQDNwooh5k+atm8ZP6GLeYshsgwfUchDNd/zzHfIfvix\nrPZSaWkCgYEA2nAlFQGE8d/OvpdXoaFlg7Ig1anU4G4Ucw/vwi27gzaR9WeohxDb\nL8AnI8ZCN5hGcPIVvD8OJHPgEzJ5QDhHiu8FjAFcreKpaW65h0E+y3cjgAfwAHC1\nfh5/FgeFj/PPpfKGVINS8dmXF+YfzkjDUhlSmlQQdiWhAdnFAT7P0d0CgYEA0wUe\nslQYqrXw3E+fsiXNvkg0b59QpF6+lLSJw2uE4LjcLlHChk8FMmgwXNrDNmWW7Bev\nvRcPK6c086gvOJdwUXVH6WptNB7xn8pU74DP3iU8O0WnflOb1GkV3m7ZIqYT3q4F\nLdj+qCdjVrpm6gODDb2OkqjtJLr9L/X4ziQ0mBMCgYEAgPBjozOjYxcGNdCmBJ19\ni7Bw206Ffvjbj1Pf5dIS9pAWtjI684dKqrQVJnPYEHMNWYw8skLSOUhBA3PuyK6v\n5F3U+2CucWHzOG4Ii8NCqt2nkeKdk9Tz/P9JaxqDh4aWktFG48olAue63XuUWLLw\nwJx7+ucWVHc/xBTkyihmie0CgYBgK7kttL35LyoyfedeHXSDAA1FwenSv4tD4nPW\nqC3K7PUL9x8cbu8DZhCEgP7uz6XUu4bQOq4jSvULBt9ef0YlGbpIWsSiOGgOVvwW\nmzIhH/8vVDNdk2U1jR72XLaA4Ae2OMELgBWvNSRE5nb4t9kGbhmIJYzObJnvPb7C\n1CVUGQKBgB/i7dOzfFaSCztiJMwVDoSYWaf0muVzXcti6fxQ0sLhds0azyCcM/OG\nxEJIm1c9ZXtq7UOqafYlZ5liWHTSpWu/iGMRr5fOFAexhhFTlWQsej2rKRNgvjBZ\nIq9fp0+5XFqg+iY1nB9rNHitZVxEePO8KN237NOAiWEFPtSLAXSe\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-502235506", "fingerprint": "05:67:73:fd:88:e7:96:e0:22:58:1f:14:eb:fb:70:c6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:20.239 63 INFO tempest.lib.common.rest_client [req-a1337de1-4e77-456e-b053-f92f6ef48379 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.064s 2018-08-20 20:50:20.240 63 DEBUG tempest.lib.common.rest_client [req-a1337de1-4e77-456e-b053-f92f6ef48379 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "db6116aa-adc2-4d8f-8005-1df89019006a", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1930852799", "security_groups": ["1c75cba8-9453-4418-9f3c-3e4585098851"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:50:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1337de1-4e77-456e-b053-f92f6ef48379'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:50:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"db6116aa-adc2-4d8f-8005-1df89019006a","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:50:19Z","name":"tempest-port-smoke-1930852799","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b0:0b:f1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"3fd8bfe3-685e-4000-8994-4e16dbbaf934","ip_address":"10.101.11.10"}],"id":"8171f9a4-323e-42cc-acce-af8def10264e","security_groups":["1c75cba8-9453-4418-9f3c-3e4585098851"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:24.661 63 INFO tempest.lib.common.rest_client [req-aa24cbe0-f2b1-4f03-b1c3-160d019bb538 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 4.420s 2018-08-20 20:50:24.662 63 DEBUG tempest.lib.common.rest_client [req-aa24cbe0-f2b1-4f03-b1c3-160d019bb538 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-502235506", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "db6116aa-adc2-4d8f-8005-1df89019006a", "port": "8171f9a4-323e-42cc-acce-af8def10264e"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-aa24cbe0-f2b1-4f03-b1c3-160d019bb538', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa24cbe0-f2b1-4f03-b1c3-160d019bb538'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5a3511a5-dc02-461c-807a-14b426bc0cee", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "bookmark"}], "adminPass": "uq75fiMfbFzr"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:25.020 63 INFO tempest.lib.common.rest_client [req-cbd37b09-f7e6-4fd5-ae8d-ed09e4b87ec0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 0.353s 2018-08-20 20:50:25.020 63 DEBUG tempest.lib.common.rest_client [req-cbd37b09-f7e6-4fd5-ae8d-ed09e4b87ec0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-cbd37b09-f7e6-4fd5-ae8d-ed09e4b87ec0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cbd37b09-f7e6-4fd5-ae8d-ed09e4b87ec0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5a3511a5-dc02-461c-807a-14b426bc0cee", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-1", "created": "2018-08-20T20:50:24Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:26.363 63 INFO tempest.lib.common.rest_client [req-23a4daa3-8547-4ca8-b122-1a850b81bb4c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 0.327s 2018-08-20 20:50:26.364 63 DEBUG tempest.lib.common.rest_client [req-23a4daa3-8547-4ca8-b122-1a850b81bb4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-23a4daa3-8547-4ca8-b122-1a850b81bb4c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23a4daa3-8547-4ca8-b122-1a850b81bb4c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5a3511a5-dc02-461c-807a-14b426bc0cee", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-1", "created": "2018-08-20T20:50:24Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:27.827 63 INFO tempest.lib.common.rest_client [req-981e8588-269c-4883-ae17-98423a1b8054 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 0.448s 2018-08-20 20:50:27.827 63 DEBUG tempest.lib.common.rest_client [req-981e8588-269c-4883-ae17-98423a1b8054 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-981e8588-269c-4883-ae17-98423a1b8054', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-981e8588-269c-4883-ae17-98423a1b8054'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5a3511a5-dc02-461c-807a-14b426bc0cee", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:27Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-1", "created": "2018-08-20T20:50:24Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:27.841 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-20 20:50:29.453 63 INFO tempest.lib.common.rest_client [req-2bdb3fed-9ee8-41e3-ab5c-cbe7bc22db3d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 0.610s 2018-08-20 20:50:29.453 63 DEBUG tempest.lib.common.rest_client [req-2bdb3fed-9ee8-41e3-ab5c-cbe7bc22db3d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-2bdb3fed-9ee8-41e3-ab5c-cbe7bc22db3d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2bdb3fed-9ee8-41e3-ab5c-cbe7bc22db3d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5a3511a5-dc02-461c-807a-14b426bc0cee", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:27Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-1", "created": "2018-08-20T20:50:24Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:29.466 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-20 20:50:30.930 63 INFO tempest.lib.common.rest_client [req-4f65fc89-18ea-4f0e-a59e-ab42f000fa44 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 0.462s 2018-08-20 20:50:30.931 63 DEBUG tempest.lib.common.rest_client [req-4f65fc89-18ea-4f0e-a59e-ab42f000fa44 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-4f65fc89-18ea-4f0e-a59e-ab42f000fa44', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f65fc89-18ea-4f0e-a59e-ab42f000fa44'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5a3511a5-dc02-461c-807a-14b426bc0cee", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:27Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-1", "created": "2018-08-20T20:50:24Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:32.586 63 INFO tempest.lib.common.rest_client [req-e1f281be-2443-4a75-997a-29c0ba686c0d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 0.640s 2018-08-20 20:50:32.587 63 DEBUG tempest.lib.common.rest_client [req-e1f281be-2443-4a75-997a-29c0ba686c0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-e1f281be-2443-4a75-997a-29c0ba686c0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1f281be-2443-4a75-997a-29c0ba686c0d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5a3511a5-dc02-461c-807a-14b426bc0cee", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:27Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-1", "created": "2018-08-20T20:50:24Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:34.418 63 INFO tempest.lib.common.rest_client [req-3ae5e632-c0e8-4137-86a9-731056740a6c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 0.815s 2018-08-20 20:50:34.419 63 DEBUG tempest.lib.common.rest_client [req-3ae5e632-c0e8-4137-86a9-731056740a6c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-3ae5e632-c0e8-4137-86a9-731056740a6c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ae5e632-c0e8-4137-86a9-731056740a6c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1917749456": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:0b:f1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:50:32.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5a3511a5-dc02-461c-807a-14b426bc0cee", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:50:32Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-1", "created": "2018-08-20T20:50:24Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:34.432 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 20:50:35.578 63 INFO tempest.lib.common.rest_client [req-6fd5ecb0-b9cb-4c83-8f94-6330a8bc42b7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 1.145s 2018-08-20 20:50:35.578 63 DEBUG tempest.lib.common.rest_client [req-6fd5ecb0-b9cb-4c83-8f94-6330a8bc42b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-6fd5ecb0-b9cb-4c83-8f94-6330a8bc42b7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6fd5ecb0-b9cb-4c83-8f94-6330a8bc42b7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1917749456": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:0b:f1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:50:32.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5a3511a5-dc02-461c-807a-14b426bc0cee", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:50:32Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-1", "created": "2018-08-20T20:50:24Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:35.591 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 5a3511a5-dc02-461c-807a-14b426bc0cee with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:50:36.694 63 INFO tempest.lib.common.rest_client [req-23912f54-7680-4755-b545-3e9048b51cb9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.102s 2018-08-20 20:50:36.694 63 DEBUG tempest.lib.common.rest_client [req-23912f54-7680-4755-b545-3e9048b51cb9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "fba10679-9135-405a-8990-2e95b68a9cdc", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1446564114", "security_groups": ["1c75cba8-9453-4418-9f3c-3e4585098851"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:50:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23912f54-7680-4755-b545-3e9048b51cb9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:50:36Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fba10679-9135-405a-8990-2e95b68a9cdc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:50:36Z","name":"tempest-port-smoke-1446564114","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:92:ec:4f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e28ccaea-53a6-4775-94bd-f768fe2f4008","ip_address":"10.102.21.20"}],"id":"2ed130f6-eb3d-45ca-9ccc-6d7a1b363bf5","security_groups":["1c75cba8-9453-4418-9f3c-3e4585098851"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:39.153 63 INFO tempest.lib.common.rest_client [req-904a0dfd-542e-48fd-8e1f-ab94b88892ef ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 2.458s 2018-08-20 20:50:39.154 63 DEBUG tempest.lib.common.rest_client [req-904a0dfd-542e-48fd-8e1f-ab94b88892ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-502235506", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "fba10679-9135-405a-8990-2e95b68a9cdc", "port": "2ed130f6-eb3d-45ca-9ccc-6d7a1b363bf5"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-904a0dfd-542e-48fd-8e1f-ab94b88892ef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-904a0dfd-542e-48fd-8e1f-ab94b88892ef'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "bookmark"}], "adminPass": "shqCJVhTnM4p"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:39.792 63 INFO tempest.lib.common.rest_client [req-7019f7ee-9746-45d4-80ed-affe5ac06858 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 0.634s 2018-08-20 20:50:39.792 63 DEBUG tempest.lib.common.rest_client [req-7019f7ee-9746-45d4-80ed-affe5ac06858 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-7019f7ee-9746-45d4-80ed-affe5ac06858', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7019f7ee-9746-45d4-80ed-affe5ac06858'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-2", "created": "2018-08-20T20:50:39Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:41.126 63 INFO tempest.lib.common.rest_client [req-ed50aaac-ddb8-4fd3-852e-018cbc600b80 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 0.318s 2018-08-20 20:50:41.126 63 DEBUG tempest.lib.common.rest_client [req-ed50aaac-ddb8-4fd3-852e-018cbc600b80 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-ed50aaac-ddb8-4fd3-852e-018cbc600b80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ed50aaac-ddb8-4fd3-852e-018cbc600b80'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-2", "created": "2018-08-20T20:50:39Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:42.404 63 INFO tempest.lib.common.rest_client [req-5e6e0350-cbda-4e01-ac8d-5dc5c4cccb8f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 0.271s 2018-08-20 20:50:42.405 63 DEBUG tempest.lib.common.rest_client [req-5e6e0350-cbda-4e01-ac8d-5dc5c4cccb8f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1319', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-5e6e0350-cbda-4e01-ac8d-5dc5c4cccb8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e6e0350-cbda-4e01-ac8d-5dc5c4cccb8f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:41Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-2", "created": "2018-08-20T20:50:39Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:42.419 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:50:44.047 63 INFO tempest.lib.common.rest_client [req-b39495ee-dcf6-4e0d-869b-57e35a68faef ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 0.626s 2018-08-20 20:50:44.048 63 DEBUG tempest.lib.common.rest_client [req-b39495ee-dcf6-4e0d-869b-57e35a68faef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-b39495ee-dcf6-4e0d-869b-57e35a68faef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b39495ee-dcf6-4e0d-869b-57e35a68faef'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:41Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-2", "created": "2018-08-20T20:50:39Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:45.507 63 INFO tempest.lib.common.rest_client [req-8fd1b82f-1d79-462e-a9b8-40669254a85d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 0.444s 2018-08-20 20:50:45.507 63 DEBUG tempest.lib.common.rest_client [req-8fd1b82f-1d79-462e-a9b8-40669254a85d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-8fd1b82f-1d79-462e-a9b8-40669254a85d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8fd1b82f-1d79-462e-a9b8-40669254a85d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:41Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-2", "created": "2018-08-20T20:50:39Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:47.147 63 INFO tempest.lib.common.rest_client [req-e734f78a-8ada-4be3-ac09-75dae6a31f88 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 0.624s 2018-08-20 20:50:47.148 63 DEBUG tempest.lib.common.rest_client [req-e734f78a-8ada-4be3-ac09-75dae6a31f88 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-e734f78a-8ada-4be3-ac09-75dae6a31f88', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e734f78a-8ada-4be3-ac09-75dae6a31f88'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:50:41Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-2", "created": "2018-08-20T20:50:39Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:49.032 63 INFO tempest.lib.common.rest_client [req-80bf02a7-121b-446e-9880-db1ded40048e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 0.870s 2018-08-20 20:50:49.032 63 DEBUG tempest.lib.common.rest_client [req-80bf02a7-121b-446e-9880-db1ded40048e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-80bf02a7-121b-446e-9880-db1ded40048e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80bf02a7-121b-446e-9880-db1ded40048e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1942460477": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:ec:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:50:46.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:50:46Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-2", "created": "2018-08-20T20:50:39Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:49.045 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 20:50:50.148 63 INFO tempest.lib.common.rest_client [req-b4c326c2-14d6-4b9a-aa9c-bbbcd3d5c36d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 1.101s 2018-08-20 20:50:50.148 63 DEBUG tempest.lib.common.rest_client [req-b4c326c2-14d6-4b9a-aa9c-bbbcd3d5c36d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-b4c326c2-14d6-4b9a-aa9c-bbbcd3d5c36d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:50:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b4c326c2-14d6-4b9a-aa9c-bbbcd3d5c36d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1942460477": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:ec:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:50:46.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:50:46Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-2", "created": "2018-08-20T20:50:39Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:50.161 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:50:50.606 63 INFO tempest.lib.common.rest_client [req-f8301ef3-7eab-47f8-933f-025b0932f1d9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/routers 0.444s 2018-08-20 20:50:50.607 63 DEBUG tempest.lib.common.rest_client [req-f8301ef3-7eab-47f8-933f-025b0932f1d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1592617138", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:50:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f8301ef3-7eab-47f8-933f-025b0932f1d9'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:50Z", "admin_state_up": true, "updated_at": "2018-08-20T20:50:50Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dfe960d6-3c3a-4e8e-95d0-9d4749ee9535", "name": "tempest-router--1592617138"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:52.121 63 INFO tempest.lib.common.rest_client [req-e2733d8c-6c7a-4e6b-8a02-d166d6142a68 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/dfe960d6-3c3a-4e8e-95d0-9d4749ee9535 1.513s 2018-08-20 20:50:52.122 63 DEBUG tempest.lib.common.rest_client [req-e2733d8c-6c7a-4e6b-8a02-d166d6142a68 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/dfe960d6-3c3a-4e8e-95d0-9d4749ee9535', u'date': 'Mon, 20 Aug 2018 20:50:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e2733d8c-6c7a-4e6b-8a02-d166d6142a68'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:50Z", "admin_state_up": true, "updated_at": "2018-08-20T20:50:51Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dfe960d6-3c3a-4e8e-95d0-9d4749ee9535", "name": "tempest-router--1592617138"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:54.934 63 INFO tempest.lib.common.rest_client [req-593fe037-94e9-487d-b4a4-5f482c990e4e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/dfe960d6-3c3a-4e8e-95d0-9d4749ee9535/add_router_interface 2.811s 2018-08-20 20:50:54.934 63 DEBUG tempest.lib.common.rest_client [req-593fe037-94e9-487d-b4a4-5f482c990e4e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3fd8bfe3-685e-4000-8994-4e16dbbaf934"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/dfe960d6-3c3a-4e8e-95d0-9d4749ee9535/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:50:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-593fe037-94e9-487d-b4a4-5f482c990e4e'} Body: {"network_id": "db6116aa-adc2-4d8f-8005-1df89019006a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3fd8bfe3-685e-4000-8994-4e16dbbaf934", "subnet_ids": ["3fd8bfe3-685e-4000-8994-4e16dbbaf934"], "port_id": "0d6e3cc9-d21f-47ac-8a74-4622dd847b70", "id": "dfe960d6-3c3a-4e8e-95d0-9d4749ee9535"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:56.806 63 INFO tempest.lib.common.rest_client [req-ca48632c-91ad-4a1e-a7e6-0ffbbaf176a0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.871s 2018-08-20 20:50:56.807 63 DEBUG tempest.lib.common.rest_client [req-ca48632c-91ad-4a1e-a7e6-0ffbbaf176a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "8171f9a4-323e-42cc-acce-af8def10264e"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:50:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca48632c-91ad-4a1e-a7e6-0ffbbaf176a0'} Body: {"floatingip": {"router_id": "dfe960d6-3c3a-4e8e-95d0-9d4749ee9535", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:50:55Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "8171f9a4-323e-42cc-acce-af8def10264e", "id": "df6c98c4-c668-4d5c-83f2-d3c50e15ce6f", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:50:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:50:56.809 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.211:22' as 'cirros' with public key authentication 2018-08-20 20:50:58.812 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:50:58.916 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:50:58.940 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.211 successfully created 2018-08-20 20:50:59.054 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:50:59.055 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.211:22' as 'cirros' with public key authentication 2018-08-20 20:50:59.057 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:50:59.117 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:50:59.121 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.211 successfully created 2018-08-20 20:51:04.129 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export) Executing command on 172.30.9.211 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:51:04.129 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.211.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:51:04.130 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075571 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-20 20:51:05.395 63 INFO tempest.lib.common.rest_client [req-633ddcbe-9fe6-457f-82a8-589fbdb73691 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/df6c98c4-c668-4d5c-83f2-d3c50e15ce6f 1.264s 2018-08-20 20:51:05.395 63 DEBUG tempest.lib.common.rest_client [req-633ddcbe-9fe6-457f-82a8-589fbdb73691 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/df6c98c4-c668-4d5c-83f2-d3c50e15ce6f', u'date': 'Mon, 20 Aug 2018 20:51:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-633ddcbe-9fe6-457f-82a8-589fbdb73691'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:07.152 63 INFO tempest.lib.common.rest_client [req-cfb7ad6e-92cc-466b-b27f-19b3796672af ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/dfe960d6-3c3a-4e8e-95d0-9d4749ee9535/remove_router_interface 1.755s 2018-08-20 20:51:07.153 63 DEBUG tempest.lib.common.rest_client [req-cfb7ad6e-92cc-466b-b27f-19b3796672af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3fd8bfe3-685e-4000-8994-4e16dbbaf934"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/dfe960d6-3c3a-4e8e-95d0-9d4749ee9535/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:51:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cfb7ad6e-92cc-466b-b27f-19b3796672af'} Body: {"network_id": "db6116aa-adc2-4d8f-8005-1df89019006a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3fd8bfe3-685e-4000-8994-4e16dbbaf934", "subnet_ids": ["3fd8bfe3-685e-4000-8994-4e16dbbaf934"], "port_id": "0d6e3cc9-d21f-47ac-8a74-4622dd847b70", "id": "dfe960d6-3c3a-4e8e-95d0-9d4749ee9535"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:08.599 63 INFO tempest.lib.common.rest_client [req-05d7ecdc-08a4-438c-8ff9-be70805766f5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/dfe960d6-3c3a-4e8e-95d0-9d4749ee9535 1.444s 2018-08-20 20:51:08.599 63 DEBUG tempest.lib.common.rest_client [req-05d7ecdc-08a4-438c-8ff9-be70805766f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/dfe960d6-3c3a-4e8e-95d0-9d4749ee9535', u'date': 'Mon, 20 Aug 2018 20:51:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-05d7ecdc-08a4-438c-8ff9-be70805766f5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:08.768 63 INFO tempest.lib.common.rest_client [req-74cbd67d-c551-4d6e-a7b6-6e51c476df00 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 0.167s 2018-08-20 20:51:08.768 63 DEBUG tempest.lib.common.rest_client [req-74cbd67d-c551-4d6e-a7b6-6e51c476df00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-74cbd67d-c551-4d6e-a7b6-6e51c476df00', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74cbd67d-c551-4d6e-a7b6-6e51c476df00'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:09.506 63 INFO tempest.lib.common.rest_client [req-dd75f316-af4e-4308-9943-467f0e37c505 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 0.736s 2018-08-20 20:51:09.506 63 DEBUG tempest.lib.common.rest_client [req-dd75f316-af4e-4308-9943-467f0e37c505 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-dd75f316-af4e-4308-9943-467f0e37c505', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd75f316-af4e-4308-9943-467f0e37c505'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1942460477": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:ec:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:50:46.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:51:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-2", "created": "2018-08-20T20:50:39Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:10.571 63 INFO tempest.lib.common.rest_client [req-59715ab6-576a-4d16-b0e1-67121e0fa5e1 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 0.050s 2018-08-20 20:51:10.571 63 DEBUG tempest.lib.common.rest_client [req-59715ab6-576a-4d16-b0e1-67121e0fa5e1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6', u'x-compute-request-id': 'req-59715ab6-576a-4d16-b0e1-67121e0fa5e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:10 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-59715ab6-576a-4d16-b0e1-67121e0fa5e1'} Body: {"itemNotFound": {"message": "Instance c4a4c2cb-0ca5-48d1-ad91-c1d397e9c0c6 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:11.215 63 INFO tempest.lib.common.rest_client [req-9fc56d3d-13c8-4738-a32b-1afa9f4e05af ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/2ed130f6-eb3d-45ca-9ccc-6d7a1b363bf5 0.643s 2018-08-20 20:51:11.216 63 DEBUG tempest.lib.common.rest_client [req-9fc56d3d-13c8-4738-a32b-1afa9f4e05af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/2ed130f6-eb3d-45ca-9ccc-6d7a1b363bf5', u'date': 'Mon, 20 Aug 2018 20:51:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9fc56d3d-13c8-4738-a32b-1afa9f4e05af'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:11.414 63 INFO tempest.lib.common.rest_client [req-d8885dfe-c962-4ae8-82bb-4722983fdba1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 0.196s 2018-08-20 20:51:11.414 63 DEBUG tempest.lib.common.rest_client [req-d8885dfe-c962-4ae8-82bb-4722983fdba1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-d8885dfe-c962-4ae8-82bb-4722983fdba1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8885dfe-c962-4ae8-82bb-4722983fdba1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:12.125 63 INFO tempest.lib.common.rest_client [req-b9125c0a-b78a-4874-81f6-bbeb59649fc2 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 0.709s 2018-08-20 20:51:12.126 63 DEBUG tempest.lib.common.rest_client [req-b9125c0a-b78a-4874-81f6-bbeb59649fc2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-b9125c0a-b78a-4874-81f6-bbeb59649fc2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9125c0a-b78a-4874-81f6-bbeb59649fc2'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1917749456": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:0b:f1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5a3511a5-dc02-461c-807a-14b426bc0cee", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:50:32.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5a3511a5-dc02-461c-807a-14b426bc0cee", "security_groups": [{"name": "tempest-secgroup-smoke-1907731963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:51:11Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-502235506", "name": "server-1", "created": "2018-08-20T20:50:24Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:13.189 63 INFO tempest.lib.common.rest_client [req-87ed5cf7-101d-4c1d-b01a-bfda7b410d60 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee 0.048s 2018-08-20 20:51:13.190 63 DEBUG tempest.lib.common.rest_client [req-87ed5cf7-101d-4c1d-b01a-bfda7b410d60 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5a3511a5-dc02-461c-807a-14b426bc0cee', u'x-compute-request-id': 'req-87ed5cf7-101d-4c1d-b01a-bfda7b410d60', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:13 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-87ed5cf7-101d-4c1d-b01a-bfda7b410d60'} Body: {"itemNotFound": {"message": "Instance 5a3511a5-dc02-461c-807a-14b426bc0cee could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:13.796 63 INFO tempest.lib.common.rest_client [req-0abd39ef-6d19-481d-81e8-f0e1bd4fa902 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/8171f9a4-323e-42cc-acce-af8def10264e 0.605s 2018-08-20 20:51:13.797 63 DEBUG tempest.lib.common.rest_client [req-0abd39ef-6d19-481d-81e8-f0e1bd4fa902 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/8171f9a4-323e-42cc-acce-af8def10264e', u'date': 'Mon, 20 Aug 2018 20:51:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0abd39ef-6d19-481d-81e8-f0e1bd4fa902'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:13.888 63 INFO tempest.lib.common.rest_client [req-ed74459d-13b9-4ceb-ad48-006958edb143 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-502235506 0.090s 2018-08-20 20:51:13.889 63 DEBUG tempest.lib.common.rest_client [req-ed74459d-13b9-4ceb-ad48-006958edb143 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-502235506', u'x-compute-request-id': 'req-ed74459d-13b9-4ceb-ad48-006958edb143', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ed74459d-13b9-4ceb-ad48-006958edb143'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:16.332 63 INFO tempest.lib.common.rest_client [req-48151c28-8f58-4519-9ace-8f69ffac142a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e28ccaea-53a6-4775-94bd-f768fe2f4008 2.442s 2018-08-20 20:51:16.333 63 DEBUG tempest.lib.common.rest_client [req-48151c28-8f58-4519-9ace-8f69ffac142a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e28ccaea-53a6-4775-94bd-f768fe2f4008', u'date': 'Mon, 20 Aug 2018 20:51:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-48151c28-8f58-4519-9ace-8f69ffac142a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:17.826 63 INFO tempest.lib.common.rest_client [req-5646cbd7-8a40-4542-88e8-36c1fe9ba7c6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/fba10679-9135-405a-8990-2e95b68a9cdc 1.492s 2018-08-20 20:51:17.827 63 DEBUG tempest.lib.common.rest_client [req-5646cbd7-8a40-4542-88e8-36c1fe9ba7c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/fba10679-9135-405a-8990-2e95b68a9cdc', u'date': 'Mon, 20 Aug 2018 20:51:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5646cbd7-8a40-4542-88e8-36c1fe9ba7c6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:20.254 63 INFO tempest.lib.common.rest_client [req-e819738b-6fcd-429e-9001-8003364d6767 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3fd8bfe3-685e-4000-8994-4e16dbbaf934 2.426s 2018-08-20 20:51:20.255 63 DEBUG tempest.lib.common.rest_client [req-e819738b-6fcd-429e-9001-8003364d6767 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3fd8bfe3-685e-4000-8994-4e16dbbaf934', u'date': 'Mon, 20 Aug 2018 20:51:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e819738b-6fcd-429e-9001-8003364d6767'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:22.397 63 INFO tempest.lib.common.rest_client [req-fd915b25-45f4-4230-a172-236993812580 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/db6116aa-adc2-4d8f-8005-1df89019006a 2.141s 2018-08-20 20:51:22.398 63 DEBUG tempest.lib.common.rest_client [req-fd915b25-45f4-4230-a172-236993812580 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/db6116aa-adc2-4d8f-8005-1df89019006a', u'date': 'Mon, 20 Aug 2018 20:51:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fd915b25-45f4-4230-a172-236993812580'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:22.619 63 INFO tempest.lib.common.rest_client [req-85472cab-5fe2-4302-9069-9e798cc0148e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/1c75cba8-9453-4418-9f3c-3e4585098851 0.221s 2018-08-20 20:51:22.620 63 DEBUG tempest.lib.common.rest_client [req-85472cab-5fe2-4302-9069-9e798cc0148e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/1c75cba8-9453-4418-9f3c-3e4585098851', u'date': 'Mon, 20 Aug 2018 20:51:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-85472cab-5fe2-4302-9069-9e798cc0148e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_disjoint_import_export [70.386769s] ... ok 2018-08-20 20:51:22.929 63 INFO tempest.lib.common.rest_client [req-e3470c3d-485c-4334-95e1-024ad80874d7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.293s 2018-08-20 20:51:22.930 63 DEBUG tempest.lib.common.rest_client [req-e3470c3d-485c-4334-95e1-024ad80874d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1412099092 description", "name": "tempest-secgroup-smoke-1412099092"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:51:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3470c3d-485c-4334-95e1-024ad80874d7'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1412099092 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:22Z", "updated_at": "2018-08-20T20:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:51:22Z", "revision_number": 0, "id": "62ec42e5-192d-4801-9f83-cb73954de93e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:51:22Z", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:51:22Z", "revision_number": 0, "id": "7e4ca588-80b2-4791-82e9-d27f1a6affc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:51:22Z", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "name": "tempest-secgroup-smoke-1412099092"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:23.414 63 INFO tempest.lib.common.rest_client [req-31300a4d-17ea-4c5b-8322-7e53e8996183 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.483s 2018-08-20 20:51:23.414 63 DEBUG tempest.lib.common.rest_client [req-31300a4d-17ea-4c5b-8322-7e53e8996183 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:51:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31300a4d-17ea-4c5b-8322-7e53e8996183'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:51:23Z", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:23Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a29bb04e-a631-4205-9358-ae5529aebaa6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:23.636 63 INFO tempest.lib.common.rest_client [req-fe2b190b-a75c-4058-9030-0e365e1566c9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.221s 2018-08-20 20:51:23.637 63 DEBUG tempest.lib.common.rest_client [req-fe2b190b-a75c-4058-9030-0e365e1566c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:51:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fe2b190b-a75c-4058-9030-0e365e1566c9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:51:23Z", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:23Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9f46c952-b022-44d0-adb8-21a4ac5f0906"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:23.846 63 INFO tempest.lib.common.rest_client [req-5aa46a92-b150-4735-9f2f-7f8391792387 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-20 20:51:23.847 63 DEBUG tempest.lib.common.rest_client [req-5aa46a92-b150-4735-9f2f-7f8391792387 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:51:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5aa46a92-b150-4735-9f2f-7f8391792387'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:51:23Z", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:23Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9ae8cec5-fccf-40a3-bd9d-4cde9976e948"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:24.013 63 INFO tempest.lib.common.rest_client [req-8f79c6d1-8345-4ac7-b626-c8e0c3b2c34f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.166s 2018-08-20 20:51:24.014 63 DEBUG tempest.lib.common.rest_client [req-8f79c6d1-8345-4ac7-b626-c8e0c3b2c34f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:51:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f79c6d1-8345-4ac7-b626-c8e0c3b2c34f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:51:23Z", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:23Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bc5ee298-2f98-4fe0-ad5b-759b0328577c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:24.187 63 INFO tempest.lib.common.rest_client [req-c1aceaa5-3f01-48b0-8d02-5bf4862fc089 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 20:51:24.187 63 DEBUG tempest.lib.common.rest_client [req-c1aceaa5-3f01-48b0-8d02-5bf4862fc089 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:51:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c1aceaa5-3f01-48b0-8d02-5bf4862fc089'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:51:24Z", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:24Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c0a10b48-ed40-4aa8-a6ca-2342ff5db411"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:24.414 63 INFO tempest.lib.common.rest_client [req-ee218a44-8157-4778-b48c-754534707979 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 20:51:24.414 63 DEBUG tempest.lib.common.rest_client [req-ee218a44-8157-4778-b48c-754534707979 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:51:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee218a44-8157-4778-b48c-754534707979'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:51:24Z", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:24Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7eb420d6-4f27-474a-9c65-96a8e4966b72"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:24.593 63 INFO tempest.lib.common.rest_client [req-e1dccf70-7772-4a84-ad22-e2b16b33d728 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.178s 2018-08-20 20:51:24.594 63 DEBUG tempest.lib.common.rest_client [req-e1dccf70-7772-4a84-ad22-e2b16b33d728 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:51:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1dccf70-7772-4a84-ad22-e2b16b33d728'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:51:24Z", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:24Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "2f2707c3-dc89-48be-bf7d-bb13ebfe6958"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:24.797 63 INFO tempest.lib.common.rest_client [req-9d3a02ef-2b02-4e6b-9bc7-a05925cf2995 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-20 20:51:24.798 63 DEBUG tempest.lib.common.rest_client [req-9d3a02ef-2b02-4e6b-9bc7-a05925cf2995 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:51:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d3a02ef-2b02-4e6b-9bc7-a05925cf2995'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:51:24Z", "security_group_id": "6909b4e0-4aef-4bc1-8370-122d8821076e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:24Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e65cdd6f-7f8b-4270-9f4c-ba88fddaea1b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:25.353 63 INFO tempest.lib.common.rest_client [req-8f2d9882-0286-40d1-8d91-c04c8b8b95ca ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.554s 2018-08-20 20:51:25.354 63 DEBUG tempest.lib.common.rest_client [req-8f2d9882-0286-40d1-8d91-c04c8b8b95ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1952059523"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:51:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f2d9882-0286-40d1-8d91-c04c8b8b95ca'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:51:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:51:25Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f3fc5a3c-c6f8-4818-9cbb-45734793b8f6","name":"tempest-A-1952059523"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:26.290 63 INFO tempest.lib.common.rest_client [req-40f69fa8-bf0c-4daf-ae93-ca709d4ac056 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.935s 2018-08-20 20:51:26.291 63 DEBUG tempest.lib.common.rest_client [req-40f69fa8-bf0c-4daf-ae93-ca709d4ac056 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "f3fc5a3c-c6f8-4818-9cbb-45734793b8f6", "name": "tempest-subnet-A-1-795622476"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:51:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40f69fa8-bf0c-4daf-ae93-ca709d4ac056'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f3fc5a3c-c6f8-4818-9cbb-45734793b8f6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:51:25Z","dns_nameservers":[],"updated_at":"2018-08-20T20:51:25Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"9e3e108e-8c9b-4a48-8d43-40b0f81a7fc8","subnetpool_id":null,"name":"tempest-subnet-A-1-795622476"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:26.550 63 INFO tempest.lib.common.rest_client [req-735eb3d8-8733-4c6e-a07a-a84738a87ab9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.258s 2018-08-20 20:51:26.550 63 DEBUG tempest.lib.common.rest_client [req-735eb3d8-8733-4c6e-a07a-a84738a87ab9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1185923486"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:51:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-735eb3d8-8733-4c6e-a07a-a84738a87ab9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:51:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:51:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"54feae9a-58ac-4359-9e1b-5fc6434d3f8d","name":"tempest-B-1185923486"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:27.299 63 INFO tempest.lib.common.rest_client [req-c2820812-556b-49e7-a324-5fba4d8727e7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.747s 2018-08-20 20:51:27.300 63 DEBUG tempest.lib.common.rest_client [req-c2820812-556b-49e7-a324-5fba4d8727e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "54feae9a-58ac-4359-9e1b-5fc6434d3f8d", "name": "tempest-subnet-B-1-941708128"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:51:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2820812-556b-49e7-a324-5fba4d8727e7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54feae9a-58ac-4359-9e1b-5fc6434d3f8d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:51:26Z","dns_nameservers":[],"updated_at":"2018-08-20T20:51:26Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"b346ed75-5196-4eb0-983e-2fbc5078004e","subnetpool_id":null,"name":"tempest-subnet-B-1-941708128"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:27.750 63 INFO tempest.lib.common.rest_client [req-bb3b3578-3c53-4ad9-a386-9a69a3728f03 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.448s 2018-08-20 20:51:27.750 63 DEBUG tempest.lib.common.rest_client [req-bb3b3578-3c53-4ad9-a386-9a69a3728f03 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:51:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb3b3578-3c53-4ad9-a386-9a69a3728f03'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "017374e9-6337-4a5b-90a0-ee770257e0f6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:28.155 63 INFO tempest.lib.common.rest_client [req-4e8e446f-9148-4193-9a92-30c1859bee23 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/017374e9-6337-4a5b-90a0-ee770257e0f6/network_associations 0.404s 2018-08-20 20:51:28.156 63 DEBUG tempest.lib.common.rest_client [req-4e8e446f-9148-4193-9a92-30c1859bee23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f3fc5a3c-c6f8-4818-9cbb-45734793b8f6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/017374e9-6337-4a5b-90a0-ee770257e0f6/network_associations', u'date': 'Mon, 20 Aug 2018 20:51:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4e8e446f-9148-4193-9a92-30c1859bee23'} Body: {"network_association": {"network_id": "f3fc5a3c-c6f8-4818-9cbb-45734793b8f6", "id": "e982f5a0-3d63-47f4-a3c2-39895bbd61b8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:28.418 63 INFO tempest.lib.common.rest_client [req-db19236a-bb39-43c3-a7a3-5aecf29c585d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.261s 2018-08-20 20:51:28.419 63 DEBUG tempest.lib.common.rest_client [req-db19236a-bb39-43c3-a7a3-5aecf29c585d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1817586075"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-db19236a-bb39-43c3-a7a3-5aecf29c585d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-db19236a-bb39-43c3-a7a3-5aecf29c585d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDH3cN97CoLTAx98p8MTQTUXC3TF76+OqJH4kSQWsdUKgAXumk2jDICcmxj0xNp4sPxBuV8OIZ0+v0UJSl+3/jaaow9F461krYGr8lmZP6Pb52xD4ej5jZdkQxfgUWV5fFBTTr6yhyocE2tOYH2WGb9X7H98aMlmUYDITfVbKEBte0uH21Vf5Hplq+oGlADGCBKEilvt9erdAdlgMjirK4eHom2gGmqwDrKwdbWq0DefwBH1mIbYpv22Gy+8ovNbCfJlgNXfVRTDkkG08k4m9yRouZIMbSACRP12uUCVcYI0HdLYfMhF+R2d1Q66ak1ypzuR5WFHuJaaTlu7vPIbKNR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAx93DfewqC0wMffKfDE0E1Fwt0xe+vjqiR+JEkFrHVCoAF7pp\nNowyAnJsY9MTaeLD8QblfDiGdPr9FCUpft/42mqMPReOtZK2Bq/JZmT+j2+dsQ+H\no+Y2XZEMX4FFleXxQU06+socqHBNrTmB9lhm/V+x/fGjJZlGAyE31WyhAbXtLh9t\nVX+R6ZavqBpQAxggShIpb7fXq3QHZYDI4qyuHh6JtoBpqsA6ysHW1qtA3n8AR9Zi\nG2Kb9thsvvKLzWwnyZYDV31UUw5JBtPJOJvckaLmSDG0gAkT9drlAlXGCNB3S2Hz\nIRfkdndUOumpNcqc7keVhR7iWmk5bu7zyGyjUQIDAQABAoIBAFUDOvgA0BFmE5ou\n7P/qcrdxTfyQCQ4ZGpXA5LESK97czpVJMR+Gmm74BKqhSYysa/PFny8rS+XOLH+5\nHuFcmxksYOJLduQ8tzg45U2sf6q7KzP5CxToAw/hdoXZEqQj3m6MTx4FghMTUbbw\n0xrZl1UGs0r00RRZEbKbGoipYAK9geYYGqfQLAhro9xgOfGqDbzTP+PLYWEPSU7L\nBdGUIns7IjT+0zvS+0kH3yCNSb+PIIq2Ui9OiQMdJjMWApsa/FsXIL88ICxEajR5\nWh9q0ozsBQa2ThmF72NlDBNKdRvnC8ZwSJknY2MrDjZb0Ir35OFVO6S7rl+tAIqC\nBGMqcFECgYEA+royzGronlTzWKepdu6v9d3ksNPm+vIw5ueBuQ5iR6bRqgQVmYUt\nnWTNkON5UYvTLwiQqvsJw6SItlgWNsv9FY0gcwFkkQ5IeHGTgtQE3opL80ysFR+Z\nX9yWBycCw9DiNA7YG4ulK/FghCFbGBLiqoiwqzs/t1SNXAjbycwG6jMCgYEAzBHA\nnT5kE39DBTtAVm+UusxD1ewMw8b1OpdNl/9AaHSalwkjEbrELWVWY3r14+QOhV/U\nRa0t05FTxyaAJpA90NSUdWzdJhRs29orF5+TfAdtHmCMAcCRtf8lpcK50uIeUFZA\ndMrleSFL/b9Rvs7auVZmH5JatouA1fI6jZkUQGsCgYAWyEKDZpd6g5eVD68LWobs\nnVwBYU/Ur5sX8CNOcGsnvZXBkBtyVrKdYaJ4LuNAMKdg17NlhegOOe4eO4TRN9no\nUmmHabH8qEKXhyJzOdazbfeWxPnB9ZwXJNERF09eAaX8OvkSD69TfdxaRTmkx1qH\nSmJbPMf+XZV2rmtiO8LJFwKBgQCdYYeJ/acSvlACxdptjupGUehzH/QMPPG9eRjX\ng3y50kuy9dH9B2vqkr/YQulGEwj75ZcBEXlJNEhHS7MDirSRzJCeKxI3HwOBXrVj\nJ6eHvPZzugPgChKWKKtxNkc3kznLvWlCaYQmMf64OIejv0ZCL5bc/HNHWzlGRuTP\ndWJ/9wKBgFPvuY2kJOYpj375olrifXbO999Qaqm3HXAbsjpMxx4EEOo7iqy8k3k2\n7WWsSJYWTcYtG6xBHDllBWjOuGrcmoEhqB8EWuQz9d0RpHWSeNtMswlhdvJvzS54\nxO/8upXktugGnNASHaLeaviQPydpaGO1LW34jVGzCbqnE13yHNT6\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1817586075", "fingerprint": "ef:1b:f5:27:6c:77:b5:7a:7a:e4:be:b1:0e:66:2f:fc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:29.509 63 INFO tempest.lib.common.rest_client [req-73354974-94dc-4593-965a-50ab7a3071a8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 1.086s 2018-08-20 20:51:29.510 63 DEBUG tempest.lib.common.rest_client [req-73354974-94dc-4593-965a-50ab7a3071a8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f3fc5a3c-c6f8-4818-9cbb-45734793b8f6", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-783157860", "security_groups": ["6909b4e0-4aef-4bc1-8370-122d8821076e"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:51:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73354974-94dc-4593-965a-50ab7a3071a8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:51:28Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f3fc5a3c-c6f8-4818-9cbb-45734793b8f6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:51:29Z","name":"tempest-port-smoke-783157860","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e1:86:4a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"9e3e108e-8c9b-4a48-8d43-40b0f81a7fc8","ip_address":"10.101.11.10"}],"id":"f169104a-2e6a-4d3d-8697-438d18c1bdd3","security_groups":["6909b4e0-4aef-4bc1-8370-122d8821076e"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:33.529 63 INFO tempest.lib.common.rest_client [req-11aecd22-0e13-4798-af84-000ac91f956a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 4.018s 2018-08-20 20:51:33.530 63 DEBUG tempest.lib.common.rest_client [req-11aecd22-0e13-4798-af84-000ac91f956a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1817586075", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "f3fc5a3c-c6f8-4818-9cbb-45734793b8f6", "port": "f169104a-2e6a-4d3d-8697-438d18c1bdd3"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-11aecd22-0e13-4798-af84-000ac91f956a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11aecd22-0e13-4798-af84-000ac91f956a'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8050bfac-7272-4995-acca-a08a276691d9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "bookmark"}], "adminPass": "2JuYUxYDnphb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:33.841 63 INFO tempest.lib.common.rest_client [req-5bb4b005-02e2-4f52-bf04-c4e61a61b928 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9 0.303s 2018-08-20 20:51:33.841 63 DEBUG tempest.lib.common.rest_client [req-5bb4b005-02e2-4f52-bf04-c4e61a61b928 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-compute-request-id': 'req-5bb4b005-02e2-4f52-bf04-c4e61a61b928', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5bb4b005-02e2-4f52-bf04-c4e61a61b928'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8050bfac-7272-4995-acca-a08a276691d9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:51:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-1", "created": "2018-08-20T20:51:33Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:35.192 63 INFO tempest.lib.common.rest_client [req-3218aeec-a89a-43ee-91a1-486de6d46604 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9 0.337s 2018-08-20 20:51:35.192 63 DEBUG tempest.lib.common.rest_client [req-3218aeec-a89a-43ee-91a1-486de6d46604 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-compute-request-id': 'req-3218aeec-a89a-43ee-91a1-486de6d46604', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3218aeec-a89a-43ee-91a1-486de6d46604'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8050bfac-7272-4995-acca-a08a276691d9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:51:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-1", "created": "2018-08-20T20:51:33Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:36.819 63 INFO tempest.lib.common.rest_client [req-01a2b9a6-ec78-46d4-bb21-c35e28e96104 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9 0.612s 2018-08-20 20:51:36.820 63 DEBUG tempest.lib.common.rest_client [req-01a2b9a6-ec78-46d4-bb21-c35e28e96104 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-compute-request-id': 'req-01a2b9a6-ec78-46d4-bb21-c35e28e96104', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-01a2b9a6-ec78-46d4-bb21-c35e28e96104'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8050bfac-7272-4995-acca-a08a276691d9", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:51:35Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-1", "created": "2018-08-20T20:51:33Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:36.831 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:51:38.285 63 INFO tempest.lib.common.rest_client [req-499e87f4-09b9-4dd1-9faf-d26667353704 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9 0.452s 2018-08-20 20:51:38.286 63 DEBUG tempest.lib.common.rest_client [req-499e87f4-09b9-4dd1-9faf-d26667353704 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-compute-request-id': 'req-499e87f4-09b9-4dd1-9faf-d26667353704', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-499e87f4-09b9-4dd1-9faf-d26667353704'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8050bfac-7272-4995-acca-a08a276691d9", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:51:35Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-1", "created": "2018-08-20T20:51:33Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:40.003 63 INFO tempest.lib.common.rest_client [req-e91d3f6a-97fb-4247-a70c-579d14853b95 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9 0.703s 2018-08-20 20:51:40.004 63 DEBUG tempest.lib.common.rest_client [req-e91d3f6a-97fb-4247-a70c-579d14853b95 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-compute-request-id': 'req-e91d3f6a-97fb-4247-a70c-579d14853b95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e91d3f6a-97fb-4247-a70c-579d14853b95'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8050bfac-7272-4995-acca-a08a276691d9", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:51:35Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-1", "created": "2018-08-20T20:51:33Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:41.607 63 INFO tempest.lib.common.rest_client [req-85a15509-8331-47cf-ac65-e6e80bc6c9ca ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9 0.579s 2018-08-20 20:51:41.608 63 DEBUG tempest.lib.common.rest_client [req-85a15509-8331-47cf-ac65-e6e80bc6c9ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-compute-request-id': 'req-85a15509-8331-47cf-ac65-e6e80bc6c9ca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85a15509-8331-47cf-ac65-e6e80bc6c9ca'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1952059523": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:86:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:51:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8050bfac-7272-4995-acca-a08a276691d9", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:51:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-1", "created": "2018-08-20T20:51:33Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:41.622 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 20:51:42.254 63 INFO tempest.lib.common.rest_client [req-1163187b-a798-4d7c-ba23-a821b656dd79 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9 0.631s 2018-08-20 20:51:42.254 63 DEBUG tempest.lib.common.rest_client [req-1163187b-a798-4d7c-ba23-a821b656dd79 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-compute-request-id': 'req-1163187b-a798-4d7c-ba23-a821b656dd79', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1163187b-a798-4d7c-ba23-a821b656dd79'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1952059523": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:86:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:51:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8050bfac-7272-4995-acca-a08a276691d9", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:51:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-1", "created": "2018-08-20T20:51:33Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:42.276 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 8050bfac-7272-4995-acca-a08a276691d9 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:51:43.155 63 INFO tempest.lib.common.rest_client [req-946019db-7f48-40af-995d-a7e273f6bad9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 0.878s 2018-08-20 20:51:43.156 63 DEBUG tempest.lib.common.rest_client [req-946019db-7f48-40af-995d-a7e273f6bad9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "54feae9a-58ac-4359-9e1b-5fc6434d3f8d", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-3885938", "security_groups": ["6909b4e0-4aef-4bc1-8370-122d8821076e"]}} Response - Headers: {'status': '201', u'content-length': '721', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:51:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-946019db-7f48-40af-995d-a7e273f6bad9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:51:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"54feae9a-58ac-4359-9e1b-5fc6434d3f8d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:51:42Z","name":"tempest-port-smoke-3885938","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b6:0a:7d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"b346ed75-5196-4eb0-983e-2fbc5078004e","ip_address":"10.102.21.20"}],"id":"e97c5965-ba12-4bac-9522-73e01e72e91b","security_groups":["6909b4e0-4aef-4bc1-8370-122d8821076e"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:46.302 63 INFO tempest.lib.common.rest_client [req-19c778e6-1f23-4207-be2e-e5ae1326a413 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 3.145s 2018-08-20 20:51:46.303 63 DEBUG tempest.lib.common.rest_client [req-19c778e6-1f23-4207-be2e-e5ae1326a413 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1817586075", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "54feae9a-58ac-4359-9e1b-5fc6434d3f8d", "port": "e97c5965-ba12-4bac-9522-73e01e72e91b"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-19c778e6-1f23-4207-be2e-e5ae1326a413', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-19c778e6-1f23-4207-be2e-e5ae1326a413'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0e03503d-1c14-4169-a69d-e43614ab159a", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "bookmark"}], "adminPass": "fUzvw4Sm3eXE"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:46.651 63 INFO tempest.lib.common.rest_client [req-b4b10532-782a-478f-80c3-4819e2c7528b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a 0.344s 2018-08-20 20:51:46.652 63 DEBUG tempest.lib.common.rest_client [req-b4b10532-782a-478f-80c3-4819e2c7528b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-compute-request-id': 'req-b4b10532-782a-478f-80c3-4819e2c7528b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b4b10532-782a-478f-80c3-4819e2c7528b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0e03503d-1c14-4169-a69d-e43614ab159a", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:51:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-2", "created": "2018-08-20T20:51:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:47.987 63 INFO tempest.lib.common.rest_client [req-89f389d6-447c-4b56-89b7-b16100055f66 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a 0.321s 2018-08-20 20:51:47.988 63 DEBUG tempest.lib.common.rest_client [req-89f389d6-447c-4b56-89b7-b16100055f66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-compute-request-id': 'req-89f389d6-447c-4b56-89b7-b16100055f66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89f389d6-447c-4b56-89b7-b16100055f66'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0e03503d-1c14-4169-a69d-e43614ab159a", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:51:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-2", "created": "2018-08-20T20:51:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:49.599 63 INFO tempest.lib.common.rest_client [req-ae059be8-5380-4c72-8dcc-d8f4698d746b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a 0.596s 2018-08-20 20:51:49.600 63 DEBUG tempest.lib.common.rest_client [req-ae059be8-5380-4c72-8dcc-d8f4698d746b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1400', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-compute-request-id': 'req-ae059be8-5380-4c72-8dcc-d8f4698d746b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae059be8-5380-4c72-8dcc-d8f4698d746b'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0e03503d-1c14-4169-a69d-e43614ab159a", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:51:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-2", "created": "2018-08-20T20:51:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:49.613 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-20 20:51:51.502 63 INFO tempest.lib.common.rest_client [req-7df52b0b-464e-4440-a28c-c5159da89fff ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a 0.887s 2018-08-20 20:51:51.503 63 DEBUG tempest.lib.common.rest_client [req-7df52b0b-464e-4440-a28c-c5159da89fff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-compute-request-id': 'req-7df52b0b-464e-4440-a28c-c5159da89fff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7df52b0b-464e-4440-a28c-c5159da89fff'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0e03503d-1c14-4169-a69d-e43614ab159a", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:51:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-2", "created": "2018-08-20T20:51:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:51.516 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-20 20:51:53.464 63 INFO tempest.lib.common.rest_client [req-efb0a4b4-3d4b-4be3-aba5-92513b862a97 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a 0.946s 2018-08-20 20:51:53.464 63 DEBUG tempest.lib.common.rest_client [req-efb0a4b4-3d4b-4be3-aba5-92513b862a97 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-compute-request-id': 'req-efb0a4b4-3d4b-4be3-aba5-92513b862a97', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efb0a4b4-3d4b-4be3-aba5-92513b862a97'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0e03503d-1c14-4169-a69d-e43614ab159a", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:51:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-2", "created": "2018-08-20T20:51:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:55.014 63 INFO tempest.lib.common.rest_client [req-7ea64d79-b609-4cbf-ba94-5bc33c7bdaa2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a 0.535s 2018-08-20 20:51:55.015 63 DEBUG tempest.lib.common.rest_client [req-7ea64d79-b609-4cbf-ba94-5bc33c7bdaa2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-compute-request-id': 'req-7ea64d79-b609-4cbf-ba94-5bc33c7bdaa2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7ea64d79-b609-4cbf-ba94-5bc33c7bdaa2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1185923486": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0a:7d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:51:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0e03503d-1c14-4169-a69d-e43614ab159a", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:51:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-2", "created": "2018-08-20T20:51:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:55.028 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 20:51:55.621 63 INFO tempest.lib.common.rest_client [req-3f293d73-889d-4ed7-84f3-8e75bc29bd2f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a 0.591s 2018-08-20 20:51:55.621 63 DEBUG tempest.lib.common.rest_client [req-3f293d73-889d-4ed7-84f3-8e75bc29bd2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-compute-request-id': 'req-3f293d73-889d-4ed7-84f3-8e75bc29bd2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:51:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f293d73-889d-4ed7-84f3-8e75bc29bd2f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1185923486": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0a:7d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:51:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0e03503d-1c14-4169-a69d-e43614ab159a", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:51:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-2", "created": "2018-08-20T20:51:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:55.634 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 0e03503d-1c14-4169-a69d-e43614ab159a with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:51:55.852 63 INFO tempest.lib.common.rest_client [req-43bc8872-1eb9-4e53-a120-c82495f212fc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/routers 0.216s 2018-08-20 20:51:55.852 63 DEBUG tempest.lib.common.rest_client [req-43bc8872-1eb9-4e53-a120-c82495f212fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--628035980", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:51:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-43bc8872-1eb9-4e53-a120-c82495f212fc'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:55Z", "admin_state_up": true, "updated_at": "2018-08-20T20:51:55Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "371e35c5-eb09-49f0-bdc5-83481e5a8b43", "name": "tempest-router--628035980"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:51:57.369 63 INFO tempest.lib.common.rest_client [req-d567fbe7-e73e-4e6a-b8d4-6fc72539a60a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/371e35c5-eb09-49f0-bdc5-83481e5a8b43 1.516s 2018-08-20 20:51:57.370 63 DEBUG tempest.lib.common.rest_client [req-d567fbe7-e73e-4e6a-b8d4-6fc72539a60a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/371e35c5-eb09-49f0-bdc5-83481e5a8b43', u'date': 'Mon, 20 Aug 2018 20:51:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d567fbe7-e73e-4e6a-b8d4-6fc72539a60a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:51:55Z", "admin_state_up": true, "updated_at": "2018-08-20T20:51:57Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "371e35c5-eb09-49f0-bdc5-83481e5a8b43", "name": "tempest-router--628035980"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:00.382 63 INFO tempest.lib.common.rest_client [req-0d1479e1-0094-49d0-a27f-7f0013e723fc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/371e35c5-eb09-49f0-bdc5-83481e5a8b43/add_router_interface 3.011s 2018-08-20 20:52:00.383 63 DEBUG tempest.lib.common.rest_client [req-0d1479e1-0094-49d0-a27f-7f0013e723fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "9e3e108e-8c9b-4a48-8d43-40b0f81a7fc8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/371e35c5-eb09-49f0-bdc5-83481e5a8b43/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:52:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d1479e1-0094-49d0-a27f-7f0013e723fc'} Body: {"network_id": "f3fc5a3c-c6f8-4818-9cbb-45734793b8f6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "9e3e108e-8c9b-4a48-8d43-40b0f81a7fc8", "subnet_ids": ["9e3e108e-8c9b-4a48-8d43-40b0f81a7fc8"], "port_id": "bf4c671c-a054-4156-b7c7-0357aa33bed1", "id": "371e35c5-eb09-49f0-bdc5-83481e5a8b43"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:02.318 63 INFO tempest.lib.common.rest_client [req-31ff68d2-db49-44cc-b783-1d77b52794ef ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.934s 2018-08-20 20:52:02.319 63 DEBUG tempest.lib.common.rest_client [req-31ff68d2-db49-44cc-b783-1d77b52794ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "f169104a-2e6a-4d3d-8697-438d18c1bdd3"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:52:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31ff68d2-db49-44cc-b783-1d77b52794ef'} Body: {"floatingip": {"router_id": "371e35c5-eb09-49f0-bdc5-83481e5a8b43", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:52:01Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "f169104a-2e6a-4d3d-8697-438d18c1bdd3", "id": "a3a12fbc-33fe-48e6-90f9-ddfeb020be00", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:01Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:02.320 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 20:52:04.323 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:52:04.427 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:52:04.451 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 20:52:04.566 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:52:04.566 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 20:52:04.568 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:52:04.629 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:52:04.632 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 20:52:09.640 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:52:09.641 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:52:09.641 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075581 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-20 20:52:10.823 63 INFO tempest.lib.common.rest_client [req-3c5117e2-75d8-4e5e-8c09-b8efb845c820 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/a3a12fbc-33fe-48e6-90f9-ddfeb020be00 1.181s 2018-08-20 20:52:10.824 63 DEBUG tempest.lib.common.rest_client [req-3c5117e2-75d8-4e5e-8c09-b8efb845c820 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/a3a12fbc-33fe-48e6-90f9-ddfeb020be00', u'date': 'Mon, 20 Aug 2018 20:52:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3c5117e2-75d8-4e5e-8c09-b8efb845c820'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:12.553 63 INFO tempest.lib.common.rest_client [req-0a74e77c-06f6-40f0-91dd-eaa4cadb5f1d ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/371e35c5-eb09-49f0-bdc5-83481e5a8b43/remove_router_interface 1.728s 2018-08-20 20:52:12.553 63 DEBUG tempest.lib.common.rest_client [req-0a74e77c-06f6-40f0-91dd-eaa4cadb5f1d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "9e3e108e-8c9b-4a48-8d43-40b0f81a7fc8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/371e35c5-eb09-49f0-bdc5-83481e5a8b43/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:52:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a74e77c-06f6-40f0-91dd-eaa4cadb5f1d'} Body: {"network_id": "f3fc5a3c-c6f8-4818-9cbb-45734793b8f6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "9e3e108e-8c9b-4a48-8d43-40b0f81a7fc8", "subnet_ids": ["9e3e108e-8c9b-4a48-8d43-40b0f81a7fc8"], "port_id": "bf4c671c-a054-4156-b7c7-0357aa33bed1", "id": "371e35c5-eb09-49f0-bdc5-83481e5a8b43"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:14.079 63 INFO tempest.lib.common.rest_client [req-448ae49d-e7e7-48bf-b006-95eb1739cc0d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/371e35c5-eb09-49f0-bdc5-83481e5a8b43 1.524s 2018-08-20 20:52:14.079 63 DEBUG tempest.lib.common.rest_client [req-448ae49d-e7e7-48bf-b006-95eb1739cc0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/371e35c5-eb09-49f0-bdc5-83481e5a8b43', u'date': 'Mon, 20 Aug 2018 20:52:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-448ae49d-e7e7-48bf-b006-95eb1739cc0d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:14.276 63 INFO tempest.lib.common.rest_client [req-86b0ca68-9ce0-4257-a112-90b1aa109cd9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a 0.196s 2018-08-20 20:52:14.277 63 DEBUG tempest.lib.common.rest_client [req-86b0ca68-9ce0-4257-a112-90b1aa109cd9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-compute-request-id': 'req-86b0ca68-9ce0-4257-a112-90b1aa109cd9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86b0ca68-9ce0-4257-a112-90b1aa109cd9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:14.766 63 INFO tempest.lib.common.rest_client [req-d7e015a9-d15c-4b0b-9dec-9c5f5d72a77d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a 0.488s 2018-08-20 20:52:14.767 63 DEBUG tempest.lib.common.rest_client [req-d7e015a9-d15c-4b0b-9dec-9c5f5d72a77d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-compute-request-id': 'req-d7e015a9-d15c-4b0b-9dec-9c5f5d72a77d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7e015a9-d15c-4b0b-9dec-9c5f5d72a77d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1185923486": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:0a:7d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0e03503d-1c14-4169-a69d-e43614ab159a", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:51:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0e03503d-1c14-4169-a69d-e43614ab159a", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:14Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-2", "created": "2018-08-20T20:51:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:15.851 63 INFO tempest.lib.common.rest_client [req-626a8434-5f60-4cf3-b948-bb8727814c13 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a 0.069s 2018-08-20 20:52:15.851 63 DEBUG tempest.lib.common.rest_client [req-626a8434-5f60-4cf3-b948-bb8727814c13 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0e03503d-1c14-4169-a69d-e43614ab159a', u'x-compute-request-id': 'req-626a8434-5f60-4cf3-b948-bb8727814c13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:15 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-626a8434-5f60-4cf3-b948-bb8727814c13'} Body: {"itemNotFound": {"message": "Instance 0e03503d-1c14-4169-a69d-e43614ab159a could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:16.724 63 INFO tempest.lib.common.rest_client [req-6122054b-6c9c-4727-a2f4-6ddf559a47a4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e97c5965-ba12-4bac-9522-73e01e72e91b 0.872s 2018-08-20 20:52:16.725 63 DEBUG tempest.lib.common.rest_client [req-6122054b-6c9c-4727-a2f4-6ddf559a47a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/e97c5965-ba12-4bac-9522-73e01e72e91b', u'date': 'Mon, 20 Aug 2018 20:52:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6122054b-6c9c-4727-a2f4-6ddf559a47a4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:16.916 63 INFO tempest.lib.common.rest_client [req-00843b46-d263-4daa-8b59-2cad8020589f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9 0.190s 2018-08-20 20:52:16.917 63 DEBUG tempest.lib.common.rest_client [req-00843b46-d263-4daa-8b59-2cad8020589f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-compute-request-id': 'req-00843b46-d263-4daa-8b59-2cad8020589f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-00843b46-d263-4daa-8b59-2cad8020589f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:17.638 63 INFO tempest.lib.common.rest_client [req-22b39b13-64e5-4781-9338-16ee343ae0b0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9 0.721s 2018-08-20 20:52:17.639 63 DEBUG tempest.lib.common.rest_client [req-22b39b13-64e5-4781-9338-16ee343ae0b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-compute-request-id': 'req-22b39b13-64e5-4781-9338-16ee343ae0b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22b39b13-64e5-4781-9338-16ee343ae0b0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1952059523": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:86:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8050bfac-7272-4995-acca-a08a276691d9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:51:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8050bfac-7272-4995-acca-a08a276691d9", "security_groups": [{"name": "tempest-secgroup-smoke-1412099092"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1817586075", "name": "server-1", "created": "2018-08-20T20:51:33Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:18.708 63 INFO tempest.lib.common.rest_client [req-c48a74bf-db0f-4984-aad6-7d1acbc68d90 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9 0.049s 2018-08-20 20:52:18.709 63 DEBUG tempest.lib.common.rest_client [req-c48a74bf-db0f-4984-aad6-7d1acbc68d90 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8050bfac-7272-4995-acca-a08a276691d9', u'x-compute-request-id': 'req-c48a74bf-db0f-4984-aad6-7d1acbc68d90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:18 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-c48a74bf-db0f-4984-aad6-7d1acbc68d90'} Body: {"itemNotFound": {"message": "Instance 8050bfac-7272-4995-acca-a08a276691d9 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:19.329 63 INFO tempest.lib.common.rest_client [req-8be93506-b9e8-4baa-b4ac-a3e5212de82b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/f169104a-2e6a-4d3d-8697-438d18c1bdd3 0.619s 2018-08-20 20:52:19.330 63 DEBUG tempest.lib.common.rest_client [req-8be93506-b9e8-4baa-b4ac-a3e5212de82b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/f169104a-2e6a-4d3d-8697-438d18c1bdd3', u'date': 'Mon, 20 Aug 2018 20:52:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8be93506-b9e8-4baa-b4ac-a3e5212de82b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:19.385 63 INFO tempest.lib.common.rest_client [req-952f7f27-0403-4297-ada3-9591fa86f5ed ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1817586075 0.054s 2018-08-20 20:52:19.385 63 DEBUG tempest.lib.common.rest_client [req-952f7f27-0403-4297-ada3-9591fa86f5ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1817586075', u'x-compute-request-id': 'req-952f7f27-0403-4297-ada3-9591fa86f5ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-952f7f27-0403-4297-ada3-9591fa86f5ed'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:21.767 63 INFO tempest.lib.common.rest_client [req-bbd287d5-1b80-4c5d-b8c3-0097d0f6f41f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b346ed75-5196-4eb0-983e-2fbc5078004e 2.381s 2018-08-20 20:52:21.768 63 DEBUG tempest.lib.common.rest_client [req-bbd287d5-1b80-4c5d-b8c3-0097d0f6f41f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/b346ed75-5196-4eb0-983e-2fbc5078004e', u'date': 'Mon, 20 Aug 2018 20:52:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bbd287d5-1b80-4c5d-b8c3-0097d0f6f41f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:23.829 63 INFO tempest.lib.common.rest_client [req-c138bc7a-4505-4643-a41d-7c21d8557b7d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/54feae9a-58ac-4359-9e1b-5fc6434d3f8d 2.060s 2018-08-20 20:52:23.830 63 DEBUG tempest.lib.common.rest_client [req-c138bc7a-4505-4643-a41d-7c21d8557b7d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/54feae9a-58ac-4359-9e1b-5fc6434d3f8d', u'date': 'Mon, 20 Aug 2018 20:52:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c138bc7a-4505-4643-a41d-7c21d8557b7d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:26.537 63 INFO tempest.lib.common.rest_client [req-7cdb26e0-1920-4e8a-b0f0-002c584da541 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/9e3e108e-8c9b-4a48-8d43-40b0f81a7fc8 2.705s 2018-08-20 20:52:26.537 63 DEBUG tempest.lib.common.rest_client [req-7cdb26e0-1920-4e8a-b0f0-002c584da541 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/9e3e108e-8c9b-4a48-8d43-40b0f81a7fc8', u'date': 'Mon, 20 Aug 2018 20:52:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7cdb26e0-1920-4e8a-b0f0-002c584da541'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:28.628 63 INFO tempest.lib.common.rest_client [req-7a5f6b77-1fd0-4958-a16a-55337fcfefb5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f3fc5a3c-c6f8-4818-9cbb-45734793b8f6 2.090s 2018-08-20 20:52:28.629 63 DEBUG tempest.lib.common.rest_client [req-7a5f6b77-1fd0-4958-a16a-55337fcfefb5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/f3fc5a3c-c6f8-4818-9cbb-45734793b8f6', u'date': 'Mon, 20 Aug 2018 20:52:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7a5f6b77-1fd0-4958-a16a-55337fcfefb5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:28.956 63 INFO tempest.lib.common.rest_client [req-c4b1261b-662e-40cb-addd-0aa65781af05 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/6909b4e0-4aef-4bc1-8370-122d8821076e 0.326s 2018-08-20 20:52:28.957 63 DEBUG tempest.lib.common.rest_client [req-c4b1261b-662e-40cb-addd-0aa65781af05 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/6909b4e0-4aef-4bc1-8370-122d8821076e', u'date': 'Mon, 20 Aug 2018 20:52:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c4b1261b-662e-40cb-addd-0aa65781af05'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_ping_to_unassociated_net [66.323135s] ... ok 2018-08-20 20:52:29.348 63 INFO tempest.lib.common.rest_client [req-d666f936-3ff4-49f2-aa04-5fc8cff0cedb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.372s 2018-08-20 20:52:29.349 63 DEBUG tempest.lib.common.rest_client [req-d666f936-3ff4-49f2-aa04-5fc8cff0cedb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1957135011 description", "name": "tempest-secgroup-smoke-1957135011"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:52:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d666f936-3ff4-49f2-aa04-5fc8cff0cedb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1957135011 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:29Z", "updated_at": "2018-08-20T20:52:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:52:29Z", "revision_number": 0, "id": "4940afee-2982-466b-a130-71d16570e89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:52:29Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:52:29Z", "revision_number": 0, "id": "cfd90a30-9224-47f4-b195-99f45185b1f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:52:29Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "name": "tempest-secgroup-smoke-1957135011"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:29.606 63 INFO tempest.lib.common.rest_client [req-66115ec3-0772-488f-ad1f-f428742eaf16 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.255s 2018-08-20 20:52:29.606 63 DEBUG tempest.lib.common.rest_client [req-66115ec3-0772-488f-ad1f-f428742eaf16 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66115ec3-0772-488f-ad1f-f428742eaf16'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:52:29Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:29Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1e7092d0-b8e6-4bce-95a1-b4a2e20f08a4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:30.318 63 INFO tempest.lib.common.rest_client [req-bb45926e-fd3a-4a57-a60c-2787d77e2d6d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.711s 2018-08-20 20:52:30.319 63 DEBUG tempest.lib.common.rest_client [req-bb45926e-fd3a-4a57-a60c-2787d77e2d6d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb45926e-fd3a-4a57-a60c-2787d77e2d6d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ca20c34-2b0d-4b46-b34e-62d81861e83f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:30.516 63 INFO tempest.lib.common.rest_client [req-7056d96c-48c5-4275-93e8-c1fe5162e7f8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-20 20:52:30.516 63 DEBUG tempest.lib.common.rest_client [req-7056d96c-48c5-4275-93e8-c1fe5162e7f8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7056d96c-48c5-4275-93e8-c1fe5162e7f8'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a37a3635-2ded-4eab-b2ae-5199547ea08f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:30.689 63 INFO tempest.lib.common.rest_client [req-8ef5789b-dba9-4272-81ee-78f05d6530ed ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 20:52:30.690 63 DEBUG tempest.lib.common.rest_client [req-8ef5789b-dba9-4272-81ee-78f05d6530ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ef5789b-dba9-4272-81ee-78f05d6530ed'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9870aee7-8dba-4acd-a828-8280cf977abe"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:30.907 63 INFO tempest.lib.common.rest_client [req-8acf9f68-2811-493f-83cc-5ec6649fb1d0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.216s 2018-08-20 20:52:30.907 63 DEBUG tempest.lib.common.rest_client [req-8acf9f68-2811-493f-83cc-5ec6649fb1d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8acf9f68-2811-493f-83cc-5ec6649fb1d0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9401dd30-99fa-4f56-9871-4f8ecf43b60f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:31.097 63 INFO tempest.lib.common.rest_client [req-ce2214a5-0d14-4f93-a786-f605e2d6c270 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-20 20:52:31.097 63 DEBUG tempest.lib.common.rest_client [req-ce2214a5-0d14-4f93-a786-f605e2d6c270 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce2214a5-0d14-4f93-a786-f605e2d6c270'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:31Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5d20199c-36bb-4c4b-abd1-bfd76bab1e74"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:31.361 63 INFO tempest.lib.common.rest_client [req-84c92fef-b4e2-44ae-88f2-a147905bc188 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.262s 2018-08-20 20:52:31.361 63 DEBUG tempest.lib.common.rest_client [req-84c92fef-b4e2-44ae-88f2-a147905bc188 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84c92fef-b4e2-44ae-88f2-a147905bc188'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:31Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dc51b0b9-1496-418e-9b7a-c6b98234f7bc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:31.803 63 INFO tempest.lib.common.rest_client [req-859df26e-8550-4844-a9fc-6f00445d937f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.441s 2018-08-20 20:52:31.804 63 DEBUG tempest.lib.common.rest_client [req-859df26e-8550-4844-a9fc-6f00445d937f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-859df26e-8550-4844-a9fc-6f00445d937f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:31Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "667eaa2e-b0ce-408f-bc08-cc8d8e7c9c10"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:32.061 63 INFO tempest.lib.common.rest_client [req-372ac037-f7e4-4e8a-a4c4-a590d8c2f7b3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.256s 2018-08-20 20:52:32.061 63 DEBUG tempest.lib.common.rest_client [req-372ac037-f7e4-4e8a-a4c4-a590d8c2f7b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1137146535"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:52:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-372ac037-f7e4-4e8a-a4c4-a590d8c2f7b3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:52:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"599827b1-6bf0-406e-b1d2-d17091311552","name":"tempest-A-1137146535"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:32.705 63 INFO tempest.lib.common.rest_client [req-2d860b6b-e685-4c12-a67a-49ca6a49638e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.643s 2018-08-20 20:52:32.706 63 DEBUG tempest.lib.common.rest_client [req-2d860b6b-e685-4c12-a67a-49ca6a49638e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "name": "tempest-subnet-A-1-503247800"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:52:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d860b6b-e685-4c12-a67a-49ca6a49638e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"599827b1-6bf0-406e-b1d2-d17091311552","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:32Z","dns_nameservers":[],"updated_at":"2018-08-20T20:52:32Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"12f14eb2-ad60-46d6-ac4c-9ea67e8b6973","subnetpool_id":null,"name":"tempest-subnet-A-1-503247800"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:33.023 63 INFO tempest.lib.common.rest_client [req-81d56751-8444-4d15-bc7a-c1a4abc4f166 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.316s 2018-08-20 20:52:33.023 63 DEBUG tempest.lib.common.rest_client [req-81d56751-8444-4d15-bc7a-c1a4abc4f166 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-148748507"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:52:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81d56751-8444-4d15-bc7a-c1a4abc4f166'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:52:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"542ef2d0-73a5-43bf-bcd8-2b054bb4613b","name":"tempest-B-148748507"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:34.029 63 INFO tempest.lib.common.rest_client [req-eba637dd-8955-4770-b291-6e043f1e67d3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.005s 2018-08-20 20:52:34.030 63 DEBUG tempest.lib.common.rest_client [req-eba637dd-8955-4770-b291-6e043f1e67d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "name": "tempest-subnet-B-1-1456171136"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:52:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eba637dd-8955-4770-b291-6e043f1e67d3'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"542ef2d0-73a5-43bf-bcd8-2b054bb4613b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:33Z","dns_nameservers":[],"updated_at":"2018-08-20T20:52:33Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"10fd4e48-e1f4-43da-8a68-195ef2593eba","subnetpool_id":null,"name":"tempest-subnet-B-1-1456171136"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:34.450 63 INFO tempest.lib.common.rest_client [req-c4a53139-305c-4aff-a40c-e10e312b9a8b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.419s 2018-08-20 20:52:34.451 63 DEBUG tempest.lib.common.rest_client [req-c4a53139-305c-4aff-a40c-e10e312b9a8b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:52:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c4a53139-305c-4aff-a40c-e10e312b9a8b'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "787ccbe5-4f09-4dfa-98b1-025e44a79e18"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:34.638 63 INFO tempest.lib.common.rest_client [req-ae805a56-80fa-46df-900d-a5d7748dfabb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.186s 2018-08-20 20:52:34.639 63 DEBUG tempest.lib.common.rest_client [req-ae805a56-80fa-46df-900d-a5d7748dfabb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-203679161"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-ae805a56-80fa-46df-900d-a5d7748dfabb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae805a56-80fa-46df-900d-a5d7748dfabb'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtGjMybUcB0x33S3BWAYB39CpyLhoJZo2K82uEqd+u58S2UcZUbNli6bt72+TobK+ROoWOZDqlIToZ6h+bmkDMiTscbv8MuJwkWWG8NW8mP52iyjf/5oCwngqcWzHt9w3Gv9qvGe7t8nBs2RyHtzoYrL2CkoSSHY2kZhxhA7ozjRQejxs4FkgSEw9wq8m1oODntlZQPf95HMs0ViDX3u0TI2n90FSJBtbiorFm18J/1Fy9K+ZrNk5g7Gnl6mbfugahpG2+TUNbIdDIEEyCmf2g05TbCdPGY1/zkvqoeNLr+dvAWYRoqgKHC9cbMeFIUp5MT4HkYgSgjFfoYQCageKZ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7RozMm1HAdMd90twVgGAd/Qqci4aCWaNivNrhKnfrufEtlHG\nVGzZYum7e9vk6GyvkTqFjmQ6pSE6Geofm5pAzIk7HG7/DLicJFlhvDVvJj+doso3\n/+aAsJ4KnFsx7fcNxr/arxnu7fJwbNkch7c6GKy9gpKEkh2NpGYcYQO6M40UHo8b\nOBZIEhMPcKvJtaDg57ZWUD3/eRzLNFYg197tEyNp/dBUiQbW4qKxZtfCf9RcvSvm\nazZOYOxp5epm37oGoaRtvk1DWyHQyBBMgpn9oNOU2wnTxmNf85L6qHjS6/nbwFmE\naKoChwvXGzHhSFKeTE+B5GIEoIxX6GEAmoHimQIDAQABAoIBAQCyKCmoDmx4doXh\nt5GlTmOVvqXWPcXaonBgpB96A5rL9eLdi/yWm2OM60uw+b2610/ktDB+mdlnEtxx\ndHZjmThvd/4uk0iZ6m2I8pB5tzzZZJuyIniJlE3GaDpY2j1eLXDwkmBjifz6Vl0b\nrNe/MnI48DNF1Yo/sG0pxoA0dXSIHltQxWBwaARqz+gy6kKZRzu0v5vwyF9ZScLd\n1EJWVOmvX5qKdklcnzwvGUCyCmUd2EcugmYeJVNvFlRd3lEOIANb/Sp78/8m2Ytu\nJmjbM/vNMONX+A3UaMchRv6F/h5OmTp2sN3T4rt9fK4WP3SAUWGVdPMdI0DZPe93\n8NezMM4BAoGBAPxqL/BQIEo7Xs6odw7xtYComnCzIVjbeKS+sVRsRM49vgxB6z/V\nxj0QTTw+yprHGmLnA80PWE3QpTsFohmGIn/j+ZfqTgKpn/6xAS3Ez60diNAlzUp6\nMhzPVSceOyR1kx0io4SA5+ZgClugDtMiGYp+/EqNOvANCjX2z/iEtdEJAoGBAPB4\nVa3W2EBTEuTAinUAoS0nnWakGOLpM8wW02XenqyhEg3EymG6dwQBrNuNQzRHuO5N\nTObjUyulv+BwRRBWPQrJD1e0RdATrIVBnZvKYyiaLuFbsujYdT3ZXt6jm1aE6xMf\n/czPPRy2cduJNOyWm2IpU8D9FGre1P6f/QokxDkRAoGBANjcmodLMBLW42OGFZQ/\nUoNRWC8Pl8zx8rsIIu63fn37SfbaA7X6grEf+luSTxufiCoE9J0PW/yvD+aftl9b\ngPSD94LviUp8VbvKc4rRFuRTBaJfd/tO9RMPhsdvD70JTvWvNvG2loa1aPDDmTkI\niQ0WgMfEgyiO64DlplSMIHGRAoGAKX3Z6sDjV1X+MJI4Ua/mH5ByTD+MO7rZQSG/\nIBilcEvqfY2zDeHKn1papRdevSqS8itMVZprw2A6F1PH1uXKao3+o7drRFfgsK19\nsF/fdCYGaMQVvq96q01SXUAFkYwls4sVk70+YjHou2SVSS1DalCPLwF8AGSqg7S/\nSHzHjsECgYEAozM6B9xdWQr/dsJB6W+XRHHr3rGJGDWjXX5WHRwPmycP1+9Yy9aG\nQdgKLqddPN8J3BMLw86p5iEqD2/iR/7Q5cB20m2OZPA0RUaGe094JfO3eCjMYtEr\npYTVCGUdnh6re/TwY/P/iMEexI74bqFtznNa1wKLc3wUZc7NibAB0is=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-203679161", "fingerprint": "fc:a4:d4:f6:6c:8c:5f:29:e7:14:81:ed:5f:0e:de:01"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:35.897 63 INFO tempest.lib.common.rest_client [req-1173b7ac-652c-47d1-8744-09dfa7b5cfe9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.255s 2018-08-20 20:52:35.898 63 DEBUG tempest.lib.common.rest_client [req-1173b7ac-652c-47d1-8744-09dfa7b5cfe9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2084563727", "security_groups": ["cd16770d-1c9d-42dd-a014-109b8a4abc2d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:52:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1173b7ac-652c-47d1-8744-09dfa7b5cfe9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:52:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"599827b1-6bf0-406e-b1d2-d17091311552","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:52:35Z","name":"tempest-port-smoke-2084563727","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9c:ac:20","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"12f14eb2-ad60-46d6-ac4c-9ea67e8b6973","ip_address":"10.101.11.10"}],"id":"03cc596f-989b-4b8a-9a23-65ade24ec5b5","security_groups":["cd16770d-1c9d-42dd-a014-109b8a4abc2d"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:38.674 63 INFO tempest.lib.common.rest_client [req-a6bae721-31db-4393-9e62-f658625d987c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 2.774s 2018-08-20 20:52:38.675 63 DEBUG tempest.lib.common.rest_client [req-a6bae721-31db-4393-9e62-f658625d987c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-203679161", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "599827b1-6bf0-406e-b1d2-d17091311552", "port": "03cc596f-989b-4b8a-9a23-65ade24ec5b5"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-a6bae721-31db-4393-9e62-f658625d987c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6bae721-31db-4393-9e62-f658625d987c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "adminPass": "usBTo2oYsaV8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:38.737 63 INFO tempest.lib.common.rest_client [req-764e4e52-3e12-409a-ac26-5f5d2ac5a9ed ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.058s 2018-08-20 20:52:38.737 63 DEBUG tempest.lib.common.rest_client [req-764e4e52-3e12-409a-ac26-5f5d2ac5a9ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-764e4e52-3e12-409a-ac26-5f5d2ac5a9ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-764e4e52-3e12-409a-ac26-5f5d2ac5a9ed'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:40.075 63 INFO tempest.lib.common.rest_client [req-a94af218-fbe2-43a5-8b72-96ec0c1ee54a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.323s 2018-08-20 20:52:40.076 63 DEBUG tempest.lib.common.rest_client [req-a94af218-fbe2-43a5-8b72-96ec0c1ee54a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-a94af218-fbe2-43a5-8b72-96ec0c1ee54a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a94af218-fbe2-43a5-8b72-96ec0c1ee54a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:41.457 63 INFO tempest.lib.common.rest_client [req-94988516-bb3e-49af-9eed-b8b097230594 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.366s 2018-08-20 20:52:41.458 63 DEBUG tempest.lib.common.rest_client [req-94988516-bb3e-49af-9eed-b8b097230594 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-94988516-bb3e-49af-9eed-b8b097230594', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94988516-bb3e-49af-9eed-b8b097230594'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:43.112 63 INFO tempest.lib.common.rest_client [req-6d0fe779-20fe-426b-acf9-31336380556c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.638s 2018-08-20 20:52:43.112 63 DEBUG tempest.lib.common.rest_client [req-6d0fe779-20fe-426b-acf9-31336380556c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-6d0fe779-20fe-426b-acf9-31336380556c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d0fe779-20fe-426b-acf9-31336380556c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:43.126 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 5 second wait 2018-08-20 20:52:44.841 63 INFO tempest.lib.common.rest_client [req-b2e51ff6-31ef-48f2-9a11-3193a358a308 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.713s 2018-08-20 20:52:44.841 63 DEBUG tempest.lib.common.rest_client [req-b2e51ff6-31ef-48f2-9a11-3193a358a308 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-b2e51ff6-31ef-48f2-9a11-3193a358a308', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2e51ff6-31ef-48f2-9a11-3193a358a308'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:46.583 63 INFO tempest.lib.common.rest_client [req-45882093-2d79-43ad-a8b9-644d65ec6ece ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.726s 2018-08-20 20:52:46.583 63 DEBUG tempest.lib.common.rest_client [req-45882093-2d79-43ad-a8b9-644d65ec6ece ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-45882093-2d79-43ad-a8b9-644d65ec6ece', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-45882093-2d79-43ad-a8b9-644d65ec6ece'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:48.311 63 INFO tempest.lib.common.rest_client [req-5afd8b27-2306-4dcb-90d6-1173261ea88c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.714s 2018-08-20 20:52:48.312 63 DEBUG tempest.lib.common.rest_client [req-5afd8b27-2306-4dcb-90d6-1173261ea88c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-5afd8b27-2306-4dcb-90d6-1173261ea88c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5afd8b27-2306-4dcb-90d6-1173261ea88c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1137146535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:ac:20", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:48.325 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 20:52:48.929 63 INFO tempest.lib.common.rest_client [req-687d7323-89c1-4b36-bf86-da6bcadd3692 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.602s 2018-08-20 20:52:48.930 63 DEBUG tempest.lib.common.rest_client [req-687d7323-89c1-4b36-bf86-da6bcadd3692 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-687d7323-89c1-4b36-bf86-da6bcadd3692', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-687d7323-89c1-4b36-bf86-da6bcadd3692'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1137146535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:ac:20", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:48.941 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 1a00d2bb-27a5-4158-ae35-6d6b776a41dc with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:52:49.995 63 INFO tempest.lib.common.rest_client [req-656a9246-dba5-40b0-9b1f-98f5b398d266 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.053s 2018-08-20 20:52:49.995 63 DEBUG tempest.lib.common.rest_client [req-656a9246-dba5-40b0-9b1f-98f5b398d266 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1005356338", "security_groups": ["cd16770d-1c9d-42dd-a014-109b8a4abc2d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:52:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-656a9246-dba5-40b0-9b1f-98f5b398d266'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:52:49Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"542ef2d0-73a5-43bf-bcd8-2b054bb4613b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:52:49Z","name":"tempest-port-smoke-1005356338","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4f:da:f1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"10fd4e48-e1f4-43da-8a68-195ef2593eba","ip_address":"10.102.21.20"}],"id":"e8592439-9075-4562-8535-b31e04c9048c","security_groups":["cd16770d-1c9d-42dd-a014-109b8a4abc2d"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:52.925 63 INFO tempest.lib.common.rest_client [req-ca03e542-7e1b-4710-8592-02da7d603a6e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 2.928s 2018-08-20 20:52:52.925 63 DEBUG tempest.lib.common.rest_client [req-ca03e542-7e1b-4710-8592-02da7d603a6e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-203679161", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "port": "e8592439-9075-4562-8535-b31e04c9048c"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ca03e542-7e1b-4710-8592-02da7d603a6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca03e542-7e1b-4710-8592-02da7d603a6e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "adminPass": "uAwLSLKBB4vo"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:53.287 63 INFO tempest.lib.common.rest_client [req-4ecf6fd3-1801-4634-9c08-088379f60ef6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.357s 2018-08-20 20:52:53.288 63 DEBUG tempest.lib.common.rest_client [req-4ecf6fd3-1801-4634-9c08-088379f60ef6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-4ecf6fd3-1801-4634-9c08-088379f60ef6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ecf6fd3-1801-4634-9c08-088379f60ef6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:54.612 63 INFO tempest.lib.common.rest_client [req-712ef1dd-3001-4356-9ec8-990e92e29456 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.310s 2018-08-20 20:52:54.612 63 DEBUG tempest.lib.common.rest_client [req-712ef1dd-3001-4356-9ec8-990e92e29456 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-712ef1dd-3001-4356-9ec8-990e92e29456', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-712ef1dd-3001-4356-9ec8-990e92e29456'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:56.322 63 INFO tempest.lib.common.rest_client [req-6732977b-502a-4291-85ea-465d7cd8b0f7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.696s 2018-08-20 20:52:56.323 63 DEBUG tempest.lib.common.rest_client [req-6732977b-502a-4291-85ea-465d7cd8b0f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-6732977b-502a-4291-85ea-465d7cd8b0f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6732977b-502a-4291-85ea-465d7cd8b0f7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:56.335 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:52:57.990 63 INFO tempest.lib.common.rest_client [req-a681fc16-a367-4fe8-a762-5dd1ceae1b56 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.653s 2018-08-20 20:52:57.991 63 DEBUG tempest.lib.common.rest_client [req-a681fc16-a367-4fe8-a762-5dd1ceae1b56 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-a681fc16-a367-4fe8-a762-5dd1ceae1b56', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a681fc16-a367-4fe8-a762-5dd1ceae1b56'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:52:59.749 63 INFO tempest.lib.common.rest_client [req-58995077-ac49-4924-9666-228d65ce70b9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.744s 2018-08-20 20:52:59.750 63 DEBUG tempest.lib.common.rest_client [req-58995077-ac49-4924-9666-228d65ce70b9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-58995077-ac49-4924-9666-228d65ce70b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58995077-ac49-4924-9666-228d65ce70b9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:53:01.458 63 INFO tempest.lib.common.rest_client [req-bad7578e-acf0-4cde-b25a-c7656b27dd62 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.694s 2018-08-20 20:53:01.459 63 DEBUG tempest.lib.common.rest_client [req-bad7578e-acf0-4cde-b25a-c7656b27dd62 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-bad7578e-acf0-4cde-b25a-c7656b27dd62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:53:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bad7578e-acf0-4cde-b25a-c7656b27dd62'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-148748507": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:da:f1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:59Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:53:01.473 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 20:53:02.263 63 INFO tempest.lib.common.rest_client [req-e05b14c9-3e96-4b6e-97aa-8d1b0ef132f4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.790s 2018-08-20 20:53:02.264 63 DEBUG tempest.lib.common.rest_client [req-e05b14c9-3e96-4b6e-97aa-8d1b0ef132f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-e05b14c9-3e96-4b6e-97aa-8d1b0ef132f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:53:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e05b14c9-3e96-4b6e-97aa-8d1b0ef132f4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-148748507": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:da:f1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:59Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:53:02.277 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 6e667ce2-8c10-4d80-ad54-70be821b161f with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:53:02.585 63 INFO tempest.lib.common.rest_client [req-72688054-ff55-46c0-a429-b8a4b7516ac8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations 0.307s 2018-08-20 20:53:02.585 63 DEBUG tempest.lib.common.rest_client [req-72688054-ff55-46c0-a429-b8a4b7516ac8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations', u'date': 'Mon, 20 Aug 2018 20:53:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72688054-ff55-46c0-a429-b8a4b7516ac8'} Body: {"network_association": {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "id": "c683c0c2-414e-4dc3-a5bd-49537a02ee40"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:53:02.970 63 INFO tempest.lib.common.rest_client [req-fe17652e-28ec-4056-a2f7-2c68fc06fe30 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations 0.384s 2018-08-20 20:53:02.971 63 DEBUG tempest.lib.common.rest_client [req-fe17652e-28ec-4056-a2f7-2c68fc06fe30 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations', u'date': 'Mon, 20 Aug 2018 20:53:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fe17652e-28ec-4056-a2f7-2c68fc06fe30'} Body: {"network_association": {"network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "id": "f0571e42-427a-4244-b8b1-e07daeb3ce4b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:53:02.971 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 20:53:03.176 63 INFO tempest.lib.common.rest_client [req-69f8f33a-7355-4e5e-8b68-1be4244ee589 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/routers 0.204s 2018-08-20 20:53:03.177 63 DEBUG tempest.lib.common.rest_client [req-69f8f33a-7355-4e5e-8b68-1be4244ee589 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1398259104", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:53:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-69f8f33a-7355-4e5e-8b68-1be4244ee589'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:53:03Z", "admin_state_up": true, "updated_at": "2018-08-20T20:53:03Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9", "name": "tempest-router--1398259104"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:53:04.688 63 INFO tempest.lib.common.rest_client [req-35f297be-d885-48c6-a4a7-cadba3b55bb7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9 1.510s 2018-08-20 20:53:04.688 63 DEBUG tempest.lib.common.rest_client [req-35f297be-d885-48c6-a4a7-cadba3b55bb7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9', u'date': 'Mon, 20 Aug 2018 20:53:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35f297be-d885-48c6-a4a7-cadba3b55bb7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:53:03Z", "admin_state_up": true, "updated_at": "2018-08-20T20:53:04Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9", "name": "tempest-router--1398259104"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:53:07.532 63 INFO tempest.lib.common.rest_client [req-aa2009be-777a-4cd2-bd1d-a59670096bba ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/add_router_interface 2.843s 2018-08-20 20:53:07.533 63 DEBUG tempest.lib.common.rest_client [req-aa2009be-777a-4cd2-bd1d-a59670096bba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:53:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa2009be-777a-4cd2-bd1d-a59670096bba'} Body: {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973", "subnet_ids": ["12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"], "port_id": "7e9690d3-60aa-45a2-b56d-5e96c17e422f", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:53:09.566 63 INFO tempest.lib.common.rest_client [req-3ea1809f-809d-4570-abe9-2b626a272808 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.031s 2018-08-20 20:53:09.567 63 DEBUG tempest.lib.common.rest_client [req-3ea1809f-809d-4570-abe9-2b626a272808 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "03cc596f-989b-4b8a-9a23-65ade24ec5b5"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:53:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ea1809f-809d-4570-abe9-2b626a272808'} Body: {"floatingip": {"router_id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:53:08Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "03cc596f-989b-4b8a-9a23-65ade24ec5b5", "id": "3fe7035b-f41b-43cd-9ed2-f4938393a2fc", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:53:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:53:09.569 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:53:17.584 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:53:17.648 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:53:17.649 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:53:17.764 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:53:17.764 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:53:17.766 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:53:17.826 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:53:17.831 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:53:22.840 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:53:22.840 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:54:32.905 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:54:32.905 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:54:32.909 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:54:32.972 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:54:32.973 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:54:37.981 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:54:37.981 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:55:48.052 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 20:55:48.052 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:55:48.053 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48.057 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48.156 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:55:48.185 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48.190 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 20:55:48.191 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:da:7b:2d [ether] on eth0 2018-08-20 20:55:48.192 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:55:48.192 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48.194 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48.252 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:55:48.259 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48.268 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 20:55:48.268 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:55:48.269 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48.270 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48.332 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:55:48.335 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48.340 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:55:48.341 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48.343 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48.404 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:55:48.407 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48.413 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 20:55:48.414 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:da:7b:2d [ether] on eth0 2018-08-20 20:55:48.414 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:55:48.414 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48.416 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48.476 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:55:48.480 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:53.488 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:55:53.488 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:57:03.536 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:57:03.537 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:57:03.541 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:57:03.642 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:57:03.669 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:57:08.677 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:57:08.677 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:58:18.717 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.208: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:58:20.212 63 INFO tempest.lib.common.rest_client [req-f6828c9a-fc2b-49d3-938f-c5f6d8b7a490 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/3fe7035b-f41b-43cd-9ed2-f4938393a2fc 1.492s 2018-08-20 20:58:20.213 63 DEBUG tempest.lib.common.rest_client [req-f6828c9a-fc2b-49d3-938f-c5f6d8b7a490 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/3fe7035b-f41b-43cd-9ed2-f4938393a2fc', u'date': 'Mon, 20 Aug 2018 20:58:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6828c9a-fc2b-49d3-938f-c5f6d8b7a490'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:22.243 63 INFO tempest.lib.common.rest_client [req-154c2da6-9d48-417e-a6c2-8cc126882c74 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/remove_router_interface 2.028s 2018-08-20 20:58:22.243 63 DEBUG tempest.lib.common.rest_client [req-154c2da6-9d48-417e-a6c2-8cc126882c74 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:58:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-154c2da6-9d48-417e-a6c2-8cc126882c74'} Body: {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973", "subnet_ids": ["12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"], "port_id": "7e9690d3-60aa-45a2-b56d-5e96c17e422f", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:24.012 63 INFO tempest.lib.common.rest_client [req-67d8e6f4-e82c-44a5-8fa3-7ff62c3f59be ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9 1.768s 2018-08-20 20:58:24.013 63 DEBUG tempest.lib.common.rest_client [req-67d8e6f4-e82c-44a5-8fa3-7ff62c3f59be ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9', u'date': 'Mon, 20 Aug 2018 20:58:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-67d8e6f4-e82c-44a5-8fa3-7ff62c3f59be'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:24.848 63 INFO tempest.lib.common.rest_client [req-37cf214a-8895-421f-9b28-37941c41b15c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.834s 2018-08-20 20:58:24.849 63 DEBUG tempest.lib.common.rest_client [req-37cf214a-8895-421f-9b28-37941c41b15c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-37cf214a-8895-421f-9b28-37941c41b15c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37cf214a-8895-421f-9b28-37941c41b15c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:25.775 63 INFO tempest.lib.common.rest_client [req-5d12ebcd-abde-4954-9464-d65efc697782 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.925s 2018-08-20 20:58:25.775 63 DEBUG tempest.lib.common.rest_client [req-5d12ebcd-abde-4954-9464-d65efc697782 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-5d12ebcd-abde-4954-9464-d65efc697782', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d12ebcd-abde-4954-9464-d65efc697782'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-148748507": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:da:f1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:58:24Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:27.444 63 INFO tempest.lib.common.rest_client [req-c1e4388a-3877-4ab4-8db6-180eb7060e9b ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.651s 2018-08-20 20:58:27.445 63 DEBUG tempest.lib.common.rest_client [req-c1e4388a-3877-4ab4-8db6-180eb7060e9b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1342', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-c1e4388a-3877-4ab4-8db6-180eb7060e9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1e4388a-3877-4ab4-8db6-180eb7060e9b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:58:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:28.502 63 INFO tempest.lib.common.rest_client [req-8a938031-3046-481d-88e2-4c9043fdc36f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.043s 2018-08-20 20:58:28.502 63 DEBUG tempest.lib.common.rest_client [req-8a938031-3046-481d-88e2-4c9043fdc36f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-8a938031-3046-481d-88e2-4c9043fdc36f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8a938031-3046-481d-88e2-4c9043fdc36f'} Body: {"itemNotFound": {"message": "Instance 6e667ce2-8c10-4d80-ad54-70be821b161f could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:29.280 63 INFO tempest.lib.common.rest_client [req-73f7c705-6aee-46ff-a7e4-aa13618c861b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e8592439-9075-4562-8535-b31e04c9048c 0.776s 2018-08-20 20:58:29.280 63 DEBUG tempest.lib.common.rest_client [req-73f7c705-6aee-46ff-a7e4-aa13618c861b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/e8592439-9075-4562-8535-b31e04c9048c', u'date': 'Mon, 20 Aug 2018 20:58:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-73f7c705-6aee-46ff-a7e4-aa13618c861b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:29.483 63 INFO tempest.lib.common.rest_client [req-8d417a9b-906d-4319-ac45-d80418184797 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.202s 2018-08-20 20:58:29.484 63 DEBUG tempest.lib.common.rest_client [req-8d417a9b-906d-4319-ac45-d80418184797 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-8d417a9b-906d-4319-ac45-d80418184797', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d417a9b-906d-4319-ac45-d80418184797'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:30.771 63 INFO tempest.lib.common.rest_client [req-0e631f56-754c-42af-afa7-63df2e128666 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 1.286s 2018-08-20 20:58:30.772 63 DEBUG tempest.lib.common.rest_client [req-0e631f56-754c-42af-afa7-63df2e128666 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-0e631f56-754c-42af-afa7-63df2e128666', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e631f56-754c-42af-afa7-63df2e128666'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1137146535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:ac:20", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:58:29Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:31.843 63 INFO tempest.lib.common.rest_client [req-6becb81e-48e8-4e75-bc90-524803d2ed4a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.056s 2018-08-20 20:58:31.843 63 DEBUG tempest.lib.common.rest_client [req-6becb81e-48e8-4e75-bc90-524803d2ed4a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-6becb81e-48e8-4e75-bc90-524803d2ed4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6becb81e-48e8-4e75-bc90-524803d2ed4a'} Body: {"itemNotFound": {"message": "Instance 1a00d2bb-27a5-4158-ae35-6d6b776a41dc could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:32.740 63 INFO tempest.lib.common.rest_client [req-e217f4fc-77c3-4d4e-b886-0e5370893bff ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/03cc596f-989b-4b8a-9a23-65ade24ec5b5 0.896s 2018-08-20 20:58:32.741 63 DEBUG tempest.lib.common.rest_client [req-e217f4fc-77c3-4d4e-b886-0e5370893bff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/03cc596f-989b-4b8a-9a23-65ade24ec5b5', u'date': 'Mon, 20 Aug 2018 20:58:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e217f4fc-77c3-4d4e-b886-0e5370893bff'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:32.797 63 INFO tempest.lib.common.rest_client [req-87b5e380-17d4-48f8-9aa4-2fcbb9a461ad ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-203679161 0.055s 2018-08-20 20:58:32.797 63 DEBUG tempest.lib.common.rest_client [req-87b5e380-17d4-48f8-9aa4-2fcbb9a461ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-203679161', u'x-compute-request-id': 'req-87b5e380-17d4-48f8-9aa4-2fcbb9a461ad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87b5e380-17d4-48f8-9aa4-2fcbb9a461ad'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:35.206 63 INFO tempest.lib.common.rest_client [req-72a451f8-1cc4-47fd-ab38-9e6d7b397fd0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/10fd4e48-e1f4-43da-8a68-195ef2593eba 2.407s 2018-08-20 20:58:35.207 63 DEBUG tempest.lib.common.rest_client [req-72a451f8-1cc4-47fd-ab38-9e6d7b397fd0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/10fd4e48-e1f4-43da-8a68-195ef2593eba', u'date': 'Mon, 20 Aug 2018 20:58:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-72a451f8-1cc4-47fd-ab38-9e6d7b397fd0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:36.947 63 INFO tempest.lib.common.rest_client [req-cfd0cddb-83b2-4cd3-aad5-82303ef2b0d4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/542ef2d0-73a5-43bf-bcd8-2b054bb4613b 1.740s 2018-08-20 20:58:36.948 63 DEBUG tempest.lib.common.rest_client [req-cfd0cddb-83b2-4cd3-aad5-82303ef2b0d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/542ef2d0-73a5-43bf-bcd8-2b054bb4613b', u'date': 'Mon, 20 Aug 2018 20:58:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cfd0cddb-83b2-4cd3-aad5-82303ef2b0d4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:39.691 63 INFO tempest.lib.common.rest_client [req-d6095af3-73a5-4537-b8b3-8336fc0d6297 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/12f14eb2-ad60-46d6-ac4c-9ea67e8b6973 2.742s 2018-08-20 20:58:39.691 63 DEBUG tempest.lib.common.rest_client [req-d6095af3-73a5-4537-b8b3-8336fc0d6297 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/12f14eb2-ad60-46d6-ac4c-9ea67e8b6973', u'date': 'Mon, 20 Aug 2018 20:58:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d6095af3-73a5-4537-b8b3-8336fc0d6297'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:41.510 63 INFO tempest.lib.common.rest_client [req-b58d486b-0a63-4626-b5f2-7dc4ef6da46d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/599827b1-6bf0-406e-b1d2-d17091311552 1.818s 2018-08-20 20:58:41.511 63 DEBUG tempest.lib.common.rest_client [req-b58d486b-0a63-4626-b5f2-7dc4ef6da46d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/599827b1-6bf0-406e-b1d2-d17091311552', u'date': 'Mon, 20 Aug 2018 20:58:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b58d486b-0a63-4626-b5f2-7dc4ef6da46d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:41.803 63 INFO tempest.lib.common.rest_client [req-c23cf8f4-e958-4065-b58e-97b2d4e92e4e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/cd16770d-1c9d-42dd-a014-109b8a4abc2d 0.291s 2018-08-20 20:58:41.804 63 DEBUG tempest.lib.common.rest_client [req-c23cf8f4-e958-4065-b58e-97b2d4e92e4e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/cd16770d-1c9d-42dd-a014-109b8a4abc2d', u'date': 'Mon, 20 Aug 2018 20:58:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c23cf8f4-e958-4065-b58e-97b2d4e92e4e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_disjoint_import_export [372.831106s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 827, in test_bgpvpn_negative_update_to_disjoint_import_export self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:52:29,348 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.372s 2018-08-20 20:52:29,349 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1957135011 description", "name": "tempest-secgroup-smoke-1957135011"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:52:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d666f936-3ff4-49f2-aa04-5fc8cff0cedb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1957135011 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:29Z", "updated_at": "2018-08-20T20:52:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:52:29Z", "revision_number": 0, "id": "4940afee-2982-466b-a130-71d16570e89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:52:29Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:52:29Z", "revision_number": 0, "id": "cfd90a30-9224-47f4-b195-99f45185b1f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:52:29Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "name": "tempest-secgroup-smoke-1957135011"}} 2018-08-20 20:52:29,606 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.255s 2018-08-20 20:52:29,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66115ec3-0772-488f-ad1f-f428742eaf16'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:52:29Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:29Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1e7092d0-b8e6-4bce-95a1-b4a2e20f08a4"}} 2018-08-20 20:52:30,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.711s 2018-08-20 20:52:30,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb45926e-fd3a-4a57-a60c-2787d77e2d6d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ca20c34-2b0d-4b46-b34e-62d81861e83f"}} 2018-08-20 20:52:30,516 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-20 20:52:30,516 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7056d96c-48c5-4275-93e8-c1fe5162e7f8'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a37a3635-2ded-4eab-b2ae-5199547ea08f"}} 2018-08-20 20:52:30,689 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 20:52:30,690 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ef5789b-dba9-4272-81ee-78f05d6530ed'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9870aee7-8dba-4acd-a828-8280cf977abe"}} 2018-08-20 20:52:30,907 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.216s 2018-08-20 20:52:30,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8acf9f68-2811-493f-83cc-5ec6649fb1d0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9401dd30-99fa-4f56-9871-4f8ecf43b60f"}} 2018-08-20 20:52:31,097 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-20 20:52:31,097 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce2214a5-0d14-4f93-a786-f605e2d6c270'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:31Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5d20199c-36bb-4c4b-abd1-bfd76bab1e74"}} 2018-08-20 20:52:31,361 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.262s 2018-08-20 20:52:31,361 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84c92fef-b4e2-44ae-88f2-a147905bc188'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:31Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dc51b0b9-1496-418e-9b7a-c6b98234f7bc"}} 2018-08-20 20:52:31,803 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.441s 2018-08-20 20:52:31,804 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-859df26e-8550-4844-a9fc-6f00445d937f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:31Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "667eaa2e-b0ce-408f-bc08-cc8d8e7c9c10"}} 2018-08-20 20:52:32,061 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.256s 2018-08-20 20:52:32,061 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1137146535"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:52:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-372ac037-f7e4-4e8a-a4c4-a590d8c2f7b3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:52:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"599827b1-6bf0-406e-b1d2-d17091311552","name":"tempest-A-1137146535"}} 2018-08-20 20:52:32,705 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.643s 2018-08-20 20:52:32,706 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "name": "tempest-subnet-A-1-503247800"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:52:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d860b6b-e685-4c12-a67a-49ca6a49638e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"599827b1-6bf0-406e-b1d2-d17091311552","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:32Z","dns_nameservers":[],"updated_at":"2018-08-20T20:52:32Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"12f14eb2-ad60-46d6-ac4c-9ea67e8b6973","subnetpool_id":null,"name":"tempest-subnet-A-1-503247800"}} 2018-08-20 20:52:33,023 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.316s 2018-08-20 20:52:33,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-148748507"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:52:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81d56751-8444-4d15-bc7a-c1a4abc4f166'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:52:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"542ef2d0-73a5-43bf-bcd8-2b054bb4613b","name":"tempest-B-148748507"}} 2018-08-20 20:52:34,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.005s 2018-08-20 20:52:34,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "name": "tempest-subnet-B-1-1456171136"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:52:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eba637dd-8955-4770-b291-6e043f1e67d3'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"542ef2d0-73a5-43bf-bcd8-2b054bb4613b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:33Z","dns_nameservers":[],"updated_at":"2018-08-20T20:52:33Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"10fd4e48-e1f4-43da-8a68-195ef2593eba","subnetpool_id":null,"name":"tempest-subnet-B-1-1456171136"}} 2018-08-20 20:52:34,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.419s 2018-08-20 20:52:34,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:52:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c4a53139-305c-4aff-a40c-e10e312b9a8b'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "787ccbe5-4f09-4dfa-98b1-025e44a79e18"}} 2018-08-20 20:52:34,638 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.186s 2018-08-20 20:52:34,639 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-203679161"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-ae805a56-80fa-46df-900d-a5d7748dfabb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae805a56-80fa-46df-900d-a5d7748dfabb'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtGjMybUcB0x33S3BWAYB39CpyLhoJZo2K82uEqd+u58S2UcZUbNli6bt72+TobK+ROoWOZDqlIToZ6h+bmkDMiTscbv8MuJwkWWG8NW8mP52iyjf/5oCwngqcWzHt9w3Gv9qvGe7t8nBs2RyHtzoYrL2CkoSSHY2kZhxhA7ozjRQejxs4FkgSEw9wq8m1oODntlZQPf95HMs0ViDX3u0TI2n90FSJBtbiorFm18J/1Fy9K+ZrNk5g7Gnl6mbfugahpG2+TUNbIdDIEEyCmf2g05TbCdPGY1/zkvqoeNLr+dvAWYRoqgKHC9cbMeFIUp5MT4HkYgSgjFfoYQCageKZ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7RozMm1HAdMd90twVgGAd/Qqci4aCWaNivNrhKnfrufEtlHG\nVGzZYum7e9vk6GyvkTqFjmQ6pSE6Geofm5pAzIk7HG7/DLicJFlhvDVvJj+doso3\n/+aAsJ4KnFsx7fcNxr/arxnu7fJwbNkch7c6GKy9gpKEkh2NpGYcYQO6M40UHo8b\nOBZIEhMPcKvJtaDg57ZWUD3/eRzLNFYg197tEyNp/dBUiQbW4qKxZtfCf9RcvSvm\nazZOYOxp5epm37oGoaRtvk1DWyHQyBBMgpn9oNOU2wnTxmNf85L6qHjS6/nbwFmE\naKoChwvXGzHhSFKeTE+B5GIEoIxX6GEAmoHimQIDAQABAoIBAQCyKCmoDmx4doXh\nt5GlTmOVvqXWPcXaonBgpB96A5rL9eLdi/yWm2OM60uw+b2610/ktDB+mdlnEtxx\ndHZjmThvd/4uk0iZ6m2I8pB5tzzZZJuyIniJlE3GaDpY2j1eLXDwkmBjifz6Vl0b\nrNe/MnI48DNF1Yo/sG0pxoA0dXSIHltQxWBwaARqz+gy6kKZRzu0v5vwyF9ZScLd\n1EJWVOmvX5qKdklcnzwvGUCyCmUd2EcugmYeJVNvFlRd3lEOIANb/Sp78/8m2Ytu\nJmjbM/vNMONX+A3UaMchRv6F/h5OmTp2sN3T4rt9fK4WP3SAUWGVdPMdI0DZPe93\n8NezMM4BAoGBAPxqL/BQIEo7Xs6odw7xtYComnCzIVjbeKS+sVRsRM49vgxB6z/V\nxj0QTTw+yprHGmLnA80PWE3QpTsFohmGIn/j+ZfqTgKpn/6xAS3Ez60diNAlzUp6\nMhzPVSceOyR1kx0io4SA5+ZgClugDtMiGYp+/EqNOvANCjX2z/iEtdEJAoGBAPB4\nVa3W2EBTEuTAinUAoS0nnWakGOLpM8wW02XenqyhEg3EymG6dwQBrNuNQzRHuO5N\nTObjUyulv+BwRRBWPQrJD1e0RdATrIVBnZvKYyiaLuFbsujYdT3ZXt6jm1aE6xMf\n/czPPRy2cduJNOyWm2IpU8D9FGre1P6f/QokxDkRAoGBANjcmodLMBLW42OGFZQ/\nUoNRWC8Pl8zx8rsIIu63fn37SfbaA7X6grEf+luSTxufiCoE9J0PW/yvD+aftl9b\ngPSD94LviUp8VbvKc4rRFuRTBaJfd/tO9RMPhsdvD70JTvWvNvG2loa1aPDDmTkI\niQ0WgMfEgyiO64DlplSMIHGRAoGAKX3Z6sDjV1X+MJI4Ua/mH5ByTD+MO7rZQSG/\nIBilcEvqfY2zDeHKn1papRdevSqS8itMVZprw2A6F1PH1uXKao3+o7drRFfgsK19\nsF/fdCYGaMQVvq96q01SXUAFkYwls4sVk70+YjHou2SVSS1DalCPLwF8AGSqg7S/\nSHzHjsECgYEAozM6B9xdWQr/dsJB6W+XRHHr3rGJGDWjXX5WHRwPmycP1+9Yy9aG\nQdgKLqddPN8J3BMLw86p5iEqD2/iR/7Q5cB20m2OZPA0RUaGe094JfO3eCjMYtEr\npYTVCGUdnh6re/TwY/P/iMEexI74bqFtznNa1wKLc3wUZc7NibAB0is=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-203679161", "fingerprint": "fc:a4:d4:f6:6c:8c:5f:29:e7:14:81:ed:5f:0e:de:01"}} 2018-08-20 20:52:35,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.255s 2018-08-20 20:52:35,898 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2084563727", "security_groups": ["cd16770d-1c9d-42dd-a014-109b8a4abc2d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:52:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1173b7ac-652c-47d1-8744-09dfa7b5cfe9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:52:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"599827b1-6bf0-406e-b1d2-d17091311552","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:52:35Z","name":"tempest-port-smoke-2084563727","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9c:ac:20","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"12f14eb2-ad60-46d6-ac4c-9ea67e8b6973","ip_address":"10.101.11.10"}],"id":"03cc596f-989b-4b8a-9a23-65ade24ec5b5","security_groups":["cd16770d-1c9d-42dd-a014-109b8a4abc2d"],"device_id":""}} 2018-08-20 20:52:38,674 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 2.774s 2018-08-20 20:52:38,675 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-203679161", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "599827b1-6bf0-406e-b1d2-d17091311552", "port": "03cc596f-989b-4b8a-9a23-65ade24ec5b5"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-a6bae721-31db-4393-9e62-f658625d987c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6bae721-31db-4393-9e62-f658625d987c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "adminPass": "usBTo2oYsaV8"}} 2018-08-20 20:52:38,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.058s 2018-08-20 20:52:38,737 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-764e4e52-3e12-409a-ac26-5f5d2ac5a9ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-764e4e52-3e12-409a-ac26-5f5d2ac5a9ed'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:40,075 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.323s 2018-08-20 20:52:40,076 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-a94af218-fbe2-43a5-8b72-96ec0c1ee54a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a94af218-fbe2-43a5-8b72-96ec0c1ee54a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:41,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.366s 2018-08-20 20:52:41,458 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-94988516-bb3e-49af-9eed-b8b097230594', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94988516-bb3e-49af-9eed-b8b097230594'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:43,112 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.638s 2018-08-20 20:52:43,112 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-6d0fe779-20fe-426b-acf9-31336380556c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d0fe779-20fe-426b-acf9-31336380556c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:43,126 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 5 second wait 2018-08-20 20:52:44,841 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.713s 2018-08-20 20:52:44,841 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-b2e51ff6-31ef-48f2-9a11-3193a358a308', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2e51ff6-31ef-48f2-9a11-3193a358a308'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:46,583 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.726s 2018-08-20 20:52:46,583 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-45882093-2d79-43ad-a8b9-644d65ec6ece', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-45882093-2d79-43ad-a8b9-644d65ec6ece'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:48,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.714s 2018-08-20 20:52:48,312 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-5afd8b27-2306-4dcb-90d6-1173261ea88c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5afd8b27-2306-4dcb-90d6-1173261ea88c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1137146535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:ac:20", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:48,325 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 20:52:48,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.602s 2018-08-20 20:52:48,930 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-687d7323-89c1-4b36-bf86-da6bcadd3692', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-687d7323-89c1-4b36-bf86-da6bcadd3692'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1137146535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:ac:20", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:48,941 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 1a00d2bb-27a5-4158-ae35-6d6b776a41dc with status: ACTIVE 2018-08-20 20:52:49,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.053s 2018-08-20 20:52:49,995 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1005356338", "security_groups": ["cd16770d-1c9d-42dd-a014-109b8a4abc2d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:52:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-656a9246-dba5-40b0-9b1f-98f5b398d266'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:52:49Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"542ef2d0-73a5-43bf-bcd8-2b054bb4613b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:52:49Z","name":"tempest-port-smoke-1005356338","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4f:da:f1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"10fd4e48-e1f4-43da-8a68-195ef2593eba","ip_address":"10.102.21.20"}],"id":"e8592439-9075-4562-8535-b31e04c9048c","security_groups":["cd16770d-1c9d-42dd-a014-109b8a4abc2d"],"device_id":""}} 2018-08-20 20:52:52,925 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 2.928s 2018-08-20 20:52:52,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-203679161", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "port": "e8592439-9075-4562-8535-b31e04c9048c"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ca03e542-7e1b-4710-8592-02da7d603a6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca03e542-7e1b-4710-8592-02da7d603a6e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "adminPass": "uAwLSLKBB4vo"}} 2018-08-20 20:52:53,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.357s 2018-08-20 20:52:53,288 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-4ecf6fd3-1801-4634-9c08-088379f60ef6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ecf6fd3-1801-4634-9c08-088379f60ef6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:54,612 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.310s 2018-08-20 20:52:54,612 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-712ef1dd-3001-4356-9ec8-990e92e29456', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-712ef1dd-3001-4356-9ec8-990e92e29456'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:56,322 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.696s 2018-08-20 20:52:56,323 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-6732977b-502a-4291-85ea-465d7cd8b0f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6732977b-502a-4291-85ea-465d7cd8b0f7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:56,335 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:52:57,990 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.653s 2018-08-20 20:52:57,991 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-a681fc16-a367-4fe8-a762-5dd1ceae1b56', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a681fc16-a367-4fe8-a762-5dd1ceae1b56'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:59,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.744s 2018-08-20 20:52:59,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-58995077-ac49-4924-9666-228d65ce70b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58995077-ac49-4924-9666-228d65ce70b9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:53:01,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.694s 2018-08-20 20:53:01,459 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-bad7578e-acf0-4cde-b25a-c7656b27dd62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:53:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bad7578e-acf0-4cde-b25a-c7656b27dd62'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-148748507": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:da:f1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:59Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:53:01,473 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 20:53:02,263 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.790s 2018-08-20 20:53:02,264 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-e05b14c9-3e96-4b6e-97aa-8d1b0ef132f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:53:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e05b14c9-3e96-4b6e-97aa-8d1b0ef132f4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-148748507": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:da:f1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:59Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:53:02,277 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6e667ce2-8c10-4d80-ad54-70be821b161f with status: ACTIVE 2018-08-20 20:53:02,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations 0.307s 2018-08-20 20:53:02,585 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations', u'date': 'Mon, 20 Aug 2018 20:53:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72688054-ff55-46c0-a429-b8a4b7516ac8'} Body: {"network_association": {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "id": "c683c0c2-414e-4dc3-a5bd-49537a02ee40"}} 2018-08-20 20:53:02,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations 0.384s 2018-08-20 20:53:02,971 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations', u'date': 'Mon, 20 Aug 2018 20:53:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fe17652e-28ec-4056-a2f7-2c68fc06fe30'} Body: {"network_association": {"network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "id": "f0571e42-427a-4244-b8b1-e07daeb3ce4b"}} 2018-08-20 20:53:02,971 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 20:53:03,176 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/routers 0.204s 2018-08-20 20:53:03,177 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1398259104", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:53:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-69f8f33a-7355-4e5e-8b68-1be4244ee589'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:53:03Z", "admin_state_up": true, "updated_at": "2018-08-20T20:53:03Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9", "name": "tempest-router--1398259104"}} 2018-08-20 20:53:04,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9 1.510s 2018-08-20 20:53:04,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9', u'date': 'Mon, 20 Aug 2018 20:53:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35f297be-d885-48c6-a4a7-cadba3b55bb7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:53:03Z", "admin_state_up": true, "updated_at": "2018-08-20T20:53:04Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9", "name": "tempest-router--1398259104"}} 2018-08-20 20:53:07,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/add_router_interface 2.843s 2018-08-20 20:53:07,533 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:53:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa2009be-777a-4cd2-bd1d-a59670096bba'} Body: {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973", "subnet_ids": ["12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"], "port_id": "7e9690d3-60aa-45a2-b56d-5e96c17e422f", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9"} 2018-08-20 20:53:09,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.031s 2018-08-20 20:53:09,567 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "03cc596f-989b-4b8a-9a23-65ade24ec5b5"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:53:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ea1809f-809d-4570-abe9-2b626a272808'} Body: {"floatingip": {"router_id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:53:08Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "03cc596f-989b-4b8a-9a23-65ade24ec5b5", "id": "3fe7035b-f41b-43cd-9ed2-f4938393a2fc", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:53:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 20:53:09,569 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:53:17,584 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:53:17,648 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:53:17,649 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:53:17,764 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:53:17,764 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:53:17,766 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:53:17,826 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:53:17,831 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:53:22,840 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:53:22,840 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:54:32,905 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:54:32,905 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:54:32,909 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:54:32,972 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:54:32,973 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:54:37,981 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:54:37,981 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:55:48,052 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:55:48,052 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:55:48,053 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48,057 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48,156 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:55:48,185 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48,190 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:55:48,191 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:da:7b:2d [ether] on eth0 2018-08-20 20:55:48,192 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 20:55:48,192 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48,194 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48,252 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:55:48,259 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48,268 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 20:55:48,268 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 20:55:48,269 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48,270 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48,332 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:55:48,335 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48,340 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:55:48,341 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48,343 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48,404 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:55:48,407 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48,413 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:55:48,414 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:da:7b:2d [ether] on eth0 2018-08-20 20:55:48,414 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:55:48,414 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48,416 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48,476 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:55:48,480 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:53,488 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:55:53,488 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:57:03,536 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:57:03,537 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:57:03,541 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:57:03,642 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:57:03,669 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:57:08,677 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:57:08,677 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:58:18,717 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:58:18,718 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.208: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:58:20,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/3fe7035b-f41b-43cd-9ed2-f4938393a2fc 1.492s 2018-08-20 20:58:20,213 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/3fe7035b-f41b-43cd-9ed2-f4938393a2fc', u'date': 'Mon, 20 Aug 2018 20:58:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6828c9a-fc2b-49d3-938f-c5f6d8b7a490'} Body: 2018-08-20 20:58:22,243 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/remove_router_interface 2.028s 2018-08-20 20:58:22,243 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:58:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-154c2da6-9d48-417e-a6c2-8cc126882c74'} Body: {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973", "subnet_ids": ["12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"], "port_id": "7e9690d3-60aa-45a2-b56d-5e96c17e422f", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9"} 2018-08-20 20:58:24,012 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9 1.768s 2018-08-20 20:58:24,013 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9', u'date': 'Mon, 20 Aug 2018 20:58:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-67d8e6f4-e82c-44a5-8fa3-7ff62c3f59be'} Body: 2018-08-20 20:58:24,848 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.834s 2018-08-20 20:58:24,849 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-37cf214a-8895-421f-9b28-37941c41b15c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37cf214a-8895-421f-9b28-37941c41b15c'} Body: 2018-08-20 20:58:25,775 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.925s 2018-08-20 20:58:25,775 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-5d12ebcd-abde-4954-9464-d65efc697782', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d12ebcd-abde-4954-9464-d65efc697782'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-148748507": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:da:f1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:58:24Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:27,444 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.651s 2018-08-20 20:58:27,445 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1342', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-c1e4388a-3877-4ab4-8db6-180eb7060e9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1e4388a-3877-4ab4-8db6-180eb7060e9b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:58:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:28,502 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.043s 2018-08-20 20:58:28,502 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-8a938031-3046-481d-88e2-4c9043fdc36f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8a938031-3046-481d-88e2-4c9043fdc36f'} Body: {"itemNotFound": {"message": "Instance 6e667ce2-8c10-4d80-ad54-70be821b161f could not be found.", "code": 404}} 2018-08-20 20:58:29,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e8592439-9075-4562-8535-b31e04c9048c 0.776s 2018-08-20 20:58:29,280 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/e8592439-9075-4562-8535-b31e04c9048c', u'date': 'Mon, 20 Aug 2018 20:58:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-73f7c705-6aee-46ff-a7e4-aa13618c861b'} Body: 2018-08-20 20:58:29,483 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.202s 2018-08-20 20:58:29,484 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-8d417a9b-906d-4319-ac45-d80418184797', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d417a9b-906d-4319-ac45-d80418184797'} Body: 2018-08-20 20:58:30,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 1.286s 2018-08-20 20:58:30,772 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-0e631f56-754c-42af-afa7-63df2e128666', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e631f56-754c-42af-afa7-63df2e128666'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1137146535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:ac:20", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:58:29Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:31,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.056s 2018-08-20 20:58:31,843 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-6becb81e-48e8-4e75-bc90-524803d2ed4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6becb81e-48e8-4e75-bc90-524803d2ed4a'} Body: {"itemNotFound": {"message": "Instance 1a00d2bb-27a5-4158-ae35-6d6b776a41dc could not be found.", "code": 404}} 2018-08-20 20:58:32,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/03cc596f-989b-4b8a-9a23-65ade24ec5b5 0.896s 2018-08-20 20:58:32,741 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/03cc596f-989b-4b8a-9a23-65ade24ec5b5', u'date': 'Mon, 20 Aug 2018 20:58:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e217f4fc-77c3-4d4e-b886-0e5370893bff'} Body: 2018-08-20 20:58:32,797 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-203679161 0.055s 2018-08-20 20:58:32,797 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-203679161', u'x-compute-request-id': 'req-87b5e380-17d4-48f8-9aa4-2fcbb9a461ad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87b5e380-17d4-48f8-9aa4-2fcbb9a461ad'} Body: 2018-08-20 20:58:35,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/10fd4e48-e1f4-43da-8a68-195ef2593eba 2.407s 2018-08-20 20:58:35,207 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/10fd4e48-e1f4-43da-8a68-195ef2593eba', u'date': 'Mon, 20 Aug 2018 20:58:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-72a451f8-1cc4-47fd-ab38-9e6d7b397fd0'} Body: 2018-08-20 20:58:36,947 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/542ef2d0-73a5-43bf-bcd8-2b054bb4613b 1.740s 2018-08-20 20:58:36,948 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/542ef2d0-73a5-43bf-bcd8-2b054bb4613b', u'date': 'Mon, 20 Aug 2018 20:58:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cfd0cddb-83b2-4cd3-aad5-82303ef2b0d4'} Body: 2018-08-20 20:58:39,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/12f14eb2-ad60-46d6-ac4c-9ea67e8b6973 2.742s 2018-08-20 20:58:39,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/12f14eb2-ad60-46d6-ac4c-9ea67e8b6973', u'date': 'Mon, 20 Aug 2018 20:58:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d6095af3-73a5-4537-b8b3-8336fc0d6297'} Body: 2018-08-20 20:58:41,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/599827b1-6bf0-406e-b1d2-d17091311552 1.818s 2018-08-20 20:58:41,511 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/599827b1-6bf0-406e-b1d2-d17091311552', u'date': 'Mon, 20 Aug 2018 20:58:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b58d486b-0a63-4626-b5f2-7dc4ef6da46d'} Body: 2018-08-20 20:58:41,803 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/cd16770d-1c9d-42dd-a014-109b8a4abc2d 0.291s 2018-08-20 20:58:41,804 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/cd16770d-1c9d-42dd-a014-109b8a4abc2d', u'date': 'Mon, 20 Aug 2018 20:58:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c23cf8f4-e958-4065-b58e-97b2d4e92e4e'} Body: 2018-08-20 20:58:42.293 63 INFO tempest.lib.common.rest_client [req-07a5c433-9058-4092-8afa-a3ec9e01dfff ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.464s 2018-08-20 20:58:42.293 63 DEBUG tempest.lib.common.rest_client [req-07a5c433-9058-4092-8afa-a3ec9e01dfff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-295091329 description", "name": "tempest-secgroup-smoke-295091329"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07a5c433-9058-4092-8afa-a3ec9e01dfff'} Body: {"security_group": {"description": "tempest-secgroup-smoke-295091329 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:42Z", "updated_at": "2018-08-20T20:58:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:58:42Z", "revision_number": 0, "id": "6adbb3b7-8e8b-4293-abbd-ee28661bd037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:58:42Z", "revision_number": 0, "id": "bb3f4f14-682b-46e2-b785-6b092b7d819c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7884db4f-8ad1-4259-b260-edfef22501ef", "name": "tempest-secgroup-smoke-295091329"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:42.532 63 INFO tempest.lib.common.rest_client [req-01398d27-be11-4784-8d28-ca85801a0be2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.237s 2018-08-20 20:58:42.532 63 DEBUG tempest.lib.common.rest_client [req-01398d27-be11-4784-8d28-ca85801a0be2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-01398d27-be11-4784-8d28-ca85801a0be2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:42Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1317e437-c030-45a9-82fd-d591eca3455c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:43.053 63 INFO tempest.lib.common.rest_client [req-72a46c22-1812-4db8-85db-752f6d8785c9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.519s 2018-08-20 20:58:43.053 63 DEBUG tempest.lib.common.rest_client [req-72a46c22-1812-4db8-85db-752f6d8785c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72a46c22-1812-4db8-85db-752f6d8785c9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:42Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b2a1d94f-a6b7-4ab4-85f0-c856ddcf8729"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:43.600 63 INFO tempest.lib.common.rest_client [req-c5e3f06a-3279-47a5-b6b2-d0b95a45e7b7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.546s 2018-08-20 20:58:43.601 63 DEBUG tempest.lib.common.rest_client [req-c5e3f06a-3279-47a5-b6b2-d0b95a45e7b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5e3f06a-3279-47a5-b6b2-d0b95a45e7b7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:58:43Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:43Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "654bb02e-7f93-4392-bb66-e9919da97216"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:44.071 63 INFO tempest.lib.common.rest_client [req-02f5d5d1-c60f-48e3-8ccf-93ace620451a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.469s 2018-08-20 20:58:44.071 63 DEBUG tempest.lib.common.rest_client [req-02f5d5d1-c60f-48e3-8ccf-93ace620451a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02f5d5d1-c60f-48e3-8ccf-93ace620451a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:58:43Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:43Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "77c5e96e-d54b-46e1-9f69-37a090735a8c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:44.274 63 INFO tempest.lib.common.rest_client [req-de4aebcf-71bb-4372-b91b-ad46ef06e42e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-20 20:58:44.275 63 DEBUG tempest.lib.common.rest_client [req-de4aebcf-71bb-4372-b91b-ad46ef06e42e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de4aebcf-71bb-4372-b91b-ad46ef06e42e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:44Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:44Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "d7d46310-f886-4eed-b1d7-1ff82f34da2c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:44.748 63 INFO tempest.lib.common.rest_client [req-9f9440e9-ba82-4407-9eea-625dba3b9e87 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.472s 2018-08-20 20:58:44.748 63 DEBUG tempest.lib.common.rest_client [req-9f9440e9-ba82-4407-9eea-625dba3b9e87 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f9440e9-ba82-4407-9eea-625dba3b9e87'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:44Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:44Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "98f0042e-3b7e-4722-af10-37b839a44731"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:45.232 63 INFO tempest.lib.common.rest_client [req-a42e50cb-4572-430a-a811-57952396d45c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.483s 2018-08-20 20:58:45.233 63 DEBUG tempest.lib.common.rest_client [req-a42e50cb-4572-430a-a811-57952396d45c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a42e50cb-4572-430a-a811-57952396d45c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:45Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:45Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8ed39244-8cd5-43a7-ac8d-0ae15094828f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:45.707 63 INFO tempest.lib.common.rest_client [req-59cb6d0d-94c9-4758-b56e-4dc24b84a03e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.473s 2018-08-20 20:58:45.707 63 DEBUG tempest.lib.common.rest_client [req-59cb6d0d-94c9-4758-b56e-4dc24b84a03e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59cb6d0d-94c9-4758-b56e-4dc24b84a03e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:45Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:45Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a979ee13-5720-4c13-9d36-3d4dc3c3c707"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:45.968 63 INFO tempest.lib.common.rest_client [req-74d5baf1-b74d-4143-ac09-fd08a2c27e40 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/networks 0.260s 2018-08-20 20:58:45.969 63 DEBUG tempest.lib.common.rest_client [req-74d5baf1-b74d-4143-ac09-fd08a2c27e40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1188077727"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:58:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74d5baf1-b74d-4143-ac09-fd08a2c27e40'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:58:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e866bd26-1345-47d3-9e08-81825647bba4","name":"tempest-A-1188077727"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:46.931 63 INFO tempest.lib.common.rest_client [req-1e99b0ab-1c32-42ba-9983-276c207903fb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.961s 2018-08-20 20:58:46.932 63 DEBUG tempest.lib.common.rest_client [req-1e99b0ab-1c32-42ba-9983-276c207903fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "name": "tempest-subnet-A-1-612854735"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:58:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1e99b0ab-1c32-42ba-9983-276c207903fb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e866bd26-1345-47d3-9e08-81825647bba4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:46Z","dns_nameservers":[],"updated_at":"2018-08-20T20:58:46Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f0318fb9-dd00-4b09-940b-787405e54399","subnetpool_id":null,"name":"tempest-subnet-A-1-612854735"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:47.166 63 INFO tempest.lib.common.rest_client [req-84f045b2-bbde-4be4-8756-49e8c19bb6b1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/networks 0.233s 2018-08-20 20:58:47.166 63 DEBUG tempest.lib.common.rest_client [req-84f045b2-bbde-4be4-8756-49e8c19bb6b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-842610255"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:58:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84f045b2-bbde-4be4-8756-49e8c19bb6b1'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:58:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"bed87f64-6608-4b58-a9a9-79be5a0f6d05","name":"tempest-B-842610255"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:48.866 63 INFO tempest.lib.common.rest_client [req-229bd257-81b1-41da-943e-b244574e1fe7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.699s 2018-08-20 20:58:48.867 63 DEBUG tempest.lib.common.rest_client [req-229bd257-81b1-41da-943e-b244574e1fe7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "name": "tempest-subnet-B-1-833542328"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:58:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-229bd257-81b1-41da-943e-b244574e1fe7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bed87f64-6608-4b58-a9a9-79be5a0f6d05","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:47Z","dns_nameservers":[],"updated_at":"2018-08-20T20:58:47Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e1652715-97d7-4b1b-9545-93ce0a0652cb","subnetpool_id":null,"name":"tempest-subnet-B-1-833542328"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:49.510 63 INFO tempest.lib.common.rest_client [req-55a634d6-f3a2-4488-bbcb-ab593e942635 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.641s 2018-08-20 20:58:49.511 63 DEBUG tempest.lib.common.rest_client [req-55a634d6-f3a2-4488-bbcb-ab593e942635 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:58:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55a634d6-f3a2-4488-bbcb-ab593e942635'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "9750c8e5-c069-4a8d-b35c-c0813d3df13c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:49.690 63 INFO tempest.lib.common.rest_client [req-efde3144-4f73-48c9-b284-7ab9b477cff2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.178s 2018-08-20 20:58:49.691 63 DEBUG tempest.lib.common.rest_client [req-efde3144-4f73-48c9-b284-7ab9b477cff2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1319598166"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-efde3144-4f73-48c9-b284-7ab9b477cff2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efde3144-4f73-48c9-b284-7ab9b477cff2'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD06EYxhxCA3JXMI/Vyry5r50OctKBdXAGCbnq7RtZuT8zyhjNVpMwbnL8Ov7DtIA+pcNKl/t2/CM49H+h1/FCWLiRhix1RZuPvGo/yP68ik7/uZJ1ONYvXMIFQHy01HlOeWcczz4g3kzwk020UCIWq33+kLSR3S1H/gopUCpagKdklwd9SNhUqVsH/jq+yIKwxw4f7E6SU40BoyV7N+bFWrjXUyT1pSpkkGSwmMXHYCl1H3fxAGPc7sBIzswv0bImmd6OTkkMUD348OsjlRCHu1EEQ5C+1Mzp7tbrIH6nruQCNyK/KuYnQlAKf0863uAKnmYpQe3pStnyYwyUQY7J Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAw9OhGMYcQgNyVzCP1cq8ua+dDnLSgXVwBgm56u0bWbk/M8oY\nzVaTMG5y/Dr+w7SAPqXDSpf7dvwjOPR/odfxQli4kYYsdUWbj7xqP8j+vIpO/7mS\ndTjWL1zCBUB8tNR5TnlnHM8+IN5M8JNNtFAiFqt9/pC0kd0tR/4KKVAqWoCnZJcH\nfUjYVKlbB/46vsiCsMcOH+xOklONAaMlezfmxVq411Mk9aUqZJBksJjFx2ApdR93\n8QBj3O7ASM7ML9GyJpnejk5JDFA9+PDrI5UQh7tRBEOQvtTM6e7W6yB+p67kAjci\nvyrmJ0JQCn9POt7gCp5mKUHt6UrZ8mMMlEGOyQIDAQABAoIBAD3jXD5gHf4e6Lv1\ndP+0GwD0J0axsyWG3+iImmFMniA1E2xiqoP6oHnl7iEY4/slyIIEETw53Bc2iEsv\nukaD4JN/RpV3OgW2AfvjKBEQjLE5ZM4c79RsKgS94/OU9dSQceYDKDtKo+/vUZGW\nfDBIQv23JRKW2PpgVDc0ajG0TC5dfPz830cbHWGoXLMTurSV+ZOx2X+wSk+1u7BA\nAhMYcB+7LYVpOcHrU0L0xFuL9MGPviZWxB8EMfCQBdQYL25gTjYy6JkCiBn5/+tw\nGckmJHClgoBWRd1/wY52yYI3ihRGjwm6mM/Z3ZxKgGIak/sY6utr9NLr1zA+W/kh\nac4hFiECgYEA5D6dWRRFZiDcOZ9E9HMygvqmbtVOnkvoyGjtHgHrKpVYv+54cGF6\nSUBsioET8awJgs8wUX5YikSBNxZD69v5KA/YQTbhPQfheYdXISVs20rvV0Sh61PU\np4IhKRoE8I0wofw9IGHdvHuoVWEPT2P6V1ttKecA8E00juymBceCMRcCgYEA26PT\nj1AQ7+snCFmW/Z1Z5xHYeYAWfrx6pUbK9obqA2EC5WxH+lleujQoghRsAYX5aSsp\n2ru5VwPi080EdHekxL4+tmiXpoLGc0uIH7TKAVcscYTJ0EkD6kwc4dCy/GgB03ja\n1KbVv0xg93DXc46/rR4M8YT9VKwizHZlFghvax8CgYEAmkv58w5RHAl61zlkVBzM\nON9ZQ/PPghOu+kx0f6SsZc0wgg+kO9Sp5ns25Sr9YJL8mwGVmIHhORe2gpb6s6ex\nd/O+Ldf7zFZXhuCHdlDmlhjCVCyBiaTSTasa375HOJc6GUd7yzhdvd2anp1OzEy6\nH/QeiAUyDUEkFrrEQYPt72ECgYEA2dqJQSD9a7smoBWcujmUrqj4uqrdpR911vF8\n50GyY1+Z682XJy3102NguoVfC7PDSxlRDnAcyb5FAifcP1lcyPiaY3si0DnudPV6\nM1iy9Nlub7pyInIJvB96llDW95yCEytQgpRodrJfi48VZL02SZQA6p4qWA3VBlB4\nu33qZakCgYEAtx4m7H31IJQLQUkmIcYgwIk2VnfzKO0QaBJkZV/2Lf+IWM5oLALb\npQnyMGiDohcdsXRpTWUZLcxf0buDizTBFxS/XP4InmV8gPm+28/buN6k3qHGRraP\niZAjRDeCGEOXE35hVWhOEjRvZh2nIt1CXge3xFba8MXE7BYN0CBU+40=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1319598166", "fingerprint": "54:22:3b:73:fa:b5:40:a5:ed:0f:e4:be:32:8b:c4:20"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:50.716 63 INFO tempest.lib.common.rest_client [req-627ff420-c491-41d5-9b25-258f78603799 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/ports 1.022s 2018-08-20 20:58:50.717 63 DEBUG tempest.lib.common.rest_client [req-627ff420-c491-41d5-9b25-258f78603799 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2118693683", "security_groups": ["7884db4f-8ad1-4259-b260-edfef22501ef"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:58:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-627ff420-c491-41d5-9b25-258f78603799'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:58:50Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e866bd26-1345-47d3-9e08-81825647bba4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:58:50Z","name":"tempest-port-smoke-2118693683","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:01:e1:e2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"f0318fb9-dd00-4b09-940b-787405e54399","ip_address":"10.101.11.10"}],"id":"7d1548e8-11d0-4dd7-8898-08677599c9ae","security_groups":["7884db4f-8ad1-4259-b260-edfef22501ef"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:54.379 63 INFO tempest.lib.common.rest_client [req-3b868af5-0bf8-438f-b306-6c4a248376ef ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.23:8774/v2.1/servers 3.661s 2018-08-20 20:58:54.380 63 DEBUG tempest.lib.common.rest_client [req-3b868af5-0bf8-438f-b306-6c4a248376ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1319598166", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "e866bd26-1345-47d3-9e08-81825647bba4", "port": "7d1548e8-11d0-4dd7-8898-08677599c9ae"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-3b868af5-0bf8-438f-b306-6c4a248376ef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b868af5-0bf8-438f-b306-6c4a248376ef'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "adminPass": "NMGYhjCGR8vu"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:54.701 63 INFO tempest.lib.common.rest_client [req-4b1aaeb6-0e01-4969-a64b-bd5575742047 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.317s 2018-08-20 20:58:54.702 63 DEBUG tempest.lib.common.rest_client [req-4b1aaeb6-0e01-4969-a64b-bd5575742047 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-4b1aaeb6-0e01-4969-a64b-bd5575742047', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b1aaeb6-0e01-4969-a64b-bd5575742047'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:56.475 63 INFO tempest.lib.common.rest_client [req-82bbef6d-1343-4570-a18e-b75327519141 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.759s 2018-08-20 20:58:56.475 63 DEBUG tempest.lib.common.rest_client [req-82bbef6d-1343-4570-a18e-b75327519141 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-82bbef6d-1343-4570-a18e-b75327519141', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82bbef6d-1343-4570-a18e-b75327519141'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:58.232 63 INFO tempest.lib.common.rest_client [req-13b0c390-335f-4505-8645-8c5ae08aad50 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.740s 2018-08-20 20:58:58.233 63 DEBUG tempest.lib.common.rest_client [req-13b0c390-335f-4505-8645-8c5ae08aad50 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-13b0c390-335f-4505-8645-8c5ae08aad50', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13b0c390-335f-4505-8645-8c5ae08aad50'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:58:58.245 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-20 20:59:00.569 63 INFO tempest.lib.common.rest_client [req-bc556fbf-1964-4bed-a271-16ef5a32b7a6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 1.322s 2018-08-20 20:59:00.570 63 DEBUG tempest.lib.common.rest_client [req-bc556fbf-1964-4bed-a271-16ef5a32b7a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-bc556fbf-1964-4bed-a271-16ef5a32b7a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bc556fbf-1964-4bed-a271-16ef5a32b7a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:57Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:00.582 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2018-08-20 20:59:02.328 63 INFO tempest.lib.common.rest_client [req-ba0b03aa-f8a2-4d77-836e-87f69707b0a9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.744s 2018-08-20 20:59:02.329 63 DEBUG tempest.lib.common.rest_client [req-ba0b03aa-f8a2-4d77-836e-87f69707b0a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-ba0b03aa-f8a2-4d77-836e-87f69707b0a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba0b03aa-f8a2-4d77-836e-87f69707b0a9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:57Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:03.676 63 INFO tempest.lib.common.rest_client [req-fc9fed42-1af4-425e-8236-45bf06af4ff8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.332s 2018-08-20 20:59:03.677 63 DEBUG tempest.lib.common.rest_client [req-fc9fed42-1af4-425e-8236-45bf06af4ff8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-fc9fed42-1af4-425e-8236-45bf06af4ff8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc9fed42-1af4-425e-8236-45bf06af4ff8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1188077727": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e1:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:01Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:03.690 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 20:59:04.120 63 INFO tempest.lib.common.rest_client [req-491d3882-61b2-43f7-b960-e673a3a469ff ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.429s 2018-08-20 20:59:04.120 63 DEBUG tempest.lib.common.rest_client [req-491d3882-61b2-43f7-b960-e673a3a469ff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-491d3882-61b2-43f7-b960-e673a3a469ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-491d3882-61b2-43f7-b960-e673a3a469ff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1188077727": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e1:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:01Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:04.133 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: bcbf17a1-a5ee-44a1-b887-72c448b7c332 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:59:04.884 63 INFO tempest.lib.common.rest_client [req-f7cbd618-cfca-4e81-b566-d4e2a9a7115d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/ports 0.750s 2018-08-20 20:59:04.885 63 DEBUG tempest.lib.common.rest_client [req-f7cbd618-cfca-4e81-b566-d4e2a9a7115d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-624689077", "security_groups": ["7884db4f-8ad1-4259-b260-edfef22501ef"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:59:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f7cbd618-cfca-4e81-b566-d4e2a9a7115d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:59:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bed87f64-6608-4b58-a9a9-79be5a0f6d05","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:59:04Z","name":"tempest-port-smoke-624689077","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:bd:e3:39","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e1652715-97d7-4b1b-9545-93ce0a0652cb","ip_address":"10.102.21.20"}],"id":"6013d4f2-f5b2-41f9-a83c-8917ad549451","security_groups":["7884db4f-8ad1-4259-b260-edfef22501ef"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:08.397 63 INFO tempest.lib.common.rest_client [req-a5594900-17d4-4204-99da-0a7e331f511b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.23:8774/v2.1/servers 3.511s 2018-08-20 20:59:08.397 63 DEBUG tempest.lib.common.rest_client [req-a5594900-17d4-4204-99da-0a7e331f511b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1319598166", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "port": "6013d4f2-f5b2-41f9-a83c-8917ad549451"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-a5594900-17d4-4204-99da-0a7e331f511b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a5594900-17d4-4204-99da-0a7e331f511b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "adminPass": "hR2sVXQ82CFV"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:08.803 63 INFO tempest.lib.common.rest_client [req-797a0e3e-d64f-43ff-bcb4-957f26a19694 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.401s 2018-08-20 20:59:08.804 63 DEBUG tempest.lib.common.rest_client [req-797a0e3e-d64f-43ff-bcb4-957f26a19694 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-797a0e3e-d64f-43ff-bcb4-957f26a19694', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-797a0e3e-d64f-43ff-bcb4-957f26a19694'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:10.081 63 INFO tempest.lib.common.rest_client [req-237eca81-ffd7-4a22-b274-28f2a0e4eb53 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.263s 2018-08-20 20:59:10.082 63 DEBUG tempest.lib.common.rest_client [req-237eca81-ffd7-4a22-b274-28f2a0e4eb53 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-237eca81-ffd7-4a22-b274-28f2a0e4eb53', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-237eca81-ffd7-4a22-b274-28f2a0e4eb53'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:11.484 63 INFO tempest.lib.common.rest_client [req-d5f4a143-cb08-4876-a098-25fa0997619f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.388s 2018-08-20 20:59:11.485 63 DEBUG tempest.lib.common.rest_client [req-d5f4a143-cb08-4876-a098-25fa0997619f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-d5f4a143-cb08-4876-a098-25fa0997619f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5f4a143-cb08-4876-a098-25fa0997619f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:11.498 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:59:12.933 63 INFO tempest.lib.common.rest_client [req-60bbba21-26ae-469b-8d34-84543187c9d7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.433s 2018-08-20 20:59:12.934 63 DEBUG tempest.lib.common.rest_client [req-60bbba21-26ae-469b-8d34-84543187c9d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-60bbba21-26ae-469b-8d34-84543187c9d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60bbba21-26ae-469b-8d34-84543187c9d7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:14.360 63 INFO tempest.lib.common.rest_client [req-30753b9b-01c0-436c-b40d-353e24c810d0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.411s 2018-08-20 20:59:14.361 63 DEBUG tempest.lib.common.rest_client [req-30753b9b-01c0-436c-b40d-353e24c810d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-30753b9b-01c0-436c-b40d-353e24c810d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30753b9b-01c0-436c-b40d-353e24c810d0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:16.461 63 INFO tempest.lib.common.rest_client [req-a3e15700-cf6a-42a4-9c17-dae6b4408128 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 1.087s 2018-08-20 20:59:16.462 63 DEBUG tempest.lib.common.rest_client [req-a3e15700-cf6a-42a4-9c17-dae6b4408128 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-a3e15700-cf6a-42a4-9c17-dae6b4408128', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3e15700-cf6a-42a4-9c17-dae6b4408128'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:18.700 63 INFO tempest.lib.common.rest_client [req-11975e0b-17c1-42a0-9d1c-5a83f8b79729 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 1.225s 2018-08-20 20:59:18.700 63 DEBUG tempest.lib.common.rest_client [req-11975e0b-17c1-42a0-9d1c-5a83f8b79729 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-11975e0b-17c1-42a0-9d1c-5a83f8b79729', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11975e0b-17c1-42a0-9d1c-5a83f8b79729'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-842610255": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:e3:39", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:18.713 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 20:59:19.610 63 INFO tempest.lib.common.rest_client [req-a99485a8-dd75-40f8-93d4-2311e9c9cf09 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.896s 2018-08-20 20:59:19.610 63 DEBUG tempest.lib.common.rest_client [req-a99485a8-dd75-40f8-93d4-2311e9c9cf09 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-a99485a8-dd75-40f8-93d4-2311e9c9cf09', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a99485a8-dd75-40f8-93d4-2311e9c9cf09'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-842610255": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:e3:39", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:19.625 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: b872a39e-7583-4162-9246-e5aba11a6c1f with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 20:59:19.932 63 INFO tempest.lib.common.rest_client [req-cef22e1f-8e78-4946-b16e-692bf05e9193 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations 0.306s 2018-08-20 20:59:19.932 63 DEBUG tempest.lib.common.rest_client [req-cef22e1f-8e78-4946-b16e-692bf05e9193 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations', u'date': 'Mon, 20 Aug 2018 20:59:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cef22e1f-8e78-4946-b16e-692bf05e9193'} Body: {"network_association": {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "id": "1c48fd16-fa54-4908-9fef-92b0b3b44c11"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:20.328 63 INFO tempest.lib.common.rest_client [req-3bf1ab8f-e41d-4777-97d3-6b48d7e74e1a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations 0.395s 2018-08-20 20:59:20.329 63 DEBUG tempest.lib.common.rest_client [req-3bf1ab8f-e41d-4777-97d3-6b48d7e74e1a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations', u'date': 'Mon, 20 Aug 2018 20:59:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bf1ab8f-e41d-4777-97d3-6b48d7e74e1a'} Body: {"network_association": {"network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "id": "2e74d4e6-a41c-4e16-85fd-335228c4de30"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:20.330 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 20:59:20.544 63 INFO tempest.lib.common.rest_client [req-9f6a961b-8ad0-41bf-8826-4de4b29accff ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/routers 0.213s 2018-08-20 20:59:20.545 63 DEBUG tempest.lib.common.rest_client [req-9f6a961b-8ad0-41bf-8826-4de4b29accff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--2071311594", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:59:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f6a961b-8ad0-41bf-8826-4de4b29accff'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:59:20Z", "admin_state_up": true, "updated_at": "2018-08-20T20:59:20Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb", "name": "tempest-router--2071311594"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:21.998 63 INFO tempest.lib.common.rest_client [req-a10853d6-d9dd-49e0-b93e-e9a8dbf627b8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb 1.452s 2018-08-20 20:59:21.998 63 DEBUG tempest.lib.common.rest_client [req-a10853d6-d9dd-49e0-b93e-e9a8dbf627b8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb', u'date': 'Mon, 20 Aug 2018 20:59:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a10853d6-d9dd-49e0-b93e-e9a8dbf627b8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:59:20Z", "admin_state_up": true, "updated_at": "2018-08-20T20:59:21Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb", "name": "tempest-router--2071311594"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:24.232 63 INFO tempest.lib.common.rest_client [req-9ca262ba-456a-426e-9504-b7279f3b663a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/add_router_interface 2.232s 2018-08-20 20:59:24.233 63 DEBUG tempest.lib.common.rest_client [req-9ca262ba-456a-426e-9504-b7279f3b663a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:59:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ca262ba-456a-426e-9504-b7279f3b663a'} Body: {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399", "subnet_ids": ["f0318fb9-dd00-4b09-940b-787405e54399"], "port_id": "5791bfe5-232f-4777-9810-08c333b33bab", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:26.280 63 INFO tempest.lib.common.rest_client [req-0a6557ad-6067-45ca-ac78-e800e47306b4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.046s 2018-08-20 20:59:26.281 63 DEBUG tempest.lib.common.rest_client [req-0a6557ad-6067-45ca-ac78-e800e47306b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "7d1548e8-11d0-4dd7-8898-08677599c9ae"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:59:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a6557ad-6067-45ca-ac78-e800e47306b4'} Body: {"floatingip": {"router_id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:59:25Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "7d1548e8-11d0-4dd7-8898-08677599c9ae", "id": "a3f0998f-99eb-4dff-9367-fcf38aa42a2e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:59:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 20:59:26.282 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 20:59:42.312 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:59:42.417 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:59:42.441 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 20:59:42.555 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 20:59:42.556 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 20:59:42.559 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:59:42.618 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 20:59:42.623 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 20:59:47.630 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 20:59:47.631 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:00:57.688 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:00:57.689 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:00:57.693 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:00:57.794 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:00:57.822 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:01:02.829 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:01:02.830 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:02:12.897 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:02:12.898 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:02:12.898 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:12.903 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13.001 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:02:13.030 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13.036 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:02:13.037 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:fb:16:e8 [ether] on eth0 2018-08-20 21:02:13.037 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:02:13.037 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13.039 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13.102 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:02:13.103 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13.112 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 21:02:13.112 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:02:13.113 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13.115 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13.173 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:02:13.179 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13.185 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:02:13.185 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13.187 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13.246 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:02:13.251 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13.257 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:02:13.257 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:fb:16:e8 [ether] on eth0 2018-08-20 21:02:13.258 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:02:13.258 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13.260 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13.321 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:02:13.325 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:18.332 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:02:18.332 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:03:28.393 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:03:28.394 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:03:28.400 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:03:28.499 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:03:28.526 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:03:33.534 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:03:33.534 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:04:43.600 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:04:44.869 63 INFO tempest.lib.common.rest_client [req-cb8ee98f-5781-4015-b8ef-927b66a3f2fe ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/a3f0998f-99eb-4dff-9367-fcf38aa42a2e 1.266s 2018-08-20 21:04:44.870 63 DEBUG tempest.lib.common.rest_client [req-cb8ee98f-5781-4015-b8ef-927b66a3f2fe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/a3f0998f-99eb-4dff-9367-fcf38aa42a2e', u'date': 'Mon, 20 Aug 2018 21:04:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cb8ee98f-5781-4015-b8ef-927b66a3f2fe'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:46.847 63 INFO tempest.lib.common.rest_client [req-bac62fca-4197-4cf6-81b1-29d3bc829fb7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/remove_router_interface 1.976s 2018-08-20 21:04:46.848 63 DEBUG tempest.lib.common.rest_client [req-bac62fca-4197-4cf6-81b1-29d3bc829fb7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:04:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bac62fca-4197-4cf6-81b1-29d3bc829fb7'} Body: {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399", "subnet_ids": ["f0318fb9-dd00-4b09-940b-787405e54399"], "port_id": "5791bfe5-232f-4777-9810-08c333b33bab", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:48.662 63 INFO tempest.lib.common.rest_client [req-99afdc24-2ef2-4513-ac4a-6eda32f6087a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb 1.812s 2018-08-20 21:04:48.662 63 DEBUG tempest.lib.common.rest_client [req-99afdc24-2ef2-4513-ac4a-6eda32f6087a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb', u'date': 'Mon, 20 Aug 2018 21:04:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99afdc24-2ef2-4513-ac4a-6eda32f6087a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:49.481 63 INFO tempest.lib.common.rest_client [req-51e40170-be5d-4081-bce0-6d40575060fd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.818s 2018-08-20 21:04:49.482 63 DEBUG tempest.lib.common.rest_client [req-51e40170-be5d-4081-bce0-6d40575060fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-51e40170-be5d-4081-bce0-6d40575060fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51e40170-be5d-4081-bce0-6d40575060fd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:50.775 63 INFO tempest.lib.common.rest_client [req-fc9a0943-ff94-4bf3-81ea-dda448f9948f ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 1.292s 2018-08-20 21:04:50.775 63 DEBUG tempest.lib.common.rest_client [req-fc9a0943-ff94-4bf3-81ea-dda448f9948f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-fc9a0943-ff94-4bf3-81ea-dda448f9948f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc9a0943-ff94-4bf3-81ea-dda448f9948f'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-842610255": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:e3:39", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:04:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:51.842 63 INFO tempest.lib.common.rest_client [req-a9462262-8005-4652-b4e3-def647cef07c ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.051s 2018-08-20 21:04:51.843 63 DEBUG tempest.lib.common.rest_client [req-a9462262-8005-4652-b4e3-def647cef07c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-a9462262-8005-4652-b4e3-def647cef07c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a9462262-8005-4652-b4e3-def647cef07c'} Body: {"itemNotFound": {"message": "Instance b872a39e-7583-4162-9246-e5aba11a6c1f could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:52.720 63 INFO tempest.lib.common.rest_client [req-b680ad6d-3f6a-4314-9d59-c220c0de2da8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/6013d4f2-f5b2-41f9-a83c-8917ad549451 0.876s 2018-08-20 21:04:52.721 63 DEBUG tempest.lib.common.rest_client [req-b680ad6d-3f6a-4314-9d59-c220c0de2da8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/6013d4f2-f5b2-41f9-a83c-8917ad549451', u'date': 'Mon, 20 Aug 2018 21:04:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b680ad6d-3f6a-4314-9d59-c220c0de2da8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:52.895 63 INFO tempest.lib.common.rest_client [req-ff7327a1-4152-4ff5-8bd9-daf91209a06a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.173s 2018-08-20 21:04:52.896 63 DEBUG tempest.lib.common.rest_client [req-ff7327a1-4152-4ff5-8bd9-daf91209a06a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-ff7327a1-4152-4ff5-8bd9-daf91209a06a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff7327a1-4152-4ff5-8bd9-daf91209a06a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:54.190 63 INFO tempest.lib.common.rest_client [req-6f2b9467-77f6-4a64-ad2e-93e47446e7b8 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 1.294s 2018-08-20 21:04:54.191 63 DEBUG tempest.lib.common.rest_client [req-6f2b9467-77f6-4a64-ad2e-93e47446e7b8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-6f2b9467-77f6-4a64-ad2e-93e47446e7b8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f2b9467-77f6-4a64-ad2e-93e47446e7b8'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1188077727": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e1:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:04:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:55.256 63 INFO tempest.lib.common.rest_client [req-16f40738-1b6f-4d5f-bf1a-bc7cff827335 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.049s 2018-08-20 21:04:55.257 63 DEBUG tempest.lib.common.rest_client [req-16f40738-1b6f-4d5f-bf1a-bc7cff827335 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-16f40738-1b6f-4d5f-bf1a-bc7cff827335', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-16f40738-1b6f-4d5f-bf1a-bc7cff827335'} Body: {"itemNotFound": {"message": "Instance bcbf17a1-a5ee-44a1-b887-72c448b7c332 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:55.882 63 INFO tempest.lib.common.rest_client [req-d955af8f-981d-47fb-b6ef-ce764e314e21 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/7d1548e8-11d0-4dd7-8898-08677599c9ae 0.623s 2018-08-20 21:04:55.882 63 DEBUG tempest.lib.common.rest_client [req-d955af8f-981d-47fb-b6ef-ce764e314e21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/7d1548e8-11d0-4dd7-8898-08677599c9ae', u'date': 'Mon, 20 Aug 2018 21:04:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d955af8f-981d-47fb-b6ef-ce764e314e21'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:55.968 63 INFO tempest.lib.common.rest_client [req-70b6abcc-20ac-42c6-a7c4-d35664d4b787 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1319598166 0.085s 2018-08-20 21:04:55.969 63 DEBUG tempest.lib.common.rest_client [req-70b6abcc-20ac-42c6-a7c4-d35664d4b787 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1319598166', u'x-compute-request-id': 'req-70b6abcc-20ac-42c6-a7c4-d35664d4b787', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-70b6abcc-20ac-42c6-a7c4-d35664d4b787'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:04:58.597 63 INFO tempest.lib.common.rest_client [req-343a0331-18e4-4d99-8df4-84f712b604d8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e1652715-97d7-4b1b-9545-93ce0a0652cb 2.627s 2018-08-20 21:04:58.598 63 DEBUG tempest.lib.common.rest_client [req-343a0331-18e4-4d99-8df4-84f712b604d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e1652715-97d7-4b1b-9545-93ce0a0652cb', u'date': 'Mon, 20 Aug 2018 21:04:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-343a0331-18e4-4d99-8df4-84f712b604d8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:00.630 63 INFO tempest.lib.common.rest_client [req-217db87d-5e11-41cb-a7f0-cd7370bea1ac ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bed87f64-6608-4b58-a9a9-79be5a0f6d05 2.031s 2018-08-20 21:05:00.631 63 DEBUG tempest.lib.common.rest_client [req-217db87d-5e11-41cb-a7f0-cd7370bea1ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/bed87f64-6608-4b58-a9a9-79be5a0f6d05', u'date': 'Mon, 20 Aug 2018 21:05:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-217db87d-5e11-41cb-a7f0-cd7370bea1ac'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:03.354 63 INFO tempest.lib.common.rest_client [req-8e94c799-63a2-4664-9e3e-a1557c0f0d7b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/f0318fb9-dd00-4b09-940b-787405e54399 2.721s 2018-08-20 21:05:03.354 63 DEBUG tempest.lib.common.rest_client [req-8e94c799-63a2-4664-9e3e-a1557c0f0d7b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/f0318fb9-dd00-4b09-940b-787405e54399', u'date': 'Mon, 20 Aug 2018 21:05:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8e94c799-63a2-4664-9e3e-a1557c0f0d7b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:05.102 63 INFO tempest.lib.common.rest_client [req-dd8ddcc9-498f-4083-9d04-e4a014c040f2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/e866bd26-1345-47d3-9e08-81825647bba4 1.746s 2018-08-20 21:05:05.102 63 DEBUG tempest.lib.common.rest_client [req-dd8ddcc9-498f-4083-9d04-e4a014c040f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/e866bd26-1345-47d3-9e08-81825647bba4', u'date': 'Mon, 20 Aug 2018 21:05:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd8ddcc9-498f-4083-9d04-e4a014c040f2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:05.644 63 INFO tempest.lib.common.rest_client [req-3194062b-5cd8-4154-99c8-fea91de8885c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7884db4f-8ad1-4259-b260-edfef22501ef 0.541s 2018-08-20 21:05:05.644 63 DEBUG tempest.lib.common.rest_client [req-3194062b-5cd8-4154-99c8-fea91de8885c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/7884db4f-8ad1-4259-b260-edfef22501ef', u'date': 'Mon, 20 Aug 2018 21:05:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3194062b-5cd8-4154-99c8-fea91de8885c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_empty_rt_list [383.817623s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 852, in test_bgpvpn_negative_update_to_empty_rt_list self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:58:42,293 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.464s 2018-08-20 20:58:42,293 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-295091329 description", "name": "tempest-secgroup-smoke-295091329"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07a5c433-9058-4092-8afa-a3ec9e01dfff'} Body: {"security_group": {"description": "tempest-secgroup-smoke-295091329 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:42Z", "updated_at": "2018-08-20T20:58:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:58:42Z", "revision_number": 0, "id": "6adbb3b7-8e8b-4293-abbd-ee28661bd037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:58:42Z", "revision_number": 0, "id": "bb3f4f14-682b-46e2-b785-6b092b7d819c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7884db4f-8ad1-4259-b260-edfef22501ef", "name": "tempest-secgroup-smoke-295091329"}} 2018-08-20 20:58:42,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.237s 2018-08-20 20:58:42,532 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-01398d27-be11-4784-8d28-ca85801a0be2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:42Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1317e437-c030-45a9-82fd-d591eca3455c"}} 2018-08-20 20:58:43,053 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.519s 2018-08-20 20:58:43,053 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72a46c22-1812-4db8-85db-752f6d8785c9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:42Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b2a1d94f-a6b7-4ab4-85f0-c856ddcf8729"}} 2018-08-20 20:58:43,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.546s 2018-08-20 20:58:43,601 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5e3f06a-3279-47a5-b6b2-d0b95a45e7b7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:58:43Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:43Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "654bb02e-7f93-4392-bb66-e9919da97216"}} 2018-08-20 20:58:44,071 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.469s 2018-08-20 20:58:44,071 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02f5d5d1-c60f-48e3-8ccf-93ace620451a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:58:43Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:43Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "77c5e96e-d54b-46e1-9f69-37a090735a8c"}} 2018-08-20 20:58:44,274 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-20 20:58:44,275 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de4aebcf-71bb-4372-b91b-ad46ef06e42e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:44Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:44Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "d7d46310-f886-4eed-b1d7-1ff82f34da2c"}} 2018-08-20 20:58:44,748 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.472s 2018-08-20 20:58:44,748 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f9440e9-ba82-4407-9eea-625dba3b9e87'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:44Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:44Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "98f0042e-3b7e-4722-af10-37b839a44731"}} 2018-08-20 20:58:45,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.483s 2018-08-20 20:58:45,233 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a42e50cb-4572-430a-a811-57952396d45c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:45Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:45Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8ed39244-8cd5-43a7-ac8d-0ae15094828f"}} 2018-08-20 20:58:45,707 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.473s 2018-08-20 20:58:45,707 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59cb6d0d-94c9-4758-b56e-4dc24b84a03e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:45Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:45Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a979ee13-5720-4c13-9d36-3d4dc3c3c707"}} 2018-08-20 20:58:45,968 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/networks 0.260s 2018-08-20 20:58:45,969 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1188077727"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:58:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74d5baf1-b74d-4143-ac09-fd08a2c27e40'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:58:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e866bd26-1345-47d3-9e08-81825647bba4","name":"tempest-A-1188077727"}} 2018-08-20 20:58:46,931 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.961s 2018-08-20 20:58:46,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "name": "tempest-subnet-A-1-612854735"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:58:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1e99b0ab-1c32-42ba-9983-276c207903fb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e866bd26-1345-47d3-9e08-81825647bba4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:46Z","dns_nameservers":[],"updated_at":"2018-08-20T20:58:46Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f0318fb9-dd00-4b09-940b-787405e54399","subnetpool_id":null,"name":"tempest-subnet-A-1-612854735"}} 2018-08-20 20:58:47,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/networks 0.233s 2018-08-20 20:58:47,166 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-842610255"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:58:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84f045b2-bbde-4be4-8756-49e8c19bb6b1'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:58:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"bed87f64-6608-4b58-a9a9-79be5a0f6d05","name":"tempest-B-842610255"}} 2018-08-20 20:58:48,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.699s 2018-08-20 20:58:48,867 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "name": "tempest-subnet-B-1-833542328"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:58:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-229bd257-81b1-41da-943e-b244574e1fe7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bed87f64-6608-4b58-a9a9-79be5a0f6d05","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:47Z","dns_nameservers":[],"updated_at":"2018-08-20T20:58:47Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e1652715-97d7-4b1b-9545-93ce0a0652cb","subnetpool_id":null,"name":"tempest-subnet-B-1-833542328"}} 2018-08-20 20:58:49,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.641s 2018-08-20 20:58:49,511 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:58:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55a634d6-f3a2-4488-bbcb-ab593e942635'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "9750c8e5-c069-4a8d-b35c-c0813d3df13c"}} 2018-08-20 20:58:49,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.178s 2018-08-20 20:58:49,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1319598166"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-efde3144-4f73-48c9-b284-7ab9b477cff2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efde3144-4f73-48c9-b284-7ab9b477cff2'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD06EYxhxCA3JXMI/Vyry5r50OctKBdXAGCbnq7RtZuT8zyhjNVpMwbnL8Ov7DtIA+pcNKl/t2/CM49H+h1/FCWLiRhix1RZuPvGo/yP68ik7/uZJ1ONYvXMIFQHy01HlOeWcczz4g3kzwk020UCIWq33+kLSR3S1H/gopUCpagKdklwd9SNhUqVsH/jq+yIKwxw4f7E6SU40BoyV7N+bFWrjXUyT1pSpkkGSwmMXHYCl1H3fxAGPc7sBIzswv0bImmd6OTkkMUD348OsjlRCHu1EEQ5C+1Mzp7tbrIH6nruQCNyK/KuYnQlAKf0863uAKnmYpQe3pStnyYwyUQY7J Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAw9OhGMYcQgNyVzCP1cq8ua+dDnLSgXVwBgm56u0bWbk/M8oY\nzVaTMG5y/Dr+w7SAPqXDSpf7dvwjOPR/odfxQli4kYYsdUWbj7xqP8j+vIpO/7mS\ndTjWL1zCBUB8tNR5TnlnHM8+IN5M8JNNtFAiFqt9/pC0kd0tR/4KKVAqWoCnZJcH\nfUjYVKlbB/46vsiCsMcOH+xOklONAaMlezfmxVq411Mk9aUqZJBksJjFx2ApdR93\n8QBj3O7ASM7ML9GyJpnejk5JDFA9+PDrI5UQh7tRBEOQvtTM6e7W6yB+p67kAjci\nvyrmJ0JQCn9POt7gCp5mKUHt6UrZ8mMMlEGOyQIDAQABAoIBAD3jXD5gHf4e6Lv1\ndP+0GwD0J0axsyWG3+iImmFMniA1E2xiqoP6oHnl7iEY4/slyIIEETw53Bc2iEsv\nukaD4JN/RpV3OgW2AfvjKBEQjLE5ZM4c79RsKgS94/OU9dSQceYDKDtKo+/vUZGW\nfDBIQv23JRKW2PpgVDc0ajG0TC5dfPz830cbHWGoXLMTurSV+ZOx2X+wSk+1u7BA\nAhMYcB+7LYVpOcHrU0L0xFuL9MGPviZWxB8EMfCQBdQYL25gTjYy6JkCiBn5/+tw\nGckmJHClgoBWRd1/wY52yYI3ihRGjwm6mM/Z3ZxKgGIak/sY6utr9NLr1zA+W/kh\nac4hFiECgYEA5D6dWRRFZiDcOZ9E9HMygvqmbtVOnkvoyGjtHgHrKpVYv+54cGF6\nSUBsioET8awJgs8wUX5YikSBNxZD69v5KA/YQTbhPQfheYdXISVs20rvV0Sh61PU\np4IhKRoE8I0wofw9IGHdvHuoVWEPT2P6V1ttKecA8E00juymBceCMRcCgYEA26PT\nj1AQ7+snCFmW/Z1Z5xHYeYAWfrx6pUbK9obqA2EC5WxH+lleujQoghRsAYX5aSsp\n2ru5VwPi080EdHekxL4+tmiXpoLGc0uIH7TKAVcscYTJ0EkD6kwc4dCy/GgB03ja\n1KbVv0xg93DXc46/rR4M8YT9VKwizHZlFghvax8CgYEAmkv58w5RHAl61zlkVBzM\nON9ZQ/PPghOu+kx0f6SsZc0wgg+kO9Sp5ns25Sr9YJL8mwGVmIHhORe2gpb6s6ex\nd/O+Ldf7zFZXhuCHdlDmlhjCVCyBiaTSTasa375HOJc6GUd7yzhdvd2anp1OzEy6\nH/QeiAUyDUEkFrrEQYPt72ECgYEA2dqJQSD9a7smoBWcujmUrqj4uqrdpR911vF8\n50GyY1+Z682XJy3102NguoVfC7PDSxlRDnAcyb5FAifcP1lcyPiaY3si0DnudPV6\nM1iy9Nlub7pyInIJvB96llDW95yCEytQgpRodrJfi48VZL02SZQA6p4qWA3VBlB4\nu33qZakCgYEAtx4m7H31IJQLQUkmIcYgwIk2VnfzKO0QaBJkZV/2Lf+IWM5oLALb\npQnyMGiDohcdsXRpTWUZLcxf0buDizTBFxS/XP4InmV8gPm+28/buN6k3qHGRraP\niZAjRDeCGEOXE35hVWhOEjRvZh2nIt1CXge3xFba8MXE7BYN0CBU+40=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1319598166", "fingerprint": "54:22:3b:73:fa:b5:40:a5:ed:0f:e4:be:32:8b:c4:20"}} 2018-08-20 20:58:50,716 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/ports 1.022s 2018-08-20 20:58:50,717 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2118693683", "security_groups": ["7884db4f-8ad1-4259-b260-edfef22501ef"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:58:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-627ff420-c491-41d5-9b25-258f78603799'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:58:50Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e866bd26-1345-47d3-9e08-81825647bba4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:58:50Z","name":"tempest-port-smoke-2118693683","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:01:e1:e2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"f0318fb9-dd00-4b09-940b-787405e54399","ip_address":"10.101.11.10"}],"id":"7d1548e8-11d0-4dd7-8898-08677599c9ae","security_groups":["7884db4f-8ad1-4259-b260-edfef22501ef"],"device_id":""}} 2018-08-20 20:58:54,379 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.23:8774/v2.1/servers 3.661s 2018-08-20 20:58:54,380 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1319598166", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "e866bd26-1345-47d3-9e08-81825647bba4", "port": "7d1548e8-11d0-4dd7-8898-08677599c9ae"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-3b868af5-0bf8-438f-b306-6c4a248376ef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b868af5-0bf8-438f-b306-6c4a248376ef'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "adminPass": "NMGYhjCGR8vu"}} 2018-08-20 20:58:54,701 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.317s 2018-08-20 20:58:54,702 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-4b1aaeb6-0e01-4969-a64b-bd5575742047', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b1aaeb6-0e01-4969-a64b-bd5575742047'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:56,475 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.759s 2018-08-20 20:58:56,475 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-82bbef6d-1343-4570-a18e-b75327519141', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82bbef6d-1343-4570-a18e-b75327519141'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:58,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.740s 2018-08-20 20:58:58,233 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-13b0c390-335f-4505-8645-8c5ae08aad50', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13b0c390-335f-4505-8645-8c5ae08aad50'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:58,245 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-20 20:59:00,569 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 1.322s 2018-08-20 20:59:00,570 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-bc556fbf-1964-4bed-a271-16ef5a32b7a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bc556fbf-1964-4bed-a271-16ef5a32b7a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:57Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:00,582 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2018-08-20 20:59:02,328 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.744s 2018-08-20 20:59:02,329 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-ba0b03aa-f8a2-4d77-836e-87f69707b0a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba0b03aa-f8a2-4d77-836e-87f69707b0a9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:57Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:03,676 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.332s 2018-08-20 20:59:03,677 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-fc9fed42-1af4-425e-8236-45bf06af4ff8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc9fed42-1af4-425e-8236-45bf06af4ff8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1188077727": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e1:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:01Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:03,690 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 20:59:04,120 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.429s 2018-08-20 20:59:04,120 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-491d3882-61b2-43f7-b960-e673a3a469ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-491d3882-61b2-43f7-b960-e673a3a469ff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1188077727": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e1:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:01Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:04,133 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: bcbf17a1-a5ee-44a1-b887-72c448b7c332 with status: ACTIVE 2018-08-20 20:59:04,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/ports 0.750s 2018-08-20 20:59:04,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-624689077", "security_groups": ["7884db4f-8ad1-4259-b260-edfef22501ef"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:59:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f7cbd618-cfca-4e81-b566-d4e2a9a7115d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:59:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bed87f64-6608-4b58-a9a9-79be5a0f6d05","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:59:04Z","name":"tempest-port-smoke-624689077","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:bd:e3:39","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e1652715-97d7-4b1b-9545-93ce0a0652cb","ip_address":"10.102.21.20"}],"id":"6013d4f2-f5b2-41f9-a83c-8917ad549451","security_groups":["7884db4f-8ad1-4259-b260-edfef22501ef"],"device_id":""}} 2018-08-20 20:59:08,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.23:8774/v2.1/servers 3.511s 2018-08-20 20:59:08,397 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1319598166", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "port": "6013d4f2-f5b2-41f9-a83c-8917ad549451"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-a5594900-17d4-4204-99da-0a7e331f511b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a5594900-17d4-4204-99da-0a7e331f511b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "adminPass": "hR2sVXQ82CFV"}} 2018-08-20 20:59:08,803 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.401s 2018-08-20 20:59:08,804 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-797a0e3e-d64f-43ff-bcb4-957f26a19694', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-797a0e3e-d64f-43ff-bcb4-957f26a19694'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:10,081 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.263s 2018-08-20 20:59:10,082 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-237eca81-ffd7-4a22-b274-28f2a0e4eb53', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-237eca81-ffd7-4a22-b274-28f2a0e4eb53'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:11,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.388s 2018-08-20 20:59:11,485 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-d5f4a143-cb08-4876-a098-25fa0997619f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5f4a143-cb08-4876-a098-25fa0997619f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:11,498 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:59:12,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.433s 2018-08-20 20:59:12,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-60bbba21-26ae-469b-8d34-84543187c9d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60bbba21-26ae-469b-8d34-84543187c9d7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:14,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.411s 2018-08-20 20:59:14,361 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-30753b9b-01c0-436c-b40d-353e24c810d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30753b9b-01c0-436c-b40d-353e24c810d0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:16,461 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 1.087s 2018-08-20 20:59:16,462 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-a3e15700-cf6a-42a4-9c17-dae6b4408128', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3e15700-cf6a-42a4-9c17-dae6b4408128'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:18,700 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 1.225s 2018-08-20 20:59:18,700 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-11975e0b-17c1-42a0-9d1c-5a83f8b79729', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11975e0b-17c1-42a0-9d1c-5a83f8b79729'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-842610255": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:e3:39", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:18,713 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 20:59:19,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.896s 2018-08-20 20:59:19,610 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-a99485a8-dd75-40f8-93d4-2311e9c9cf09', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a99485a8-dd75-40f8-93d4-2311e9c9cf09'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-842610255": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:e3:39", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:19,625 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b872a39e-7583-4162-9246-e5aba11a6c1f with status: ACTIVE 2018-08-20 20:59:19,932 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations 0.306s 2018-08-20 20:59:19,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations', u'date': 'Mon, 20 Aug 2018 20:59:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cef22e1f-8e78-4946-b16e-692bf05e9193'} Body: {"network_association": {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "id": "1c48fd16-fa54-4908-9fef-92b0b3b44c11"}} 2018-08-20 20:59:20,328 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations 0.395s 2018-08-20 20:59:20,329 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations', u'date': 'Mon, 20 Aug 2018 20:59:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bf1ab8f-e41d-4777-97d3-6b48d7e74e1a'} Body: {"network_association": {"network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "id": "2e74d4e6-a41c-4e16-85fd-335228c4de30"}} 2018-08-20 20:59:20,330 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 20:59:20,544 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/routers 0.213s 2018-08-20 20:59:20,545 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--2071311594", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:59:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f6a961b-8ad0-41bf-8826-4de4b29accff'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:59:20Z", "admin_state_up": true, "updated_at": "2018-08-20T20:59:20Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb", "name": "tempest-router--2071311594"}} 2018-08-20 20:59:21,998 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb 1.452s 2018-08-20 20:59:21,998 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb', u'date': 'Mon, 20 Aug 2018 20:59:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a10853d6-d9dd-49e0-b93e-e9a8dbf627b8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:59:20Z", "admin_state_up": true, "updated_at": "2018-08-20T20:59:21Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb", "name": "tempest-router--2071311594"}} 2018-08-20 20:59:24,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/add_router_interface 2.232s 2018-08-20 20:59:24,233 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:59:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ca262ba-456a-426e-9504-b7279f3b663a'} Body: {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399", "subnet_ids": ["f0318fb9-dd00-4b09-940b-787405e54399"], "port_id": "5791bfe5-232f-4777-9810-08c333b33bab", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb"} 2018-08-20 20:59:26,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.046s 2018-08-20 20:59:26,281 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "7d1548e8-11d0-4dd7-8898-08677599c9ae"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:59:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a6557ad-6067-45ca-ac78-e800e47306b4'} Body: {"floatingip": {"router_id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:59:25Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "7d1548e8-11d0-4dd7-8898-08677599c9ae", "id": "a3f0998f-99eb-4dff-9367-fcf38aa42a2e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:59:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 20:59:26,282 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 20:59:42,312 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:59:42,417 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:59:42,441 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 20:59:42,555 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:59:42,556 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 20:59:42,559 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:59:42,618 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:59:42,623 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 20:59:47,630 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:59:47,631 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:00:57,688 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:00:57,689 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:00:57,693 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:00:57,794 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:00:57,822 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:01:02,829 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:01:02,830 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:02:12,897 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:02:12,898 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:02:12,898 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:12,903 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13,001 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:02:13,030 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13,036 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:02:13,037 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:fb:16:e8 [ether] on eth0 2018-08-20 21:02:13,037 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:02:13,037 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13,039 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13,102 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:02:13,103 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13,112 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:02:13,112 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:02:13,113 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13,115 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13,173 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:02:13,179 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13,185 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:02:13,185 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13,187 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13,246 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:02:13,251 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13,257 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:02:13,257 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:fb:16:e8 [ether] on eth0 2018-08-20 21:02:13,258 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:02:13,258 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13,260 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13,321 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:02:13,325 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:18,332 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:02:18,332 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:03:28,393 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:03:28,394 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:03:28,400 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:03:28,499 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:03:28,526 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:03:33,534 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:03:33,534 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:04:43,600 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:04:43,601 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:04:44,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/a3f0998f-99eb-4dff-9367-fcf38aa42a2e 1.266s 2018-08-20 21:04:44,870 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/a3f0998f-99eb-4dff-9367-fcf38aa42a2e', u'date': 'Mon, 20 Aug 2018 21:04:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cb8ee98f-5781-4015-b8ef-927b66a3f2fe'} Body: 2018-08-20 21:04:46,847 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/remove_router_interface 1.976s 2018-08-20 21:04:46,848 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:04:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bac62fca-4197-4cf6-81b1-29d3bc829fb7'} Body: {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399", "subnet_ids": ["f0318fb9-dd00-4b09-940b-787405e54399"], "port_id": "5791bfe5-232f-4777-9810-08c333b33bab", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb"} 2018-08-20 21:04:48,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb 1.812s 2018-08-20 21:04:48,662 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb', u'date': 'Mon, 20 Aug 2018 21:04:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99afdc24-2ef2-4513-ac4a-6eda32f6087a'} Body: 2018-08-20 21:04:49,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.818s 2018-08-20 21:04:49,482 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-51e40170-be5d-4081-bce0-6d40575060fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51e40170-be5d-4081-bce0-6d40575060fd'} Body: 2018-08-20 21:04:50,775 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 1.292s 2018-08-20 21:04:50,775 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-fc9a0943-ff94-4bf3-81ea-dda448f9948f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc9a0943-ff94-4bf3-81ea-dda448f9948f'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-842610255": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:e3:39", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:04:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:04:51,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.051s 2018-08-20 21:04:51,843 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-a9462262-8005-4652-b4e3-def647cef07c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a9462262-8005-4652-b4e3-def647cef07c'} Body: {"itemNotFound": {"message": "Instance b872a39e-7583-4162-9246-e5aba11a6c1f could not be found.", "code": 404}} 2018-08-20 21:04:52,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/6013d4f2-f5b2-41f9-a83c-8917ad549451 0.876s 2018-08-20 21:04:52,721 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/6013d4f2-f5b2-41f9-a83c-8917ad549451', u'date': 'Mon, 20 Aug 2018 21:04:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b680ad6d-3f6a-4314-9d59-c220c0de2da8'} Body: 2018-08-20 21:04:52,895 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.173s 2018-08-20 21:04:52,896 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-ff7327a1-4152-4ff5-8bd9-daf91209a06a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff7327a1-4152-4ff5-8bd9-daf91209a06a'} Body: 2018-08-20 21:04:54,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 1.294s 2018-08-20 21:04:54,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-6f2b9467-77f6-4a64-ad2e-93e47446e7b8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f2b9467-77f6-4a64-ad2e-93e47446e7b8'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1188077727": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e1:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:04:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:04:55,256 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.049s 2018-08-20 21:04:55,257 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-16f40738-1b6f-4d5f-bf1a-bc7cff827335', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-16f40738-1b6f-4d5f-bf1a-bc7cff827335'} Body: {"itemNotFound": {"message": "Instance bcbf17a1-a5ee-44a1-b887-72c448b7c332 could not be found.", "code": 404}} 2018-08-20 21:04:55,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/7d1548e8-11d0-4dd7-8898-08677599c9ae 0.623s 2018-08-20 21:04:55,882 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/7d1548e8-11d0-4dd7-8898-08677599c9ae', u'date': 'Mon, 20 Aug 2018 21:04:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d955af8f-981d-47fb-b6ef-ce764e314e21'} Body: 2018-08-20 21:04:55,968 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1319598166 0.085s 2018-08-20 21:04:55,969 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1319598166', u'x-compute-request-id': 'req-70b6abcc-20ac-42c6-a7c4-d35664d4b787', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-70b6abcc-20ac-42c6-a7c4-d35664d4b787'} Body: 2018-08-20 21:04:58,597 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e1652715-97d7-4b1b-9545-93ce0a0652cb 2.627s 2018-08-20 21:04:58,598 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e1652715-97d7-4b1b-9545-93ce0a0652cb', u'date': 'Mon, 20 Aug 2018 21:04:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-343a0331-18e4-4d99-8df4-84f712b604d8'} Body: 2018-08-20 21:05:00,630 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bed87f64-6608-4b58-a9a9-79be5a0f6d05 2.031s 2018-08-20 21:05:00,631 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/bed87f64-6608-4b58-a9a9-79be5a0f6d05', u'date': 'Mon, 20 Aug 2018 21:05:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-217db87d-5e11-41cb-a7f0-cd7370bea1ac'} Body: 2018-08-20 21:05:03,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/f0318fb9-dd00-4b09-940b-787405e54399 2.721s 2018-08-20 21:05:03,354 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/f0318fb9-dd00-4b09-940b-787405e54399', u'date': 'Mon, 20 Aug 2018 21:05:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8e94c799-63a2-4664-9e3e-a1557c0f0d7b'} Body: 2018-08-20 21:05:05,102 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/e866bd26-1345-47d3-9e08-81825647bba4 1.746s 2018-08-20 21:05:05,102 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/e866bd26-1345-47d3-9e08-81825647bba4', u'date': 'Mon, 20 Aug 2018 21:05:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd8ddcc9-498f-4083-9d04-e4a014c040f2'} Body: 2018-08-20 21:05:05,644 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7884db4f-8ad1-4259-b260-edfef22501ef 0.541s 2018-08-20 21:05:05,644 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/7884db4f-8ad1-4259-b260-edfef22501ef', u'date': 'Mon, 20 Aug 2018 21:05:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3194062b-5cd8-4154-99c8-fea91de8885c'} Body: 2018-08-20 21:05:06.458 63 INFO tempest.lib.common.rest_client [req-749fb537-76c6-415f-a3df-d65cf7616a2f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.788s 2018-08-20 21:05:06.459 63 DEBUG tempest.lib.common.rest_client [req-749fb537-76c6-415f-a3df-d65cf7616a2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-795849018 description", "name": "tempest-secgroup-smoke-795849018"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:05:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-749fb537-76c6-415f-a3df-d65cf7616a2f'} Body: {"security_group": {"description": "tempest-secgroup-smoke-795849018 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:06Z", "updated_at": "2018-08-20T21:05:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:06Z", "revision_number": 0, "id": "a6c5daa1-ec08-4afa-8016-03c63dc24304", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:06Z", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:06Z", "revision_number": 0, "id": "e8ce7e55-b421-4889-947f-b374a50c2a5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:06Z", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a978125f-0082-4690-bb2b-da511f0f38c1", "name": "tempest-secgroup-smoke-795849018"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:06.716 63 INFO tempest.lib.common.rest_client [req-40f57211-f07a-4176-89de-8bc5ed9cff4a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.255s 2018-08-20 21:05:06.716 63 DEBUG tempest.lib.common.rest_client [req-40f57211-f07a-4176-89de-8bc5ed9cff4a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40f57211-f07a-4176-89de-8bc5ed9cff4a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:06Z", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:06Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0b27190a-ea11-4755-bdf1-53b3664fe3e0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:07.142 63 INFO tempest.lib.common.rest_client [req-a937b37f-f888-4e49-8579-e9a336c11213 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.424s 2018-08-20 21:05:07.142 63 DEBUG tempest.lib.common.rest_client [req-a937b37f-f888-4e49-8579-e9a336c11213 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a937b37f-f888-4e49-8579-e9a336c11213'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:07Z", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:07Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7b79dca4-5218-449d-80df-7a76835ed7a2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:07.590 63 INFO tempest.lib.common.rest_client [req-364d0e24-dfe9-4026-b4f3-4ad9ffe7324d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-20 21:05:07.591 63 DEBUG tempest.lib.common.rest_client [req-364d0e24-dfe9-4026-b4f3-4ad9ffe7324d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-364d0e24-dfe9-4026-b4f3-4ad9ffe7324d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:07Z", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:07Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "d6156d2b-9dd4-4655-8a46-1a31cd5ab7ef"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:07.997 63 INFO tempest.lib.common.rest_client [req-1d52a1c5-b9b5-4332-8445-9af44bc5dabb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.404s 2018-08-20 21:05:07.998 63 DEBUG tempest.lib.common.rest_client [req-1d52a1c5-b9b5-4332-8445-9af44bc5dabb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1d52a1c5-b9b5-4332-8445-9af44bc5dabb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:07Z", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:07Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "2450d7fc-5b0e-4ac3-bbb2-34a858540c35"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:08.434 63 INFO tempest.lib.common.rest_client [req-e754b52b-fe45-402f-a903-ad5e41d5d0d7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-20 21:05:08.435 63 DEBUG tempest.lib.common.rest_client [req-e754b52b-fe45-402f-a903-ad5e41d5d0d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e754b52b-fe45-402f-a903-ad5e41d5d0d7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:08Z", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c684d2ae-2595-4bf0-a721-eec65b81f8fe"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:08.614 63 INFO tempest.lib.common.rest_client [req-e3b460ee-2383-4382-b93a-39fcac908c95 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.178s 2018-08-20 21:05:08.614 63 DEBUG tempest.lib.common.rest_client [req-e3b460ee-2383-4382-b93a-39fcac908c95 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3b460ee-2383-4382-b93a-39fcac908c95'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:08Z", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "2b45111b-2c91-4b0c-8105-bdd68d0363c6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:08.817 63 INFO tempest.lib.common.rest_client [req-fcd271cc-b471-4ae0-890c-15a892265563 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-20 21:05:08.818 63 DEBUG tempest.lib.common.rest_client [req-fcd271cc-b471-4ae0-890c-15a892265563 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fcd271cc-b471-4ae0-890c-15a892265563'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:08Z", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a0144343-d240-4df0-9b26-62cc7b666df7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:09.260 63 INFO tempest.lib.common.rest_client [req-7b97a6de-de14-4a67-b74d-5bd6029b2292 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.442s 2018-08-20 21:05:09.261 63 DEBUG tempest.lib.common.rest_client [req-7b97a6de-de14-4a67-b74d-5bd6029b2292 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7b97a6de-de14-4a67-b74d-5bd6029b2292'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:09Z", "security_group_id": "a978125f-0082-4690-bb2b-da511f0f38c1", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e88ca861-2fe2-4e86-a9cd-5be6195e0c6e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:09.445 63 INFO tempest.lib.common.rest_client [req-5f2416ad-ed04-4594-8f27-9dacf8dafd00 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/a978125f-0082-4690-bb2b-da511f0f38c1 0.182s 2018-08-20 21:05:09.446 63 DEBUG tempest.lib.common.rest_client [req-5f2416ad-ed04-4594-8f27-9dacf8dafd00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/a978125f-0082-4690-bb2b-da511f0f38c1', u'date': 'Mon, 20 Aug 2018 21:05:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f2416ad-ed04-4594-8f27-9dacf8dafd00'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_create_and_delete ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled 2018-08-20 21:05:09.710 63 INFO tempest.lib.common.rest_client [req-67ebc78a-4a05-437a-a0d6-c55079d4d881 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.261s 2018-08-20 21:05:09.710 63 DEBUG tempest.lib.common.rest_client [req-67ebc78a-4a05-437a-a0d6-c55079d4d881 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-89121763 description", "name": "tempest-secgroup-smoke-89121763"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:05:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-67ebc78a-4a05-437a-a0d6-c55079d4d881'} Body: {"security_group": {"description": "tempest-secgroup-smoke-89121763 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:09Z", "updated_at": "2018-08-20T21:05:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:09Z", "revision_number": 0, "id": "4807cadc-03ce-40b4-8680-4279fa35c23a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:09Z", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:09Z", "revision_number": 0, "id": "f32ed4f9-4c6f-4dc3-9f3e-ba0e38bf6b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:09Z", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "name": "tempest-secgroup-smoke-89121763"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:09.968 63 INFO tempest.lib.common.rest_client [req-85bb9629-b5c2-4c6b-8279-f66eda0a1e7e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.257s 2018-08-20 21:05:09.969 63 DEBUG tempest.lib.common.rest_client [req-85bb9629-b5c2-4c6b-8279-f66eda0a1e7e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-85bb9629-b5c2-4c6b-8279-f66eda0a1e7e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:09Z", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b1c2eb9b-f081-45c3-8d47-83d6dc3c8077"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:10.452 63 INFO tempest.lib.common.rest_client [req-ae092360-104d-4f40-87a6-11084fcfc460 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.482s 2018-08-20 21:05:10.453 63 DEBUG tempest.lib.common.rest_client [req-ae092360-104d-4f40-87a6-11084fcfc460 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae092360-104d-4f40-87a6-11084fcfc460'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:10Z", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "834adb7d-7fe3-4e13-861c-7799b42f7079"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:10.818 63 INFO tempest.lib.common.rest_client [req-73c0b56c-a57e-45ce-99d9-39cece9fdcdf ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.364s 2018-08-20 21:05:10.819 63 DEBUG tempest.lib.common.rest_client [req-73c0b56c-a57e-45ce-99d9-39cece9fdcdf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73c0b56c-a57e-45ce-99d9-39cece9fdcdf'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:10Z", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "112df307-fcd3-40d1-a88b-0c1616d979f5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:11.272 63 INFO tempest.lib.common.rest_client [req-da6d62e8-a9da-4b78-bde9-b4ca30abb219 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.452s 2018-08-20 21:05:11.273 63 DEBUG tempest.lib.common.rest_client [req-da6d62e8-a9da-4b78-bde9-b4ca30abb219 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da6d62e8-a9da-4b78-bde9-b4ca30abb219'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:11Z", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:11Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3a2ae4b0-6062-4bca-95ff-ad76e68b94b9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:11.464 63 INFO tempest.lib.common.rest_client [req-8d033187-fe87-4655-a1d8-5ccfee2b2024 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-20 21:05:11.464 63 DEBUG tempest.lib.common.rest_client [req-8d033187-fe87-4655-a1d8-5ccfee2b2024 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d033187-fe87-4655-a1d8-5ccfee2b2024'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:11Z", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:11Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "35571af9-e84a-4559-b6c3-da1d7c74333a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:11.676 63 INFO tempest.lib.common.rest_client [req-2c5919aa-d549-42df-b56a-8ec0806569d9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.211s 2018-08-20 21:05:11.677 63 DEBUG tempest.lib.common.rest_client [req-2c5919aa-d549-42df-b56a-8ec0806569d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c5919aa-d549-42df-b56a-8ec0806569d9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:11Z", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:11Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7bef13b9-4b14-4964-a9a8-03b857fb800e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:11.913 63 INFO tempest.lib.common.rest_client [req-0e770417-c83f-41aa-b2c6-60ef37595ef8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.236s 2018-08-20 21:05:11.914 63 DEBUG tempest.lib.common.rest_client [req-0e770417-c83f-41aa-b2c6-60ef37595ef8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e770417-c83f-41aa-b2c6-60ef37595ef8'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:11Z", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:11Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4b118c76-9d6b-4f4f-8c7d-4c0bbce38b45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:12.105 63 INFO tempest.lib.common.rest_client [req-b98edd72-1b13-4ff8-8456-3d58b84a2f18 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-20 21:05:12.106 63 DEBUG tempest.lib.common.rest_client [req-b98edd72-1b13-4ff8-8456-3d58b84a2f18 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b98edd72-1b13-4ff8-8456-3d58b84a2f18'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:11Z", "security_group_id": "d7f3d706-9537-4b59-aead-f8dad1e942ff", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:11Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "73bbe5bf-75df-4dca-900a-39307610e6cd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:12.609 63 INFO tempest.lib.common.rest_client [req-7c3a3325-77a1-4533-af4d-c6ff7d969ee5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/d7f3d706-9537-4b59-aead-f8dad1e942ff 0.502s 2018-08-20 21:05:12.609 63 DEBUG tempest.lib.common.rest_client [req-7c3a3325-77a1-4533-af4d-c6ff7d969ee5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/d7f3d706-9537-4b59-aead-f8dad1e942ff', u'date': 'Mon, 20 Aug 2018 21:05:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7c3a3325-77a1-4533-af4d-c6ff7d969ee5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_create_and_update ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled 2018-08-20 21:05:12.859 63 INFO tempest.lib.common.rest_client [req-14990e36-daf2-4fa8-89ab-a49429598088 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.247s 2018-08-20 21:05:12.860 63 DEBUG tempest.lib.common.rest_client [req-14990e36-daf2-4fa8-89ab-a49429598088 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-2144680841 description", "name": "tempest-secgroup-smoke-2144680841"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:05:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14990e36-daf2-4fa8-89ab-a49429598088'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2144680841 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:12Z", "updated_at": "2018-08-20T21:05:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:12Z", "revision_number": 0, "id": "39e1c110-2825-47c8-bc36-cc1c9d51488d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:12Z", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:12Z", "revision_number": 0, "id": "c5dbbadf-9bea-4d02-bbac-f5030b21361a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:12Z", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "name": "tempest-secgroup-smoke-2144680841"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:13.070 63 INFO tempest.lib.common.rest_client [req-015aef80-0fd0-4d18-9e28-9fd984b976fb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-20 21:05:13.070 63 DEBUG tempest.lib.common.rest_client [req-015aef80-0fd0-4d18-9e28-9fd984b976fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-015aef80-0fd0-4d18-9e28-9fd984b976fb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:12Z", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:12Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0a8f1c3e-c2f4-42cc-aaac-aaa5e60b1ca4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:13.356 63 INFO tempest.lib.common.rest_client [req-7742a4cf-6af0-4069-a67f-9a72505f52f7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.285s 2018-08-20 21:05:13.357 63 DEBUG tempest.lib.common.rest_client [req-7742a4cf-6af0-4069-a67f-9a72505f52f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7742a4cf-6af0-4069-a67f-9a72505f52f7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:13Z", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:13Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7978afc8-f065-4e8d-b32d-ebcc64a9aebb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:13.584 63 INFO tempest.lib.common.rest_client [req-5deed489-60f9-401c-bf74-ba6aa4e15214 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 21:05:13.584 63 DEBUG tempest.lib.common.rest_client [req-5deed489-60f9-401c-bf74-ba6aa4e15214 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5deed489-60f9-401c-bf74-ba6aa4e15214'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:13Z", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:13Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "99d855ba-77fa-4847-b4ab-0f48963c5d88"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:13.812 63 INFO tempest.lib.common.rest_client [req-91e15661-ffe2-47be-b051-3e84dc996a68 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 21:05:13.812 63 DEBUG tempest.lib.common.rest_client [req-91e15661-ffe2-47be-b051-3e84dc996a68 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91e15661-ffe2-47be-b051-3e84dc996a68'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:13Z", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:13Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ac9f88fb-1742-40ab-ac81-ed759942083b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:14.524 63 INFO tempest.lib.common.rest_client [req-76331ee1-8304-427e-aa18-3742ccda2b62 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.711s 2018-08-20 21:05:14.524 63 DEBUG tempest.lib.common.rest_client [req-76331ee1-8304-427e-aa18-3742ccda2b62 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76331ee1-8304-427e-aa18-3742ccda2b62'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:14Z", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:14Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "eb9cf259-4032-4a45-b471-e8709b5cc629"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:14.698 63 INFO tempest.lib.common.rest_client [req-fa3e9d43-d854-4d91-9cea-ae513720ddb8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.173s 2018-08-20 21:05:14.698 63 DEBUG tempest.lib.common.rest_client [req-fa3e9d43-d854-4d91-9cea-ae513720ddb8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa3e9d43-d854-4d91-9cea-ae513720ddb8'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:14Z", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:14Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5938e505-a14a-4857-8bc5-0c7825b9fe1b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:14.920 63 INFO tempest.lib.common.rest_client [req-c0c34491-4f91-4cab-a87f-478576e03492 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.220s 2018-08-20 21:05:14.920 63 DEBUG tempest.lib.common.rest_client [req-c0c34491-4f91-4cab-a87f-478576e03492 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0c34491-4f91-4cab-a87f-478576e03492'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:14Z", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:14Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9d10c2f2-ea18-4c5c-9321-8f70e82a4eb2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:15.129 63 INFO tempest.lib.common.rest_client [req-47a84270-5026-4df8-8842-10288d692f0b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-20 21:05:15.130 63 DEBUG tempest.lib.common.rest_client [req-47a84270-5026-4df8-8842-10288d692f0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-47a84270-5026-4df8-8842-10288d692f0b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:15Z", "security_group_id": "1481a0bd-fe3d-49f8-95e1-70a23fa6ba26", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:15Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "d52183f3-8f93-4566-af8e-ea1770172aa7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:15.325 63 INFO tempest.lib.common.rest_client [req-2dcae452-d6c5-445f-8af2-d9c1e42461b0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/1481a0bd-fe3d-49f8-95e1-70a23fa6ba26 0.193s 2018-08-20 21:05:15.325 63 DEBUG tempest.lib.common.rest_client [req-2dcae452-d6c5-445f-8af2-d9c1e42461b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/1481a0bd-fe3d-49f8-95e1-70a23fa6ba26', u'date': 'Mon, 20 Aug 2018 21:05:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2dcae452-d6c5-445f-8af2-d9c1e42461b0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_local_pref ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled 2018-08-20 21:05:15.566 63 INFO tempest.lib.common.rest_client [req-209bf885-bad9-48e0-b3d2-241b5ede47d5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.238s 2018-08-20 21:05:15.566 63 DEBUG tempest.lib.common.rest_client [req-209bf885-bad9-48e0-b3d2-241b5ede47d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-2001723311 description", "name": "tempest-secgroup-smoke-2001723311"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:05:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-209bf885-bad9-48e0-b3d2-241b5ede47d5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2001723311 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:15Z", "updated_at": "2018-08-20T21:05:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:15Z", "revision_number": 0, "id": "3bee84e7-c787-4140-a466-69d73692fdae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:15Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:15Z", "revision_number": 0, "id": "64df6443-28d7-4962-b820-e17c175e187a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:15Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e949d44c-475c-40c7-be18-8d917b889d85", "name": "tempest-secgroup-smoke-2001723311"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:15.793 63 INFO tempest.lib.common.rest_client [req-d973cdb6-8017-4cc8-8cf9-103e5baab00b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 21:05:15.794 63 DEBUG tempest.lib.common.rest_client [req-d973cdb6-8017-4cc8-8cf9-103e5baab00b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d973cdb6-8017-4cc8-8cf9-103e5baab00b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:15Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:15Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6c635051-8272-44cc-befc-1cf6b4b2fa03"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:16.206 63 INFO tempest.lib.common.rest_client [req-51715fd3-dd6b-424c-b724-83b9ed12452e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.412s 2018-08-20 21:05:16.207 63 DEBUG tempest.lib.common.rest_client [req-51715fd3-dd6b-424c-b724-83b9ed12452e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51715fd3-dd6b-424c-b724-83b9ed12452e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:16Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "78aaf610-f6cb-40ac-aec4-6a811153b47d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:16.651 63 INFO tempest.lib.common.rest_client [req-6617d36c-4e8b-42f9-bf49-14fcd39f471a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.443s 2018-08-20 21:05:16.652 63 DEBUG tempest.lib.common.rest_client [req-6617d36c-4e8b-42f9-bf49-14fcd39f471a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6617d36c-4e8b-42f9-bf49-14fcd39f471a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:16Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "80d02319-cf96-4bae-a661-4f553fa23bcd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:17.027 63 INFO tempest.lib.common.rest_client [req-3542e010-c24d-4aad-9364-f95a717e022d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.374s 2018-08-20 21:05:17.027 63 DEBUG tempest.lib.common.rest_client [req-3542e010-c24d-4aad-9364-f95a717e022d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3542e010-c24d-4aad-9364-f95a717e022d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:16Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "76022758-981e-459b-b1d8-de5372f81b1f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:17.190 63 INFO tempest.lib.common.rest_client [req-a94f4bb2-70df-4b1d-8c06-02959e1eef55 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.161s 2018-08-20 21:05:17.190 63 DEBUG tempest.lib.common.rest_client [req-a94f4bb2-70df-4b1d-8c06-02959e1eef55 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a94f4bb2-70df-4b1d-8c06-02959e1eef55'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "85484458-2293-4b0f-a5d4-dad815753125"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:17.368 63 INFO tempest.lib.common.rest_client [req-ca42fe04-63bd-47a3-80a1-15abc21fb0fc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.177s 2018-08-20 21:05:17.369 63 DEBUG tempest.lib.common.rest_client [req-ca42fe04-63bd-47a3-80a1-15abc21fb0fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca42fe04-63bd-47a3-80a1-15abc21fb0fc'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "28af8ef9-df9d-4967-b9dd-dd60392f0409"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:17.548 63 INFO tempest.lib.common.rest_client [req-ba1e54f5-c34a-45c5-bf24-8b5daff9f419 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.178s 2018-08-20 21:05:17.549 63 DEBUG tempest.lib.common.rest_client [req-ba1e54f5-c34a-45c5-bf24-8b5daff9f419 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba1e54f5-c34a-45c5-bf24-8b5daff9f419'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "355d5a95-ffb3-4ece-9893-d58fb83d43d6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:17.734 63 INFO tempest.lib.common.rest_client [req-1bd699a6-0884-4b76-ac2d-54e40a46bb9f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 21:05:17.734 63 DEBUG tempest.lib.common.rest_client [req-1bd699a6-0884-4b76-ac2d-54e40a46bb9f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1bd699a6-0884-4b76-ac2d-54e40a46bb9f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "cf802a52-b79b-453e-90b7-be732e127fe0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:18.008 63 INFO tempest.lib.common.rest_client [req-ca9d3c79-e89a-47ae-b849-a12f95c9db28 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/networks 0.272s 2018-08-20 21:05:18.009 63 DEBUG tempest.lib.common.rest_client [req-ca9d3c79-e89a-47ae-b849-a12f95c9db28 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-596510243"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca9d3c79-e89a-47ae-b849-a12f95c9db28'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","name":"tempest-A-596510243"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:18.984 63 INFO tempest.lib.common.rest_client [req-88ac61d6-d730-4c2e-bab1-e6ea58c65e69 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.974s 2018-08-20 21:05:18.984 63 DEBUG tempest.lib.common.rest_client [req-88ac61d6-d730-4c2e-bab1-e6ea58c65e69 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "name": "tempest-subnet-A-1-2071654379"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-88ac61d6-d730-4c2e-bab1-e6ea58c65e69'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:18Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:18Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"82d0387b-49c4-4eac-8cba-088b48137193","subnetpool_id":null,"name":"tempest-subnet-A-1-2071654379"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:19.642 63 INFO tempest.lib.common.rest_client [req-e241cc7a-279a-40c4-ae4d-cadd18493f69 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.656s 2018-08-20 21:05:19.643 63 DEBUG tempest.lib.common.rest_client [req-e241cc7a-279a-40c4-ae4d-cadd18493f69 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.12.0/24", "network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "name": "tempest-subnet-A-2-1579734048"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e241cc7a-279a-40c4-ae4d-cadd18493f69'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:19Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:19Z","gateway_ip":"10.101.12.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.12.2","end":"10.101.12.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.12.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"7d5f7b1a-db10-48a4-a08a-a0284d1ea8f0","subnetpool_id":null,"name":"tempest-subnet-A-2-1579734048"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:19.906 63 INFO tempest.lib.common.rest_client [req-f25a9626-13b9-4918-bd95-518d427acf0c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/networks 0.262s 2018-08-20 21:05:19.906 63 DEBUG tempest.lib.common.rest_client [req-f25a9626-13b9-4918-bd95-518d427acf0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-Bis-1568047354"}} Response - Headers: {'status': '201', u'content-length': '561', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f25a9626-13b9-4918-bd95-518d427acf0c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"dbb57b08-1507-419a-acc5-214119aa619b","name":"tempest-A-Bis-1568047354"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:20.566 63 INFO tempest.lib.common.rest_client [req-d91fbbf0-4ac2-4b74-b215-7f56232f043e ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.658s 2018-08-20 21:05:20.566 63 DEBUG tempest.lib.common.rest_client [req-d91fbbf0-4ac2-4b74-b215-7f56232f043e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "dbb57b08-1507-419a-acc5-214119aa619b", "name": "tempest-subnet-A-Bis-1-304700317"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d91fbbf0-4ac2-4b74-b215-7f56232f043e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbb57b08-1507-419a-acc5-214119aa619b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:20Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:20Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"0713c121-449b-4961-a5fe-3da6170034ad","subnetpool_id":null,"name":"tempest-subnet-A-Bis-1-304700317"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:21.211 63 INFO tempest.lib.common.rest_client [req-6303b0bf-aa10-4ba2-9642-b5ef39604501 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.643s 2018-08-20 21:05:21.212 63 DEBUG tempest.lib.common.rest_client [req-6303b0bf-aa10-4ba2-9642-b5ef39604501 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.12.0/24", "network_id": "dbb57b08-1507-419a-acc5-214119aa619b", "name": "tempest-subnet-A-Bis-2-105846171"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6303b0bf-aa10-4ba2-9642-b5ef39604501'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbb57b08-1507-419a-acc5-214119aa619b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:20Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:20Z","gateway_ip":"10.101.12.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.12.2","end":"10.101.12.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.12.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f8cb433f-6119-4d99-8986-2c3cb51182a4","subnetpool_id":null,"name":"tempest-subnet-A-Bis-2-105846171"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:21.747 63 INFO tempest.lib.common.rest_client [req-44f818b9-259b-4664-9461-c6d1e847901d ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.534s 2018-08-20 21:05:21.747 63 DEBUG tempest.lib.common.rest_client [req-44f818b9-259b-4664-9461-c6d1e847901d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn-a", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '332', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:05:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44f818b9-259b-4664-9461-c6d1e847901d'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "fc777782-76cd-4b35-aeff-a10f884b410c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:22.329 63 INFO tempest.lib.common.rest_client [req-6662c554-f90c-4b4e-82be-7a80bc5ac37f ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.580s 2018-08-20 21:05:22.329 63 DEBUG tempest.lib.common.rest_client [req-6662c554-f90c-4b4e-82be-7a80bc5ac37f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_targets": ["64512:2"]}} Response - Headers: {'status': '201', u'content-length': '336', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:05:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6662c554-f90c-4b4e-82be-7a80bc5ac37f'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:2"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "b1808332-7d39-4a5a-b3cc-0393bdd1fab3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:22.656 63 INFO tempest.lib.common.rest_client [req-c6a9cea4-2aff-4200-8325-d320d8f7909e ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fc777782-76cd-4b35-aeff-a10f884b410c/network_associations 0.325s 2018-08-20 21:05:22.656 63 DEBUG tempest.lib.common.rest_client [req-c6a9cea4-2aff-4200-8325-d320d8f7909e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fc777782-76cd-4b35-aeff-a10f884b410c/network_associations', u'date': 'Mon, 20 Aug 2018 21:05:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6a9cea4-2aff-4200-8325-d320d8f7909e'} Body: {"network_association": {"network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "id": "fb788538-b3d8-4ae8-957e-debee979db79"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:23.105 63 INFO tempest.lib.common.rest_client [req-1d89f795-f7b0-4c9f-b245-5b8d48cde2b7 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1808332-7d39-4a5a-b3cc-0393bdd1fab3/network_associations 0.448s 2018-08-20 21:05:23.106 63 DEBUG tempest.lib.common.rest_client [req-1d89f795-f7b0-4c9f-b245-5b8d48cde2b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "dbb57b08-1507-419a-acc5-214119aa619b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1808332-7d39-4a5a-b3cc-0393bdd1fab3/network_associations', u'date': 'Mon, 20 Aug 2018 21:05:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1d89f795-f7b0-4c9f-b245-5b8d48cde2b7'} Body: {"network_association": {"network_id": "dbb57b08-1507-419a-acc5-214119aa619b", "id": "d2f7a41b-1a05-48ac-b110-28c81ae63da3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:23.571 63 INFO tempest.lib.common.rest_client [req-d53dddd3-240e-48f8-9445-c42cc9dcffbd ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.464s 2018-08-20 21:05:23.571 63 DEBUG tempest.lib.common.rest_client [req-d53dddd3-240e-48f8-9445-c42cc9dcffbd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-661332927"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d53dddd3-240e-48f8-9445-c42cc9dcffbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d53dddd3-240e-48f8-9445-c42cc9dcffbd'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJozAGoXU7+D7v9riwhppL3t1hvkqXwnZ7DRB/pIosXqcPLfPJr9iiuBvTwzhBJMkKBt46FeQZ7IAqMxYRhCZnfiBKGbZoRO7eujjRiTbA442a16//u0v959LQBjUnc0+N+nTgdrVeJ2TMVayhUEw48toInkNpK+/iABsVdzBLmyFOcELZ2hwI8sVDyw3KXx1RsBPchTqC44QYS2TFP61dfwRB0vK7jfk+jGEBe+1I823PLJ/D+KjPj6rCIyZ09ibdj2gJVC1xg+TWctoTMgs5GBXONP3Wq3ljNMo1XsIATV/lqq+C/pCpP8U7Ene9pvsKkun7QawqmjtPNhY0dlll Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAyaMwBqF1O/g+7/a4sIaaS97dYb5Kl8J2ew0Qf6SKLF6nDy3z\nya/Yorgb08M4QSTJCgbeOhXkGeyAKjMWEYQmZ34gShm2aETu3ro40Yk2wOONmtev\n/7tL/efS0AY1J3NPjfp04Ha1XidkzFWsoVBMOPLaCJ5DaSvv4gAbFXcwS5shTnBC\n2docCPLFQ8sNyl8dUbAT3IU6guOEGEtkxT+tXX8EQdLyu435PoxhAXvtSPNtzyyf\nw/ioz4+qwiMmdPYm3Y9oCVQtcYPk1nLaEzILORgVzjT91qt5YzTKNV7CAE1f5aqv\ngv6QqT/FOxJ3vab7CpLp+0GsKpo7TzYWNHZZZQIDAQABAoIBABtSMT+0wN3PVTfO\nhlfk5SNCn1yPHCxT/RnPO10QPmikqp4z68R4PzJNH/ghi43IHjVtmM7mCHI6yWLu\naR8WeN2tCVMBCOY38OXc9bXukayxKI7CiuZrynAs6TOmo60kwrLKLOv9KbYIQHAv\na6Sv7KQKw+BHEXs+qNJGkWTnMXQM43SFrOgb2FKa7rVXyeVWrt697HUQtzUcfC64\n/nkd3PV0eoLgJ6m96BV4s2b2OB0YkeHA2TxR36kB8CbI6kWcLFi2bbVI+uX5Hwjr\npe7KDcDYlDL1E6eYZZNCTddaY6mlPfq7x81b5sMLrbtIfPDUl4iPnNYYyJs7WWF9\n7Jnd2EECgYEA41/JpwZvLUSA6eSEAdoPr7NRMNuB25WWpB7I5oFa3ha63KPcRuXG\nCDyOU87y244ByPYa1vcaJnOC7KV8Eu48XvaNRaOJXZlw9+LzTCmSa/wTRAUAquEk\no7eBd4Tj0XXkECHGwFIXZnvpo/b8IxPPSm4HXemgTnBm9jmmh+0gTKsCgYEA4wXp\nc0x6JFF/MhTTwNYAbmJ/xlHQvVFJm9icZ5pBWRkPV2BO7fitIroDVLPfWg19b4FZ\n4rZois9RqvLgtBZ0EvJ1udCcrjO/wRKOWQclBrU5uBWBoBXtxwkb/2JKMIonl7j/\n/4hvlEwrq+en2ikbQRF/3CnqSGTAvnysNX3s0i8CgYEAvialZeGjqJ/Zj8FkBIhx\nBedYxxtMBm+bg7WbHeqgK4umyk7fMQuICetavAweXi7snzvyRkRwwidoHrBmiw5h\nvqlCjDKv9m8UYrqR7ef2ZAhztDba0A1pruEQjPu96rZE/JjCtqPwneyTAGTViCBR\nA1XxI0D2p6Ko+NJNyu8sS/ECgYEAktSZB8R33xOCs856omcGwl4cjBUQb9GqTQzN\nI8jF6S1nGbklc4551FMAooDvvVuqPDsp+pLFjLnH9Uu+/1riWfrNH5AINjcsF2C8\nBmKzlOITYbcvLm3gavG+VO+qUjiYoO27TPdeS0j0metrSZN6mBwMWUYWzBm1+73A\n15wJVmsCgYAkqMcTzcI4ybgUKOqzUYYzdAbuqp3ZIQSMZxK958/VuOCYfY0dMq2J\nOZ950MlxXw204L+nVZIZDHDuPJx3P6UwWgXdzw37X8vDFsEa6dAw2WaCVqqg+GPv\nVJFIH5+BHxgSllpB6LHZpgGgupNrG1Am+bzYWemVqSrZLk8/o4eFKg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-661332927", "fingerprint": "5f:06:00:44:5d:de:34:18:51:98:fe:01:e5:7c:ed:34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:24.959 63 INFO tempest.lib.common.rest_client [req-720a87cd-7382-48ca-97e3-f8124a6eb36d ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/ports 1.384s 2018-08-20 21:05:24.963 63 DEBUG tempest.lib.common.rest_client [req-720a87cd-7382-48ca-97e3-f8124a6eb36d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-831441168", "security_groups": ["e949d44c-475c-40c7-be18-8d917b889d85"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:05:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-720a87cd-7382-48ca-97e3-f8124a6eb36d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:05:24Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:05:24Z","name":"tempest-port-smoke-831441168","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:30:a5:40","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"82d0387b-49c4-4eac-8cba-088b48137193","ip_address":"10.101.11.10"}],"id":"09972dba-09fe-464d-8bf9-703333977553","security_groups":["e949d44c-475c-40c7-be18-8d917b889d85"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:29.017 63 INFO tempest.lib.common.rest_client [req-bfe76592-83bd-41ee-ae8e-191bd3d8fdb9 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.23:8774/v2.1/servers 4.049s 2018-08-20 21:05:29.018 63 DEBUG tempest.lib.common.rest_client [req-bfe76592-83bd-41ee-ae8e-191bd3d8fdb9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-661332927", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "port": "09972dba-09fe-464d-8bf9-703333977553"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-bfe76592-83bd-41ee-ae8e-191bd3d8fdb9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bfe76592-83bd-41ee-ae8e-191bd3d8fdb9'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1adbf5e9-922a-41f8-958f-628ae4d705a4", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "bookmark"}], "adminPass": "dz32Hm8Vtr7o"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:29.393 63 INFO tempest.lib.common.rest_client [req-056aac32-0e96-4747-bcbd-78c3a07a7286 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.367s 2018-08-20 21:05:29.394 63 DEBUG tempest.lib.common.rest_client [req-056aac32-0e96-4747-bcbd-78c3a07a7286 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-056aac32-0e96-4747-bcbd-78c3a07a7286', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-056aac32-0e96-4747-bcbd-78c3a07a7286'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1adbf5e9-922a-41f8-958f-628ae4d705a4", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:05:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661332927", "name": "server-1", "created": "2018-08-20T21:05:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:30.711 63 INFO tempest.lib.common.rest_client [req-81e29792-75d4-4927-86bd-bb9143590c7d ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.301s 2018-08-20 21:05:30.711 63 DEBUG tempest.lib.common.rest_client [req-81e29792-75d4-4927-86bd-bb9143590c7d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1334', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-81e29792-75d4-4927-86bd-bb9143590c7d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81e29792-75d4-4927-86bd-bb9143590c7d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1adbf5e9-922a-41f8-958f-628ae4d705a4", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:05:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661332927", "name": "server-1", "created": "2018-08-20T21:05:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:05:29Z"}, "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:30.726 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2018-08-20 21:05:31.394 63 INFO tempest.lib.common.rest_client [req-2294e596-bdee-494f-978c-9381c6e79de8 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 204 DELETE http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.667s 2018-08-20 21:05:31.395 63 DEBUG tempest.lib.common.rest_client [req-2294e596-bdee-494f-978c-9381c6e79de8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-2294e596-bdee-494f-978c-9381c6e79de8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2294e596-bdee-494f-978c-9381c6e79de8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:31.438 63 INFO tempest.lib.common.rest_client [req-91365d70-ad2c-406e-9d54-5a95ee4f08a2 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 404 GET http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.043s 2018-08-20 21:05:31.439 63 DEBUG tempest.lib.common.rest_client [req-91365d70-ad2c-406e-9d54-5a95ee4f08a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-91365d70-ad2c-406e-9d54-5a95ee4f08a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-91365d70-ad2c-406e-9d54-5a95ee4f08a2'} Body: {"itemNotFound": {"message": "Instance 1adbf5e9-922a-41f8-958f-628ae4d705a4 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:32.343 63 INFO tempest.lib.common.rest_client [req-ebce3ee3-eb5e-434e-8203-7fed3a2b5f39 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/09972dba-09fe-464d-8bf9-703333977553 0.902s 2018-08-20 21:05:32.344 63 DEBUG tempest.lib.common.rest_client [req-ebce3ee3-eb5e-434e-8203-7fed3a2b5f39 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/09972dba-09fe-464d-8bf9-703333977553', u'date': 'Mon, 20 Aug 2018 21:05:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ebce3ee3-eb5e-434e-8203-7fed3a2b5f39'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:32.423 63 INFO tempest.lib.common.rest_client [req-6dbd75df-24ce-40ea-a9e0-ead652ab0f13 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661332927 0.078s 2018-08-20 21:05:32.423 63 DEBUG tempest.lib.common.rest_client [req-6dbd75df-24ce-40ea-a9e0-ead652ab0f13 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661332927', u'x-compute-request-id': 'req-6dbd75df-24ce-40ea-a9e0-ead652ab0f13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6dbd75df-24ce-40ea-a9e0-ead652ab0f13'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:35.129 63 INFO tempest.lib.common.rest_client [req-6317f75a-899c-4d65-9e76-848d4c4a1ea9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/f8cb433f-6119-4d99-8986-2c3cb51182a4 2.704s 2018-08-20 21:05:35.129 63 DEBUG tempest.lib.common.rest_client [req-6317f75a-899c-4d65-9e76-848d4c4a1ea9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/f8cb433f-6119-4d99-8986-2c3cb51182a4', u'date': 'Mon, 20 Aug 2018 21:05:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6317f75a-899c-4d65-9e76-848d4c4a1ea9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:37.670 63 INFO tempest.lib.common.rest_client [req-f5200884-8523-4b2e-bcf1-d30e5aef2266 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/0713c121-449b-4961-a5fe-3da6170034ad 2.540s 2018-08-20 21:05:37.671 63 DEBUG tempest.lib.common.rest_client [req-f5200884-8523-4b2e-bcf1-d30e5aef2266 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/0713c121-449b-4961-a5fe-3da6170034ad', u'date': 'Mon, 20 Aug 2018 21:05:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f5200884-8523-4b2e-bcf1-d30e5aef2266'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:39.662 63 INFO tempest.lib.common.rest_client [req-6431e2ae-b44d-497b-b857-7db0915018d1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/dbb57b08-1507-419a-acc5-214119aa619b 1.989s 2018-08-20 21:05:39.662 63 DEBUG tempest.lib.common.rest_client [req-6431e2ae-b44d-497b-b857-7db0915018d1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/dbb57b08-1507-419a-acc5-214119aa619b', u'date': 'Mon, 20 Aug 2018 21:05:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6431e2ae-b44d-497b-b857-7db0915018d1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:42.157 63 INFO tempest.lib.common.rest_client [req-65f35947-3fa5-47a0-84a8-12b7c3990a00 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/7d5f7b1a-db10-48a4-a08a-a0284d1ea8f0 2.493s 2018-08-20 21:05:42.157 63 DEBUG tempest.lib.common.rest_client [req-65f35947-3fa5-47a0-84a8-12b7c3990a00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/7d5f7b1a-db10-48a4-a08a-a0284d1ea8f0', u'date': 'Mon, 20 Aug 2018 21:05:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-65f35947-3fa5-47a0-84a8-12b7c3990a00'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:44.785 63 INFO tempest.lib.common.rest_client [req-a78e6c08-6903-4e6f-a5c1-61359a670c08 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/82d0387b-49c4-4eac-8cba-088b48137193 2.627s 2018-08-20 21:05:44.786 63 DEBUG tempest.lib.common.rest_client [req-a78e6c08-6903-4e6f-a5c1-61359a670c08 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/82d0387b-49c4-4eac-8cba-088b48137193', u'date': 'Mon, 20 Aug 2018 21:05:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a78e6c08-6903-4e6f-a5c1-61359a670c08'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:47.153 63 INFO tempest.lib.common.rest_client [req-4e0d3427-216c-4e49-b831-9b33a0e468a8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3c23c32f-3c0d-4643-8511-a70cf119f9f3 2.366s 2018-08-20 21:05:47.154 63 DEBUG tempest.lib.common.rest_client [req-4e0d3427-216c-4e49-b831-9b33a0e468a8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3c23c32f-3c0d-4643-8511-a70cf119f9f3', u'date': 'Mon, 20 Aug 2018 21:05:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4e0d3427-216c-4e49-b831-9b33a0e468a8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:47.400 63 INFO tempest.lib.common.rest_client [req-b6aed190-3509-438c-a636-a4be389e6d0e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/e949d44c-475c-40c7-be18-8d917b889d85 0.244s 2018-08-20 21:05:47.400 63 DEBUG tempest.lib.common.rest_client [req-b6aed190-3509-438c-a636-a4be389e6d0e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/e949d44c-475c-40c7-be18-8d917b889d85', u'date': 'Mon, 20 Aug 2018 21:05:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b6aed190-3509-438c-a636-a4be389e6d0e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_tenant_separation_and_local_connectivity [32.074200s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 539, in test_bgpvpn_tenant_separation_and_local_connectivity [self.networks[NET_A], IP_A_S1_3]]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 964, in _create_servers security_group_ids, self.os_primary, port_security) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 943, in _create_server clients, wait_until='ACTIVE', name=name, **create_server_kwargs) File "/src/tempest/tempest/common/compute.py", line 258, in create_test_server server['id']) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/src/tempest/tempest/common/compute.py", line 229, in create_test_server clients.servers_client, server['id'], wait_until) File "/src/tempest/tempest/common/waiters.py", line 76, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server 1adbf5e9-922a-41f8-958f-628ae4d705a4 failed to build and is in ERROR status Details: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-20T21:05:29Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:05:15,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.238s 2018-08-20 21:05:15,566 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-2001723311 description", "name": "tempest-secgroup-smoke-2001723311"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:05:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-209bf885-bad9-48e0-b3d2-241b5ede47d5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2001723311 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:15Z", "updated_at": "2018-08-20T21:05:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:15Z", "revision_number": 0, "id": "3bee84e7-c787-4140-a466-69d73692fdae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:15Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:15Z", "revision_number": 0, "id": "64df6443-28d7-4962-b820-e17c175e187a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:15Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e949d44c-475c-40c7-be18-8d917b889d85", "name": "tempest-secgroup-smoke-2001723311"}} 2018-08-20 21:05:15,793 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 21:05:15,794 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d973cdb6-8017-4cc8-8cf9-103e5baab00b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:15Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:15Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6c635051-8272-44cc-befc-1cf6b4b2fa03"}} 2018-08-20 21:05:16,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.412s 2018-08-20 21:05:16,207 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51715fd3-dd6b-424c-b724-83b9ed12452e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:16Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "78aaf610-f6cb-40ac-aec4-6a811153b47d"}} 2018-08-20 21:05:16,651 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.443s 2018-08-20 21:05:16,652 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6617d36c-4e8b-42f9-bf49-14fcd39f471a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:16Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "80d02319-cf96-4bae-a661-4f553fa23bcd"}} 2018-08-20 21:05:17,027 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.374s 2018-08-20 21:05:17,027 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3542e010-c24d-4aad-9364-f95a717e022d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:16Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "76022758-981e-459b-b1d8-de5372f81b1f"}} 2018-08-20 21:05:17,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.161s 2018-08-20 21:05:17,190 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a94f4bb2-70df-4b1d-8c06-02959e1eef55'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "85484458-2293-4b0f-a5d4-dad815753125"}} 2018-08-20 21:05:17,368 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.177s 2018-08-20 21:05:17,369 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca42fe04-63bd-47a3-80a1-15abc21fb0fc'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "28af8ef9-df9d-4967-b9dd-dd60392f0409"}} 2018-08-20 21:05:17,548 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.178s 2018-08-20 21:05:17,549 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba1e54f5-c34a-45c5-bf24-8b5daff9f419'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "355d5a95-ffb3-4ece-9893-d58fb83d43d6"}} 2018-08-20 21:05:17,734 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 21:05:17,734 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1bd699a6-0884-4b76-ac2d-54e40a46bb9f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "cf802a52-b79b-453e-90b7-be732e127fe0"}} 2018-08-20 21:05:18,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/networks 0.272s 2018-08-20 21:05:18,009 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-596510243"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca9d3c79-e89a-47ae-b849-a12f95c9db28'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","name":"tempest-A-596510243"}} 2018-08-20 21:05:18,984 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.974s 2018-08-20 21:05:18,984 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "name": "tempest-subnet-A-1-2071654379"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-88ac61d6-d730-4c2e-bab1-e6ea58c65e69'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:18Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:18Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"82d0387b-49c4-4eac-8cba-088b48137193","subnetpool_id":null,"name":"tempest-subnet-A-1-2071654379"}} 2018-08-20 21:05:19,642 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.656s 2018-08-20 21:05:19,643 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.12.0/24", "network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "name": "tempest-subnet-A-2-1579734048"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e241cc7a-279a-40c4-ae4d-cadd18493f69'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:19Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:19Z","gateway_ip":"10.101.12.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.12.2","end":"10.101.12.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.12.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"7d5f7b1a-db10-48a4-a08a-a0284d1ea8f0","subnetpool_id":null,"name":"tempest-subnet-A-2-1579734048"}} 2018-08-20 21:05:19,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/networks 0.262s 2018-08-20 21:05:19,906 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-Bis-1568047354"}} Response - Headers: {'status': '201', u'content-length': '561', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f25a9626-13b9-4918-bd95-518d427acf0c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"dbb57b08-1507-419a-acc5-214119aa619b","name":"tempest-A-Bis-1568047354"}} 2018-08-20 21:05:20,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.658s 2018-08-20 21:05:20,566 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "dbb57b08-1507-419a-acc5-214119aa619b", "name": "tempest-subnet-A-Bis-1-304700317"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d91fbbf0-4ac2-4b74-b215-7f56232f043e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbb57b08-1507-419a-acc5-214119aa619b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:20Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:20Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"0713c121-449b-4961-a5fe-3da6170034ad","subnetpool_id":null,"name":"tempest-subnet-A-Bis-1-304700317"}} 2018-08-20 21:05:21,211 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.643s 2018-08-20 21:05:21,212 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.12.0/24", "network_id": "dbb57b08-1507-419a-acc5-214119aa619b", "name": "tempest-subnet-A-Bis-2-105846171"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6303b0bf-aa10-4ba2-9642-b5ef39604501'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbb57b08-1507-419a-acc5-214119aa619b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:20Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:20Z","gateway_ip":"10.101.12.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.12.2","end":"10.101.12.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.12.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f8cb433f-6119-4d99-8986-2c3cb51182a4","subnetpool_id":null,"name":"tempest-subnet-A-Bis-2-105846171"}} 2018-08-20 21:05:21,747 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.534s 2018-08-20 21:05:21,747 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn-a", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '332', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:05:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44f818b9-259b-4664-9461-c6d1e847901d'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "fc777782-76cd-4b35-aeff-a10f884b410c"}} 2018-08-20 21:05:22,329 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.580s 2018-08-20 21:05:22,329 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_targets": ["64512:2"]}} Response - Headers: {'status': '201', u'content-length': '336', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:05:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6662c554-f90c-4b4e-82be-7a80bc5ac37f'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:2"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "b1808332-7d39-4a5a-b3cc-0393bdd1fab3"}} 2018-08-20 21:05:22,656 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fc777782-76cd-4b35-aeff-a10f884b410c/network_associations 0.325s 2018-08-20 21:05:22,656 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fc777782-76cd-4b35-aeff-a10f884b410c/network_associations', u'date': 'Mon, 20 Aug 2018 21:05:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6a9cea4-2aff-4200-8325-d320d8f7909e'} Body: {"network_association": {"network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "id": "fb788538-b3d8-4ae8-957e-debee979db79"}} 2018-08-20 21:05:23,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1808332-7d39-4a5a-b3cc-0393bdd1fab3/network_associations 0.448s 2018-08-20 21:05:23,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "dbb57b08-1507-419a-acc5-214119aa619b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1808332-7d39-4a5a-b3cc-0393bdd1fab3/network_associations', u'date': 'Mon, 20 Aug 2018 21:05:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1d89f795-f7b0-4c9f-b245-5b8d48cde2b7'} Body: {"network_association": {"network_id": "dbb57b08-1507-419a-acc5-214119aa619b", "id": "d2f7a41b-1a05-48ac-b110-28c81ae63da3"}} 2018-08-20 21:05:23,571 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.464s 2018-08-20 21:05:23,571 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-661332927"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d53dddd3-240e-48f8-9445-c42cc9dcffbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d53dddd3-240e-48f8-9445-c42cc9dcffbd'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJozAGoXU7+D7v9riwhppL3t1hvkqXwnZ7DRB/pIosXqcPLfPJr9iiuBvTwzhBJMkKBt46FeQZ7IAqMxYRhCZnfiBKGbZoRO7eujjRiTbA442a16//u0v959LQBjUnc0+N+nTgdrVeJ2TMVayhUEw48toInkNpK+/iABsVdzBLmyFOcELZ2hwI8sVDyw3KXx1RsBPchTqC44QYS2TFP61dfwRB0vK7jfk+jGEBe+1I823PLJ/D+KjPj6rCIyZ09ibdj2gJVC1xg+TWctoTMgs5GBXONP3Wq3ljNMo1XsIATV/lqq+C/pCpP8U7Ene9pvsKkun7QawqmjtPNhY0dlll Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAyaMwBqF1O/g+7/a4sIaaS97dYb5Kl8J2ew0Qf6SKLF6nDy3z\nya/Yorgb08M4QSTJCgbeOhXkGeyAKjMWEYQmZ34gShm2aETu3ro40Yk2wOONmtev\n/7tL/efS0AY1J3NPjfp04Ha1XidkzFWsoVBMOPLaCJ5DaSvv4gAbFXcwS5shTnBC\n2docCPLFQ8sNyl8dUbAT3IU6guOEGEtkxT+tXX8EQdLyu435PoxhAXvtSPNtzyyf\nw/ioz4+qwiMmdPYm3Y9oCVQtcYPk1nLaEzILORgVzjT91qt5YzTKNV7CAE1f5aqv\ngv6QqT/FOxJ3vab7CpLp+0GsKpo7TzYWNHZZZQIDAQABAoIBABtSMT+0wN3PVTfO\nhlfk5SNCn1yPHCxT/RnPO10QPmikqp4z68R4PzJNH/ghi43IHjVtmM7mCHI6yWLu\naR8WeN2tCVMBCOY38OXc9bXukayxKI7CiuZrynAs6TOmo60kwrLKLOv9KbYIQHAv\na6Sv7KQKw+BHEXs+qNJGkWTnMXQM43SFrOgb2FKa7rVXyeVWrt697HUQtzUcfC64\n/nkd3PV0eoLgJ6m96BV4s2b2OB0YkeHA2TxR36kB8CbI6kWcLFi2bbVI+uX5Hwjr\npe7KDcDYlDL1E6eYZZNCTddaY6mlPfq7x81b5sMLrbtIfPDUl4iPnNYYyJs7WWF9\n7Jnd2EECgYEA41/JpwZvLUSA6eSEAdoPr7NRMNuB25WWpB7I5oFa3ha63KPcRuXG\nCDyOU87y244ByPYa1vcaJnOC7KV8Eu48XvaNRaOJXZlw9+LzTCmSa/wTRAUAquEk\no7eBd4Tj0XXkECHGwFIXZnvpo/b8IxPPSm4HXemgTnBm9jmmh+0gTKsCgYEA4wXp\nc0x6JFF/MhTTwNYAbmJ/xlHQvVFJm9icZ5pBWRkPV2BO7fitIroDVLPfWg19b4FZ\n4rZois9RqvLgtBZ0EvJ1udCcrjO/wRKOWQclBrU5uBWBoBXtxwkb/2JKMIonl7j/\n/4hvlEwrq+en2ikbQRF/3CnqSGTAvnysNX3s0i8CgYEAvialZeGjqJ/Zj8FkBIhx\nBedYxxtMBm+bg7WbHeqgK4umyk7fMQuICetavAweXi7snzvyRkRwwidoHrBmiw5h\nvqlCjDKv9m8UYrqR7ef2ZAhztDba0A1pruEQjPu96rZE/JjCtqPwneyTAGTViCBR\nA1XxI0D2p6Ko+NJNyu8sS/ECgYEAktSZB8R33xOCs856omcGwl4cjBUQb9GqTQzN\nI8jF6S1nGbklc4551FMAooDvvVuqPDsp+pLFjLnH9Uu+/1riWfrNH5AINjcsF2C8\nBmKzlOITYbcvLm3gavG+VO+qUjiYoO27TPdeS0j0metrSZN6mBwMWUYWzBm1+73A\n15wJVmsCgYAkqMcTzcI4ybgUKOqzUYYzdAbuqp3ZIQSMZxK958/VuOCYfY0dMq2J\nOZ950MlxXw204L+nVZIZDHDuPJx3P6UwWgXdzw37X8vDFsEa6dAw2WaCVqqg+GPv\nVJFIH5+BHxgSllpB6LHZpgGgupNrG1Am+bzYWemVqSrZLk8/o4eFKg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-661332927", "fingerprint": "5f:06:00:44:5d:de:34:18:51:98:fe:01:e5:7c:ed:34"}} 2018-08-20 21:05:24,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/ports 1.384s 2018-08-20 21:05:24,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-831441168", "security_groups": ["e949d44c-475c-40c7-be18-8d917b889d85"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:05:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-720a87cd-7382-48ca-97e3-f8124a6eb36d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:05:24Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:05:24Z","name":"tempest-port-smoke-831441168","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:30:a5:40","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"82d0387b-49c4-4eac-8cba-088b48137193","ip_address":"10.101.11.10"}],"id":"09972dba-09fe-464d-8bf9-703333977553","security_groups":["e949d44c-475c-40c7-be18-8d917b889d85"],"device_id":""}} 2018-08-20 21:05:29,017 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.23:8774/v2.1/servers 4.049s 2018-08-20 21:05:29,018 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-661332927", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "port": "09972dba-09fe-464d-8bf9-703333977553"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-bfe76592-83bd-41ee-ae8e-191bd3d8fdb9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bfe76592-83bd-41ee-ae8e-191bd3d8fdb9'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1adbf5e9-922a-41f8-958f-628ae4d705a4", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "bookmark"}], "adminPass": "dz32Hm8Vtr7o"}} 2018-08-20 21:05:29,393 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.367s 2018-08-20 21:05:29,394 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-056aac32-0e96-4747-bcbd-78c3a07a7286', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-056aac32-0e96-4747-bcbd-78c3a07a7286'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1adbf5e9-922a-41f8-958f-628ae4d705a4", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:05:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661332927", "name": "server-1", "created": "2018-08-20T21:05:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:05:30,711 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.301s 2018-08-20 21:05:30,711 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1334', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-81e29792-75d4-4927-86bd-bb9143590c7d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81e29792-75d4-4927-86bd-bb9143590c7d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1adbf5e9-922a-41f8-958f-628ae4d705a4", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:05:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661332927", "name": "server-1", "created": "2018-08-20T21:05:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:05:29Z"}, "metadata": {}}} 2018-08-20 21:05:30,726 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2018-08-20 21:05:31,394 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 204 DELETE http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.667s 2018-08-20 21:05:31,395 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-2294e596-bdee-494f-978c-9381c6e79de8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2294e596-bdee-494f-978c-9381c6e79de8'} Body: 2018-08-20 21:05:31,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 404 GET http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.043s 2018-08-20 21:05:31,439 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-91365d70-ad2c-406e-9d54-5a95ee4f08a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-91365d70-ad2c-406e-9d54-5a95ee4f08a2'} Body: {"itemNotFound": {"message": "Instance 1adbf5e9-922a-41f8-958f-628ae4d705a4 could not be found.", "code": 404}} 2018-08-20 21:05:32,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/09972dba-09fe-464d-8bf9-703333977553 0.902s 2018-08-20 21:05:32,344 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/09972dba-09fe-464d-8bf9-703333977553', u'date': 'Mon, 20 Aug 2018 21:05:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ebce3ee3-eb5e-434e-8203-7fed3a2b5f39'} Body: 2018-08-20 21:05:32,423 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661332927 0.078s 2018-08-20 21:05:32,423 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661332927', u'x-compute-request-id': 'req-6dbd75df-24ce-40ea-a9e0-ead652ab0f13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6dbd75df-24ce-40ea-a9e0-ead652ab0f13'} Body: 2018-08-20 21:05:35,129 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/f8cb433f-6119-4d99-8986-2c3cb51182a4 2.704s 2018-08-20 21:05:35,129 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/f8cb433f-6119-4d99-8986-2c3cb51182a4', u'date': 'Mon, 20 Aug 2018 21:05:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6317f75a-899c-4d65-9e76-848d4c4a1ea9'} Body: 2018-08-20 21:05:37,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/0713c121-449b-4961-a5fe-3da6170034ad 2.540s 2018-08-20 21:05:37,671 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/0713c121-449b-4961-a5fe-3da6170034ad', u'date': 'Mon, 20 Aug 2018 21:05:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f5200884-8523-4b2e-bcf1-d30e5aef2266'} Body: 2018-08-20 21:05:39,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/dbb57b08-1507-419a-acc5-214119aa619b 1.989s 2018-08-20 21:05:39,662 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/dbb57b08-1507-419a-acc5-214119aa619b', u'date': 'Mon, 20 Aug 2018 21:05:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6431e2ae-b44d-497b-b857-7db0915018d1'} Body: 2018-08-20 21:05:42,157 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/7d5f7b1a-db10-48a4-a08a-a0284d1ea8f0 2.493s 2018-08-20 21:05:42,157 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/7d5f7b1a-db10-48a4-a08a-a0284d1ea8f0', u'date': 'Mon, 20 Aug 2018 21:05:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-65f35947-3fa5-47a0-84a8-12b7c3990a00'} Body: 2018-08-20 21:05:44,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/82d0387b-49c4-4eac-8cba-088b48137193 2.627s 2018-08-20 21:05:44,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/82d0387b-49c4-4eac-8cba-088b48137193', u'date': 'Mon, 20 Aug 2018 21:05:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a78e6c08-6903-4e6f-a5c1-61359a670c08'} Body: 2018-08-20 21:05:47,153 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3c23c32f-3c0d-4643-8511-a70cf119f9f3 2.366s 2018-08-20 21:05:47,154 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3c23c32f-3c0d-4643-8511-a70cf119f9f3', u'date': 'Mon, 20 Aug 2018 21:05:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4e0d3427-216c-4e49-b831-9b33a0e468a8'} Body: 2018-08-20 21:05:47,400 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/e949d44c-475c-40c7-be18-8d917b889d85 0.244s 2018-08-20 21:05:47,400 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/e949d44c-475c-40c7-be18-8d917b889d85', u'date': 'Mon, 20 Aug 2018 21:05:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b6aed190-3509-438c-a636-a4be389e6d0e'} Body: 2018-08-20 21:05:47.669 63 INFO tempest.lib.common.rest_client [req-5186ae95-2bbc-48e4-9e1c-c70a7a2eba5a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.250s 2018-08-20 21:05:47.670 63 DEBUG tempest.lib.common.rest_client [req-5186ae95-2bbc-48e4-9e1c-c70a7a2eba5a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-311401068 description", "name": "tempest-secgroup-smoke-311401068"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:05:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5186ae95-2bbc-48e4-9e1c-c70a7a2eba5a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-311401068 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:47Z", "updated_at": "2018-08-20T21:05:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:47Z", "revision_number": 0, "id": "18d56b91-3526-4562-9160-9d5c442b534c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:47Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:47Z", "revision_number": 0, "id": "491909d2-ae15-4ebc-8671-552d6564876d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:47Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "name": "tempest-secgroup-smoke-311401068"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:48.268 63 INFO tempest.lib.common.rest_client [req-1ad4c5b7-a6a7-447a-bf0c-a96937069162 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.597s 2018-08-20 21:05:48.268 63 DEBUG tempest.lib.common.rest_client [req-1ad4c5b7-a6a7-447a-bf0c-a96937069162 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ad4c5b7-a6a7-447a-bf0c-a96937069162'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dae09f6f-26d9-4888-a901-b5a53dfc7153"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:48.465 63 INFO tempest.lib.common.rest_client [req-589131d4-c183-4df3-8c94-9f6d9677a1a2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.195s 2018-08-20 21:05:48.466 63 DEBUG tempest.lib.common.rest_client [req-589131d4-c183-4df3-8c94-9f6d9677a1a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-589131d4-c183-4df3-8c94-9f6d9677a1a2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "55956085-decf-4cc1-9105-b1cd857cba94"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:48.656 63 INFO tempest.lib.common.rest_client [req-a838b12e-53ef-4308-b0f4-fd92aa5053ef ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-20 21:05:48.656 63 DEBUG tempest.lib.common.rest_client [req-a838b12e-53ef-4308-b0f4-fd92aa5053ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a838b12e-53ef-4308-b0f4-fd92aa5053ef'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c9e86bb9-1204-45be-a9bf-e94e11a2be3c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:48.817 63 INFO tempest.lib.common.rest_client [req-3020febd-9bb8-4d11-b98e-1887c5667319 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.159s 2018-08-20 21:05:48.817 63 DEBUG tempest.lib.common.rest_client [req-3020febd-9bb8-4d11-b98e-1887c5667319 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3020febd-9bb8-4d11-b98e-1887c5667319'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "d990f6f1-20b1-4650-b1ab-135411da442f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:49.249 63 INFO tempest.lib.common.rest_client [req-06ae8bbf-3ef8-41b3-b03f-0818492b7894 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.430s 2018-08-20 21:05:49.249 63 DEBUG tempest.lib.common.rest_client [req-06ae8bbf-3ef8-41b3-b03f-0818492b7894 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06ae8bbf-3ef8-41b3-b03f-0818492b7894'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "251a6719-c43a-4e65-8245-4c1c3d3f1342"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:49.669 63 INFO tempest.lib.common.rest_client [req-127b31cc-0e2d-467c-9308-1ea483268395 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.418s 2018-08-20 21:05:49.669 63 DEBUG tempest.lib.common.rest_client [req-127b31cc-0e2d-467c-9308-1ea483268395 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-127b31cc-0e2d-467c-9308-1ea483268395'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c9576d60-379d-4d7d-88e3-0f6a850ee05b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:49.883 63 INFO tempest.lib.common.rest_client [req-417af05f-036c-4872-ab30-eb303ebd2548 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.212s 2018-08-20 21:05:49.883 63 DEBUG tempest.lib.common.rest_client [req-417af05f-036c-4872-ab30-eb303ebd2548 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-417af05f-036c-4872-ab30-eb303ebd2548'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "49b63a27-b024-4483-912b-04bc7d5e6cc5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:50.051 63 INFO tempest.lib.common.rest_client [req-308decbe-3e92-4ff9-9703-5bb0a91b8260 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.166s 2018-08-20 21:05:50.052 63 DEBUG tempest.lib.common.rest_client [req-308decbe-3e92-4ff9-9703-5bb0a91b8260 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-308decbe-3e92-4ff9-9703-5bb0a91b8260'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dad7f105-253e-4f0a-b158-85aced6e0473"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:50.390 63 INFO tempest.lib.common.rest_client [req-f5033d97-1f30-4b28-abb5-4a8cd698fcf2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.337s 2018-08-20 21:05:50.391 63 DEBUG tempest.lib.common.rest_client [req-f5033d97-1f30-4b28-abb5-4a8cd698fcf2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-705039132"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5033d97-1f30-4b28-abb5-4a8cd698fcf2'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"fb379e7a-201a-4a95-b31d-0e6a22a9479e","name":"tempest-A-705039132"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:51.061 63 INFO tempest.lib.common.rest_client [req-b1bc8e48-d139-4410-b00b-a2b9ec46e030 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.669s 2018-08-20 21:05:51.062 63 DEBUG tempest.lib.common.rest_client [req-b1bc8e48-d139-4410-b00b-a2b9ec46e030 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "name": "tempest-subnet-A-1-294340540"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1bc8e48-d139-4410-b00b-a2b9ec46e030'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb379e7a-201a-4a95-b31d-0e6a22a9479e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:50Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:50Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3c85254e-5cd8-44d3-9976-1b30b9cb52f3","subnetpool_id":null,"name":"tempest-subnet-A-1-294340540"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:51.570 63 INFO tempest.lib.common.rest_client [req-8c64c7d0-9fd2-46be-895b-d98d0da9752f ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.507s 2018-08-20 21:05:51.571 63 DEBUG tempest.lib.common.rest_client [req-8c64c7d0-9fd2-46be-895b-d98d0da9752f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-138387845"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c64c7d0-9fd2-46be-895b-d98d0da9752f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"fe8c59b9-3be8-4b87-871c-d181abd257f1","name":"tempest-B-138387845"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:52.301 63 INFO tempest.lib.common.rest_client [req-3cf1c029-d46a-4b79-acb0-b3e3d396de23 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.728s 2018-08-20 21:05:52.301 63 DEBUG tempest.lib.common.rest_client [req-3cf1c029-d46a-4b79-acb0-b3e3d396de23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "name": "tempest-subnet-B-1-1416406379"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cf1c029-d46a-4b79-acb0-b3e3d396de23'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe8c59b9-3be8-4b87-871c-d181abd257f1","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:51Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:51Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"8ea5fb4a-6125-4f2a-b20a-5b05111bb0de","subnetpool_id":null,"name":"tempest-subnet-B-1-1416406379"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:52.468 63 INFO tempest.lib.common.rest_client [req-fe40e264-3b16-4704-acec-c74446aca40c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.166s 2018-08-20 21:05:52.469 63 DEBUG tempest.lib.common.rest_client [req-fe40e264-3b16-4704-acec-c74446aca40c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-678727132"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fe40e264-3b16-4704-acec-c74446aca40c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fe40e264-3b16-4704-acec-c74446aca40c'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDI8cppz4EuOjpfXTaARYdDBASKXvMhA0pPrQXkMjU/vzGbH4YbqnXPRnVipy18Pc/v/nR/hApc2zafNFTzu7kFQxM+kiCyAHEwyBI9WP4k3ZxGEK3691A2yK9eqTmehs91BzT+eWRaVd8uc2rGDXE8Sf1N4sooGFOxuH/bJRg1icleFrYf/LxHClG5eIIGjaDLakgzZbO4OurFaTBfoYNKB25HuyxrsKEqiEprDdVdnsZahfWuPtou5HpsQUBPKfXd+/KreFPtztI4jqAZkatK+njcSUtqgjM5Gi86hQDi5sa3/Ymui2xWOusODXYTVS8waY2zWiMbDC/41x+bSkfv Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyPHKac+BLjo6X102gEWHQwQEil7zIQNKT60F5DI1P78xmx+G\nG6p1z0Z1YqctfD3P7/50f4QKXNs2nzRU87u5BUMTPpIgsgBxMMgSPVj+JN2cRhCt\n+vdQNsivXqk5nobPdQc0/nlkWlXfLnNqxg1xPEn9TeLKKBhTsbh/2yUYNYnJXha2\nH/y8RwpRuXiCBo2gy2pIM2WzuDrqxWkwX6GDSgduR7ssa7ChKohKaw3VXZ7GWoX1\nrj7aLuR6bEFATyn13fvyq3hT7c7SOI6gGZGrSvp43ElLaoIzORovOoUA4ubGt/2J\nrotsVjrrDg12E1UvMGmNs1ojGwwv+Ncfm0pH7wIDAQABAoIBAHAahIQ3Yag6j+o4\nBHnXUDjQ+v9/LUCTp1d//bNrV02zCqeyFI1GsebrNf3NqpCPo3wOh0vEjEt1eKmk\n9mfrqLMI0qmruFXV7U/7rkFPbql+gPqNv6ItazDFESFMY3rPVtnBJY16h8Pl+Fbf\nyQeo5C1wUcKr7YAk4jxZ4+qMbU8gC/sFWAKXwnq2euw9zqnWbFBmnHyUzHFJZxfj\nAmgATa51fS6pRZYjLj2LBTt8faRYTjSeUmNwQfs7sKzG1DzXiCpF5TvrWaa/8o/2\nosX+w7y8SY/C/kNiLVj3WIbMU7eKBRHvfBnzCnfOF+emaY+YF0bKLvg9FUWTR9qF\nny8Dk9ECgYEA8kLEINHNP/Sk//bpKZeVlNOV9CJN1KJeyqwe1dGAqWMg9aEKUUfg\nANsb65wNtQRAbpP/LgPjgOh8nM0k4stWu4h5dXp8d28aJtwwaT7+ypTq9XUAYHWf\nskTNRGIs81VbwyF4YUHY3djX+wjz2nIFMp0vi6suCYh9vGF/7wceTxMCgYEA1Fct\nwrEJ4ODjyd0pZJAmXqApC0SE/pCd2UJurVLN1wo1jVyGSIa3kjQbghDucib/du1T\nqOMfeS3GkqEBOB0VDUH8/v36hRyZaL8LBxVEH5Oueu5RWQlMiLC21IlNNeXzHNKi\nPj8GEjrWXxICVuZ+IuzBZYK3rWPWJ21KmkJ0kzUCgYARGpukQYu/LzOTCsitchFS\nf5m/schS8d/FaV+H8xGlY+VI0kTbNjrfdJjFCrCBDjrKU9KZWhbu2/soSueGx5pp\nBRqmK66r9AEhqzwTwinU/ayVBdyv8r4CpQ7k/BV2XJls7mkEXNTF3PBqvdgRnSk2\nyJg5wS0v6R4PdcbFhngiVwKBgBYMW1cM9P6hu2VZjpO/mAxZSwm9eqXINGu7xyw+\nHduHVtov0k2zl1oaCQUvZuL5g6tAp2Aw/TKi+yx8hVjjRC1VPcTocFvkBVXoCGga\n4DD7L7HaDx5UpdrHpqRZAWhoUR8cC/a0qpe3/kxu3UlSs6RCuy4kLZhWdoUvhwCP\nh/VFAoGBAJzZap/HegoG9MoSMIBsCmEBoxOhvXKSfUi/+AEtl7hCSjZoArmBZOgR\nZKUkDIyvSdgOGxz1hJvEKaggnACBClofdiGmKJIAWh+9I3druF4RINUdTOPRmDPJ\nyJTOrPYWdR90ZwJ5HbURWQGsVDvOBisBQQ2irs8K3TCjri58zI8o\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-678727132", "fingerprint": "37:ef:43:0f:f4:fc:79:31:03:e7:94:54:e3:b4:a3:18"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:53.972 63 INFO tempest.lib.common.rest_client [req-8df9ec8c-62cd-4e6f-a26d-d10a09cef2d2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 1.498s 2018-08-20 21:05:53.973 63 DEBUG tempest.lib.common.rest_client [req-8df9ec8c-62cd-4e6f-a26d-d10a09cef2d2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-6638157", "security_groups": ["62708b2c-90c4-4bcc-982a-ac9ad9866011"]}} Response - Headers: {'status': '201', u'content-length': '721', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:05:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8df9ec8c-62cd-4e6f-a26d-d10a09cef2d2'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:05:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb379e7a-201a-4a95-b31d-0e6a22a9479e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:05:53Z","name":"tempest-port-smoke-6638157","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9f:63:fb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"3c85254e-5cd8-44d3-9976-1b30b9cb52f3","ip_address":"10.101.11.10"}],"id":"1f713584-3f2c-4e13-85ef-84f585b29d25","security_groups":["62708b2c-90c4-4bcc-982a-ac9ad9866011"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:05:59.386 63 INFO tempest.lib.common.rest_client [req-97d04026-2bed-4fdb-ae78-adb95bae089e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 5.412s 2018-08-20 21:05:59.386 63 DEBUG tempest.lib.common.rest_client [req-97d04026-2bed-4fdb-ae78-adb95bae089e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-678727132", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "port": "1f713584-3f2c-4e13-85ef-84f585b29d25"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-97d04026-2bed-4fdb-ae78-adb95bae089e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97d04026-2bed-4fdb-ae78-adb95bae089e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "adminPass": "7QrdSZ6J3ZPm"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:00.023 63 INFO tempest.lib.common.rest_client [req-f0146cac-1b39-4017-8eee-992e1f3d53f6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.631s 2018-08-20 21:06:00.023 63 DEBUG tempest.lib.common.rest_client [req-f0146cac-1b39-4017-8eee-992e1f3d53f6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-f0146cac-1b39-4017-8eee-992e1f3d53f6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0146cac-1b39-4017-8eee-992e1f3d53f6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:05:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:01.371 63 INFO tempest.lib.common.rest_client [req-a3b56002-d975-42a1-9872-ba3421205161 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.333s 2018-08-20 21:06:01.372 63 DEBUG tempest.lib.common.rest_client [req-a3b56002-d975-42a1-9872-ba3421205161 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-a3b56002-d975-42a1-9872-ba3421205161', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3b56002-d975-42a1-9872-ba3421205161'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:02.735 63 INFO tempest.lib.common.rest_client [req-88b4a3b7-e4ad-475f-bae4-7658f5653220 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.345s 2018-08-20 21:06:02.736 63 DEBUG tempest.lib.common.rest_client [req-88b4a3b7-e4ad-475f-bae4-7658f5653220 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-88b4a3b7-e4ad-475f-bae4-7658f5653220', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88b4a3b7-e4ad-475f-bae4-7658f5653220'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:02Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:02.749 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-20 21:06:04.886 63 INFO tempest.lib.common.rest_client [req-350f4bf7-931f-47b9-b1d1-efd0e16f9ff4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 1.135s 2018-08-20 21:06:04.887 63 DEBUG tempest.lib.common.rest_client [req-350f4bf7-931f-47b9-b1d1-efd0e16f9ff4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-350f4bf7-931f-47b9-b1d1-efd0e16f9ff4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-350f4bf7-931f-47b9-b1d1-efd0e16f9ff4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:04.898 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:06:06.630 63 INFO tempest.lib.common.rest_client [req-89847a55-3c3c-4ab8-9c39-754863063d0a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.730s 2018-08-20 21:06:06.631 63 DEBUG tempest.lib.common.rest_client [req-89847a55-3c3c-4ab8-9c39-754863063d0a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-89847a55-3c3c-4ab8-9c39-754863063d0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89847a55-3c3c-4ab8-9c39-754863063d0a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:08.324 63 INFO tempest.lib.common.rest_client [req-29c5eed8-c09c-4314-94d1-f62b936bb37a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.678s 2018-08-20 21:06:08.324 63 DEBUG tempest.lib.common.rest_client [req-29c5eed8-c09c-4314-94d1-f62b936bb37a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-29c5eed8-c09c-4314-94d1-f62b936bb37a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29c5eed8-c09c-4314-94d1-f62b936bb37a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-705039132": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:63:fb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:07.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:08.338 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:06:09.469 63 INFO tempest.lib.common.rest_client [req-3dfc1dae-0dba-4812-b637-1447d5f2a72d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 1.131s 2018-08-20 21:06:09.470 63 DEBUG tempest.lib.common.rest_client [req-3dfc1dae-0dba-4812-b637-1447d5f2a72d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-3dfc1dae-0dba-4812-b637-1447d5f2a72d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dfc1dae-0dba-4812-b637-1447d5f2a72d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-705039132": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:63:fb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:07.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:09.483 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 9c811c11-fb6f-44a0-be22-5dd2606bb109 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:06:10.534 63 INFO tempest.lib.common.rest_client [req-b4b99d3c-29c8-4ef1-9658-b486e0e7821b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 1.050s 2018-08-20 21:06:10.535 63 DEBUG tempest.lib.common.rest_client [req-b4b99d3c-29c8-4ef1-9658-b486e0e7821b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1716131932", "security_groups": ["62708b2c-90c4-4bcc-982a-ac9ad9866011"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:06:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4b99d3c-29c8-4ef1-9658-b486e0e7821b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:06:09Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fe8c59b9-3be8-4b87-871c-d181abd257f1","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:06:10Z","name":"tempest-port-smoke-1716131932","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0c:d6:22","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"8ea5fb4a-6125-4f2a-b20a-5b05111bb0de","ip_address":"10.102.21.20"}],"id":"ae26723e-b120-49c6-9444-292732d6c221","security_groups":["62708b2c-90c4-4bcc-982a-ac9ad9866011"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:13.358 63 INFO tempest.lib.common.rest_client [req-c071e74e-b8e2-4ace-9df3-2d44497aecb2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 2.822s 2018-08-20 21:06:13.358 63 DEBUG tempest.lib.common.rest_client [req-c071e74e-b8e2-4ace-9df3-2d44497aecb2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-678727132", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "port": "ae26723e-b120-49c6-9444-292732d6c221"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-c071e74e-b8e2-4ace-9df3-2d44497aecb2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c071e74e-b8e2-4ace-9df3-2d44497aecb2'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "adminPass": "zUwjTc5k8b4K"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:13.668 63 INFO tempest.lib.common.rest_client [req-60f1a471-59e7-4914-aeb7-52dff4e3e81d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.306s 2018-08-20 21:06:13.669 63 DEBUG tempest.lib.common.rest_client [req-60f1a471-59e7-4914-aeb7-52dff4e3e81d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-60f1a471-59e7-4914-aeb7-52dff4e3e81d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60f1a471-59e7-4914-aeb7-52dff4e3e81d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:14.949 63 INFO tempest.lib.common.rest_client [req-b7e50e51-d7ef-41d9-8d05-3e7619458360 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.265s 2018-08-20 21:06:14.949 63 DEBUG tempest.lib.common.rest_client [req-b7e50e51-d7ef-41d9-8d05-3e7619458360 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-b7e50e51-d7ef-41d9-8d05-3e7619458360', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7e50e51-d7ef-41d9-8d05-3e7619458360'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:16.235 63 INFO tempest.lib.common.rest_client [req-8fd75d9b-3bcb-428e-a851-555dcdc40f40 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.270s 2018-08-20 21:06:16.235 63 DEBUG tempest.lib.common.rest_client [req-8fd75d9b-3bcb-428e-a851-555dcdc40f40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-8fd75d9b-3bcb-428e-a851-555dcdc40f40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8fd75d9b-3bcb-428e-a851-555dcdc40f40'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:15Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:16.249 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:06:18.003 63 INFO tempest.lib.common.rest_client [req-a3763db4-4b2d-4210-8fb5-b7d78d7fe9ae ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.752s 2018-08-20 21:06:18.004 63 DEBUG tempest.lib.common.rest_client [req-a3763db4-4b2d-4210-8fb5-b7d78d7fe9ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-a3763db4-4b2d-4210-8fb5-b7d78d7fe9ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3763db4-4b2d-4210-8fb5-b7d78d7fe9ae'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:18.018 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:06:19.885 63 INFO tempest.lib.common.rest_client [req-a8f37e2c-9199-4bdd-a2a1-c67e8aa09da3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.865s 2018-08-20 21:06:19.886 63 DEBUG tempest.lib.common.rest_client [req-a8f37e2c-9199-4bdd-a2a1-c67e8aa09da3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-a8f37e2c-9199-4bdd-a2a1-c67e8aa09da3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8f37e2c-9199-4bdd-a2a1-c67e8aa09da3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:21.795 63 INFO tempest.lib.common.rest_client [req-58caa217-7bd5-4a22-97d9-1d834961d0b0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.894s 2018-08-20 21:06:21.796 63 DEBUG tempest.lib.common.rest_client [req-58caa217-7bd5-4a22-97d9-1d834961d0b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-58caa217-7bd5-4a22-97d9-1d834961d0b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58caa217-7bd5-4a22-97d9-1d834961d0b0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:23.336 63 INFO tempest.lib.common.rest_client [req-c9566637-bd0f-4647-86a6-b7d7a58a3c8d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.525s 2018-08-20 21:06:23.337 63 DEBUG tempest.lib.common.rest_client [req-c9566637-bd0f-4647-86a6-b7d7a58a3c8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-c9566637-bd0f-4647-86a6-b7d7a58a3c8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9566637-bd0f-4647-86a6-b7d7a58a3c8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-138387845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:d6:22", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:21.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:23.350 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:06:23.902 63 INFO tempest.lib.common.rest_client [req-9cd99865-6ad0-4509-98c7-e42988b3c091 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.551s 2018-08-20 21:06:23.902 63 DEBUG tempest.lib.common.rest_client [req-9cd99865-6ad0-4509-98c7-e42988b3c091 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-9cd99865-6ad0-4509-98c7-e42988b3c091', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cd99865-6ad0-4509-98c7-e42988b3c091'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-138387845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:d6:22", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:21.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:23.915 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:06:24.069 63 INFO tempest.lib.common.rest_client [req-33e52f41-9df2-44dc-8063-1ca7b45ff744 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/routers 0.152s 2018-08-20 21:06:24.069 63 DEBUG tempest.lib.common.rest_client [req-33e52f41-9df2-44dc-8063-1ca7b45ff744 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--157678761", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:06:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33e52f41-9df2-44dc-8063-1ca7b45ff744'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:06:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:06:23Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20", "name": "tempest-router--157678761"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:25.565 63 INFO tempest.lib.common.rest_client [req-63f54a0b-4384-4fde-83ed-581c6bb5fe84 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20 1.494s 2018-08-20 21:06:25.565 63 DEBUG tempest.lib.common.rest_client [req-63f54a0b-4384-4fde-83ed-581c6bb5fe84 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20', u'date': 'Mon, 20 Aug 2018 21:06:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63f54a0b-4384-4fde-83ed-581c6bb5fe84'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:06:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:06:25Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20", "name": "tempest-router--157678761"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:27.924 63 INFO tempest.lib.common.rest_client [req-35dbfada-82a7-431a-a5e6-6177d63c3166 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/add_router_interface 2.357s 2018-08-20 21:06:27.924 63 DEBUG tempest.lib.common.rest_client [req-35dbfada-82a7-431a-a5e6-6177d63c3166 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:06:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35dbfada-82a7-431a-a5e6-6177d63c3166'} Body: {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3", "subnet_ids": ["3c85254e-5cd8-44d3-9976-1b30b9cb52f3"], "port_id": "d8cdc86f-6814-4298-85ed-a2e1c9d98c84", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:29.993 63 INFO tempest.lib.common.rest_client [req-ae1e8edb-15a2-430a-9f0c-2bc1a5e08897 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.067s 2018-08-20 21:06:29.993 63 DEBUG tempest.lib.common.rest_client [req-ae1e8edb-15a2-430a-9f0c-2bc1a5e08897 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "1f713584-3f2c-4e13-85ef-84f585b29d25"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:06:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae1e8edb-15a2-430a-9f0c-2bc1a5e08897'} Body: {"floatingip": {"router_id": "310986a8-c61b-49f3-aa42-fc551b2fbf20", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:06:28Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.220", "revision_number": 0, "port_id": "1f713584-3f2c-4e13-85ef-84f585b29d25", "id": "d468bbfd-3af3-462f-8c35-04695d73e3c4", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:06:28Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:30.465 63 INFO tempest.lib.common.rest_client [req-fd31e382-00d9-49e0-8259-c4566388377d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.471s 2018-08-20 21:06:30.466 63 DEBUG tempest.lib.common.rest_client [req-fd31e382-00d9-49e0-8259-c4566388377d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": ["64512:2"], "export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:06:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fd31e382-00d9-49e0-8259-c4566388377d'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "a34da8d7-06b3-45d8-8094-ec341ddb6753"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:31.133 63 INFO tempest.lib.common.rest_client [req-09f3d9d9-9944-4b42-a73d-9ea2e6db53dd ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations 0.666s 2018-08-20 21:06:31.134 63 DEBUG tempest.lib.common.rest_client [req-09f3d9d9-9944-4b42-a73d-9ea2e6db53dd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations', u'date': 'Mon, 20 Aug 2018 21:06:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-09f3d9d9-9944-4b42-a73d-9ea2e6db53dd'} Body: {"network_association": {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "id": "e5d5fdfa-d796-491c-89f9-367b7082476b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:31.136 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:32.139 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:32.241 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:06:32.268 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:32.383 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:06:32.384 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:32.386 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:32.446 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:06:32.450 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:37.458 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.220 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:06:37.458 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.220.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:06:37.459 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075983 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-20 21:06:37.840 63 INFO tempest.lib.common.rest_client [req-beebdf40-f265-46ab-bbe9-66a13ae63885 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations 0.380s 2018-08-20 21:06:37.841 63 DEBUG tempest.lib.common.rest_client [req-beebdf40-f265-46ab-bbe9-66a13ae63885 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations', u'date': 'Mon, 20 Aug 2018 21:06:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-beebdf40-f265-46ab-bbe9-66a13ae63885'} Body: {"network_association": {"network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "id": "197fb329-de0d-4526-a93c-75f3e177651a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:37.842 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:37.844 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:37.908 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:06:37.909 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:38.024 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:06:38.024 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:38.026 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:38.086 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:06:38.091 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:43.099 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.220 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:06:43.099 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.220.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:06:43.100 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.076164 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-20 21:06:43.100 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Updating targets in BGPVPN a34da8d7-06b3-45d8-8094-ec341ddb6753 _update_l3_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:990 2018-08-20 21:06:43.453 63 INFO tempest.lib.common.rest_client [req-7dc71ca8-dcf4-4375-aafa-1a046d62dbc3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753 0.352s 2018-08-20 21:06:43.454 63 DEBUG tempest.lib.common.rest_client [req-7dc71ca8-dcf4-4375-aafa-1a046d62dbc3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": [], "export_targets": []}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753', u'date': 'Mon, 20 Aug 2018 21:06:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7dc71ca8-dcf4-4375-aafa-1a046d62dbc3'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:44.655 63 INFO tempest.lib.common.rest_client [req-3c8d4496-07f5-4954-a67c-e0f87c190ed7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/d468bbfd-3af3-462f-8c35-04695d73e3c4 1.199s 2018-08-20 21:06:44.656 63 DEBUG tempest.lib.common.rest_client [req-3c8d4496-07f5-4954-a67c-e0f87c190ed7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/d468bbfd-3af3-462f-8c35-04695d73e3c4', u'date': 'Mon, 20 Aug 2018 21:06:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3c8d4496-07f5-4954-a67c-e0f87c190ed7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:46.338 63 INFO tempest.lib.common.rest_client [req-5a52bceb-c18a-4920-b8c1-cd1be22da4a3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/remove_router_interface 1.681s 2018-08-20 21:06:46.339 63 DEBUG tempest.lib.common.rest_client [req-5a52bceb-c18a-4920-b8c1-cd1be22da4a3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:06:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a52bceb-c18a-4920-b8c1-cd1be22da4a3'} Body: {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3", "subnet_ids": ["3c85254e-5cd8-44d3-9976-1b30b9cb52f3"], "port_id": "d8cdc86f-6814-4298-85ed-a2e1c9d98c84", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:47.848 63 INFO tempest.lib.common.rest_client [req-13e0fd52-ccc1-4394-b2ea-dd339ca4a1b6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20 1.508s 2018-08-20 21:06:47.849 63 DEBUG tempest.lib.common.rest_client [req-13e0fd52-ccc1-4394-b2ea-dd339ca4a1b6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20', u'date': 'Mon, 20 Aug 2018 21:06:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-13e0fd52-ccc1-4394-b2ea-dd339ca4a1b6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:48.026 63 INFO tempest.lib.common.rest_client [req-cd5b4e4c-a006-48c1-b486-030ab33c261f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.176s 2018-08-20 21:06:48.027 63 DEBUG tempest.lib.common.rest_client [req-cd5b4e4c-a006-48c1-b486-030ab33c261f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-cd5b4e4c-a006-48c1-b486-030ab33c261f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd5b4e4c-a006-48c1-b486-030ab33c261f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:48.778 63 INFO tempest.lib.common.rest_client [req-63a412b0-1b77-4e2e-a8c2-160c106f1e9c ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.750s 2018-08-20 21:06:48.779 63 DEBUG tempest.lib.common.rest_client [req-63a412b0-1b77-4e2e-a8c2-160c106f1e9c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-63a412b0-1b77-4e2e-a8c2-160c106f1e9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63a412b0-1b77-4e2e-a8c2-160c106f1e9c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-138387845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:d6:22", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:21.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:49.856 63 INFO tempest.lib.common.rest_client [req-95debfb1-6bfc-494d-956c-a581b65af2b0 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.062s 2018-08-20 21:06:49.857 63 DEBUG tempest.lib.common.rest_client [req-95debfb1-6bfc-494d-956c-a581b65af2b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-95debfb1-6bfc-494d-956c-a581b65af2b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-95debfb1-6bfc-494d-956c-a581b65af2b0'} Body: {"itemNotFound": {"message": "Instance c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:50.477 63 INFO tempest.lib.common.rest_client [req-486b53e8-7898-4c3a-a3c1-751d0fa66199 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/ae26723e-b120-49c6-9444-292732d6c221 0.619s 2018-08-20 21:06:50.478 63 DEBUG tempest.lib.common.rest_client [req-486b53e8-7898-4c3a-a3c1-751d0fa66199 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/ae26723e-b120-49c6-9444-292732d6c221', u'date': 'Mon, 20 Aug 2018 21:06:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-486b53e8-7898-4c3a-a3c1-751d0fa66199'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:50.643 63 INFO tempest.lib.common.rest_client [req-910e434f-db9f-4caa-9c49-90eb6446feb1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.164s 2018-08-20 21:06:50.643 63 DEBUG tempest.lib.common.rest_client [req-910e434f-db9f-4caa-9c49-90eb6446feb1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-910e434f-db9f-4caa-9c49-90eb6446feb1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-910e434f-db9f-4caa-9c49-90eb6446feb1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:51.690 63 INFO tempest.lib.common.rest_client [req-1f831d02-7b90-4b76-a3f7-7b1bc9673ca9 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 1.046s 2018-08-20 21:06:51.691 63 DEBUG tempest.lib.common.rest_client [req-1f831d02-7b90-4b76-a3f7-7b1bc9673ca9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-1f831d02-7b90-4b76-a3f7-7b1bc9673ca9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f831d02-7b90-4b76-a3f7-7b1bc9673ca9'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-705039132": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:63:fb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:07.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:50Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:52.749 63 INFO tempest.lib.common.rest_client [req-623a6c0c-9454-497d-9974-48a100f54dbc ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.043s 2018-08-20 21:06:52.749 63 DEBUG tempest.lib.common.rest_client [req-623a6c0c-9454-497d-9974-48a100f54dbc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-623a6c0c-9454-497d-9974-48a100f54dbc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-623a6c0c-9454-497d-9974-48a100f54dbc'} Body: {"itemNotFound": {"message": "Instance 9c811c11-fb6f-44a0-be22-5dd2606bb109 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:53.396 63 INFO tempest.lib.common.rest_client [req-b7c831d8-659c-484f-a929-9a0dc0528f08 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1f713584-3f2c-4e13-85ef-84f585b29d25 0.645s 2018-08-20 21:06:53.397 63 DEBUG tempest.lib.common.rest_client [req-b7c831d8-659c-484f-a929-9a0dc0528f08 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/1f713584-3f2c-4e13-85ef-84f585b29d25', u'date': 'Mon, 20 Aug 2018 21:06:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b7c831d8-659c-484f-a929-9a0dc0528f08'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:53.459 63 INFO tempest.lib.common.rest_client [req-f5869c54-2dc3-4017-a127-0d87dcef67b4 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-678727132 0.062s 2018-08-20 21:06:53.460 63 DEBUG tempest.lib.common.rest_client [req-f5869c54-2dc3-4017-a127-0d87dcef67b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-678727132', u'x-compute-request-id': 'req-f5869c54-2dc3-4017-a127-0d87dcef67b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5869c54-2dc3-4017-a127-0d87dcef67b4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:55.998 63 INFO tempest.lib.common.rest_client [req-d23c4dd4-ba00-4728-8ffb-a810be80ed4c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/8ea5fb4a-6125-4f2a-b20a-5b05111bb0de 2.537s 2018-08-20 21:06:55.999 63 DEBUG tempest.lib.common.rest_client [req-d23c4dd4-ba00-4728-8ffb-a810be80ed4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/8ea5fb4a-6125-4f2a-b20a-5b05111bb0de', u'date': 'Mon, 20 Aug 2018 21:06:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d23c4dd4-ba00-4728-8ffb-a810be80ed4c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:06:57.726 63 INFO tempest.lib.common.rest_client [req-d83ad756-3d6c-46ce-b454-be3020f53a8c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/fe8c59b9-3be8-4b87-871c-d181abd257f1 1.725s 2018-08-20 21:06:57.726 63 DEBUG tempest.lib.common.rest_client [req-d83ad756-3d6c-46ce-b454-be3020f53a8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/fe8c59b9-3be8-4b87-871c-d181abd257f1', u'date': 'Mon, 20 Aug 2018 21:06:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d83ad756-3d6c-46ce-b454-be3020f53a8c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:00.338 63 INFO tempest.lib.common.rest_client [req-d7d69671-0d1a-4fae-9e91-b4a64dc97446 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3c85254e-5cd8-44d3-9976-1b30b9cb52f3 2.611s 2018-08-20 21:07:00.339 63 DEBUG tempest.lib.common.rest_client [req-d7d69671-0d1a-4fae-9e91-b4a64dc97446 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3c85254e-5cd8-44d3-9976-1b30b9cb52f3', u'date': 'Mon, 20 Aug 2018 21:07:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7d69671-0d1a-4fae-9e91-b4a64dc97446'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:02.254 63 INFO tempest.lib.common.rest_client [req-2bd6b4ed-5ef0-4827-9556-542d1a32a956 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/fb379e7a-201a-4a95-b31d-0e6a22a9479e 1.915s 2018-08-20 21:07:02.255 63 DEBUG tempest.lib.common.rest_client [req-2bd6b4ed-5ef0-4827-9556-542d1a32a956 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/fb379e7a-201a-4a95-b31d-0e6a22a9479e', u'date': 'Mon, 20 Aug 2018 21:07:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2bd6b4ed-5ef0-4827-9556-542d1a32a956'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:02.558 63 INFO tempest.lib.common.rest_client [req-5b5b7863-52f6-4f72-a5e8-926b8c7cf86a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/62708b2c-90c4-4bcc-982a-ac9ad9866011 0.301s 2018-08-20 21:07:02.558 63 DEBUG tempest.lib.common.rest_client [req-5b5b7863-52f6-4f72-a5e8-926b8c7cf86a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/62708b2c-90c4-4bcc-982a-ac9ad9866011', u'date': 'Mon, 20 Aug 2018 21:07:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5b5b7863-52f6-4f72-a5e8-926b8c7cf86a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_and_unassociated_net [75.141657s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 303, in test_bgpvpn_update_route_targets_and_unassociated_net self._update_l3_bgpvpn(rts=[RT1], import_rts=[], export_rts=[]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 994, in _update_l3_bgpvpn import_targets=import_rts) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 50, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:05:47,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.250s 2018-08-20 21:05:47,670 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-311401068 description", "name": "tempest-secgroup-smoke-311401068"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:05:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5186ae95-2bbc-48e4-9e1c-c70a7a2eba5a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-311401068 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:47Z", "updated_at": "2018-08-20T21:05:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:47Z", "revision_number": 0, "id": "18d56b91-3526-4562-9160-9d5c442b534c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:47Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:47Z", "revision_number": 0, "id": "491909d2-ae15-4ebc-8671-552d6564876d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:47Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "name": "tempest-secgroup-smoke-311401068"}} 2018-08-20 21:05:48,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.597s 2018-08-20 21:05:48,268 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ad4c5b7-a6a7-447a-bf0c-a96937069162'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dae09f6f-26d9-4888-a901-b5a53dfc7153"}} 2018-08-20 21:05:48,465 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.195s 2018-08-20 21:05:48,466 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-589131d4-c183-4df3-8c94-9f6d9677a1a2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "55956085-decf-4cc1-9105-b1cd857cba94"}} 2018-08-20 21:05:48,656 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-20 21:05:48,656 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a838b12e-53ef-4308-b0f4-fd92aa5053ef'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c9e86bb9-1204-45be-a9bf-e94e11a2be3c"}} 2018-08-20 21:05:48,817 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.159s 2018-08-20 21:05:48,817 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3020febd-9bb8-4d11-b98e-1887c5667319'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "d990f6f1-20b1-4650-b1ab-135411da442f"}} 2018-08-20 21:05:49,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.430s 2018-08-20 21:05:49,249 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06ae8bbf-3ef8-41b3-b03f-0818492b7894'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "251a6719-c43a-4e65-8245-4c1c3d3f1342"}} 2018-08-20 21:05:49,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.418s 2018-08-20 21:05:49,669 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-127b31cc-0e2d-467c-9308-1ea483268395'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c9576d60-379d-4d7d-88e3-0f6a850ee05b"}} 2018-08-20 21:05:49,883 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.212s 2018-08-20 21:05:49,883 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-417af05f-036c-4872-ab30-eb303ebd2548'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "49b63a27-b024-4483-912b-04bc7d5e6cc5"}} 2018-08-20 21:05:50,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.166s 2018-08-20 21:05:50,052 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-308decbe-3e92-4ff9-9703-5bb0a91b8260'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dad7f105-253e-4f0a-b158-85aced6e0473"}} 2018-08-20 21:05:50,390 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.337s 2018-08-20 21:05:50,391 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-705039132"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5033d97-1f30-4b28-abb5-4a8cd698fcf2'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"fb379e7a-201a-4a95-b31d-0e6a22a9479e","name":"tempest-A-705039132"}} 2018-08-20 21:05:51,061 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.669s 2018-08-20 21:05:51,062 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "name": "tempest-subnet-A-1-294340540"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1bc8e48-d139-4410-b00b-a2b9ec46e030'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb379e7a-201a-4a95-b31d-0e6a22a9479e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:50Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:50Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3c85254e-5cd8-44d3-9976-1b30b9cb52f3","subnetpool_id":null,"name":"tempest-subnet-A-1-294340540"}} 2018-08-20 21:05:51,570 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.507s 2018-08-20 21:05:51,571 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-138387845"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c64c7d0-9fd2-46be-895b-d98d0da9752f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"fe8c59b9-3be8-4b87-871c-d181abd257f1","name":"tempest-B-138387845"}} 2018-08-20 21:05:52,301 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.728s 2018-08-20 21:05:52,301 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "name": "tempest-subnet-B-1-1416406379"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cf1c029-d46a-4b79-acb0-b3e3d396de23'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe8c59b9-3be8-4b87-871c-d181abd257f1","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:51Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:51Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"8ea5fb4a-6125-4f2a-b20a-5b05111bb0de","subnetpool_id":null,"name":"tempest-subnet-B-1-1416406379"}} 2018-08-20 21:05:52,468 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.166s 2018-08-20 21:05:52,469 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-678727132"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fe40e264-3b16-4704-acec-c74446aca40c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fe40e264-3b16-4704-acec-c74446aca40c'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDI8cppz4EuOjpfXTaARYdDBASKXvMhA0pPrQXkMjU/vzGbH4YbqnXPRnVipy18Pc/v/nR/hApc2zafNFTzu7kFQxM+kiCyAHEwyBI9WP4k3ZxGEK3691A2yK9eqTmehs91BzT+eWRaVd8uc2rGDXE8Sf1N4sooGFOxuH/bJRg1icleFrYf/LxHClG5eIIGjaDLakgzZbO4OurFaTBfoYNKB25HuyxrsKEqiEprDdVdnsZahfWuPtou5HpsQUBPKfXd+/KreFPtztI4jqAZkatK+njcSUtqgjM5Gi86hQDi5sa3/Ymui2xWOusODXYTVS8waY2zWiMbDC/41x+bSkfv Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyPHKac+BLjo6X102gEWHQwQEil7zIQNKT60F5DI1P78xmx+G\nG6p1z0Z1YqctfD3P7/50f4QKXNs2nzRU87u5BUMTPpIgsgBxMMgSPVj+JN2cRhCt\n+vdQNsivXqk5nobPdQc0/nlkWlXfLnNqxg1xPEn9TeLKKBhTsbh/2yUYNYnJXha2\nH/y8RwpRuXiCBo2gy2pIM2WzuDrqxWkwX6GDSgduR7ssa7ChKohKaw3VXZ7GWoX1\nrj7aLuR6bEFATyn13fvyq3hT7c7SOI6gGZGrSvp43ElLaoIzORovOoUA4ubGt/2J\nrotsVjrrDg12E1UvMGmNs1ojGwwv+Ncfm0pH7wIDAQABAoIBAHAahIQ3Yag6j+o4\nBHnXUDjQ+v9/LUCTp1d//bNrV02zCqeyFI1GsebrNf3NqpCPo3wOh0vEjEt1eKmk\n9mfrqLMI0qmruFXV7U/7rkFPbql+gPqNv6ItazDFESFMY3rPVtnBJY16h8Pl+Fbf\nyQeo5C1wUcKr7YAk4jxZ4+qMbU8gC/sFWAKXwnq2euw9zqnWbFBmnHyUzHFJZxfj\nAmgATa51fS6pRZYjLj2LBTt8faRYTjSeUmNwQfs7sKzG1DzXiCpF5TvrWaa/8o/2\nosX+w7y8SY/C/kNiLVj3WIbMU7eKBRHvfBnzCnfOF+emaY+YF0bKLvg9FUWTR9qF\nny8Dk9ECgYEA8kLEINHNP/Sk//bpKZeVlNOV9CJN1KJeyqwe1dGAqWMg9aEKUUfg\nANsb65wNtQRAbpP/LgPjgOh8nM0k4stWu4h5dXp8d28aJtwwaT7+ypTq9XUAYHWf\nskTNRGIs81VbwyF4YUHY3djX+wjz2nIFMp0vi6suCYh9vGF/7wceTxMCgYEA1Fct\nwrEJ4ODjyd0pZJAmXqApC0SE/pCd2UJurVLN1wo1jVyGSIa3kjQbghDucib/du1T\nqOMfeS3GkqEBOB0VDUH8/v36hRyZaL8LBxVEH5Oueu5RWQlMiLC21IlNNeXzHNKi\nPj8GEjrWXxICVuZ+IuzBZYK3rWPWJ21KmkJ0kzUCgYARGpukQYu/LzOTCsitchFS\nf5m/schS8d/FaV+H8xGlY+VI0kTbNjrfdJjFCrCBDjrKU9KZWhbu2/soSueGx5pp\nBRqmK66r9AEhqzwTwinU/ayVBdyv8r4CpQ7k/BV2XJls7mkEXNTF3PBqvdgRnSk2\nyJg5wS0v6R4PdcbFhngiVwKBgBYMW1cM9P6hu2VZjpO/mAxZSwm9eqXINGu7xyw+\nHduHVtov0k2zl1oaCQUvZuL5g6tAp2Aw/TKi+yx8hVjjRC1VPcTocFvkBVXoCGga\n4DD7L7HaDx5UpdrHpqRZAWhoUR8cC/a0qpe3/kxu3UlSs6RCuy4kLZhWdoUvhwCP\nh/VFAoGBAJzZap/HegoG9MoSMIBsCmEBoxOhvXKSfUi/+AEtl7hCSjZoArmBZOgR\nZKUkDIyvSdgOGxz1hJvEKaggnACBClofdiGmKJIAWh+9I3druF4RINUdTOPRmDPJ\nyJTOrPYWdR90ZwJ5HbURWQGsVDvOBisBQQ2irs8K3TCjri58zI8o\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-678727132", "fingerprint": "37:ef:43:0f:f4:fc:79:31:03:e7:94:54:e3:b4:a3:18"}} 2018-08-20 21:05:53,972 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 1.498s 2018-08-20 21:05:53,973 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-6638157", "security_groups": ["62708b2c-90c4-4bcc-982a-ac9ad9866011"]}} Response - Headers: {'status': '201', u'content-length': '721', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:05:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8df9ec8c-62cd-4e6f-a26d-d10a09cef2d2'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:05:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb379e7a-201a-4a95-b31d-0e6a22a9479e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:05:53Z","name":"tempest-port-smoke-6638157","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9f:63:fb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"3c85254e-5cd8-44d3-9976-1b30b9cb52f3","ip_address":"10.101.11.10"}],"id":"1f713584-3f2c-4e13-85ef-84f585b29d25","security_groups":["62708b2c-90c4-4bcc-982a-ac9ad9866011"],"device_id":""}} 2018-08-20 21:05:59,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 5.412s 2018-08-20 21:05:59,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-678727132", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "port": "1f713584-3f2c-4e13-85ef-84f585b29d25"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-97d04026-2bed-4fdb-ae78-adb95bae089e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97d04026-2bed-4fdb-ae78-adb95bae089e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "adminPass": "7QrdSZ6J3ZPm"}} 2018-08-20 21:06:00,023 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.631s 2018-08-20 21:06:00,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-f0146cac-1b39-4017-8eee-992e1f3d53f6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0146cac-1b39-4017-8eee-992e1f3d53f6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:05:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:01,371 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.333s 2018-08-20 21:06:01,372 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-a3b56002-d975-42a1-9872-ba3421205161', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3b56002-d975-42a1-9872-ba3421205161'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:02,735 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.345s 2018-08-20 21:06:02,736 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-88b4a3b7-e4ad-475f-bae4-7658f5653220', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88b4a3b7-e4ad-475f-bae4-7658f5653220'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:02Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:02,749 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-20 21:06:04,886 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 1.135s 2018-08-20 21:06:04,887 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-350f4bf7-931f-47b9-b1d1-efd0e16f9ff4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-350f4bf7-931f-47b9-b1d1-efd0e16f9ff4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:04,898 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:06:06,630 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.730s 2018-08-20 21:06:06,631 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-89847a55-3c3c-4ab8-9c39-754863063d0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89847a55-3c3c-4ab8-9c39-754863063d0a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:08,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.678s 2018-08-20 21:06:08,324 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-29c5eed8-c09c-4314-94d1-f62b936bb37a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29c5eed8-c09c-4314-94d1-f62b936bb37a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-705039132": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:63:fb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:07.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:08,338 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:06:09,469 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 1.131s 2018-08-20 21:06:09,470 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-3dfc1dae-0dba-4812-b637-1447d5f2a72d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dfc1dae-0dba-4812-b637-1447d5f2a72d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-705039132": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:63:fb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:07.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:09,483 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9c811c11-fb6f-44a0-be22-5dd2606bb109 with status: ACTIVE 2018-08-20 21:06:10,534 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 1.050s 2018-08-20 21:06:10,535 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1716131932", "security_groups": ["62708b2c-90c4-4bcc-982a-ac9ad9866011"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:06:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4b99d3c-29c8-4ef1-9658-b486e0e7821b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:06:09Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fe8c59b9-3be8-4b87-871c-d181abd257f1","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:06:10Z","name":"tempest-port-smoke-1716131932","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0c:d6:22","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"8ea5fb4a-6125-4f2a-b20a-5b05111bb0de","ip_address":"10.102.21.20"}],"id":"ae26723e-b120-49c6-9444-292732d6c221","security_groups":["62708b2c-90c4-4bcc-982a-ac9ad9866011"],"device_id":""}} 2018-08-20 21:06:13,358 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 2.822s 2018-08-20 21:06:13,358 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-678727132", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "port": "ae26723e-b120-49c6-9444-292732d6c221"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-c071e74e-b8e2-4ace-9df3-2d44497aecb2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c071e74e-b8e2-4ace-9df3-2d44497aecb2'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "adminPass": "zUwjTc5k8b4K"}} 2018-08-20 21:06:13,668 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.306s 2018-08-20 21:06:13,669 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-60f1a471-59e7-4914-aeb7-52dff4e3e81d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60f1a471-59e7-4914-aeb7-52dff4e3e81d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:14,949 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.265s 2018-08-20 21:06:14,949 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-b7e50e51-d7ef-41d9-8d05-3e7619458360', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7e50e51-d7ef-41d9-8d05-3e7619458360'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:16,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.270s 2018-08-20 21:06:16,235 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-8fd75d9b-3bcb-428e-a851-555dcdc40f40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8fd75d9b-3bcb-428e-a851-555dcdc40f40'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:15Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:16,249 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:06:18,003 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.752s 2018-08-20 21:06:18,004 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-a3763db4-4b2d-4210-8fb5-b7d78d7fe9ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3763db4-4b2d-4210-8fb5-b7d78d7fe9ae'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:18,018 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:06:19,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.865s 2018-08-20 21:06:19,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-a8f37e2c-9199-4bdd-a2a1-c67e8aa09da3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8f37e2c-9199-4bdd-a2a1-c67e8aa09da3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:21,795 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.894s 2018-08-20 21:06:21,796 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-58caa217-7bd5-4a22-97d9-1d834961d0b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58caa217-7bd5-4a22-97d9-1d834961d0b0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:23,336 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.525s 2018-08-20 21:06:23,337 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-c9566637-bd0f-4647-86a6-b7d7a58a3c8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9566637-bd0f-4647-86a6-b7d7a58a3c8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-138387845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:d6:22", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:21.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:23,350 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:06:23,902 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.551s 2018-08-20 21:06:23,902 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-9cd99865-6ad0-4509-98c7-e42988b3c091', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cd99865-6ad0-4509-98c7-e42988b3c091'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-138387845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:d6:22", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:21.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:23,915 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 with status: ACTIVE 2018-08-20 21:06:24,069 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/routers 0.152s 2018-08-20 21:06:24,069 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--157678761", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:06:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33e52f41-9df2-44dc-8063-1ca7b45ff744'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:06:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:06:23Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20", "name": "tempest-router--157678761"}} 2018-08-20 21:06:25,565 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20 1.494s 2018-08-20 21:06:25,565 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20', u'date': 'Mon, 20 Aug 2018 21:06:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63f54a0b-4384-4fde-83ed-581c6bb5fe84'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:06:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:06:25Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20", "name": "tempest-router--157678761"}} 2018-08-20 21:06:27,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/add_router_interface 2.357s 2018-08-20 21:06:27,924 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:06:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35dbfada-82a7-431a-a5e6-6177d63c3166'} Body: {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3", "subnet_ids": ["3c85254e-5cd8-44d3-9976-1b30b9cb52f3"], "port_id": "d8cdc86f-6814-4298-85ed-a2e1c9d98c84", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20"} 2018-08-20 21:06:29,993 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.067s 2018-08-20 21:06:29,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "1f713584-3f2c-4e13-85ef-84f585b29d25"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:06:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae1e8edb-15a2-430a-9f0c-2bc1a5e08897'} Body: {"floatingip": {"router_id": "310986a8-c61b-49f3-aa42-fc551b2fbf20", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:06:28Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.220", "revision_number": 0, "port_id": "1f713584-3f2c-4e13-85ef-84f585b29d25", "id": "d468bbfd-3af3-462f-8c35-04695d73e3c4", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:06:28Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:06:30,465 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.471s 2018-08-20 21:06:30,466 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": ["64512:2"], "export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:06:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fd31e382-00d9-49e0-8259-c4566388377d'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "a34da8d7-06b3-45d8-8094-ec341ddb6753"}} 2018-08-20 21:06:31,133 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations 0.666s 2018-08-20 21:06:31,134 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations', u'date': 'Mon, 20 Aug 2018 21:06:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-09f3d9d9-9944-4b42-a73d-9ea2e6db53dd'} Body: {"network_association": {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "id": "e5d5fdfa-d796-491c-89f9-367b7082476b"}} 2018-08-20 21:06:31,136 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:32,139 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:32,241 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:06:32,268 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:32,383 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:06:32,384 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:32,386 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:32,446 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:06:32,450 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:37,458 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.220 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:06:37,458 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.220. 2018-08-20 21:06:37,459 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075983 seconds 2018-08-20 21:06:37,840 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations 0.380s 2018-08-20 21:06:37,841 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations', u'date': 'Mon, 20 Aug 2018 21:06:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-beebdf40-f265-46ab-bbe9-66a13ae63885'} Body: {"network_association": {"network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "id": "197fb329-de0d-4526-a93c-75f3e177651a"}} 2018-08-20 21:06:37,842 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:37,844 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:37,908 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:06:37,909 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:38,024 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:06:38,024 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:38,026 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:38,086 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:06:38,091 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:43,099 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.220 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:06:43,099 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.220. 2018-08-20 21:06:43,100 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.076164 seconds 2018-08-20 21:06:43,100 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN a34da8d7-06b3-45d8-8094-ec341ddb6753 2018-08-20 21:06:43,453 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753 0.352s 2018-08-20 21:06:43,454 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": [], "export_targets": []}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753', u'date': 'Mon, 20 Aug 2018 21:06:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7dc71ca8-dcf4-4375-aafa-1a046d62dbc3'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-20 21:06:44,655 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/d468bbfd-3af3-462f-8c35-04695d73e3c4 1.199s 2018-08-20 21:06:44,656 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/d468bbfd-3af3-462f-8c35-04695d73e3c4', u'date': 'Mon, 20 Aug 2018 21:06:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3c8d4496-07f5-4954-a67c-e0f87c190ed7'} Body: 2018-08-20 21:06:46,338 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/remove_router_interface 1.681s 2018-08-20 21:06:46,339 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:06:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a52bceb-c18a-4920-b8c1-cd1be22da4a3'} Body: {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3", "subnet_ids": ["3c85254e-5cd8-44d3-9976-1b30b9cb52f3"], "port_id": "d8cdc86f-6814-4298-85ed-a2e1c9d98c84", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20"} 2018-08-20 21:06:47,848 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20 1.508s 2018-08-20 21:06:47,849 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20', u'date': 'Mon, 20 Aug 2018 21:06:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-13e0fd52-ccc1-4394-b2ea-dd339ca4a1b6'} Body: 2018-08-20 21:06:48,026 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.176s 2018-08-20 21:06:48,027 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-cd5b4e4c-a006-48c1-b486-030ab33c261f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd5b4e4c-a006-48c1-b486-030ab33c261f'} Body: 2018-08-20 21:06:48,778 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.750s 2018-08-20 21:06:48,779 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-63a412b0-1b77-4e2e-a8c2-160c106f1e9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63a412b0-1b77-4e2e-a8c2-160c106f1e9c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-138387845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:d6:22", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:21.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:49,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.062s 2018-08-20 21:06:49,857 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-95debfb1-6bfc-494d-956c-a581b65af2b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-95debfb1-6bfc-494d-956c-a581b65af2b0'} Body: {"itemNotFound": {"message": "Instance c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 could not be found.", "code": 404}} 2018-08-20 21:06:50,477 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/ae26723e-b120-49c6-9444-292732d6c221 0.619s 2018-08-20 21:06:50,478 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/ae26723e-b120-49c6-9444-292732d6c221', u'date': 'Mon, 20 Aug 2018 21:06:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-486b53e8-7898-4c3a-a3c1-751d0fa66199'} Body: 2018-08-20 21:06:50,643 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.164s 2018-08-20 21:06:50,643 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-910e434f-db9f-4caa-9c49-90eb6446feb1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-910e434f-db9f-4caa-9c49-90eb6446feb1'} Body: 2018-08-20 21:06:51,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 1.046s 2018-08-20 21:06:51,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-1f831d02-7b90-4b76-a3f7-7b1bc9673ca9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f831d02-7b90-4b76-a3f7-7b1bc9673ca9'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-705039132": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:63:fb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:07.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:50Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:52,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.043s 2018-08-20 21:06:52,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-623a6c0c-9454-497d-9974-48a100f54dbc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-623a6c0c-9454-497d-9974-48a100f54dbc'} Body: {"itemNotFound": {"message": "Instance 9c811c11-fb6f-44a0-be22-5dd2606bb109 could not be found.", "code": 404}} 2018-08-20 21:06:53,396 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1f713584-3f2c-4e13-85ef-84f585b29d25 0.645s 2018-08-20 21:06:53,397 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/1f713584-3f2c-4e13-85ef-84f585b29d25', u'date': 'Mon, 20 Aug 2018 21:06:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b7c831d8-659c-484f-a929-9a0dc0528f08'} Body: 2018-08-20 21:06:53,459 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-678727132 0.062s 2018-08-20 21:06:53,460 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-678727132', u'x-compute-request-id': 'req-f5869c54-2dc3-4017-a127-0d87dcef67b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5869c54-2dc3-4017-a127-0d87dcef67b4'} Body: 2018-08-20 21:06:55,998 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/8ea5fb4a-6125-4f2a-b20a-5b05111bb0de 2.537s 2018-08-20 21:06:55,999 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/8ea5fb4a-6125-4f2a-b20a-5b05111bb0de', u'date': 'Mon, 20 Aug 2018 21:06:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d23c4dd4-ba00-4728-8ffb-a810be80ed4c'} Body: 2018-08-20 21:06:57,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/fe8c59b9-3be8-4b87-871c-d181abd257f1 1.725s 2018-08-20 21:06:57,726 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/fe8c59b9-3be8-4b87-871c-d181abd257f1', u'date': 'Mon, 20 Aug 2018 21:06:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d83ad756-3d6c-46ce-b454-be3020f53a8c'} Body: 2018-08-20 21:07:00,338 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3c85254e-5cd8-44d3-9976-1b30b9cb52f3 2.611s 2018-08-20 21:07:00,339 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3c85254e-5cd8-44d3-9976-1b30b9cb52f3', u'date': 'Mon, 20 Aug 2018 21:07:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7d69671-0d1a-4fae-9e91-b4a64dc97446'} Body: 2018-08-20 21:07:02,254 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/fb379e7a-201a-4a95-b31d-0e6a22a9479e 1.915s 2018-08-20 21:07:02,255 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/fb379e7a-201a-4a95-b31d-0e6a22a9479e', u'date': 'Mon, 20 Aug 2018 21:07:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2bd6b4ed-5ef0-4827-9556-542d1a32a956'} Body: 2018-08-20 21:07:02,558 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/62708b2c-90c4-4bcc-982a-ac9ad9866011 0.301s 2018-08-20 21:07:02,558 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/62708b2c-90c4-4bcc-982a-ac9ad9866011', u'date': 'Mon, 20 Aug 2018 21:07:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5b5b7863-52f6-4f72-a5e8-926b8c7cf86a'} Body: 2018-08-20 21:07:02.931 63 INFO tempest.lib.common.rest_client [req-c91812d3-5167-4521-8d37-9de8ef959e18 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.347s 2018-08-20 21:07:02.932 63 DEBUG tempest.lib.common.rest_client [req-c91812d3-5167-4521-8d37-9de8ef959e18 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1278620172 description", "name": "tempest-secgroup-smoke-1278620172"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:07:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c91812d3-5167-4521-8d37-9de8ef959e18'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1278620172 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:02Z", "updated_at": "2018-08-20T21:07:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:02Z", "revision_number": 0, "id": "09b4c1d1-2c4d-4364-bd2f-2f84a7a33ac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:02Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:02Z", "revision_number": 0, "id": "e8e02714-5ddc-4773-9a3e-bce6dd51daa5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:02Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "name": "tempest-secgroup-smoke-1278620172"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:03.182 63 INFO tempest.lib.common.rest_client [req-630421c5-3b2e-4103-a380-8ed5cb777892 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.249s 2018-08-20 21:07:03.182 63 DEBUG tempest.lib.common.rest_client [req-630421c5-3b2e-4103-a380-8ed5cb777892 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-630421c5-3b2e-4103-a380-8ed5cb777892'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fe9c2d0f-a336-41dd-ab60-bcf58795e488"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:03.578 63 INFO tempest.lib.common.rest_client [req-80cda4b2-62f5-4363-8901-8b608615281b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.394s 2018-08-20 21:07:03.578 63 DEBUG tempest.lib.common.rest_client [req-80cda4b2-62f5-4363-8901-8b608615281b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80cda4b2-62f5-4363-8901-8b608615281b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b59015a3-463a-433d-8ed4-29c6432ea68c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:03.847 63 INFO tempest.lib.common.rest_client [req-f6c1f2f4-bd36-4c42-9c33-fa22efffc9a9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.267s 2018-08-20 21:07:03.847 63 DEBUG tempest.lib.common.rest_client [req-f6c1f2f4-bd36-4c42-9c33-fa22efffc9a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f6c1f2f4-bd36-4c42-9c33-fa22efffc9a9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0eeed943-4d7c-4e37-9945-7405cb9002d4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:04.140 63 INFO tempest.lib.common.rest_client [req-75109dc2-b9cb-405d-9c20-059e924824eb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.292s 2018-08-20 21:07:04.141 63 DEBUG tempest.lib.common.rest_client [req-75109dc2-b9cb-405d-9c20-059e924824eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-75109dc2-b9cb-405d-9c20-059e924824eb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "03d9bcc6-3642-48d3-b682-13e956d75c93"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:04.349 63 INFO tempest.lib.common.rest_client [req-ecad8eac-e64a-4035-a8f5-68b429899050 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.207s 2018-08-20 21:07:04.350 63 DEBUG tempest.lib.common.rest_client [req-ecad8eac-e64a-4035-a8f5-68b429899050 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ecad8eac-e64a-4035-a8f5-68b429899050'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4f33a79c-c3c9-4965-8b60-a69e9d9207af"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:04.577 63 INFO tempest.lib.common.rest_client [req-ec7ecc87-37b5-416c-ab6e-6970f3d16473 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 21:07:04.578 63 DEBUG tempest.lib.common.rest_client [req-ec7ecc87-37b5-416c-ab6e-6970f3d16473 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ec7ecc87-37b5-416c-ab6e-6970f3d16473'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "68216b94-205d-4dc5-b08e-7e16dbf42819"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:04.801 63 INFO tempest.lib.common.rest_client [req-265fc604-9ffa-4857-b247-a9676d8c8d5d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.222s 2018-08-20 21:07:04.801 63 DEBUG tempest.lib.common.rest_client [req-265fc604-9ffa-4857-b247-a9676d8c8d5d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-265fc604-9ffa-4857-b247-a9676d8c8d5d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f682761a-1af9-4a89-8eb6-0139cf727887"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:04.996 63 INFO tempest.lib.common.rest_client [req-ea9a409f-7ecf-418a-9eca-88d5cd978c4b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.194s 2018-08-20 21:07:04.997 63 DEBUG tempest.lib.common.rest_client [req-ea9a409f-7ecf-418a-9eca-88d5cd978c4b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea9a409f-7ecf-418a-9eca-88d5cd978c4b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c819eefc-0c24-405b-a556-de72da45fcad"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:05.271 63 INFO tempest.lib.common.rest_client [req-50a53a37-805a-45f0-bc48-31588c298015 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/networks 0.273s 2018-08-20 21:07:05.272 63 DEBUG tempest.lib.common.rest_client [req-50a53a37-805a-45f0-bc48-31588c298015 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-2015901916"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50a53a37-805a-45f0-bc48-31588c298015'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f03cd42c-37db-49e5-93a3-b24b880388eb","name":"tempest-A-2015901916"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:05.929 63 INFO tempest.lib.common.rest_client [req-aa1cfd00-bcc6-4096-964e-503874a930b3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.656s 2018-08-20 21:07:05.930 63 DEBUG tempest.lib.common.rest_client [req-aa1cfd00-bcc6-4096-964e-503874a930b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "f03cd42c-37db-49e5-93a3-b24b880388eb", "name": "tempest-subnet-A-1-535026173"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa1cfd00-bcc6-4096-964e-503874a930b3'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f03cd42c-37db-49e5-93a3-b24b880388eb","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:05Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:05Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"4788b040-57cf-4e08-b078-2065606b35eb","subnetpool_id":null,"name":"tempest-subnet-A-1-535026173"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:06.205 63 INFO tempest.lib.common.rest_client [req-59bcc40e-0d7e-4d80-886b-8fba6a80aa94 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/networks 0.273s 2018-08-20 21:07:06.205 63 DEBUG tempest.lib.common.rest_client [req-59bcc40e-0d7e-4d80-886b-8fba6a80aa94 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1598999426"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59bcc40e-0d7e-4d80-886b-8fba6a80aa94'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"50c4ef8e-39f1-41bb-a531-71ab5534ba7d","name":"tempest-B-1598999426"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:06.924 63 INFO tempest.lib.common.rest_client [req-5c82e71c-9328-4835-bdb1-0b23d8e6ce43 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.718s 2018-08-20 21:07:06.925 63 DEBUG tempest.lib.common.rest_client [req-5c82e71c-9328-4835-bdb1-0b23d8e6ce43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "50c4ef8e-39f1-41bb-a531-71ab5534ba7d", "name": "tempest-subnet-B-1-1661556522"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c82e71c-9328-4835-bdb1-0b23d8e6ce43'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c4ef8e-39f1-41bb-a531-71ab5534ba7d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:06Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:06Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"181f4ca3-adc7-4c23-b7a7-76892a208b0e","subnetpool_id":null,"name":"tempest-subnet-B-1-1661556522"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:07.052 63 INFO tempest.lib.common.rest_client [req-6a04aaee-76d0-4f70-ac29-f0b35fe2f246 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.126s 2018-08-20 21:07:07.053 63 DEBUG tempest.lib.common.rest_client [req-6a04aaee-76d0-4f70-ac29-f0b35fe2f246 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-579490388"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-6a04aaee-76d0-4f70-ac29-f0b35fe2f246', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a04aaee-76d0-4f70-ac29-f0b35fe2f246'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1HlByNSqybF7MxREBmHcV6lQw1dBqrrrckRibUODPaPRu1+RLrPR7kwQhCTJEGvpj9P15gfs1+SfOANhU6b41ZEZU8dg3sQaIaF5K3cYSXPqi5UbAKoDmMZjGDdIidiXwfaC6JNST/CF/oshO58M60TvZiMef1p2QirOjnwM7/48LV7VEG5XgiYo85XQ2TmSsftRPu75l3UMdfT+mLUgPEiN8+fPiXHCqlmr+vpECiyGTnRIKrQ0yeM81aeGk18FcSus1m55lyZLsjWQTwBUYBgPVj0ne40FuPbHbeEUVqXWAxUEgiccSobYs9sE59zjqaGDtFZj5VwKlNRTHBlfZ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAtR5QcjUqsmxezMURAZh3FepUMNXQaq663JEYm1Dgz2j0btfk\nS6z0e5MEIQkyRBr6Y/T9eYH7NfknzgDYVOm+NWRGVPHYN7EGiGheSt3GElz6ouVG\nwCqA5jGYxg3SInYl8H2guiTUk/whf6LITufDOtE72YjHn9adkIqzo58DO/+PC1e1\nRBuV4ImKPOV0Nk5krH7UT7u+Zd1DHX0/pi1IDxIjfPnz4lxwqpZq/r6RAoshk50S\nCq0NMnjPNWnhpNfBXErrNZueZcmS7I1kE8AVGAYD1Y9J3uNBbj2x23hFFal1gMVB\nIInHEqG2LPbBOfc46mhg7RWY+VcCpTUUxwZX2QIDAQABAoIBACULz06c+1/FdNqT\nkHfwFKOh65iVk2zO0p/c+diDAYjLIfwuIp8sAFHqb1TGicaOchrR+KrK4HRYw0CK\nwbUUnnhTS2OCmERD7F8oYekUVbhZ1lZNaVxTFUyAZoxUNWAhJH99YsvQTr76Omve\nAvTIyREVzRUguhxCjLYM+NOF6eZydjifKCc6+rNTuTk7JLUXzcj3U/uSdN3Q0SAE\nPxxg9vm6qNa4xe+fmMh4Vfu1Jw0O8jJ+TPF4iPNGfywZXFF4WvJDL78r3Rtm8rFg\nPGLcXv2a5sxHdJsF5hAomey8XtFGuuIs3msAKkfitEZx83u/OdJ2Adif6i6JLgUs\nrhgKdpECgYEA48UCvviwx7qNH3AiLHscoiVFppu856WfkqLsTWGK7HCTNC9ZfoDJ\ncp0W9jcujRf12882EGzpJO+jKd6QlisTmlpOdyMDrWX12r61GSZwOw9GghAl8Xm/\nSN64ceiCZ4Wtn1444uvdyL5UyGNCE9nIsmuiARYPQg19xA9USldrHn0CgYEAy5EX\nPmYX+zs7tuJzTToMXp2B/2m8kAwe7LcKWIXBNmKYK66IvwNRjp5PkgktsAloAcWx\nBPGOKMaKWwUj4ZChyc0G0rZXdqM0Lajo2skWwOInhcJQGc3Nr/1WMTzXqXi7V3bK\nnTD5lKTCB98+RmiXEo+pBBCqRl/WyhW4s0a1UY0CgYBwzVw7yhx6/ifwHu+9ycb3\ngrAJAG5A5yStUaTn+dv8lxBAMwcGgK/D5Iq/q7qRRAGOOAQVhGq+0TOkg8ZlqLXP\nptPfaubiVHG7QOGdsAy7IyiPN4IjImGarDr6puUWcfz3xYk00Q2I4sJIb+gEvsIH\nowibsxohY18a32CmZL73XQKBgBJuiro9qEI5NMj0bBg7/0652EF2I3qvfkVUtX0a\nb0orVzftT7hr5oCRWQcSCa78ywwOCF84N/T9NR3Us1EDNYL+K3X8yKKXWGwh9SOK\nPaMtVwLHe1U6yzr6J0nCBozzv5LF0Ma23oJVALSRxCO/6J3noBgcIi7JEruth9HD\nvzspAoGAWpJj5+CZevpg+Ii+iYO56YhLAAtI5JHBolu1YbkCQ+NNAyObK2JJhmzK\nC+G9wxmcAjtKQ8Z60gMw3IeD5qya0XiafCD+9senmDYtzjBtZbFmAyYAx700REZz\n1x2HB9xywersTLzuOEJIY2laePrrC5vHMg0CdHLhF2sY8tpDxCU=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-579490388", "fingerprint": "71:ec:21:9d:b0:70:aa:07:26:5e:77:33:f9:01:fb:89"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:07.990 63 INFO tempest.lib.common.rest_client [req-448fe462-950b-4919-877a-3f600dbd1d1f ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/ports 0.933s 2018-08-20 21:07:07.990 63 DEBUG tempest.lib.common.rest_client [req-448fe462-950b-4919-877a-3f600dbd1d1f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f03cd42c-37db-49e5-93a3-b24b880388eb", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1570592664", "security_groups": ["de8412ac-2495-4485-b7bd-40edbb0b573e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:07:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-448fe462-950b-4919-877a-3f600dbd1d1f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:07:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f03cd42c-37db-49e5-93a3-b24b880388eb","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:07:07Z","name":"tempest-port-smoke-1570592664","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:31:7e:80","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"4788b040-57cf-4e08-b078-2065606b35eb","ip_address":"10.101.11.10"}],"id":"3d74ba43-cea5-4536-a76f-2aa03cbee614","security_groups":["de8412ac-2495-4485-b7bd-40edbb0b573e"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:11.544 63 INFO tempest.lib.common.rest_client [req-eb401096-39b6-40df-8562-4d17badb9f32 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.23:8774/v2.1/servers 3.552s 2018-08-20 21:07:11.545 63 DEBUG tempest.lib.common.rest_client [req-eb401096-39b6-40df-8562-4d17badb9f32 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-579490388", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "f03cd42c-37db-49e5-93a3-b24b880388eb", "port": "3d74ba43-cea5-4536-a76f-2aa03cbee614"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-eb401096-39b6-40df-8562-4d17badb9f32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb401096-39b6-40df-8562-4d17badb9f32'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67118027-e221-41b9-ae20-2d7725272ffe", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "bookmark"}], "adminPass": "h7LPFvjtfRqP"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:12.336 63 INFO tempest.lib.common.rest_client [req-6244c4d3-3ed9-4818-b341-b4e48b8c86f3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 0.787s 2018-08-20 21:07:12.336 63 DEBUG tempest.lib.common.rest_client [req-6244c4d3-3ed9-4818-b341-b4e48b8c86f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-6244c4d3-3ed9-4818-b341-b4e48b8c86f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6244c4d3-3ed9-4818-b341-b4e48b8c86f3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "67118027-e221-41b9-ae20-2d7725272ffe", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579490388", "name": "server-1", "created": "2018-08-20T21:07:11Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:14.022 63 INFO tempest.lib.common.rest_client [req-d9a2ee82-effe-4e9f-ae24-330019ac10b1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 0.671s 2018-08-20 21:07:14.023 63 DEBUG tempest.lib.common.rest_client [req-d9a2ee82-effe-4e9f-ae24-330019ac10b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1334', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-d9a2ee82-effe-4e9f-ae24-330019ac10b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9a2ee82-effe-4e9f-ae24-330019ac10b1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "67118027-e221-41b9-ae20-2d7725272ffe", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:07:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579490388", "name": "server-1", "created": "2018-08-20T21:07:11Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:07:12Z"}, "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:14.038 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2018-08-20 21:07:15.207 63 INFO tempest.lib.common.rest_client [req-db337814-5f94-47f8-baad-1f3c24d25602 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 204 DELETE http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 1.169s 2018-08-20 21:07:15.208 63 DEBUG tempest.lib.common.rest_client [req-db337814-5f94-47f8-baad-1f3c24d25602 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-db337814-5f94-47f8-baad-1f3c24d25602', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-db337814-5f94-47f8-baad-1f3c24d25602'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:15.272 63 INFO tempest.lib.common.rest_client [req-af2b50bc-d003-46e4-9763-e5474d31b9ac ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 404 GET http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 0.063s 2018-08-20 21:07:15.272 63 DEBUG tempest.lib.common.rest_client [req-af2b50bc-d003-46e4-9763-e5474d31b9ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-af2b50bc-d003-46e4-9763-e5474d31b9ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:15 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-af2b50bc-d003-46e4-9763-e5474d31b9ac'} Body: {"itemNotFound": {"message": "Instance 67118027-e221-41b9-ae20-2d7725272ffe could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:16.001 63 INFO tempest.lib.common.rest_client [req-6906ef69-944e-46a1-bcd8-9dbde17e01f5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/3d74ba43-cea5-4536-a76f-2aa03cbee614 0.727s 2018-08-20 21:07:16.002 63 DEBUG tempest.lib.common.rest_client [req-6906ef69-944e-46a1-bcd8-9dbde17e01f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/3d74ba43-cea5-4536-a76f-2aa03cbee614', u'date': 'Mon, 20 Aug 2018 21:07:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6906ef69-944e-46a1-bcd8-9dbde17e01f5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:16.051 63 INFO tempest.lib.common.rest_client [req-a75d3bbc-c9f4-4e6a-9844-a717a2752cca ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-579490388 0.048s 2018-08-20 21:07:16.052 63 DEBUG tempest.lib.common.rest_client [req-a75d3bbc-c9f4-4e6a-9844-a717a2752cca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-579490388', u'x-compute-request-id': 'req-a75d3bbc-c9f4-4e6a-9844-a717a2752cca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a75d3bbc-c9f4-4e6a-9844-a717a2752cca'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:18.468 63 INFO tempest.lib.common.rest_client [req-68f950b9-ea38-4ff7-b046-92ccf5362365 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/181f4ca3-adc7-4c23-b7a7-76892a208b0e 2.415s 2018-08-20 21:07:18.469 63 DEBUG tempest.lib.common.rest_client [req-68f950b9-ea38-4ff7-b046-92ccf5362365 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/181f4ca3-adc7-4c23-b7a7-76892a208b0e', u'date': 'Mon, 20 Aug 2018 21:07:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-68f950b9-ea38-4ff7-b046-92ccf5362365'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:20.706 63 INFO tempest.lib.common.rest_client [req-e332acf2-4e95-4ba4-8829-5bd498bf7eb8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/50c4ef8e-39f1-41bb-a531-71ab5534ba7d 2.236s 2018-08-20 21:07:20.707 63 DEBUG tempest.lib.common.rest_client [req-e332acf2-4e95-4ba4-8829-5bd498bf7eb8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/50c4ef8e-39f1-41bb-a531-71ab5534ba7d', u'date': 'Mon, 20 Aug 2018 21:07:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e332acf2-4e95-4ba4-8829-5bd498bf7eb8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:23.191 63 INFO tempest.lib.common.rest_client [req-79db661d-f3cc-44b4-a697-d144df8d5642 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4788b040-57cf-4e08-b078-2065606b35eb 2.483s 2018-08-20 21:07:23.192 63 DEBUG tempest.lib.common.rest_client [req-79db661d-f3cc-44b4-a697-d144df8d5642 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/4788b040-57cf-4e08-b078-2065606b35eb', u'date': 'Mon, 20 Aug 2018 21:07:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79db661d-f3cc-44b4-a697-d144df8d5642'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:24.814 63 INFO tempest.lib.common.rest_client [req-ab4f1022-5606-4924-8ccd-81a7296855f1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f03cd42c-37db-49e5-93a3-b24b880388eb 1.621s 2018-08-20 21:07:24.814 63 DEBUG tempest.lib.common.rest_client [req-ab4f1022-5606-4924-8ccd-81a7296855f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/f03cd42c-37db-49e5-93a3-b24b880388eb', u'date': 'Mon, 20 Aug 2018 21:07:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ab4f1022-5606-4924-8ccd-81a7296855f1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:25.106 63 INFO tempest.lib.common.rest_client [req-ecf83708-58f7-4e12-809e-00f122743a8d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/de8412ac-2495-4485-b7bd-40edbb0b573e 0.291s 2018-08-20 21:07:25.107 63 DEBUG tempest.lib.common.rest_client [req-ecf83708-58f7-4e12-809e-00f122743a8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/de8412ac-2495-4485-b7bd-40edbb0b573e', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ecf83708-58f7-4e12-809e-00f122743a8d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_common_target [22.524438s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 264, in test_bgpvpn_update_route_targets_common_target self._create_servers() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 964, in _create_servers security_group_ids, self.os_primary, port_security) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 943, in _create_server clients, wait_until='ACTIVE', name=name, **create_server_kwargs) File "/src/tempest/tempest/common/compute.py", line 258, in create_test_server server['id']) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/src/tempest/tempest/common/compute.py", line 229, in create_test_server clients.servers_client, server['id'], wait_until) File "/src/tempest/tempest/common/waiters.py", line 76, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server 67118027-e221-41b9-ae20-2d7725272ffe failed to build and is in ERROR status Details: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-20T21:07:12Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:07:02,931 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.347s 2018-08-20 21:07:02,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1278620172 description", "name": "tempest-secgroup-smoke-1278620172"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:07:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c91812d3-5167-4521-8d37-9de8ef959e18'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1278620172 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:02Z", "updated_at": "2018-08-20T21:07:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:02Z", "revision_number": 0, "id": "09b4c1d1-2c4d-4364-bd2f-2f84a7a33ac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:02Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:02Z", "revision_number": 0, "id": "e8e02714-5ddc-4773-9a3e-bce6dd51daa5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:02Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "name": "tempest-secgroup-smoke-1278620172"}} 2018-08-20 21:07:03,182 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.249s 2018-08-20 21:07:03,182 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-630421c5-3b2e-4103-a380-8ed5cb777892'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fe9c2d0f-a336-41dd-ab60-bcf58795e488"}} 2018-08-20 21:07:03,578 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.394s 2018-08-20 21:07:03,578 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80cda4b2-62f5-4363-8901-8b608615281b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b59015a3-463a-433d-8ed4-29c6432ea68c"}} 2018-08-20 21:07:03,847 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.267s 2018-08-20 21:07:03,847 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f6c1f2f4-bd36-4c42-9c33-fa22efffc9a9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0eeed943-4d7c-4e37-9945-7405cb9002d4"}} 2018-08-20 21:07:04,140 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.292s 2018-08-20 21:07:04,141 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-75109dc2-b9cb-405d-9c20-059e924824eb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "03d9bcc6-3642-48d3-b682-13e956d75c93"}} 2018-08-20 21:07:04,349 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.207s 2018-08-20 21:07:04,350 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ecad8eac-e64a-4035-a8f5-68b429899050'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4f33a79c-c3c9-4965-8b60-a69e9d9207af"}} 2018-08-20 21:07:04,577 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 21:07:04,578 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ec7ecc87-37b5-416c-ab6e-6970f3d16473'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "68216b94-205d-4dc5-b08e-7e16dbf42819"}} 2018-08-20 21:07:04,801 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.222s 2018-08-20 21:07:04,801 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-265fc604-9ffa-4857-b247-a9676d8c8d5d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f682761a-1af9-4a89-8eb6-0139cf727887"}} 2018-08-20 21:07:04,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.194s 2018-08-20 21:07:04,997 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea9a409f-7ecf-418a-9eca-88d5cd978c4b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c819eefc-0c24-405b-a556-de72da45fcad"}} 2018-08-20 21:07:05,271 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/networks 0.273s 2018-08-20 21:07:05,272 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-2015901916"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50a53a37-805a-45f0-bc48-31588c298015'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f03cd42c-37db-49e5-93a3-b24b880388eb","name":"tempest-A-2015901916"}} 2018-08-20 21:07:05,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.656s 2018-08-20 21:07:05,930 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "f03cd42c-37db-49e5-93a3-b24b880388eb", "name": "tempest-subnet-A-1-535026173"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa1cfd00-bcc6-4096-964e-503874a930b3'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f03cd42c-37db-49e5-93a3-b24b880388eb","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:05Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:05Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"4788b040-57cf-4e08-b078-2065606b35eb","subnetpool_id":null,"name":"tempest-subnet-A-1-535026173"}} 2018-08-20 21:07:06,205 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/networks 0.273s 2018-08-20 21:07:06,205 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1598999426"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59bcc40e-0d7e-4d80-886b-8fba6a80aa94'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"50c4ef8e-39f1-41bb-a531-71ab5534ba7d","name":"tempest-B-1598999426"}} 2018-08-20 21:07:06,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.718s 2018-08-20 21:07:06,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "50c4ef8e-39f1-41bb-a531-71ab5534ba7d", "name": "tempest-subnet-B-1-1661556522"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c82e71c-9328-4835-bdb1-0b23d8e6ce43'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c4ef8e-39f1-41bb-a531-71ab5534ba7d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:06Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:06Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"181f4ca3-adc7-4c23-b7a7-76892a208b0e","subnetpool_id":null,"name":"tempest-subnet-B-1-1661556522"}} 2018-08-20 21:07:07,052 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.126s 2018-08-20 21:07:07,053 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-579490388"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-6a04aaee-76d0-4f70-ac29-f0b35fe2f246', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a04aaee-76d0-4f70-ac29-f0b35fe2f246'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1HlByNSqybF7MxREBmHcV6lQw1dBqrrrckRibUODPaPRu1+RLrPR7kwQhCTJEGvpj9P15gfs1+SfOANhU6b41ZEZU8dg3sQaIaF5K3cYSXPqi5UbAKoDmMZjGDdIidiXwfaC6JNST/CF/oshO58M60TvZiMef1p2QirOjnwM7/48LV7VEG5XgiYo85XQ2TmSsftRPu75l3UMdfT+mLUgPEiN8+fPiXHCqlmr+vpECiyGTnRIKrQ0yeM81aeGk18FcSus1m55lyZLsjWQTwBUYBgPVj0ne40FuPbHbeEUVqXWAxUEgiccSobYs9sE59zjqaGDtFZj5VwKlNRTHBlfZ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAtR5QcjUqsmxezMURAZh3FepUMNXQaq663JEYm1Dgz2j0btfk\nS6z0e5MEIQkyRBr6Y/T9eYH7NfknzgDYVOm+NWRGVPHYN7EGiGheSt3GElz6ouVG\nwCqA5jGYxg3SInYl8H2guiTUk/whf6LITufDOtE72YjHn9adkIqzo58DO/+PC1e1\nRBuV4ImKPOV0Nk5krH7UT7u+Zd1DHX0/pi1IDxIjfPnz4lxwqpZq/r6RAoshk50S\nCq0NMnjPNWnhpNfBXErrNZueZcmS7I1kE8AVGAYD1Y9J3uNBbj2x23hFFal1gMVB\nIInHEqG2LPbBOfc46mhg7RWY+VcCpTUUxwZX2QIDAQABAoIBACULz06c+1/FdNqT\nkHfwFKOh65iVk2zO0p/c+diDAYjLIfwuIp8sAFHqb1TGicaOchrR+KrK4HRYw0CK\nwbUUnnhTS2OCmERD7F8oYekUVbhZ1lZNaVxTFUyAZoxUNWAhJH99YsvQTr76Omve\nAvTIyREVzRUguhxCjLYM+NOF6eZydjifKCc6+rNTuTk7JLUXzcj3U/uSdN3Q0SAE\nPxxg9vm6qNa4xe+fmMh4Vfu1Jw0O8jJ+TPF4iPNGfywZXFF4WvJDL78r3Rtm8rFg\nPGLcXv2a5sxHdJsF5hAomey8XtFGuuIs3msAKkfitEZx83u/OdJ2Adif6i6JLgUs\nrhgKdpECgYEA48UCvviwx7qNH3AiLHscoiVFppu856WfkqLsTWGK7HCTNC9ZfoDJ\ncp0W9jcujRf12882EGzpJO+jKd6QlisTmlpOdyMDrWX12r61GSZwOw9GghAl8Xm/\nSN64ceiCZ4Wtn1444uvdyL5UyGNCE9nIsmuiARYPQg19xA9USldrHn0CgYEAy5EX\nPmYX+zs7tuJzTToMXp2B/2m8kAwe7LcKWIXBNmKYK66IvwNRjp5PkgktsAloAcWx\nBPGOKMaKWwUj4ZChyc0G0rZXdqM0Lajo2skWwOInhcJQGc3Nr/1WMTzXqXi7V3bK\nnTD5lKTCB98+RmiXEo+pBBCqRl/WyhW4s0a1UY0CgYBwzVw7yhx6/ifwHu+9ycb3\ngrAJAG5A5yStUaTn+dv8lxBAMwcGgK/D5Iq/q7qRRAGOOAQVhGq+0TOkg8ZlqLXP\nptPfaubiVHG7QOGdsAy7IyiPN4IjImGarDr6puUWcfz3xYk00Q2I4sJIb+gEvsIH\nowibsxohY18a32CmZL73XQKBgBJuiro9qEI5NMj0bBg7/0652EF2I3qvfkVUtX0a\nb0orVzftT7hr5oCRWQcSCa78ywwOCF84N/T9NR3Us1EDNYL+K3X8yKKXWGwh9SOK\nPaMtVwLHe1U6yzr6J0nCBozzv5LF0Ma23oJVALSRxCO/6J3noBgcIi7JEruth9HD\nvzspAoGAWpJj5+CZevpg+Ii+iYO56YhLAAtI5JHBolu1YbkCQ+NNAyObK2JJhmzK\nC+G9wxmcAjtKQ8Z60gMw3IeD5qya0XiafCD+9senmDYtzjBtZbFmAyYAx700REZz\n1x2HB9xywersTLzuOEJIY2laePrrC5vHMg0CdHLhF2sY8tpDxCU=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-579490388", "fingerprint": "71:ec:21:9d:b0:70:aa:07:26:5e:77:33:f9:01:fb:89"}} 2018-08-20 21:07:07,990 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/ports 0.933s 2018-08-20 21:07:07,990 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f03cd42c-37db-49e5-93a3-b24b880388eb", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1570592664", "security_groups": ["de8412ac-2495-4485-b7bd-40edbb0b573e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:07:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-448fe462-950b-4919-877a-3f600dbd1d1f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:07:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f03cd42c-37db-49e5-93a3-b24b880388eb","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:07:07Z","name":"tempest-port-smoke-1570592664","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:31:7e:80","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"4788b040-57cf-4e08-b078-2065606b35eb","ip_address":"10.101.11.10"}],"id":"3d74ba43-cea5-4536-a76f-2aa03cbee614","security_groups":["de8412ac-2495-4485-b7bd-40edbb0b573e"],"device_id":""}} 2018-08-20 21:07:11,544 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.23:8774/v2.1/servers 3.552s 2018-08-20 21:07:11,545 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-579490388", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "f03cd42c-37db-49e5-93a3-b24b880388eb", "port": "3d74ba43-cea5-4536-a76f-2aa03cbee614"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-eb401096-39b6-40df-8562-4d17badb9f32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb401096-39b6-40df-8562-4d17badb9f32'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67118027-e221-41b9-ae20-2d7725272ffe", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "bookmark"}], "adminPass": "h7LPFvjtfRqP"}} 2018-08-20 21:07:12,336 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 0.787s 2018-08-20 21:07:12,336 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-6244c4d3-3ed9-4818-b341-b4e48b8c86f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6244c4d3-3ed9-4818-b341-b4e48b8c86f3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "67118027-e221-41b9-ae20-2d7725272ffe", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579490388", "name": "server-1", "created": "2018-08-20T21:07:11Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:14,022 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 0.671s 2018-08-20 21:07:14,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1334', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-d9a2ee82-effe-4e9f-ae24-330019ac10b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9a2ee82-effe-4e9f-ae24-330019ac10b1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "67118027-e221-41b9-ae20-2d7725272ffe", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:07:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579490388", "name": "server-1", "created": "2018-08-20T21:07:11Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:07:12Z"}, "metadata": {}}} 2018-08-20 21:07:14,038 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2018-08-20 21:07:15,207 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 204 DELETE http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 1.169s 2018-08-20 21:07:15,208 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-db337814-5f94-47f8-baad-1f3c24d25602', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-db337814-5f94-47f8-baad-1f3c24d25602'} Body: 2018-08-20 21:07:15,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 404 GET http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 0.063s 2018-08-20 21:07:15,272 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-af2b50bc-d003-46e4-9763-e5474d31b9ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:15 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-af2b50bc-d003-46e4-9763-e5474d31b9ac'} Body: {"itemNotFound": {"message": "Instance 67118027-e221-41b9-ae20-2d7725272ffe could not be found.", "code": 404}} 2018-08-20 21:07:16,001 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/3d74ba43-cea5-4536-a76f-2aa03cbee614 0.727s 2018-08-20 21:07:16,002 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/3d74ba43-cea5-4536-a76f-2aa03cbee614', u'date': 'Mon, 20 Aug 2018 21:07:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6906ef69-944e-46a1-bcd8-9dbde17e01f5'} Body: 2018-08-20 21:07:16,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-579490388 0.048s 2018-08-20 21:07:16,052 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-579490388', u'x-compute-request-id': 'req-a75d3bbc-c9f4-4e6a-9844-a717a2752cca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a75d3bbc-c9f4-4e6a-9844-a717a2752cca'} Body: 2018-08-20 21:07:18,468 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/181f4ca3-adc7-4c23-b7a7-76892a208b0e 2.415s 2018-08-20 21:07:18,469 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/181f4ca3-adc7-4c23-b7a7-76892a208b0e', u'date': 'Mon, 20 Aug 2018 21:07:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-68f950b9-ea38-4ff7-b046-92ccf5362365'} Body: 2018-08-20 21:07:20,706 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/50c4ef8e-39f1-41bb-a531-71ab5534ba7d 2.236s 2018-08-20 21:07:20,707 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/50c4ef8e-39f1-41bb-a531-71ab5534ba7d', u'date': 'Mon, 20 Aug 2018 21:07:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e332acf2-4e95-4ba4-8829-5bd498bf7eb8'} Body: 2018-08-20 21:07:23,191 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4788b040-57cf-4e08-b078-2065606b35eb 2.483s 2018-08-20 21:07:23,192 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/4788b040-57cf-4e08-b078-2065606b35eb', u'date': 'Mon, 20 Aug 2018 21:07:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79db661d-f3cc-44b4-a697-d144df8d5642'} Body: 2018-08-20 21:07:24,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f03cd42c-37db-49e5-93a3-b24b880388eb 1.621s 2018-08-20 21:07:24,814 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/f03cd42c-37db-49e5-93a3-b24b880388eb', u'date': 'Mon, 20 Aug 2018 21:07:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ab4f1022-5606-4924-8ccd-81a7296855f1'} Body: 2018-08-20 21:07:25,106 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/de8412ac-2495-4485-b7bd-40edbb0b573e 0.291s 2018-08-20 21:07:25,107 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/de8412ac-2495-4485-b7bd-40edbb0b573e', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ecf83708-58f7-4e12-809e-00f122743a8d'} Body: 2018-08-20 21:07:25.404 63 INFO tempest.lib.common.rest_client [req-4fc0572e-bac7-4374-a48f-3a42e7fed30d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.292s 2018-08-20 21:07:25.405 63 DEBUG tempest.lib.common.rest_client [req-4fc0572e-bac7-4374-a48f-3a42e7fed30d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1743109541 description", "name": "tempest-secgroup-smoke-1743109541"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4fc0572e-bac7-4374-a48f-3a42e7fed30d'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1743109541 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:25Z", "updated_at": "2018-08-20T21:07:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:25Z", "revision_number": 0, "id": "7e48bfef-fefe-4495-89a2-ec575abb030e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:25Z", "revision_number": 0, "id": "89e596c2-725c-4189-beb5-20e29bf0f37b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "name": "tempest-secgroup-smoke-1743109541"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:25.687 63 INFO tempest.lib.common.rest_client [req-18495f3e-803c-49df-aec8-ed856c729c0c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.281s 2018-08-20 21:07:25.687 63 DEBUG tempest.lib.common.rest_client [req-18495f3e-803c-49df-aec8-ed856c729c0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18495f3e-803c-49df-aec8-ed856c729c0c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "46259752-7cef-4b09-b0ae-bd38c54c459d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:25.913 63 INFO tempest.lib.common.rest_client [req-5e1d7388-fbb4-4c4f-b0ae-83c3ef354014 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.225s 2018-08-20 21:07:25.913 63 DEBUG tempest.lib.common.rest_client [req-5e1d7388-fbb4-4c4f-b0ae-83c3ef354014 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5e1d7388-fbb4-4c4f-b0ae-83c3ef354014'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fa1e5fcf-9d33-405a-b553-b62a01a4a58f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:26.314 63 INFO tempest.lib.common.rest_client [req-cc1fdae7-b80f-4781-9492-b23c4a9228ac ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.399s 2018-08-20 21:07:26.314 63 DEBUG tempest.lib.common.rest_client [req-cc1fdae7-b80f-4781-9492-b23c4a9228ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc1fdae7-b80f-4781-9492-b23c4a9228ac'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7229c244-be38-4365-9f11-7dbcf2e21369"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:26.535 63 INFO tempest.lib.common.rest_client [req-56e72e24-fb5f-4acf-a4c8-a22fd88ec2e5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.220s 2018-08-20 21:07:26.536 63 DEBUG tempest.lib.common.rest_client [req-56e72e24-fb5f-4acf-a4c8-a22fd88ec2e5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56e72e24-fb5f-4acf-a4c8-a22fd88ec2e5'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4dd20c60-fc95-44d2-9147-62040cb930fa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:26.727 63 INFO tempest.lib.common.rest_client [req-f772053a-a711-4099-830a-e38a4ac78530 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-20 21:07:26.728 63 DEBUG tempest.lib.common.rest_client [req-f772053a-a711-4099-830a-e38a4ac78530 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f772053a-a711-4099-830a-e38a4ac78530'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6e9d9a49-0122-429a-9650-952201075e8d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:26.973 63 INFO tempest.lib.common.rest_client [req-0d8baf80-6463-4b8e-8e89-5ccb836b981b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.244s 2018-08-20 21:07:26.973 63 DEBUG tempest.lib.common.rest_client [req-0d8baf80-6463-4b8e-8e89-5ccb836b981b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d8baf80-6463-4b8e-8e89-5ccb836b981b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "986f4582-e295-4973-8ef0-1573e41e62e4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:27.143 63 INFO tempest.lib.common.rest_client [req-b9ac6997-a893-4d08-9da1-d6910a981488 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.169s 2018-08-20 21:07:27.144 63 DEBUG tempest.lib.common.rest_client [req-b9ac6997-a893-4d08-9da1-d6910a981488 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9ac6997-a893-4d08-9da1-d6910a981488'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:27Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:27Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "90ac10c4-21cc-427d-999b-10225558784d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:27.332 63 INFO tempest.lib.common.rest_client [req-496044df-725f-4218-95a5-2b51467f16d3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.187s 2018-08-20 21:07:27.332 63 DEBUG tempest.lib.common.rest_client [req-496044df-725f-4218-95a5-2b51467f16d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-496044df-725f-4218-95a5-2b51467f16d3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:27Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:27Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "2af34a32-9d95-4e62-b9d9-85f2ebc15e5e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:27.611 63 INFO tempest.lib.common.rest_client [req-57aeefe2-e47c-4d3f-a76a-2ca19676c869 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/networks 0.278s 2018-08-20 21:07:27.612 63 DEBUG tempest.lib.common.rest_client [req-57aeefe2-e47c-4d3f-a76a-2ca19676c869 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-844856925"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57aeefe2-e47c-4d3f-a76a-2ca19676c869'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"4f7659b0-ef1e-432a-8b2c-e30a2a7012b0","name":"tempest-A-844856925"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:29.067 63 INFO tempest.lib.common.rest_client [req-aa17c33b-49e1-46ad-83fa-da7282407d47 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.454s 2018-08-20 21:07:29.067 63 DEBUG tempest.lib.common.rest_client [req-aa17c33b-49e1-46ad-83fa-da7282407d47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "name": "tempest-subnet-A-1-1595674733"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa17c33b-49e1-46ad-83fa-da7282407d47'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f7659b0-ef1e-432a-8b2c-e30a2a7012b0","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:28Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:28Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a40d926a-5e6e-4c65-9879-ca05b1d2d6c6","subnetpool_id":null,"name":"tempest-subnet-A-1-1595674733"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:29.360 63 INFO tempest.lib.common.rest_client [req-3b8cac8f-7cfa-4140-85f4-508ef4d4094a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/networks 0.292s 2018-08-20 21:07:29.360 63 DEBUG tempest.lib.common.rest_client [req-3b8cac8f-7cfa-4140-85f4-508ef4d4094a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-527831124"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b8cac8f-7cfa-4140-85f4-508ef4d4094a'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:29Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d2381bb6-6086-42eb-9037-b4c3ce5d1ad4","name":"tempest-B-527831124"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:30.258 63 INFO tempest.lib.common.rest_client [req-a5c37290-2f90-4fa9-960a-64b73578874e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.897s 2018-08-20 21:07:30.259 63 DEBUG tempest.lib.common.rest_client [req-a5c37290-2f90-4fa9-960a-64b73578874e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "name": "tempest-subnet-B-1-408006140"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a5c37290-2f90-4fa9-960a-64b73578874e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2381bb6-6086-42eb-9037-b4c3ce5d1ad4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:29Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:29Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"4264c8a7-d91a-479b-93b3-fc0f5e864a70","subnetpool_id":null,"name":"tempest-subnet-B-1-408006140"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:30.479 63 INFO tempest.lib.common.rest_client [req-133744b3-5957-4ff2-8581-faf9dfe1c5b3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.219s 2018-08-20 21:07:30.479 63 DEBUG tempest.lib.common.rest_client [req-133744b3-5957-4ff2-8581-faf9dfe1c5b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-40125622"}} Response - Headers: {'status': '200', u'content-length': '2311', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-133744b3-5957-4ff2-8581-faf9dfe1c5b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-133744b3-5957-4ff2-8581-faf9dfe1c5b3'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCy/nZd4qlEUpcqYPRhmqGseFw5KVhNLX0XNZLxyzIdk+5LRyjplhrfwtY/B51OLEs1CTStIyAa9vnZBcGr+oOvo9zdJ6KnmFd7ZGs+DFbBcXDvTzXc3jgBOv/b/DtJq7CxYPxTIvVUrEjfqQIwNSkoxbvYC+M9WXjy+mkORMJOYoh2oeXQBjQatYxjN96ejsrT1sK19v3jOpvH+dej7lD2AGsHATrcnIv/LZVLBXDD9DPfq0Pcib0hxyoBhL35dabOdU4aibGPiXuZ0vztJ5rW9DJJlNYR+hE2KcLVo0jtmrEUq2iFfpF4m51GF7cc4pz+a1vwc8YzYyvm1xEkXI8/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsv52XeKpRFKXKmD0YZqhrHhcOSlYTS19FzWS8csyHZPuS0co\n6ZYa38LWPwedTixLNQk0rSMgGvb52QXBq/qDr6Pc3Seip5hXe2RrPgxWwXFw7081\n3N44ATr/2/w7SauwsWD8UyL1VKxI36kCMDUpKMW72AvjPVl48vppDkTCTmKIdqHl\n0AY0GrWMYzfeno7K09bCtfb94zqbx/nXo+5Q9gBrBwE63JyL/y2VSwVww/Qz36tD\n3Im9IccqAYS9+XWmznVOGomxj4l7mdL87Sea1vQySZTWEfoRNinC1aNI7ZqxFKto\nhX6ReJudRhe3HOKc/mtb8HPGM2Mr5tcRJFyPPwIDAQABAoIBAQCio76v7k15bEY4\n1qIXseanjTHXKq82aVfZZ++eTtC5uXnz4rPVE3RVz3bXDLctmee4SCYaD+mTNsit\nHqLs/pL7XDxKo0ITYMRUtVkQpyuJV+eTOvkpOK3QyGhF3jmM5jmF4ydC72fVyTnq\nKGp5nURJ7OmTFLIlQ5A3z7r3oRihGTfleVg5k7zAPNQac+3N8TeY0DREaux0CaDO\nbpkFbFOQbxpuHzs3vB1ID3+u2i3eymdOvJmBAQcApxpKTWvh2KhymkveLG1yDh8d\n/C458re5W7q40tWJjx8Dr0KRxdyJsD+hIlswsyUaTVpN2tcaJceuptyHKqM/9BGX\ntyU6twjpAoGBANq9NSXju/EBHDrABjeioKTEpI8/eZAy8xfrYzWZL0+Hl3WJjBSA\nMi2hVzMYDDd9R7ot0SWVwp+XZ1GIG2yAYmyIfIfY1NRs5jqpvepdHo1frdHcpUTQ\nxfsGOFsXashqaX3hGIWt6+nxUKm2dXnF6pa2akI8ThrxBdHaxumYTd/TAoGBANF8\nDBaiP7g3nKUUWOe5FvGU4eIAyqkDwssXWo6cSV9lJ91G+UpbRCjB7EZtGt1MrIbL\nCkdZw5yYDr7eJ6rwGUIBjfoly9bV0Rjli1Lbjkih6QYhtJ9d1yc0Fx+X1mpFf5lh\n3YGkUsJvEx0Xtos7pjqDFBwW6l8Q3EtDi//v2BtlAoGBAI8DwFkakcncQPnEjQwZ\nH1E7ZKBoDvIR7dDIzR/BHSaxb3ygxt6shqJA58N3SJ2LIrd+t00Moqg3lIzBIbUK\nJ8/wWQN06IpO/SSD0LEH2y7xzLL2wXPB0H/0rCoaoG2S7ZAo+SCF+0YEygl8S0in\n9148vDK8PRDuXzC7Cuy18MyTAoGBAIt+2CnmRxor5iLDZuR/izi51KUDs/BScc99\nsK7QgceFe8NM9Mo/9iZR5D2Nf9snqKdl42VZ7/mCBCezlaStl5QtptaRfqiD32Z9\nzIYTcC8LqjmMDlQlUBVqCY/fM0e3Gd4QnkkrHHUfNBImbUdQJERIbwa5d75wYtG3\nnC2FEFpFAoGANbgUCGlJA/MsO4JUBUcGyp18MDCVF0IQpt4jt7omuBDBjR+BFUWb\nsjhyq3Qeq5copKYy8tqaMxozI+ePFnekFpsVy2R43uzwDUEgQco1z6NM+gpNp1P+\nfQSU6n1zfX97EXtua3RgcY2Uve2cHFxU3B3W5OnIbf9qWPQnz28vhjw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-40125622", "fingerprint": "d3:c7:36:3a:94:4a:5a:36:0b:d9:5b:38:d2:d4:fb:62"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:31.360 63 INFO tempest.lib.common.rest_client [req-e81c5f10-605b-4c03-ab0e-fc4060bff666 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/ports 0.877s 2018-08-20 21:07:31.361 63 DEBUG tempest.lib.common.rest_client [req-e81c5f10-605b-4c03-ab0e-fc4060bff666 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1071028485", "security_groups": ["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:07:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e81c5f10-605b-4c03-ab0e-fc4060bff666'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:07:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4f7659b0-ef1e-432a-8b2c-e30a2a7012b0","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:07:30Z","name":"tempest-port-smoke-1071028485","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:90:29:e8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a40d926a-5e6e-4c65-9879-ca05b1d2d6c6","ip_address":"10.101.11.10"}],"id":"11b794d8-117a-4ef0-b37c-8d82c23d8016","security_groups":["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:35.149 63 INFO tempest.lib.common.rest_client [req-7f7fcbfd-cc61-4b75-ba18-9d2799c08d47 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.23:8774/v2.1/servers 3.787s 2018-08-20 21:07:35.149 63 DEBUG tempest.lib.common.rest_client [req-7f7fcbfd-cc61-4b75-ba18-9d2799c08d47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-40125622", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "port": "11b794d8-117a-4ef0-b37c-8d82c23d8016"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-7f7fcbfd-cc61-4b75-ba18-9d2799c08d47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f7fcbfd-cc61-4b75-ba18-9d2799c08d47'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "adminPass": "Z97VKXwqUY58"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:35.487 63 INFO tempest.lib.common.rest_client [req-9c91006e-98be-43de-a793-2ab234b022e6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.334s 2018-08-20 21:07:35.488 63 DEBUG tempest.lib.common.rest_client [req-9c91006e-98be-43de-a793-2ab234b022e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-9c91006e-98be-43de-a793-2ab234b022e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9c91006e-98be-43de-a793-2ab234b022e6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:36.755 63 INFO tempest.lib.common.rest_client [req-15666a38-4a0c-4b36-ae9c-54f0ba497924 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.252s 2018-08-20 21:07:36.756 63 DEBUG tempest.lib.common.rest_client [req-15666a38-4a0c-4b36-ae9c-54f0ba497924 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-15666a38-4a0c-4b36-ae9c-54f0ba497924', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15666a38-4a0c-4b36-ae9c-54f0ba497924'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:38.497 63 INFO tempest.lib.common.rest_client [req-1230d7da-1e35-4f1d-bcae-3058b17a27d3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.725s 2018-08-20 21:07:38.498 63 DEBUG tempest.lib.common.rest_client [req-1230d7da-1e35-4f1d-bcae-3058b17a27d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1398', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-1230d7da-1e35-4f1d-bcae-3058b17a27d3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1230d7da-1e35-4f1d-bcae-3058b17a27d3'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:38.511 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-20 21:07:40.268 63 INFO tempest.lib.common.rest_client [req-17376422-67ea-4a59-9e84-4ee6427a4f9a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.755s 2018-08-20 21:07:40.269 63 DEBUG tempest.lib.common.rest_client [req-17376422-67ea-4a59-9e84-4ee6427a4f9a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-17376422-67ea-4a59-9e84-4ee6427a4f9a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17376422-67ea-4a59-9e84-4ee6427a4f9a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:40.282 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:07:41.449 63 INFO tempest.lib.common.rest_client [req-d543db79-d393-4124-a881-7b9ca81378a0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.164s 2018-08-20 21:07:41.449 63 DEBUG tempest.lib.common.rest_client [req-d543db79-d393-4124-a881-7b9ca81378a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-d543db79-d393-4124-a881-7b9ca81378a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d543db79-d393-4124-a881-7b9ca81378a0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-844856925": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:29:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:41Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:41.464 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-20 21:07:42.208 63 INFO tempest.lib.common.rest_client [req-18e27d12-82d0-4a46-8f68-b188cc1572ae ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.743s 2018-08-20 21:07:42.209 63 DEBUG tempest.lib.common.rest_client [req-18e27d12-82d0-4a46-8f68-b188cc1572ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-18e27d12-82d0-4a46-8f68-b188cc1572ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18e27d12-82d0-4a46-8f68-b188cc1572ae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-844856925": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:29:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:41Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:42.223 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 0bd0930b-24ab-4f72-8fd2-d1401244def1 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:07:42.989 63 INFO tempest.lib.common.rest_client [req-d81e4c9d-ae73-46b3-a9de-be2f70b5493c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/ports 0.765s 2018-08-20 21:07:42.989 63 DEBUG tempest.lib.common.rest_client [req-d81e4c9d-ae73-46b3-a9de-be2f70b5493c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-405592509", "security_groups": ["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:07:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d81e4c9d-ae73-46b3-a9de-be2f70b5493c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:07:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d2381bb6-6086-42eb-9037-b4c3ce5d1ad4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:07:42Z","name":"tempest-port-smoke-405592509","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:29:eb:63","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"4264c8a7-d91a-479b-93b3-fc0f5e864a70","ip_address":"10.102.21.20"}],"id":"fa1f0d17-f418-464a-be2e-0bb6ca893cb5","security_groups":["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:45.621 63 INFO tempest.lib.common.rest_client [req-296deeb5-025f-44d4-94e8-cbf0476d50a9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.23:8774/v2.1/servers 2.630s 2018-08-20 21:07:45.621 63 DEBUG tempest.lib.common.rest_client [req-296deeb5-025f-44d4-94e8-cbf0476d50a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-40125622", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "port": "fa1f0d17-f418-464a-be2e-0bb6ca893cb5"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-296deeb5-025f-44d4-94e8-cbf0476d50a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-296deeb5-025f-44d4-94e8-cbf0476d50a9'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e11a0b02-621c-4be5-b213-2099778367a7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "adminPass": "HevLCNv8UQ3k"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:45.925 63 INFO tempest.lib.common.rest_client [req-50d7ee80-86c7-4875-b817-8cb1ebdb28bc ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.299s 2018-08-20 21:07:45.925 63 DEBUG tempest.lib.common.rest_client [req-50d7ee80-86c7-4875-b817-8cb1ebdb28bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-50d7ee80-86c7-4875-b817-8cb1ebdb28bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50d7ee80-86c7-4875-b817-8cb1ebdb28bc'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:47.193 63 INFO tempest.lib.common.rest_client [req-e2afe0ff-7f94-4dc6-9af1-80921ce018bb ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.253s 2018-08-20 21:07:47.194 63 DEBUG tempest.lib.common.rest_client [req-e2afe0ff-7f94-4dc6-9af1-80921ce018bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-e2afe0ff-7f94-4dc6-9af1-80921ce018bb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2afe0ff-7f94-4dc6-9af1-80921ce018bb'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:48.971 63 INFO tempest.lib.common.rest_client [req-a19b3460-200f-4dbe-8e8c-093c393a4592 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.762s 2018-08-20 21:07:48.971 63 DEBUG tempest.lib.common.rest_client [req-a19b3460-200f-4dbe-8e8c-093c393a4592 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-a19b3460-200f-4dbe-8e8c-093c393a4592', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a19b3460-200f-4dbe-8e8c-093c393a4592'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:48.986 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:07:50.436 63 INFO tempest.lib.common.rest_client [req-5263a441-8f99-4931-b857-4fb34efb4b72 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.448s 2018-08-20 21:07:50.437 63 DEBUG tempest.lib.common.rest_client [req-5263a441-8f99-4931-b857-4fb34efb4b72 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-5263a441-8f99-4931-b857-4fb34efb4b72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5263a441-8f99-4931-b857-4fb34efb4b72'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:52.140 63 INFO tempest.lib.common.rest_client [req-367ac9be-7875-44dd-b058-3253d4fced50 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.688s 2018-08-20 21:07:52.140 63 DEBUG tempest.lib.common.rest_client [req-367ac9be-7875-44dd-b058-3253d4fced50 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-367ac9be-7875-44dd-b058-3253d4fced50', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-367ac9be-7875-44dd-b058-3253d4fced50'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:54.084 63 INFO tempest.lib.common.rest_client [req-39193b6b-50f5-4ba8-bc49-118fc44d274e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.929s 2018-08-20 21:07:54.084 63 DEBUG tempest.lib.common.rest_client [req-39193b6b-50f5-4ba8-bc49-118fc44d274e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-39193b6b-50f5-4ba8-bc49-118fc44d274e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39193b6b-50f5-4ba8-bc49-118fc44d274e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-527831124": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:eb:63", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:54.100 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:07:54.774 63 INFO tempest.lib.common.rest_client [req-84595412-299f-4c6c-a56b-3252729d73cd ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.673s 2018-08-20 21:07:54.775 63 DEBUG tempest.lib.common.rest_client [req-84595412-299f-4c6c-a56b-3252729d73cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-84595412-299f-4c6c-a56b-3252729d73cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-84595412-299f-4c6c-a56b-3252729d73cd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-527831124": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:eb:63", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:54.788 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: e11a0b02-621c-4be5-b213-2099778367a7 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:07:55.415 63 INFO tempest.lib.common.rest_client [req-3c4780e5-bf41-46d8-95be-7ef86ff9d1fd ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.627s 2018-08-20 21:07:55.416 63 DEBUG tempest.lib.common.rest_client [req-3c4780e5-bf41-46d8-95be-7ef86ff9d1fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:07:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c4780e5-bf41-46d8-95be-7ef86ff9d1fd'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "ca0221ef-81c2-49f7-a260-c1c370d8bd17"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:55.768 63 INFO tempest.lib.common.rest_client [req-b6a57389-bc95-4ee5-a3ca-b8bbe3f85d07 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations 0.351s 2018-08-20 21:07:55.769 63 DEBUG tempest.lib.common.rest_client [req-b6a57389-bc95-4ee5-a3ca-b8bbe3f85d07 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations', u'date': 'Mon, 20 Aug 2018 21:07:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6a57389-bc95-4ee5-a3ca-b8bbe3f85d07'} Body: {"network_association": {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "id": "139b24ac-4114-4cda-bb87-f2e66c2d7308"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:56.189 63 INFO tempest.lib.common.rest_client [req-f2d34011-15c2-4591-a0cc-d9a612074f74 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations 0.419s 2018-08-20 21:07:56.190 63 DEBUG tempest.lib.common.rest_client [req-f2d34011-15c2-4591-a0cc-d9a612074f74 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations', u'date': 'Mon, 20 Aug 2018 21:07:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2d34011-15c2-4591-a0cc-d9a612074f74'} Body: {"network_association": {"network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "id": "117ba286-2eb9-442d-ad49-f837bf499b92"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:56.190 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 21:07:56.375 63 INFO tempest.lib.common.rest_client [req-d1401ccf-67fa-459b-b89d-15eeb6ecbf78 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/routers 0.183s 2018-08-20 21:07:56.376 63 DEBUG tempest.lib.common.rest_client [req-d1401ccf-67fa-459b-b89d-15eeb6ecbf78 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--764217224", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:07:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1401ccf-67fa-459b-b89d-15eeb6ecbf78'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:56Z", "admin_state_up": true, "updated_at": "2018-08-20T21:07:56Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5", "name": "tempest-router--764217224"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:07:58.105 63 INFO tempest.lib.common.rest_client [req-25322ff7-b18c-42c4-abd6-22f43f18fffd ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5 1.729s 2018-08-20 21:07:58.106 63 DEBUG tempest.lib.common.rest_client [req-25322ff7-b18c-42c4-abd6-22f43f18fffd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5', u'date': 'Mon, 20 Aug 2018 21:07:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25322ff7-b18c-42c4-abd6-22f43f18fffd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:56Z", "admin_state_up": true, "updated_at": "2018-08-20T21:07:57Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5", "name": "tempest-router--764217224"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:08:00.133 63 INFO tempest.lib.common.rest_client [req-a1c06358-e383-474c-9165-24adcf3dc7a0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/add_router_interface 2.026s 2018-08-20 21:08:00.133 63 DEBUG tempest.lib.common.rest_client [req-a1c06358-e383-474c-9165-24adcf3dc7a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:08:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1c06358-e383-474c-9165-24adcf3dc7a0'} Body: {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6", "subnet_ids": ["a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"], "port_id": "60721ca1-2f72-4cb1-9ffc-03e0b76d2e56", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:08:02.239 63 INFO tempest.lib.common.rest_client [req-48ef8dba-fef2-465f-b48c-5b2a0742289a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.104s 2018-08-20 21:08:02.240 63 DEBUG tempest.lib.common.rest_client [req-48ef8dba-fef2-465f-b48c-5b2a0742289a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "11b794d8-117a-4ef0-b37c-8d82c23d8016"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:08:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-48ef8dba-fef2-465f-b48c-5b2a0742289a'} Body: {"floatingip": {"router_id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:08:00Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "11b794d8-117a-4ef0-b37c-8d82c23d8016", "id": "24c6cd9d-51ec-47a8-8a49-aab0acbce362", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:08:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:08:02.241 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:08:10.254 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:08:10.318 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:08:10.318 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:08:10.433 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:08:10.433 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:08:10.436 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:08:10.496 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:08:10.500 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:08:15.507 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:08:15.508 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:09:25.574 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:09:25.574 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:09:25.578 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:09:25.639 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:09:25.642 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:09:30.649 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:09:30.650 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:10:40.699 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:10:40.699 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:10:40.700 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40.704 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:40.799 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:10:40.800 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:40.806 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:10:40.807 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:dc:cd:9b [ether] on eth0 2018-08-20 21:10:40.807 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:10:40.807 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40.809 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:40.867 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:10:40.874 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:40.882 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 21:10:40.883 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:10:40.883 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40.885 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:40.947 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:10:40.949 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:40.955 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:10:40.955 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40.957 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:41.019 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:10:41.022 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:41.027 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:10:41.028 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:dc:cd:9b [ether] on eth0 2018-08-20 21:10:41.028 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:10:41.028 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:41.030 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:41.091 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:10:41.094 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:46.100 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:10:46.101 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:11:56.167 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:11:56.168 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:11:56.172 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:11:56.273 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:11:56.300 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:12:01.307 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:12:01.307 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:13:11.370 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:13:12.895 63 INFO tempest.lib.common.rest_client [req-d186e48a-4610-4cd2-9306-be0c0c3d9226 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/24c6cd9d-51ec-47a8-8a49-aab0acbce362 1.522s 2018-08-20 21:13:12.895 63 DEBUG tempest.lib.common.rest_client [req-d186e48a-4610-4cd2-9306-be0c0c3d9226 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/24c6cd9d-51ec-47a8-8a49-aab0acbce362', u'date': 'Mon, 20 Aug 2018 21:13:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d186e48a-4610-4cd2-9306-be0c0c3d9226'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:14.896 63 INFO tempest.lib.common.rest_client [req-de73cb23-232b-4af3-9e0e-5c1e30a5cebb ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/remove_router_interface 1.999s 2018-08-20 21:13:14.896 63 DEBUG tempest.lib.common.rest_client [req-de73cb23-232b-4af3-9e0e-5c1e30a5cebb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:13:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de73cb23-232b-4af3-9e0e-5c1e30a5cebb'} Body: {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6", "subnet_ids": ["a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"], "port_id": "60721ca1-2f72-4cb1-9ffc-03e0b76d2e56", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:16.815 63 INFO tempest.lib.common.rest_client [req-a874e374-1180-48ff-9e74-eee3c8dceb17 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5 1.917s 2018-08-20 21:13:16.815 63 DEBUG tempest.lib.common.rest_client [req-a874e374-1180-48ff-9e74-eee3c8dceb17 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5', u'date': 'Mon, 20 Aug 2018 21:13:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a874e374-1180-48ff-9e74-eee3c8dceb17'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:17.252 63 INFO tempest.lib.common.rest_client [req-208e7a3d-fb0a-4519-b8e7-6888100830d1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.435s 2018-08-20 21:13:17.252 63 DEBUG tempest.lib.common.rest_client [req-208e7a3d-fb0a-4519-b8e7-6888100830d1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-208e7a3d-fb0a-4519-b8e7-6888100830d1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-208e7a3d-fb0a-4519-b8e7-6888100830d1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:18.531 63 INFO tempest.lib.common.rest_client [req-84ca230f-509b-44ce-86a9-5839e162d33c ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 1.278s 2018-08-20 21:13:18.532 63 DEBUG tempest.lib.common.rest_client [req-84ca230f-509b-44ce-86a9-5839e162d33c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-84ca230f-509b-44ce-86a9-5839e162d33c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-84ca230f-509b-44ce-86a9-5839e162d33c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-527831124": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:eb:63", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:17Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:19.613 63 INFO tempest.lib.common.rest_client [req-f8d2db2c-106f-4351-a621-2b3928ace22d ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.066s 2018-08-20 21:13:19.613 63 DEBUG tempest.lib.common.rest_client [req-f8d2db2c-106f-4351-a621-2b3928ace22d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-f8d2db2c-106f-4351-a621-2b3928ace22d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f8d2db2c-106f-4351-a621-2b3928ace22d'} Body: {"itemNotFound": {"message": "Instance e11a0b02-621c-4be5-b213-2099778367a7 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:20.569 63 INFO tempest.lib.common.rest_client [req-ec8d8924-d889-4287-af10-c917a82738cd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/fa1f0d17-f418-464a-be2e-0bb6ca893cb5 0.954s 2018-08-20 21:13:20.569 63 DEBUG tempest.lib.common.rest_client [req-ec8d8924-d889-4287-af10-c917a82738cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/fa1f0d17-f418-464a-be2e-0bb6ca893cb5', u'date': 'Mon, 20 Aug 2018 21:13:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ec8d8924-d889-4287-af10-c917a82738cd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:20.785 63 INFO tempest.lib.common.rest_client [req-26197a7e-ada1-45ce-beb0-e50e0fec8787 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.214s 2018-08-20 21:13:20.785 63 DEBUG tempest.lib.common.rest_client [req-26197a7e-ada1-45ce-beb0-e50e0fec8787 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-26197a7e-ada1-45ce-beb0-e50e0fec8787', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-26197a7e-ada1-45ce-beb0-e50e0fec8787'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:21.404 63 INFO tempest.lib.common.rest_client [req-d3fcd8f8-8cfb-4604-9a59-f392cd642fed ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.618s 2018-08-20 21:13:21.405 63 DEBUG tempest.lib.common.rest_client [req-d3fcd8f8-8cfb-4604-9a59-f392cd642fed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-d3fcd8f8-8cfb-4604-9a59-f392cd642fed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3fcd8f8-8cfb-4604-9a59-f392cd642fed'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-844856925": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:29:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:20Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:23.092 63 INFO tempest.lib.common.rest_client [req-0822ede1-793f-42d9-b2a4-66bc048b90f3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.669s 2018-08-20 21:13:23.092 63 DEBUG tempest.lib.common.rest_client [req-0822ede1-793f-42d9-b2a4-66bc048b90f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1341', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-0822ede1-793f-42d9-b2a4-66bc048b90f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0822ede1-793f-42d9-b2a4-66bc048b90f3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:24.169 63 INFO tempest.lib.common.rest_client [req-ab4dba93-b85f-4a6a-9c4f-8328bf831731 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.062s 2018-08-20 21:13:24.170 63 DEBUG tempest.lib.common.rest_client [req-ab4dba93-b85f-4a6a-9c4f-8328bf831731 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-ab4dba93-b85f-4a6a-9c4f-8328bf831731', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:24 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ab4dba93-b85f-4a6a-9c4f-8328bf831731'} Body: {"itemNotFound": {"message": "Instance 0bd0930b-24ab-4f72-8fd2-d1401244def1 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:25.383 63 INFO tempest.lib.common.rest_client [req-63a5bc4b-34d9-418a-9457-f7e96610743c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/11b794d8-117a-4ef0-b37c-8d82c23d8016 1.212s 2018-08-20 21:13:25.383 63 DEBUG tempest.lib.common.rest_client [req-63a5bc4b-34d9-418a-9457-f7e96610743c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/11b794d8-117a-4ef0-b37c-8d82c23d8016', u'date': 'Mon, 20 Aug 2018 21:13:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-63a5bc4b-34d9-418a-9457-f7e96610743c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:25.457 63 INFO tempest.lib.common.rest_client [req-00991b23-3c00-4893-945f-94a1f0681746 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-40125622 0.073s 2018-08-20 21:13:25.458 63 DEBUG tempest.lib.common.rest_client [req-00991b23-3c00-4893-945f-94a1f0681746 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-40125622', u'x-compute-request-id': 'req-00991b23-3c00-4893-945f-94a1f0681746', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-00991b23-3c00-4893-945f-94a1f0681746'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:28.264 63 INFO tempest.lib.common.rest_client [req-0b98b7fd-f541-43d4-9741-babf6ea1d5eb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4264c8a7-d91a-479b-93b3-fc0f5e864a70 2.805s 2018-08-20 21:13:28.265 63 DEBUG tempest.lib.common.rest_client [req-0b98b7fd-f541-43d4-9741-babf6ea1d5eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/4264c8a7-d91a-479b-93b3-fc0f5e864a70', u'date': 'Mon, 20 Aug 2018 21:13:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0b98b7fd-f541-43d4-9741-babf6ea1d5eb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:30.156 63 INFO tempest.lib.common.rest_client [req-15e57d48-b259-4a4f-bf7a-44ca345a785d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d2381bb6-6086-42eb-9037-b4c3ce5d1ad4 1.890s 2018-08-20 21:13:30.156 63 DEBUG tempest.lib.common.rest_client [req-15e57d48-b259-4a4f-bf7a-44ca345a785d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d2381bb6-6086-42eb-9037-b4c3ce5d1ad4', u'date': 'Mon, 20 Aug 2018 21:13:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-15e57d48-b259-4a4f-bf7a-44ca345a785d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:32.859 63 INFO tempest.lib.common.rest_client [req-2d5f4f44-c64f-4f50-84de-cc92e9a891e1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a40d926a-5e6e-4c65-9879-ca05b1d2d6c6 2.702s 2018-08-20 21:13:32.860 63 DEBUG tempest.lib.common.rest_client [req-2d5f4f44-c64f-4f50-84de-cc92e9a891e1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a40d926a-5e6e-4c65-9879-ca05b1d2d6c6', u'date': 'Mon, 20 Aug 2018 21:13:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2d5f4f44-c64f-4f50-84de-cc92e9a891e1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:34.638 63 INFO tempest.lib.common.rest_client [req-a157690f-e1c6-44e5-92e5-e0c748942bce ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/4f7659b0-ef1e-432a-8b2c-e30a2a7012b0 1.777s 2018-08-20 21:13:34.639 63 DEBUG tempest.lib.common.rest_client [req-a157690f-e1c6-44e5-92e5-e0c748942bce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/4f7659b0-ef1e-432a-8b2c-e30a2a7012b0', u'date': 'Mon, 20 Aug 2018 21:13:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a157690f-e1c6-44e5-92e5-e0c748942bce'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:34.930 63 INFO tempest.lib.common.rest_client [req-5687d303-a256-4969-b7cc-2a05161fb54d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/8a641b93-3fe3-4a27-b465-6f5ebe2c7593 0.289s 2018-08-20 21:13:34.931 63 DEBUG tempest.lib.common.rest_client [req-5687d303-a256-4969-b7cc-2a05161fb54d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/8a641b93-3fe3-4a27-b465-6f5ebe2c7593', u'date': 'Mon, 20 Aug 2018 21:13:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5687d303-a256-4969-b7cc-2a05161fb54d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_disjoint_targets [369.821563s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 239, in test_bgpvpn_update_route_targets_disjoint_targets self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:07:25,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.292s 2018-08-20 21:07:25,405 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1743109541 description", "name": "tempest-secgroup-smoke-1743109541"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4fc0572e-bac7-4374-a48f-3a42e7fed30d'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1743109541 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:25Z", "updated_at": "2018-08-20T21:07:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:25Z", "revision_number": 0, "id": "7e48bfef-fefe-4495-89a2-ec575abb030e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:25Z", "revision_number": 0, "id": "89e596c2-725c-4189-beb5-20e29bf0f37b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "name": "tempest-secgroup-smoke-1743109541"}} 2018-08-20 21:07:25,687 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.281s 2018-08-20 21:07:25,687 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18495f3e-803c-49df-aec8-ed856c729c0c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "46259752-7cef-4b09-b0ae-bd38c54c459d"}} 2018-08-20 21:07:25,913 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.225s 2018-08-20 21:07:25,913 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5e1d7388-fbb4-4c4f-b0ae-83c3ef354014'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fa1e5fcf-9d33-405a-b553-b62a01a4a58f"}} 2018-08-20 21:07:26,314 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.399s 2018-08-20 21:07:26,314 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc1fdae7-b80f-4781-9492-b23c4a9228ac'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7229c244-be38-4365-9f11-7dbcf2e21369"}} 2018-08-20 21:07:26,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.220s 2018-08-20 21:07:26,536 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56e72e24-fb5f-4acf-a4c8-a22fd88ec2e5'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4dd20c60-fc95-44d2-9147-62040cb930fa"}} 2018-08-20 21:07:26,727 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-20 21:07:26,728 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f772053a-a711-4099-830a-e38a4ac78530'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6e9d9a49-0122-429a-9650-952201075e8d"}} 2018-08-20 21:07:26,973 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.244s 2018-08-20 21:07:26,973 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d8baf80-6463-4b8e-8e89-5ccb836b981b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "986f4582-e295-4973-8ef0-1573e41e62e4"}} 2018-08-20 21:07:27,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.169s 2018-08-20 21:07:27,144 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9ac6997-a893-4d08-9da1-d6910a981488'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:27Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:27Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "90ac10c4-21cc-427d-999b-10225558784d"}} 2018-08-20 21:07:27,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.187s 2018-08-20 21:07:27,332 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-496044df-725f-4218-95a5-2b51467f16d3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:27Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:27Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "2af34a32-9d95-4e62-b9d9-85f2ebc15e5e"}} 2018-08-20 21:07:27,611 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/networks 0.278s 2018-08-20 21:07:27,612 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-844856925"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57aeefe2-e47c-4d3f-a76a-2ca19676c869'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"4f7659b0-ef1e-432a-8b2c-e30a2a7012b0","name":"tempest-A-844856925"}} 2018-08-20 21:07:29,067 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.454s 2018-08-20 21:07:29,067 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "name": "tempest-subnet-A-1-1595674733"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa17c33b-49e1-46ad-83fa-da7282407d47'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f7659b0-ef1e-432a-8b2c-e30a2a7012b0","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:28Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:28Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a40d926a-5e6e-4c65-9879-ca05b1d2d6c6","subnetpool_id":null,"name":"tempest-subnet-A-1-1595674733"}} 2018-08-20 21:07:29,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/networks 0.292s 2018-08-20 21:07:29,360 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-527831124"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b8cac8f-7cfa-4140-85f4-508ef4d4094a'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:29Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d2381bb6-6086-42eb-9037-b4c3ce5d1ad4","name":"tempest-B-527831124"}} 2018-08-20 21:07:30,258 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.897s 2018-08-20 21:07:30,259 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "name": "tempest-subnet-B-1-408006140"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a5c37290-2f90-4fa9-960a-64b73578874e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2381bb6-6086-42eb-9037-b4c3ce5d1ad4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:29Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:29Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"4264c8a7-d91a-479b-93b3-fc0f5e864a70","subnetpool_id":null,"name":"tempest-subnet-B-1-408006140"}} 2018-08-20 21:07:30,479 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.219s 2018-08-20 21:07:30,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-40125622"}} Response - Headers: {'status': '200', u'content-length': '2311', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-133744b3-5957-4ff2-8581-faf9dfe1c5b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-133744b3-5957-4ff2-8581-faf9dfe1c5b3'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCy/nZd4qlEUpcqYPRhmqGseFw5KVhNLX0XNZLxyzIdk+5LRyjplhrfwtY/B51OLEs1CTStIyAa9vnZBcGr+oOvo9zdJ6KnmFd7ZGs+DFbBcXDvTzXc3jgBOv/b/DtJq7CxYPxTIvVUrEjfqQIwNSkoxbvYC+M9WXjy+mkORMJOYoh2oeXQBjQatYxjN96ejsrT1sK19v3jOpvH+dej7lD2AGsHATrcnIv/LZVLBXDD9DPfq0Pcib0hxyoBhL35dabOdU4aibGPiXuZ0vztJ5rW9DJJlNYR+hE2KcLVo0jtmrEUq2iFfpF4m51GF7cc4pz+a1vwc8YzYyvm1xEkXI8/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsv52XeKpRFKXKmD0YZqhrHhcOSlYTS19FzWS8csyHZPuS0co\n6ZYa38LWPwedTixLNQk0rSMgGvb52QXBq/qDr6Pc3Seip5hXe2RrPgxWwXFw7081\n3N44ATr/2/w7SauwsWD8UyL1VKxI36kCMDUpKMW72AvjPVl48vppDkTCTmKIdqHl\n0AY0GrWMYzfeno7K09bCtfb94zqbx/nXo+5Q9gBrBwE63JyL/y2VSwVww/Qz36tD\n3Im9IccqAYS9+XWmznVOGomxj4l7mdL87Sea1vQySZTWEfoRNinC1aNI7ZqxFKto\nhX6ReJudRhe3HOKc/mtb8HPGM2Mr5tcRJFyPPwIDAQABAoIBAQCio76v7k15bEY4\n1qIXseanjTHXKq82aVfZZ++eTtC5uXnz4rPVE3RVz3bXDLctmee4SCYaD+mTNsit\nHqLs/pL7XDxKo0ITYMRUtVkQpyuJV+eTOvkpOK3QyGhF3jmM5jmF4ydC72fVyTnq\nKGp5nURJ7OmTFLIlQ5A3z7r3oRihGTfleVg5k7zAPNQac+3N8TeY0DREaux0CaDO\nbpkFbFOQbxpuHzs3vB1ID3+u2i3eymdOvJmBAQcApxpKTWvh2KhymkveLG1yDh8d\n/C458re5W7q40tWJjx8Dr0KRxdyJsD+hIlswsyUaTVpN2tcaJceuptyHKqM/9BGX\ntyU6twjpAoGBANq9NSXju/EBHDrABjeioKTEpI8/eZAy8xfrYzWZL0+Hl3WJjBSA\nMi2hVzMYDDd9R7ot0SWVwp+XZ1GIG2yAYmyIfIfY1NRs5jqpvepdHo1frdHcpUTQ\nxfsGOFsXashqaX3hGIWt6+nxUKm2dXnF6pa2akI8ThrxBdHaxumYTd/TAoGBANF8\nDBaiP7g3nKUUWOe5FvGU4eIAyqkDwssXWo6cSV9lJ91G+UpbRCjB7EZtGt1MrIbL\nCkdZw5yYDr7eJ6rwGUIBjfoly9bV0Rjli1Lbjkih6QYhtJ9d1yc0Fx+X1mpFf5lh\n3YGkUsJvEx0Xtos7pjqDFBwW6l8Q3EtDi//v2BtlAoGBAI8DwFkakcncQPnEjQwZ\nH1E7ZKBoDvIR7dDIzR/BHSaxb3ygxt6shqJA58N3SJ2LIrd+t00Moqg3lIzBIbUK\nJ8/wWQN06IpO/SSD0LEH2y7xzLL2wXPB0H/0rCoaoG2S7ZAo+SCF+0YEygl8S0in\n9148vDK8PRDuXzC7Cuy18MyTAoGBAIt+2CnmRxor5iLDZuR/izi51KUDs/BScc99\nsK7QgceFe8NM9Mo/9iZR5D2Nf9snqKdl42VZ7/mCBCezlaStl5QtptaRfqiD32Z9\nzIYTcC8LqjmMDlQlUBVqCY/fM0e3Gd4QnkkrHHUfNBImbUdQJERIbwa5d75wYtG3\nnC2FEFpFAoGANbgUCGlJA/MsO4JUBUcGyp18MDCVF0IQpt4jt7omuBDBjR+BFUWb\nsjhyq3Qeq5copKYy8tqaMxozI+ePFnekFpsVy2R43uzwDUEgQco1z6NM+gpNp1P+\nfQSU6n1zfX97EXtua3RgcY2Uve2cHFxU3B3W5OnIbf9qWPQnz28vhjw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-40125622", "fingerprint": "d3:c7:36:3a:94:4a:5a:36:0b:d9:5b:38:d2:d4:fb:62"}} 2018-08-20 21:07:31,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/ports 0.877s 2018-08-20 21:07:31,361 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1071028485", "security_groups": ["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:07:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e81c5f10-605b-4c03-ab0e-fc4060bff666'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:07:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4f7659b0-ef1e-432a-8b2c-e30a2a7012b0","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:07:30Z","name":"tempest-port-smoke-1071028485","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:90:29:e8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a40d926a-5e6e-4c65-9879-ca05b1d2d6c6","ip_address":"10.101.11.10"}],"id":"11b794d8-117a-4ef0-b37c-8d82c23d8016","security_groups":["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"],"device_id":""}} 2018-08-20 21:07:35,149 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.23:8774/v2.1/servers 3.787s 2018-08-20 21:07:35,149 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-40125622", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "port": "11b794d8-117a-4ef0-b37c-8d82c23d8016"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-7f7fcbfd-cc61-4b75-ba18-9d2799c08d47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f7fcbfd-cc61-4b75-ba18-9d2799c08d47'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "adminPass": "Z97VKXwqUY58"}} 2018-08-20 21:07:35,487 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.334s 2018-08-20 21:07:35,488 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-9c91006e-98be-43de-a793-2ab234b022e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9c91006e-98be-43de-a793-2ab234b022e6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:36,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.252s 2018-08-20 21:07:36,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-15666a38-4a0c-4b36-ae9c-54f0ba497924', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15666a38-4a0c-4b36-ae9c-54f0ba497924'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:38,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.725s 2018-08-20 21:07:38,498 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1398', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-1230d7da-1e35-4f1d-bcae-3058b17a27d3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1230d7da-1e35-4f1d-bcae-3058b17a27d3'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:38,511 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-20 21:07:40,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.755s 2018-08-20 21:07:40,269 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-17376422-67ea-4a59-9e84-4ee6427a4f9a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17376422-67ea-4a59-9e84-4ee6427a4f9a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:40,282 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:07:41,449 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.164s 2018-08-20 21:07:41,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-d543db79-d393-4124-a881-7b9ca81378a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d543db79-d393-4124-a881-7b9ca81378a0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-844856925": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:29:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:41Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:41,464 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-20 21:07:42,208 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.743s 2018-08-20 21:07:42,209 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-18e27d12-82d0-4a46-8f68-b188cc1572ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18e27d12-82d0-4a46-8f68-b188cc1572ae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-844856925": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:29:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:41Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:42,223 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 0bd0930b-24ab-4f72-8fd2-d1401244def1 with status: ACTIVE 2018-08-20 21:07:42,989 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/ports 0.765s 2018-08-20 21:07:42,989 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-405592509", "security_groups": ["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:07:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d81e4c9d-ae73-46b3-a9de-be2f70b5493c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:07:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d2381bb6-6086-42eb-9037-b4c3ce5d1ad4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:07:42Z","name":"tempest-port-smoke-405592509","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:29:eb:63","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"4264c8a7-d91a-479b-93b3-fc0f5e864a70","ip_address":"10.102.21.20"}],"id":"fa1f0d17-f418-464a-be2e-0bb6ca893cb5","security_groups":["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"],"device_id":""}} 2018-08-20 21:07:45,621 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.23:8774/v2.1/servers 2.630s 2018-08-20 21:07:45,621 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-40125622", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "port": "fa1f0d17-f418-464a-be2e-0bb6ca893cb5"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-296deeb5-025f-44d4-94e8-cbf0476d50a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-296deeb5-025f-44d4-94e8-cbf0476d50a9'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e11a0b02-621c-4be5-b213-2099778367a7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "adminPass": "HevLCNv8UQ3k"}} 2018-08-20 21:07:45,925 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.299s 2018-08-20 21:07:45,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-50d7ee80-86c7-4875-b817-8cb1ebdb28bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50d7ee80-86c7-4875-b817-8cb1ebdb28bc'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:47,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.253s 2018-08-20 21:07:47,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-e2afe0ff-7f94-4dc6-9af1-80921ce018bb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2afe0ff-7f94-4dc6-9af1-80921ce018bb'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:48,971 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.762s 2018-08-20 21:07:48,971 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-a19b3460-200f-4dbe-8e8c-093c393a4592', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a19b3460-200f-4dbe-8e8c-093c393a4592'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:48,986 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:07:50,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.448s 2018-08-20 21:07:50,437 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-5263a441-8f99-4931-b857-4fb34efb4b72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5263a441-8f99-4931-b857-4fb34efb4b72'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:52,140 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.688s 2018-08-20 21:07:52,140 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-367ac9be-7875-44dd-b058-3253d4fced50', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-367ac9be-7875-44dd-b058-3253d4fced50'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:54,084 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.929s 2018-08-20 21:07:54,084 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-39193b6b-50f5-4ba8-bc49-118fc44d274e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39193b6b-50f5-4ba8-bc49-118fc44d274e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-527831124": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:eb:63", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:54,100 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:07:54,774 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.673s 2018-08-20 21:07:54,775 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-84595412-299f-4c6c-a56b-3252729d73cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-84595412-299f-4c6c-a56b-3252729d73cd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-527831124": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:eb:63", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:54,788 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e11a0b02-621c-4be5-b213-2099778367a7 with status: ACTIVE 2018-08-20 21:07:55,415 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.627s 2018-08-20 21:07:55,416 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:07:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c4780e5-bf41-46d8-95be-7ef86ff9d1fd'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "ca0221ef-81c2-49f7-a260-c1c370d8bd17"}} 2018-08-20 21:07:55,768 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations 0.351s 2018-08-20 21:07:55,769 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations', u'date': 'Mon, 20 Aug 2018 21:07:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6a57389-bc95-4ee5-a3ca-b8bbe3f85d07'} Body: {"network_association": {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "id": "139b24ac-4114-4cda-bb87-f2e66c2d7308"}} 2018-08-20 21:07:56,189 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations 0.419s 2018-08-20 21:07:56,190 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations', u'date': 'Mon, 20 Aug 2018 21:07:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2d34011-15c2-4591-a0cc-d9a612074f74'} Body: {"network_association": {"network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "id": "117ba286-2eb9-442d-ad49-f837bf499b92"}} 2018-08-20 21:07:56,190 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:07:56,375 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/routers 0.183s 2018-08-20 21:07:56,376 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--764217224", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:07:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1401ccf-67fa-459b-b89d-15eeb6ecbf78'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:56Z", "admin_state_up": true, "updated_at": "2018-08-20T21:07:56Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5", "name": "tempest-router--764217224"}} 2018-08-20 21:07:58,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5 1.729s 2018-08-20 21:07:58,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5', u'date': 'Mon, 20 Aug 2018 21:07:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25322ff7-b18c-42c4-abd6-22f43f18fffd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:56Z", "admin_state_up": true, "updated_at": "2018-08-20T21:07:57Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5", "name": "tempest-router--764217224"}} 2018-08-20 21:08:00,133 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/add_router_interface 2.026s 2018-08-20 21:08:00,133 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:08:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1c06358-e383-474c-9165-24adcf3dc7a0'} Body: {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6", "subnet_ids": ["a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"], "port_id": "60721ca1-2f72-4cb1-9ffc-03e0b76d2e56", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5"} 2018-08-20 21:08:02,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.104s 2018-08-20 21:08:02,240 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "11b794d8-117a-4ef0-b37c-8d82c23d8016"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:08:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-48ef8dba-fef2-465f-b48c-5b2a0742289a'} Body: {"floatingip": {"router_id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:08:00Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "11b794d8-117a-4ef0-b37c-8d82c23d8016", "id": "24c6cd9d-51ec-47a8-8a49-aab0acbce362", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:08:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:08:02,241 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:08:10,254 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:08:10,318 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:08:10,318 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:08:10,433 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:08:10,433 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:08:10,436 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:08:10,496 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:08:10,500 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:08:15,507 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:08:15,508 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:09:25,574 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:09:25,574 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:09:25,578 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:09:25,639 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:09:25,642 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:09:30,649 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:09:30,650 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:10:40,699 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:10:40,699 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:10:40,700 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40,704 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:40,799 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:10:40,800 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:40,806 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:10:40,807 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:dc:cd:9b [ether] on eth0 2018-08-20 21:10:40,807 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:10:40,807 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40,809 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:40,867 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:10:40,874 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:40,882 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:10:40,883 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:10:40,883 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40,885 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:40,947 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:10:40,949 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:40,955 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:10:40,955 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40,957 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:41,019 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:10:41,022 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:41,027 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:10:41,028 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:dc:cd:9b [ether] on eth0 2018-08-20 21:10:41,028 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:10:41,028 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:41,030 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:41,091 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:10:41,094 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:46,100 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:10:46,101 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:11:56,167 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:11:56,168 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:11:56,172 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:11:56,273 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:11:56,300 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:12:01,307 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:12:01,307 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:13:11,370 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:13:11,370 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:13:12,895 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/24c6cd9d-51ec-47a8-8a49-aab0acbce362 1.522s 2018-08-20 21:13:12,895 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/24c6cd9d-51ec-47a8-8a49-aab0acbce362', u'date': 'Mon, 20 Aug 2018 21:13:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d186e48a-4610-4cd2-9306-be0c0c3d9226'} Body: 2018-08-20 21:13:14,896 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/remove_router_interface 1.999s 2018-08-20 21:13:14,896 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:13:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de73cb23-232b-4af3-9e0e-5c1e30a5cebb'} Body: {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6", "subnet_ids": ["a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"], "port_id": "60721ca1-2f72-4cb1-9ffc-03e0b76d2e56", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5"} 2018-08-20 21:13:16,815 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5 1.917s 2018-08-20 21:13:16,815 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5', u'date': 'Mon, 20 Aug 2018 21:13:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a874e374-1180-48ff-9e74-eee3c8dceb17'} Body: 2018-08-20 21:13:17,252 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.435s 2018-08-20 21:13:17,252 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-208e7a3d-fb0a-4519-b8e7-6888100830d1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-208e7a3d-fb0a-4519-b8e7-6888100830d1'} Body: 2018-08-20 21:13:18,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 1.278s 2018-08-20 21:13:18,532 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-84ca230f-509b-44ce-86a9-5839e162d33c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-84ca230f-509b-44ce-86a9-5839e162d33c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-527831124": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:eb:63", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:17Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:19,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.066s 2018-08-20 21:13:19,613 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-f8d2db2c-106f-4351-a621-2b3928ace22d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f8d2db2c-106f-4351-a621-2b3928ace22d'} Body: {"itemNotFound": {"message": "Instance e11a0b02-621c-4be5-b213-2099778367a7 could not be found.", "code": 404}} 2018-08-20 21:13:20,569 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/fa1f0d17-f418-464a-be2e-0bb6ca893cb5 0.954s 2018-08-20 21:13:20,569 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/fa1f0d17-f418-464a-be2e-0bb6ca893cb5', u'date': 'Mon, 20 Aug 2018 21:13:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ec8d8924-d889-4287-af10-c917a82738cd'} Body: 2018-08-20 21:13:20,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.214s 2018-08-20 21:13:20,785 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-26197a7e-ada1-45ce-beb0-e50e0fec8787', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-26197a7e-ada1-45ce-beb0-e50e0fec8787'} Body: 2018-08-20 21:13:21,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.618s 2018-08-20 21:13:21,405 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-d3fcd8f8-8cfb-4604-9a59-f392cd642fed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3fcd8f8-8cfb-4604-9a59-f392cd642fed'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-844856925": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:29:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:20Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:23,092 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.669s 2018-08-20 21:13:23,092 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1341', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-0822ede1-793f-42d9-b2a4-66bc048b90f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0822ede1-793f-42d9-b2a4-66bc048b90f3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:24,169 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.062s 2018-08-20 21:13:24,170 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-ab4dba93-b85f-4a6a-9c4f-8328bf831731', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:24 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ab4dba93-b85f-4a6a-9c4f-8328bf831731'} Body: {"itemNotFound": {"message": "Instance 0bd0930b-24ab-4f72-8fd2-d1401244def1 could not be found.", "code": 404}} 2018-08-20 21:13:25,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/11b794d8-117a-4ef0-b37c-8d82c23d8016 1.212s 2018-08-20 21:13:25,383 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/11b794d8-117a-4ef0-b37c-8d82c23d8016', u'date': 'Mon, 20 Aug 2018 21:13:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-63a5bc4b-34d9-418a-9457-f7e96610743c'} Body: 2018-08-20 21:13:25,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-40125622 0.073s 2018-08-20 21:13:25,458 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-40125622', u'x-compute-request-id': 'req-00991b23-3c00-4893-945f-94a1f0681746', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-00991b23-3c00-4893-945f-94a1f0681746'} Body: 2018-08-20 21:13:28,264 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4264c8a7-d91a-479b-93b3-fc0f5e864a70 2.805s 2018-08-20 21:13:28,265 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/4264c8a7-d91a-479b-93b3-fc0f5e864a70', u'date': 'Mon, 20 Aug 2018 21:13:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0b98b7fd-f541-43d4-9741-babf6ea1d5eb'} Body: 2018-08-20 21:13:30,156 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d2381bb6-6086-42eb-9037-b4c3ce5d1ad4 1.890s 2018-08-20 21:13:30,156 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d2381bb6-6086-42eb-9037-b4c3ce5d1ad4', u'date': 'Mon, 20 Aug 2018 21:13:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-15e57d48-b259-4a4f-bf7a-44ca345a785d'} Body: 2018-08-20 21:13:32,859 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a40d926a-5e6e-4c65-9879-ca05b1d2d6c6 2.702s 2018-08-20 21:13:32,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a40d926a-5e6e-4c65-9879-ca05b1d2d6c6', u'date': 'Mon, 20 Aug 2018 21:13:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2d5f4f44-c64f-4f50-84de-cc92e9a891e1'} Body: 2018-08-20 21:13:34,638 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/4f7659b0-ef1e-432a-8b2c-e30a2a7012b0 1.777s 2018-08-20 21:13:34,639 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/4f7659b0-ef1e-432a-8b2c-e30a2a7012b0', u'date': 'Mon, 20 Aug 2018 21:13:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a157690f-e1c6-44e5-92e5-e0c748942bce'} Body: 2018-08-20 21:13:34,930 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/8a641b93-3fe3-4a27-b465-6f5ebe2c7593 0.289s 2018-08-20 21:13:34,931 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/8a641b93-3fe3-4a27-b465-6f5ebe2c7593', u'date': 'Mon, 20 Aug 2018 21:13:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5687d303-a256-4969-b7cc-2a05161fb54d'} Body: 2018-08-20 21:13:35.504 63 INFO tempest.lib.common.rest_client [req-21323e43-4851-40a4-815a-988db4c0ae2f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.548s 2018-08-20 21:13:35.505 63 DEBUG tempest.lib.common.rest_client [req-21323e43-4851-40a4-815a-988db4c0ae2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-2056508963 description", "name": "tempest-secgroup-smoke-2056508963"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:13:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21323e43-4851-40a4-815a-988db4c0ae2f'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2056508963 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:35Z", "updated_at": "2018-08-20T21:13:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:13:35Z", "revision_number": 0, "id": "700ca263-6cd3-4034-bd4d-1b2a166294e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:13:35Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:13:35Z", "revision_number": 0, "id": "a1b7b629-8fb7-4121-a607-97c244d2b801", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:13:35Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b66c1d39-a078-425f-9230-3a79004e7890", "name": "tempest-secgroup-smoke-2056508963"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:35.996 63 INFO tempest.lib.common.rest_client [req-2c2087f3-9fa8-4558-9bc1-29ea55fae1f1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.490s 2018-08-20 21:13:35.996 63 DEBUG tempest.lib.common.rest_client [req-2c2087f3-9fa8-4558-9bc1-29ea55fae1f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c2087f3-9fa8-4558-9bc1-29ea55fae1f1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:13:35Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:35Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "23d90f4b-5cb1-4342-866a-385849d1dab5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:36.198 63 INFO tempest.lib.common.rest_client [req-6ca9e9a9-4fa1-48d2-8609-21aad303aeee ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.200s 2018-08-20 21:13:36.198 63 DEBUG tempest.lib.common.rest_client [req-6ca9e9a9-4fa1-48d2-8609-21aad303aeee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6ca9e9a9-4fa1-48d2-8609-21aad303aeee'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:13:36Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ac451d4d-d405-430d-ad09-a0c84dfbcf77"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:36.697 63 INFO tempest.lib.common.rest_client [req-ca355a90-c1d7-4349-b0e4-b0a9b6071592 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.497s 2018-08-20 21:13:36.697 63 DEBUG tempest.lib.common.rest_client [req-ca355a90-c1d7-4349-b0e4-b0a9b6071592 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca355a90-c1d7-4349-b0e4-b0a9b6071592'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:13:36Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "602026a2-452e-48d9-a1bf-5ce7e0de8688"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:37.147 63 INFO tempest.lib.common.rest_client [req-e9f4e735-beb4-438a-92f3-6f3add91ce61 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.448s 2018-08-20 21:13:37.147 63 DEBUG tempest.lib.common.rest_client [req-e9f4e735-beb4-438a-92f3-6f3add91ce61 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9f4e735-beb4-438a-92f3-6f3add91ce61'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:13:36Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "27c6d667-b34d-4336-bf27-b27dd1815357"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:37.612 63 INFO tempest.lib.common.rest_client [req-8c28fe4a-0454-4a37-9b30-04459a3ece1d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.463s 2018-08-20 21:13:37.612 63 DEBUG tempest.lib.common.rest_client [req-8c28fe4a-0454-4a37-9b30-04459a3ece1d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c28fe4a-0454-4a37-9b30-04459a3ece1d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:37Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e91fec57-2a5b-4986-be4b-cde8a5d7599f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:37.797 63 INFO tempest.lib.common.rest_client [req-195ee64a-e2c7-43ae-892e-737324d13a11 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 21:13:37.798 63 DEBUG tempest.lib.common.rest_client [req-195ee64a-e2c7-43ae-892e-737324d13a11 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-195ee64a-e2c7-43ae-892e-737324d13a11'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:37Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4f5b1578-f94b-4489-9682-dec07c5f686f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:38.224 63 INFO tempest.lib.common.rest_client [req-3e8cba9e-bd84-4075-8b78-4f108ac01d3c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.426s 2018-08-20 21:13:38.225 63 DEBUG tempest.lib.common.rest_client [req-3e8cba9e-bd84-4075-8b78-4f108ac01d3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e8cba9e-bd84-4075-8b78-4f108ac01d3c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:38Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1a7e1dda-dd4e-47e8-9f17-81fd449dc8ad"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:38.661 63 INFO tempest.lib.common.rest_client [req-ce344881-82ec-454c-8d86-8655a4206eb6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-20 21:13:38.662 63 DEBUG tempest.lib.common.rest_client [req-ce344881-82ec-454c-8d86-8655a4206eb6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce344881-82ec-454c-8d86-8655a4206eb6'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:38Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1dd1de0f-a1fd-4c19-ae0d-8c419cebdfb8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:39.193 63 INFO tempest.lib.common.rest_client [req-a4a9bd80-1412-4264-aa44-625951aa0f92 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.530s 2018-08-20 21:13:39.194 63 DEBUG tempest.lib.common.rest_client [req-a4a9bd80-1412-4264-aa44-625951aa0f92 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1751705715"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:13:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a4a9bd80-1412-4264-aa44-625951aa0f92'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:13:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","name":"tempest-A-1751705715"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:39.832 63 INFO tempest.lib.common.rest_client [req-cc149cdf-75ef-46ea-b585-3c971a622499 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.636s 2018-08-20 21:13:39.832 63 DEBUG tempest.lib.common.rest_client [req-cc149cdf-75ef-46ea-b585-3c971a622499 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "name": "tempest-subnet-A-1-547616968"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:13:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc149cdf-75ef-46ea-b585-3c971a622499'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:39Z","dns_nameservers":[],"updated_at":"2018-08-20T21:13:39Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"9fe887b7-c561-4b8c-9934-6b83c3dcd34b","subnetpool_id":null,"name":"tempest-subnet-A-1-547616968"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:40.314 63 INFO tempest.lib.common.rest_client [req-9d415208-0a21-4c6d-a1d8-8cc9684c5e1a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.481s 2018-08-20 21:13:40.315 63 DEBUG tempest.lib.common.rest_client [req-9d415208-0a21-4c6d-a1d8-8cc9684c5e1a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1803449119"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:13:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d415208-0a21-4c6d-a1d8-8cc9684c5e1a'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:13:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","name":"tempest-B-1803449119"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:40.963 63 INFO tempest.lib.common.rest_client [req-f836dfc6-b4bd-4fbf-91ad-888eca655486 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.647s 2018-08-20 21:13:40.963 63 DEBUG tempest.lib.common.rest_client [req-f836dfc6-b4bd-4fbf-91ad-888eca655486 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "name": "tempest-subnet-B-1-881270178"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:13:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f836dfc6-b4bd-4fbf-91ad-888eca655486'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:40Z","dns_nameservers":[],"updated_at":"2018-08-20T21:13:40Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e5fe2fd1-3697-490d-b5a5-7e0a449655f7","subnetpool_id":null,"name":"tempest-subnet-B-1-881270178"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:41.408 63 INFO tempest.lib.common.rest_client [req-62c375e9-6bde-4100-8315-cc6def07e37e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.443s 2018-08-20 21:13:41.408 63 DEBUG tempest.lib.common.rest_client [req-62c375e9-6bde-4100-8315-cc6def07e37e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:13:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62c375e9-6bde-4100-8315-cc6def07e37e'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "79b2311f-3d9e-4700-823f-3e0e4dc5e838"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:41.661 63 INFO tempest.lib.common.rest_client [req-705d45df-9855-4102-9aa3-c9c898009f85 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.252s 2018-08-20 21:13:41.662 63 DEBUG tempest.lib.common.rest_client [req-705d45df-9855-4102-9aa3-c9c898009f85 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1192302940"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-705d45df-9855-4102-9aa3-c9c898009f85', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-705d45df-9855-4102-9aa3-c9c898009f85'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDB+ngN9La6bVf59gLZHICMR+QKe6XK02rmmUx6sJK61U8avjXPw9v+TR35wB/R5QHhc+TJJPw3SbKat2/Au7J6fG9WiRWX4v2M/3i19AcvZOpF7PD1ItmiWCEJ70F1/6Ohhrg5zxkYVoJjnirj4EKxzqdKeUDLPpN1IE1b8YeePCBN2FaeylWo1AEy1z0LKSMPDVwQ9jGE5M0MspO0fUG5StR+EZOJqqIs+JqYvSNys/a6Opz3NYguddpTZPaL3Yti/6HsRxn+xfz2qcuq/Rp41d7aimUZeW5JnUpQxERSPNr+YUsuBRRnARfAQbAha7Cjp48SUvYqqLcjLlVU/Zon Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwfp4DfS2um1X+fYC2RyAjEfkCnulytNq5plMerCSutVPGr41\nz8Pb/k0d+cAf0eUB4XPkyST8N0mymrdvwLuyenxvVokVl+L9jP94tfQHL2TqRezw\n9SLZolghCe9Bdf+joYa4Oc8ZGFaCY54q4+BCsc6nSnlAyz6TdSBNW/GHnjwgTdhW\nnspVqNQBMtc9CykjDw1cEPYxhOTNDLKTtH1BuUrUfhGTiaqiLPiamL0jcrP2ujqc\n9zWILnXaU2T2i92LYv+h7EcZ/sX89qnLqv0aeNXe2oplGXluSZ1KUMREUjza/mFL\nLgUUZwEXwEGwIWuwo6ePElL2Kqi3Iy5VVP2aJwIDAQABAoIBAHhoqqc3FUpJ34d4\nzzHIAH+TjJl5QWPSspPr6s5p1tsE1/KoyaxrTp7fbdD/EoFu3yj8kLLPM4R6SdTC\nMyt3F4XywgX8WBwNOgiQ+HQxw1gHE2lOeBAijue4PuH00zSU+BSnFKpFxLUX1h5S\nKxuCtMO8nJmdBLxk3pGg+IQvPFjasxwzW4N8OpAqHNn/mfyai3iPVvxteYgxxjeU\nERh7SdHrsBkncPkEeV9EgdjVlmiv7vmphfB3OW7cQXhEZUkaOxY4wSsP2xrMiczp\nXWuJDs2CB6oK72BAzKLI/szQ4pVE5nQa4pH7TCTofMC+UkBrdNp6CIFvoRda93+5\n8iBKanECgYEA4sj1w22KfHrRmsubJbCNRDeXfv47C+NHhhgwfM4CYS0gF80WNXjc\nIELMEimE8gp2ZpNIDy/ob1RNpK0xVXycU6W7vxQJvnblZ2NWx3HMM0Jj8UoCzhrW\nrhQQjw8TSBeLSk00Ga+dJ+IovGILCgFT5UDBta/QUqJszWwOVr3Xm+8CgYEA2veY\nQHLQ/jK7JvBkIgALf8ZR4KYjc5OpQZXHpx99rPHZonBBo5lSPWZQZS+bxqp4gRIY\nmMDbMmaSWwNRaoQl0t4/QIpQo0i/4GHZR2m2WPcYh81dg1p8O58DoAqJUALxLNsU\nHknuO1EewEKTIpsrrZ8aNlI3nKkTfQ7yBQ7ZDUkCgYB6HGr4h4sB67/g8bDgYmgu\nSyCvqIRyqjZg5bV1/hcZ7ApTxoIm2KTuWgk33lNPYILQSI2MX+dvypzkBr2Bok8q\nWxr0j/2PKMXtHXgkfAnPr/fQfGF2SM0/fl5MKXngX40IvPlIu16LkyMMDF6VTJG3\n515mTfyGAh9DnOM7oYzu0QKBgQCEZTSPs1yednomny9MR46sYXNcS9gfp+atGy0u\n5aGNkmYvC4UEsE3DhjuSEukzhBt8nz50Dhf7L33KvgTaTLC6AVtpYLhFIlWyDDfe\nMBLrU+xnIEssguee/RSqDfTchgrhPk25yqXbA79+LELep8gPIKYutiOd+7Um5oR7\nfnDK0QKBgAp7aPGGHHzs+CWji3xs2KFZrwp3UlGIGdOv0XZusn9FUb8QqVM0R5JF\nePmlkXKT36LMWAWIUpMQhkwuql9RXHuRHfnRcOzHWRRnDg5mhauvBlsCtbnVfY2M\nPxvbPpWvbWip+3LMaS9/ZeIl3jVlVRQisl4/qLiUMv1tH1bafLfn\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1192302940", "fingerprint": "57:cf:fb:c7:80:dd:d0:7f:83:a8:a9:a0:61:e2:56:ab"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:42.586 63 INFO tempest.lib.common.rest_client [req-63d61752-6d0f-4436-b56e-c623b34ed6a6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 0.920s 2018-08-20 21:13:42.587 63 DEBUG tempest.lib.common.rest_client [req-63d61752-6d0f-4436-b56e-c623b34ed6a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-570020144", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:13:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63d61752-6d0f-4436-b56e-c623b34ed6a6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:13:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:13:42Z","name":"tempest-port-smoke-570020144","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:59:94:4a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"9fe887b7-c561-4b8c-9934-6b83c3dcd34b","ip_address":"10.101.11.10"}],"id":"97555ad8-bf19-4adc-8531-a23bfda9113b","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:45.770 63 INFO tempest.lib.common.rest_client [req-ac07b035-ee79-4393-b53d-fdb6f29c7d7b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.181s 2018-08-20 21:13:45.770 63 DEBUG tempest.lib.common.rest_client [req-ac07b035-ee79-4393-b53d-fdb6f29c7d7b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "port": "97555ad8-bf19-4adc-8531-a23bfda9113b"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ac07b035-ee79-4393-b53d-fdb6f29c7d7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac07b035-ee79-4393-b53d-fdb6f29c7d7b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "adminPass": "R5qFj7MJKYJN"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:46.421 63 INFO tempest.lib.common.rest_client [req-d54b656b-c74b-4912-8efa-94974873e9e1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.646s 2018-08-20 21:13:46.422 63 DEBUG tempest.lib.common.rest_client [req-d54b656b-c74b-4912-8efa-94974873e9e1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-d54b656b-c74b-4912-8efa-94974873e9e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d54b656b-c74b-4912-8efa-94974873e9e1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:47.749 63 INFO tempest.lib.common.rest_client [req-ae503920-b006-47d8-ac7e-22280070b730 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.311s 2018-08-20 21:13:47.749 63 DEBUG tempest.lib.common.rest_client [req-ae503920-b006-47d8-ac7e-22280070b730 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-ae503920-b006-47d8-ac7e-22280070b730', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae503920-b006-47d8-ac7e-22280070b730'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:49.459 63 INFO tempest.lib.common.rest_client [req-25e7aa7f-80ae-486e-96de-27e52c9fd333 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.694s 2018-08-20 21:13:49.460 63 DEBUG tempest.lib.common.rest_client [req-25e7aa7f-80ae-486e-96de-27e52c9fd333 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-25e7aa7f-80ae-486e-96de-27e52c9fd333', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-25e7aa7f-80ae-486e-96de-27e52c9fd333'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:49.474 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:13:51.351 63 INFO tempest.lib.common.rest_client [req-7129b3f4-b191-4050-9e23-8267036c3bc3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.875s 2018-08-20 21:13:51.352 63 DEBUG tempest.lib.common.rest_client [req-7129b3f4-b191-4050-9e23-8267036c3bc3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-7129b3f4-b191-4050-9e23-8267036c3bc3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7129b3f4-b191-4050-9e23-8267036c3bc3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:52.901 63 INFO tempest.lib.common.rest_client [req-9637dbc2-5cad-4a63-b984-48972590a9aa ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.533s 2018-08-20 21:13:52.901 63 DEBUG tempest.lib.common.rest_client [req-9637dbc2-5cad-4a63-b984-48972590a9aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-9637dbc2-5cad-4a63-b984-48972590a9aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9637dbc2-5cad-4a63-b984-48972590a9aa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:54.619 63 INFO tempest.lib.common.rest_client [req-ac019393-ac91-498a-8f67-4cb73280a044 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.702s 2018-08-20 21:13:54.619 63 DEBUG tempest.lib.common.rest_client [req-ac019393-ac91-498a-8f67-4cb73280a044 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-ac019393-ac91-498a-8f67-4cb73280a044', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac019393-ac91-498a-8f67-4cb73280a044'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:94:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:13:52.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:54.633 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:13:54.962 63 INFO tempest.lib.common.rest_client [req-d77b81cd-f7b2-423d-b24f-53c4f37d7de2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.328s 2018-08-20 21:13:54.963 63 DEBUG tempest.lib.common.rest_client [req-d77b81cd-f7b2-423d-b24f-53c4f37d7de2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-d77b81cd-f7b2-423d-b24f-53c4f37d7de2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d77b81cd-f7b2-423d-b24f-53c4f37d7de2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:94:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:13:52.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:13:54.978 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 7762fd89-3ef6-44ea-9732-20e2f178c1bb with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:13:56.083 63 INFO tempest.lib.common.rest_client [req-ea4421d3-82a7-4bf0-b18a-43a516a9968e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.104s 2018-08-20 21:13:56.083 63 DEBUG tempest.lib.common.rest_client [req-ea4421d3-82a7-4bf0-b18a-43a516a9968e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-622414542", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:13:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea4421d3-82a7-4bf0-b18a-43a516a9968e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:13:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:13:55Z","name":"tempest-port-smoke-622414542","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4c:ce:48","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e5fe2fd1-3697-490d-b5a5-7e0a449655f7","ip_address":"10.102.21.20"}],"id":"751c7ba2-b019-4883-a73d-1d951908e25e","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:00.212 63 INFO tempest.lib.common.rest_client [req-1d1309fa-8196-4a18-8602-a923a4a1f723 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 4.127s 2018-08-20 21:14:00.212 63 DEBUG tempest.lib.common.rest_client [req-1d1309fa-8196-4a18-8602-a923a4a1f723 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "port": "751c7ba2-b019-4883-a73d-1d951908e25e"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-1d1309fa-8196-4a18-8602-a923a4a1f723', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d1309fa-8196-4a18-8602-a923a4a1f723'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "adminPass": "oERebNJRW7Tz"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:00.869 63 INFO tempest.lib.common.rest_client [req-f5b59fae-df44-4169-a9c8-db700c1a7c52 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.651s 2018-08-20 21:14:00.869 63 DEBUG tempest.lib.common.rest_client [req-f5b59fae-df44-4169-a9c8-db700c1a7c52 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-f5b59fae-df44-4169-a9c8-db700c1a7c52', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5b59fae-df44-4169-a9c8-db700c1a7c52'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:02.497 63 INFO tempest.lib.common.rest_client [req-1daa606b-3e0d-41c5-91b4-d9fa5ddb006a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.611s 2018-08-20 21:14:02.498 63 DEBUG tempest.lib.common.rest_client [req-1daa606b-3e0d-41c5-91b4-d9fa5ddb006a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-1daa606b-3e0d-41c5-91b4-d9fa5ddb006a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1daa606b-3e0d-41c5-91b4-d9fa5ddb006a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:04.233 63 INFO tempest.lib.common.rest_client [req-137a306e-5a9b-4c7c-95f5-c21f60b4a2f0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.721s 2018-08-20 21:14:04.233 63 DEBUG tempest.lib.common.rest_client [req-137a306e-5a9b-4c7c-95f5-c21f60b4a2f0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-137a306e-5a9b-4c7c-95f5-c21f60b4a2f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-137a306e-5a9b-4c7c-95f5-c21f60b4a2f0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:04.247 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:14:05.617 63 INFO tempest.lib.common.rest_client [req-390644bf-bac5-4161-8064-bcbfd671d6f2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.368s 2018-08-20 21:14:05.617 63 DEBUG tempest.lib.common.rest_client [req-390644bf-bac5-4161-8064-bcbfd671d6f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-390644bf-bac5-4161-8064-bcbfd671d6f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-390644bf-bac5-4161-8064-bcbfd671d6f2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:07.530 63 INFO tempest.lib.common.rest_client [req-92213899-7761-443e-84c6-b460588beb4c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.898s 2018-08-20 21:14:07.531 63 DEBUG tempest.lib.common.rest_client [req-92213899-7761-443e-84c6-b460588beb4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-92213899-7761-443e-84c6-b460588beb4c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92213899-7761-443e-84c6-b460588beb4c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:09.236 63 INFO tempest.lib.common.rest_client [req-4d7d5ffe-0066-4d33-ae6b-42347740ebb7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.691s 2018-08-20 21:14:09.237 63 DEBUG tempest.lib.common.rest_client [req-4d7d5ffe-0066-4d33-ae6b-42347740ebb7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-4d7d5ffe-0066-4d33-ae6b-42347740ebb7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4d7d5ffe-0066-4d33-ae6b-42347740ebb7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1803449119": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:ce:48", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:06.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:09.249 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:14:09.933 63 INFO tempest.lib.common.rest_client [req-c48a2437-1549-4765-aeb2-260cca651288 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.682s 2018-08-20 21:14:09.933 63 DEBUG tempest.lib.common.rest_client [req-c48a2437-1549-4765-aeb2-260cca651288 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-c48a2437-1549-4765-aeb2-260cca651288', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c48a2437-1549-4765-aeb2-260cca651288'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1803449119": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:ce:48", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:06.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:09.947 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 302ca066-0ab0-46d3-8d46-a08add843ba3 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:14:11.000 63 INFO tempest.lib.common.rest_client [req-60254908-58d4-43d4-858a-d0d59aa4b447 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.052s 2018-08-20 21:14:11.002 63 DEBUG tempest.lib.common.rest_client [req-60254908-58d4-43d4-858a-d0d59aa4b447 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-741433744", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:14:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-60254908-58d4-43d4-858a-d0d59aa4b447'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:14:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:14:10Z","name":"tempest-port-smoke-741433744","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b7:fb:c4","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"9fe887b7-c561-4b8c-9934-6b83c3dcd34b","ip_address":"10.101.11.30"}],"id":"469088c7-af66-477f-8734-41bf4be59dbe","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:14.392 63 INFO tempest.lib.common.rest_client [req-66cf6864-8d0c-4358-8fd2-959634fc60aa ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.387s 2018-08-20 21:14:14.392 63 DEBUG tempest.lib.common.rest_client [req-66cf6864-8d0c-4358-8fd2-959634fc60aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "port": "469088c7-af66-477f-8734-41bf4be59dbe"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-66cf6864-8d0c-4358-8fd2-959634fc60aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66cf6864-8d0c-4358-8fd2-959634fc60aa'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "adminPass": "epsV89RnsaXb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:14.737 63 INFO tempest.lib.common.rest_client [req-271e15fd-5358-4985-9897-0af0430c6820 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.340s 2018-08-20 21:14:14.737 63 DEBUG tempest.lib.common.rest_client [req-271e15fd-5358-4985-9897-0af0430c6820 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-271e15fd-5358-4985-9897-0af0430c6820', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-271e15fd-5358-4985-9897-0af0430c6820'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:16.087 63 INFO tempest.lib.common.rest_client [req-cb06eb48-ee9a-4ecd-8009-a29af3ef1c26 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.334s 2018-08-20 21:14:16.088 63 DEBUG tempest.lib.common.rest_client [req-cb06eb48-ee9a-4ecd-8009-a29af3ef1c26 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-cb06eb48-ee9a-4ecd-8009-a29af3ef1c26', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb06eb48-ee9a-4ecd-8009-a29af3ef1c26'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:17.491 63 INFO tempest.lib.common.rest_client [req-17467c90-4d9b-491e-ac46-3c23487f2e49 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.390s 2018-08-20 21:14:17.492 63 DEBUG tempest.lib.common.rest_client [req-17467c90-4d9b-491e-ac46-3c23487f2e49 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-17467c90-4d9b-491e-ac46-3c23487f2e49', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17467c90-4d9b-491e-ac46-3c23487f2e49'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:17.505 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:14:18.844 63 INFO tempest.lib.common.rest_client [req-948a8827-bc85-458b-ac80-7e6301ff710a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.338s 2018-08-20 21:14:18.845 63 DEBUG tempest.lib.common.rest_client [req-948a8827-bc85-458b-ac80-7e6301ff710a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-948a8827-bc85-458b-ac80-7e6301ff710a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-948a8827-bc85-458b-ac80-7e6301ff710a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:18Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:20.226 63 INFO tempest.lib.common.rest_client [req-c6f8d319-8c73-448d-bcf2-bfc5deb2f0e1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.366s 2018-08-20 21:14:20.227 63 DEBUG tempest.lib.common.rest_client [req-c6f8d319-8c73-448d-bcf2-bfc5deb2f0e1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-c6f8d319-8c73-448d-bcf2-bfc5deb2f0e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c6f8d319-8c73-448d-bcf2-bfc5deb2f0e1'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:19Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:20.240 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-20 21:14:21.837 63 INFO tempest.lib.common.rest_client [req-346aa6bf-3fc0-47ea-905e-5e3c4605c2bf ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.595s 2018-08-20 21:14:21.838 63 DEBUG tempest.lib.common.rest_client [req-346aa6bf-3fc0-47ea-905e-5e3c4605c2bf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-346aa6bf-3fc0-47ea-905e-5e3c4605c2bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-346aa6bf-3fc0-47ea-905e-5e3c4605c2bf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:21.850 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2018-08-20 21:14:23.206 63 INFO tempest.lib.common.rest_client [req-9cb103ce-38d4-45c4-a257-1e5e28f7a7eb ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.354s 2018-08-20 21:14:23.207 63 DEBUG tempest.lib.common.rest_client [req-9cb103ce-38d4-45c4-a257-1e5e28f7a7eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-9cb103ce-38d4-45c4-a257-1e5e28f7a7eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cb103ce-38d4-45c4-a257-1e5e28f7a7eb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:24.890 63 INFO tempest.lib.common.rest_client [req-15527fd5-7331-43ee-8fc3-c2b06e69dbde ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.669s 2018-08-20 21:14:24.890 63 DEBUG tempest.lib.common.rest_client [req-15527fd5-7331-43ee-8fc3-c2b06e69dbde ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-15527fd5-7331-43ee-8fc3-c2b06e69dbde', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15527fd5-7331-43ee-8fc3-c2b06e69dbde'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:26.616 63 INFO tempest.lib.common.rest_client [req-4a03563f-30de-40d8-a32d-5b631f5c01fd ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.712s 2018-08-20 21:14:26.617 63 DEBUG tempest.lib.common.rest_client [req-4a03563f-30de-40d8-a32d-5b631f5c01fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-4a03563f-30de-40d8-a32d-5b631f5c01fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a03563f-30de-40d8-a32d-5b631f5c01fd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:26.630 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2018-08-20 21:14:27.250 63 INFO tempest.lib.common.rest_client [req-56675d59-136e-40db-8d75-d984bfc9621d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.619s 2018-08-20 21:14:27.250 63 DEBUG tempest.lib.common.rest_client [req-56675d59-136e-40db-8d75-d984bfc9621d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-56675d59-136e-40db-8d75-d984bfc9621d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56675d59-136e-40db-8d75-d984bfc9621d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:27.265 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: f4aca18b-10f7-4465-be10-3ec86c0c63dc with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:14:28.287 63 INFO tempest.lib.common.rest_client [req-e02987a9-4633-4af2-9b29-eaab92a6063b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.020s 2018-08-20 21:14:28.288 63 DEBUG tempest.lib.common.rest_client [req-e02987a9-4633-4af2-9b29-eaab92a6063b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-2072711437", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:14:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e02987a9-4633-4af2-9b29-eaab92a6063b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:14:27Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:14:27Z","name":"tempest-port-smoke-2072711437","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4b:59:34","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e5fe2fd1-3697-490d-b5a5-7e0a449655f7","ip_address":"10.102.21.40"}],"id":"8d134a36-2bcf-4508-8aca-703f219288f6","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:31.428 63 INFO tempest.lib.common.rest_client [req-22925002-c828-49bd-bf00-b079e2a4f875 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.139s 2018-08-20 21:14:31.429 63 DEBUG tempest.lib.common.rest_client [req-22925002-c828-49bd-bf00-b079e2a4f875 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "port": "8d134a36-2bcf-4508-8aca-703f219288f6"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-22925002-c828-49bd-bf00-b079e2a4f875', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22925002-c828-49bd-bf00-b079e2a4f875'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "bookmark"}], "adminPass": "8uSA8LJsZ9ww"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:31.759 63 INFO tempest.lib.common.rest_client [req-6b5fd1fd-03fd-4cfd-95e2-a878756f6a67 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 0.326s 2018-08-20 21:14:31.760 63 DEBUG tempest.lib.common.rest_client [req-6b5fd1fd-03fd-4cfd-95e2-a878756f6a67 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-6b5fd1fd-03fd-4cfd-95e2-a878756f6a67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b5fd1fd-03fd-4cfd-95e2-a878756f6a67'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-4", "created": "2018-08-20T21:14:31Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:33.786 63 INFO tempest.lib.common.rest_client [req-1ab0fae2-1828-42cc-8423-6f094456e950 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 1.012s 2018-08-20 21:14:33.786 63 DEBUG tempest.lib.common.rest_client [req-1ab0fae2-1828-42cc-8423-6f094456e950 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1335', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-1ab0fae2-1828-42cc-8423-6f094456e950', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ab0fae2-1828-42cc-8423-6f094456e950'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:14:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-4", "created": "2018-08-20T21:14:31Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:14:32Z"}, "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:33.800 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2018-08-20 21:14:34.888 63 INFO tempest.lib.common.rest_client [req-59e9158c-4344-4237-87f0-ff35bf30faaa ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 204 DELETE http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 1.087s 2018-08-20 21:14:34.889 63 DEBUG tempest.lib.common.rest_client [req-59e9158c-4344-4237-87f0-ff35bf30faaa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-59e9158c-4344-4237-87f0-ff35bf30faaa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59e9158c-4344-4237-87f0-ff35bf30faaa'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:34.933 63 INFO tempest.lib.common.rest_client [req-b39feb52-595f-4e2a-9bbf-001ded4f0095 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 404 GET http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 0.043s 2018-08-20 21:14:34.933 63 DEBUG tempest.lib.common.rest_client [req-b39feb52-595f-4e2a-9bbf-001ded4f0095 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-b39feb52-595f-4e2a-9bbf-001ded4f0095', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b39feb52-595f-4e2a-9bbf-001ded4f0095'} Body: {"itemNotFound": {"message": "Instance 5277c82e-e6e7-4469-82c5-6c0e2986f2c5 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:35.538 63 INFO tempest.lib.common.rest_client [req-e0aa57a1-54aa-460d-8721-0b8570a9f32d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/8d134a36-2bcf-4508-8aca-703f219288f6 0.603s 2018-08-20 21:14:35.539 63 DEBUG tempest.lib.common.rest_client [req-e0aa57a1-54aa-460d-8721-0b8570a9f32d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/8d134a36-2bcf-4508-8aca-703f219288f6', u'date': 'Mon, 20 Aug 2018 21:14:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e0aa57a1-54aa-460d-8721-0b8570a9f32d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:35.718 63 INFO tempest.lib.common.rest_client [req-9b700820-31c1-4b30-ad1f-40d004fef757 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.178s 2018-08-20 21:14:35.718 63 DEBUG tempest.lib.common.rest_client [req-9b700820-31c1-4b30-ad1f-40d004fef757 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-9b700820-31c1-4b30-ad1f-40d004fef757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b700820-31c1-4b30-ad1f-40d004fef757'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:36.385 63 INFO tempest.lib.common.rest_client [req-6e83e190-66c5-4ea0-bed8-0c09fba88798 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.666s 2018-08-20 21:14:36.386 63 DEBUG tempest.lib.common.rest_client [req-6e83e190-66c5-4ea0-bed8-0c09fba88798 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-6e83e190-66c5-4ea0-bed8-0c09fba88798', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e83e190-66c5-4ea0-bed8-0c09fba88798'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:37.771 63 INFO tempest.lib.common.rest_client [req-097d7967-5a95-4845-a906-cafb24cd2afa ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.368s 2018-08-20 21:14:37.771 63 DEBUG tempest.lib.common.rest_client [req-097d7967-5a95-4845-a906-cafb24cd2afa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-097d7967-5a95-4845-a906-cafb24cd2afa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-097d7967-5a95-4845-a906-cafb24cd2afa'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:36Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:38.831 63 INFO tempest.lib.common.rest_client [req-b3aea66e-01ae-4cce-a6c8-78609e574643 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.045s 2018-08-20 21:14:38.831 63 DEBUG tempest.lib.common.rest_client [req-b3aea66e-01ae-4cce-a6c8-78609e574643 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-b3aea66e-01ae-4cce-a6c8-78609e574643', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:38 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b3aea66e-01ae-4cce-a6c8-78609e574643'} Body: {"itemNotFound": {"message": "Instance f4aca18b-10f7-4465-be10-3ec86c0c63dc could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:39.759 63 INFO tempest.lib.common.rest_client [req-4e4a7377-eb00-4a5e-8105-42ccc3508f5f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/469088c7-af66-477f-8734-41bf4be59dbe 0.927s 2018-08-20 21:14:39.760 63 DEBUG tempest.lib.common.rest_client [req-4e4a7377-eb00-4a5e-8105-42ccc3508f5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/469088c7-af66-477f-8734-41bf4be59dbe', u'date': 'Mon, 20 Aug 2018 21:14:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4e4a7377-eb00-4a5e-8105-42ccc3508f5f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:39.964 63 INFO tempest.lib.common.rest_client [req-c340f190-139a-4773-8a7d-e9f5d0db30c3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.202s 2018-08-20 21:14:39.965 63 DEBUG tempest.lib.common.rest_client [req-c340f190-139a-4773-8a7d-e9f5d0db30c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-c340f190-139a-4773-8a7d-e9f5d0db30c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c340f190-139a-4773-8a7d-e9f5d0db30c3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:40.670 63 INFO tempest.lib.common.rest_client [req-2d14cd47-5b91-4c1d-a5e9-01dc4b9bc609 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.704s 2018-08-20 21:14:40.671 63 DEBUG tempest.lib.common.rest_client [req-2d14cd47-5b91-4c1d-a5e9-01dc4b9bc609 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-2d14cd47-5b91-4c1d-a5e9-01dc4b9bc609', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d14cd47-5b91-4c1d-a5e9-01dc4b9bc609'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1803449119": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:ce:48", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:06.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:39Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:41.758 63 INFO tempest.lib.common.rest_client [req-cd729911-384c-4580-a813-2a028fca07f1 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.057s 2018-08-20 21:14:41.759 63 DEBUG tempest.lib.common.rest_client [req-cd729911-384c-4580-a813-2a028fca07f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-cd729911-384c-4580-a813-2a028fca07f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cd729911-384c-4580-a813-2a028fca07f1'} Body: {"itemNotFound": {"message": "Instance 302ca066-0ab0-46d3-8d46-a08add843ba3 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:43.047 63 INFO tempest.lib.common.rest_client [req-b12f2ad5-1abc-443b-94ba-cc7d55b4b9dc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/751c7ba2-b019-4883-a73d-1d951908e25e 1.286s 2018-08-20 21:14:43.047 63 DEBUG tempest.lib.common.rest_client [req-b12f2ad5-1abc-443b-94ba-cc7d55b4b9dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/751c7ba2-b019-4883-a73d-1d951908e25e', u'date': 'Mon, 20 Aug 2018 21:14:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b12f2ad5-1abc-443b-94ba-cc7d55b4b9dc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:43.324 63 INFO tempest.lib.common.rest_client [req-d894d27c-cfd0-4e13-9958-69036da2ebd2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.275s 2018-08-20 21:14:43.324 63 DEBUG tempest.lib.common.rest_client [req-d894d27c-cfd0-4e13-9958-69036da2ebd2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-d894d27c-cfd0-4e13-9958-69036da2ebd2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d894d27c-cfd0-4e13-9958-69036da2ebd2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:44.042 63 INFO tempest.lib.common.rest_client [req-88e7ea1b-c184-4136-87c5-e6e1f878449d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.715s 2018-08-20 21:14:44.043 63 DEBUG tempest.lib.common.rest_client [req-88e7ea1b-c184-4136-87c5-e6e1f878449d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-88e7ea1b-c184-4136-87c5-e6e1f878449d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88e7ea1b-c184-4136-87c5-e6e1f878449d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:94:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:13:52.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:45.116 63 INFO tempest.lib.common.rest_client [req-5dc95fb0-a564-43f2-a262-f08beb7be6a4 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.042s 2018-08-20 21:14:45.117 63 DEBUG tempest.lib.common.rest_client [req-5dc95fb0-a564-43f2-a262-f08beb7be6a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-5dc95fb0-a564-43f2-a262-f08beb7be6a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5dc95fb0-a564-43f2-a262-f08beb7be6a4'} Body: {"itemNotFound": {"message": "Instance 7762fd89-3ef6-44ea-9732-20e2f178c1bb could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:45.965 63 INFO tempest.lib.common.rest_client [req-5ed9d231-153d-42ac-b58f-03e9deee6f4f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/97555ad8-bf19-4adc-8531-a23bfda9113b 0.847s 2018-08-20 21:14:45.966 63 DEBUG tempest.lib.common.rest_client [req-5ed9d231-153d-42ac-b58f-03e9deee6f4f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/97555ad8-bf19-4adc-8531-a23bfda9113b', u'date': 'Mon, 20 Aug 2018 21:14:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5ed9d231-153d-42ac-b58f-03e9deee6f4f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:46.037 63 INFO tempest.lib.common.rest_client [req-d46dad35-405a-4386-9881-e5e6d4c4fcb8 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1192302940 0.069s 2018-08-20 21:14:46.038 63 DEBUG tempest.lib.common.rest_client [req-d46dad35-405a-4386-9881-e5e6d4c4fcb8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1192302940', u'x-compute-request-id': 'req-d46dad35-405a-4386-9881-e5e6d4c4fcb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d46dad35-405a-4386-9881-e5e6d4c4fcb8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:48.699 63 INFO tempest.lib.common.rest_client [req-94b1b71e-79ef-4d83-b278-63b4f2574618 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e5fe2fd1-3697-490d-b5a5-7e0a449655f7 2.660s 2018-08-20 21:14:48.700 63 DEBUG tempest.lib.common.rest_client [req-94b1b71e-79ef-4d83-b278-63b4f2574618 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e5fe2fd1-3697-490d-b5a5-7e0a449655f7', u'date': 'Mon, 20 Aug 2018 21:14:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-94b1b71e-79ef-4d83-b278-63b4f2574618'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:50.651 63 INFO tempest.lib.common.rest_client [req-99484186-0652-4ce3-a17f-a85aa156833b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/2061f3d1-e27d-43f0-8218-9580b8fa43d6 1.950s 2018-08-20 21:14:50.652 63 DEBUG tempest.lib.common.rest_client [req-99484186-0652-4ce3-a17f-a85aa156833b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/2061f3d1-e27d-43f0-8218-9580b8fa43d6', u'date': 'Mon, 20 Aug 2018 21:14:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99484186-0652-4ce3-a17f-a85aa156833b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:53.095 63 INFO tempest.lib.common.rest_client [req-6d15a5ef-4d56-4aae-be20-62182b799210 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/9fe887b7-c561-4b8c-9934-6b83c3dcd34b 2.442s 2018-08-20 21:14:53.096 63 DEBUG tempest.lib.common.rest_client [req-6d15a5ef-4d56-4aae-be20-62182b799210 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/9fe887b7-c561-4b8c-9934-6b83c3dcd34b', u'date': 'Mon, 20 Aug 2018 21:14:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6d15a5ef-4d56-4aae-be20-62182b799210'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:54.581 63 INFO tempest.lib.common.rest_client [req-8b4a54d9-f4e6-4e1f-8285-fe8534e1e02a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/5fa74c98-480a-4936-8b30-1ad8f0e604ba 1.485s 2018-08-20 21:14:54.582 63 DEBUG tempest.lib.common.rest_client [req-8b4a54d9-f4e6-4e1f-8285-fe8534e1e02a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/5fa74c98-480a-4936-8b30-1ad8f0e604ba', u'date': 'Mon, 20 Aug 2018 21:14:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8b4a54d9-f4e6-4e1f-8285-fe8534e1e02a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:54.887 63 INFO tempest.lib.common.rest_client [req-393b187a-75b1-43b4-b587-fa230b297b3b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/b66c1d39-a078-425f-9230-3a79004e7890 0.304s 2018-08-20 21:14:54.888 63 DEBUG tempest.lib.common.rest_client [req-393b187a-75b1-43b4-b587-fa230b297b3b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/b66c1d39-a078-425f-9230-3a79004e7890', u'date': 'Mon, 20 Aug 2018 21:14:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-393b187a-75b1-43b4-b587-fa230b297b3b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 [79.934818s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 338, in test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 [self.networks[NET_B], IP_B_S1_2]]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 964, in _create_servers security_group_ids, self.os_primary, port_security) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 943, in _create_server clients, wait_until='ACTIVE', name=name, **create_server_kwargs) File "/src/tempest/tempest/common/compute.py", line 258, in create_test_server server['id']) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/src/tempest/tempest/common/compute.py", line 229, in create_test_server clients.servers_client, server['id'], wait_until) File "/src/tempest/tempest/common/waiters.py", line 76, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server 5277c82e-e6e7-4469-82c5-6c0e2986f2c5 failed to build and is in ERROR status Details: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-20T21:14:32Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:13:35,504 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.548s 2018-08-20 21:13:35,505 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-2056508963 description", "name": "tempest-secgroup-smoke-2056508963"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:13:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21323e43-4851-40a4-815a-988db4c0ae2f'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2056508963 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:35Z", "updated_at": "2018-08-20T21:13:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:13:35Z", "revision_number": 0, "id": "700ca263-6cd3-4034-bd4d-1b2a166294e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:13:35Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:13:35Z", "revision_number": 0, "id": "a1b7b629-8fb7-4121-a607-97c244d2b801", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:13:35Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b66c1d39-a078-425f-9230-3a79004e7890", "name": "tempest-secgroup-smoke-2056508963"}} 2018-08-20 21:13:35,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.490s 2018-08-20 21:13:35,996 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c2087f3-9fa8-4558-9bc1-29ea55fae1f1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:13:35Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:35Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "23d90f4b-5cb1-4342-866a-385849d1dab5"}} 2018-08-20 21:13:36,198 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.200s 2018-08-20 21:13:36,198 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6ca9e9a9-4fa1-48d2-8609-21aad303aeee'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:13:36Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ac451d4d-d405-430d-ad09-a0c84dfbcf77"}} 2018-08-20 21:13:36,697 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.497s 2018-08-20 21:13:36,697 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca355a90-c1d7-4349-b0e4-b0a9b6071592'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:13:36Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "602026a2-452e-48d9-a1bf-5ce7e0de8688"}} 2018-08-20 21:13:37,147 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.448s 2018-08-20 21:13:37,147 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9f4e735-beb4-438a-92f3-6f3add91ce61'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:13:36Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "27c6d667-b34d-4336-bf27-b27dd1815357"}} 2018-08-20 21:13:37,612 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.463s 2018-08-20 21:13:37,612 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c28fe4a-0454-4a37-9b30-04459a3ece1d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:37Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e91fec57-2a5b-4986-be4b-cde8a5d7599f"}} 2018-08-20 21:13:37,797 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 21:13:37,798 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-195ee64a-e2c7-43ae-892e-737324d13a11'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:37Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4f5b1578-f94b-4489-9682-dec07c5f686f"}} 2018-08-20 21:13:38,224 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.426s 2018-08-20 21:13:38,225 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e8cba9e-bd84-4075-8b78-4f108ac01d3c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:38Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1a7e1dda-dd4e-47e8-9f17-81fd449dc8ad"}} 2018-08-20 21:13:38,661 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-20 21:13:38,662 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce344881-82ec-454c-8d86-8655a4206eb6'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:38Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1dd1de0f-a1fd-4c19-ae0d-8c419cebdfb8"}} 2018-08-20 21:13:39,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.530s 2018-08-20 21:13:39,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1751705715"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:13:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a4a9bd80-1412-4264-aa44-625951aa0f92'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:13:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","name":"tempest-A-1751705715"}} 2018-08-20 21:13:39,832 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.636s 2018-08-20 21:13:39,832 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "name": "tempest-subnet-A-1-547616968"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:13:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc149cdf-75ef-46ea-b585-3c971a622499'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:39Z","dns_nameservers":[],"updated_at":"2018-08-20T21:13:39Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"9fe887b7-c561-4b8c-9934-6b83c3dcd34b","subnetpool_id":null,"name":"tempest-subnet-A-1-547616968"}} 2018-08-20 21:13:40,314 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.481s 2018-08-20 21:13:40,315 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1803449119"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:13:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d415208-0a21-4c6d-a1d8-8cc9684c5e1a'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:13:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","name":"tempest-B-1803449119"}} 2018-08-20 21:13:40,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.647s 2018-08-20 21:13:40,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "name": "tempest-subnet-B-1-881270178"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:13:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f836dfc6-b4bd-4fbf-91ad-888eca655486'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:40Z","dns_nameservers":[],"updated_at":"2018-08-20T21:13:40Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e5fe2fd1-3697-490d-b5a5-7e0a449655f7","subnetpool_id":null,"name":"tempest-subnet-B-1-881270178"}} 2018-08-20 21:13:41,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.443s 2018-08-20 21:13:41,408 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:13:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62c375e9-6bde-4100-8315-cc6def07e37e'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "79b2311f-3d9e-4700-823f-3e0e4dc5e838"}} 2018-08-20 21:13:41,661 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.252s 2018-08-20 21:13:41,662 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1192302940"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-705d45df-9855-4102-9aa3-c9c898009f85', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-705d45df-9855-4102-9aa3-c9c898009f85'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDB+ngN9La6bVf59gLZHICMR+QKe6XK02rmmUx6sJK61U8avjXPw9v+TR35wB/R5QHhc+TJJPw3SbKat2/Au7J6fG9WiRWX4v2M/3i19AcvZOpF7PD1ItmiWCEJ70F1/6Ohhrg5zxkYVoJjnirj4EKxzqdKeUDLPpN1IE1b8YeePCBN2FaeylWo1AEy1z0LKSMPDVwQ9jGE5M0MspO0fUG5StR+EZOJqqIs+JqYvSNys/a6Opz3NYguddpTZPaL3Yti/6HsRxn+xfz2qcuq/Rp41d7aimUZeW5JnUpQxERSPNr+YUsuBRRnARfAQbAha7Cjp48SUvYqqLcjLlVU/Zon Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwfp4DfS2um1X+fYC2RyAjEfkCnulytNq5plMerCSutVPGr41\nz8Pb/k0d+cAf0eUB4XPkyST8N0mymrdvwLuyenxvVokVl+L9jP94tfQHL2TqRezw\n9SLZolghCe9Bdf+joYa4Oc8ZGFaCY54q4+BCsc6nSnlAyz6TdSBNW/GHnjwgTdhW\nnspVqNQBMtc9CykjDw1cEPYxhOTNDLKTtH1BuUrUfhGTiaqiLPiamL0jcrP2ujqc\n9zWILnXaU2T2i92LYv+h7EcZ/sX89qnLqv0aeNXe2oplGXluSZ1KUMREUjza/mFL\nLgUUZwEXwEGwIWuwo6ePElL2Kqi3Iy5VVP2aJwIDAQABAoIBAHhoqqc3FUpJ34d4\nzzHIAH+TjJl5QWPSspPr6s5p1tsE1/KoyaxrTp7fbdD/EoFu3yj8kLLPM4R6SdTC\nMyt3F4XywgX8WBwNOgiQ+HQxw1gHE2lOeBAijue4PuH00zSU+BSnFKpFxLUX1h5S\nKxuCtMO8nJmdBLxk3pGg+IQvPFjasxwzW4N8OpAqHNn/mfyai3iPVvxteYgxxjeU\nERh7SdHrsBkncPkEeV9EgdjVlmiv7vmphfB3OW7cQXhEZUkaOxY4wSsP2xrMiczp\nXWuJDs2CB6oK72BAzKLI/szQ4pVE5nQa4pH7TCTofMC+UkBrdNp6CIFvoRda93+5\n8iBKanECgYEA4sj1w22KfHrRmsubJbCNRDeXfv47C+NHhhgwfM4CYS0gF80WNXjc\nIELMEimE8gp2ZpNIDy/ob1RNpK0xVXycU6W7vxQJvnblZ2NWx3HMM0Jj8UoCzhrW\nrhQQjw8TSBeLSk00Ga+dJ+IovGILCgFT5UDBta/QUqJszWwOVr3Xm+8CgYEA2veY\nQHLQ/jK7JvBkIgALf8ZR4KYjc5OpQZXHpx99rPHZonBBo5lSPWZQZS+bxqp4gRIY\nmMDbMmaSWwNRaoQl0t4/QIpQo0i/4GHZR2m2WPcYh81dg1p8O58DoAqJUALxLNsU\nHknuO1EewEKTIpsrrZ8aNlI3nKkTfQ7yBQ7ZDUkCgYB6HGr4h4sB67/g8bDgYmgu\nSyCvqIRyqjZg5bV1/hcZ7ApTxoIm2KTuWgk33lNPYILQSI2MX+dvypzkBr2Bok8q\nWxr0j/2PKMXtHXgkfAnPr/fQfGF2SM0/fl5MKXngX40IvPlIu16LkyMMDF6VTJG3\n515mTfyGAh9DnOM7oYzu0QKBgQCEZTSPs1yednomny9MR46sYXNcS9gfp+atGy0u\n5aGNkmYvC4UEsE3DhjuSEukzhBt8nz50Dhf7L33KvgTaTLC6AVtpYLhFIlWyDDfe\nMBLrU+xnIEssguee/RSqDfTchgrhPk25yqXbA79+LELep8gPIKYutiOd+7Um5oR7\nfnDK0QKBgAp7aPGGHHzs+CWji3xs2KFZrwp3UlGIGdOv0XZusn9FUb8QqVM0R5JF\nePmlkXKT36LMWAWIUpMQhkwuql9RXHuRHfnRcOzHWRRnDg5mhauvBlsCtbnVfY2M\nPxvbPpWvbWip+3LMaS9/ZeIl3jVlVRQisl4/qLiUMv1tH1bafLfn\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1192302940", "fingerprint": "57:cf:fb:c7:80:dd:d0:7f:83:a8:a9:a0:61:e2:56:ab"}} 2018-08-20 21:13:42,586 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 0.920s 2018-08-20 21:13:42,587 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-570020144", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:13:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63d61752-6d0f-4436-b56e-c623b34ed6a6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:13:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:13:42Z","name":"tempest-port-smoke-570020144","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:59:94:4a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"9fe887b7-c561-4b8c-9934-6b83c3dcd34b","ip_address":"10.101.11.10"}],"id":"97555ad8-bf19-4adc-8531-a23bfda9113b","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} 2018-08-20 21:13:45,770 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.181s 2018-08-20 21:13:45,770 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "port": "97555ad8-bf19-4adc-8531-a23bfda9113b"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ac07b035-ee79-4393-b53d-fdb6f29c7d7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac07b035-ee79-4393-b53d-fdb6f29c7d7b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "adminPass": "R5qFj7MJKYJN"}} 2018-08-20 21:13:46,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.646s 2018-08-20 21:13:46,422 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-d54b656b-c74b-4912-8efa-94974873e9e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d54b656b-c74b-4912-8efa-94974873e9e1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:47,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.311s 2018-08-20 21:13:47,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-ae503920-b006-47d8-ac7e-22280070b730', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae503920-b006-47d8-ac7e-22280070b730'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:49,459 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.694s 2018-08-20 21:13:49,460 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-25e7aa7f-80ae-486e-96de-27e52c9fd333', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-25e7aa7f-80ae-486e-96de-27e52c9fd333'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:49,474 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:13:51,351 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.875s 2018-08-20 21:13:51,352 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-7129b3f4-b191-4050-9e23-8267036c3bc3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7129b3f4-b191-4050-9e23-8267036c3bc3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:52,901 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.533s 2018-08-20 21:13:52,901 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-9637dbc2-5cad-4a63-b984-48972590a9aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9637dbc2-5cad-4a63-b984-48972590a9aa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:54,619 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.702s 2018-08-20 21:13:54,619 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-ac019393-ac91-498a-8f67-4cb73280a044', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac019393-ac91-498a-8f67-4cb73280a044'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:94:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:13:52.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:54,633 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:13:54,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.328s 2018-08-20 21:13:54,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-d77b81cd-f7b2-423d-b24f-53c4f37d7de2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d77b81cd-f7b2-423d-b24f-53c4f37d7de2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:94:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:13:52.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:54,978 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7762fd89-3ef6-44ea-9732-20e2f178c1bb with status: ACTIVE 2018-08-20 21:13:56,083 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.104s 2018-08-20 21:13:56,083 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-622414542", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:13:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea4421d3-82a7-4bf0-b18a-43a516a9968e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:13:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:13:55Z","name":"tempest-port-smoke-622414542","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4c:ce:48","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e5fe2fd1-3697-490d-b5a5-7e0a449655f7","ip_address":"10.102.21.20"}],"id":"751c7ba2-b019-4883-a73d-1d951908e25e","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} 2018-08-20 21:14:00,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 4.127s 2018-08-20 21:14:00,212 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "port": "751c7ba2-b019-4883-a73d-1d951908e25e"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-1d1309fa-8196-4a18-8602-a923a4a1f723', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d1309fa-8196-4a18-8602-a923a4a1f723'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "adminPass": "oERebNJRW7Tz"}} 2018-08-20 21:14:00,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.651s 2018-08-20 21:14:00,869 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-f5b59fae-df44-4169-a9c8-db700c1a7c52', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5b59fae-df44-4169-a9c8-db700c1a7c52'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:02,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.611s 2018-08-20 21:14:02,498 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-1daa606b-3e0d-41c5-91b4-d9fa5ddb006a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1daa606b-3e0d-41c5-91b4-d9fa5ddb006a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:04,233 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.721s 2018-08-20 21:14:04,233 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-137a306e-5a9b-4c7c-95f5-c21f60b4a2f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-137a306e-5a9b-4c7c-95f5-c21f60b4a2f0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:04,247 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:14:05,617 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.368s 2018-08-20 21:14:05,617 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-390644bf-bac5-4161-8064-bcbfd671d6f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-390644bf-bac5-4161-8064-bcbfd671d6f2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:07,530 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.898s 2018-08-20 21:14:07,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-92213899-7761-443e-84c6-b460588beb4c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92213899-7761-443e-84c6-b460588beb4c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:09,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.691s 2018-08-20 21:14:09,237 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-4d7d5ffe-0066-4d33-ae6b-42347740ebb7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4d7d5ffe-0066-4d33-ae6b-42347740ebb7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1803449119": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:ce:48", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:06.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:09,249 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:14:09,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.682s 2018-08-20 21:14:09,933 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-c48a2437-1549-4765-aeb2-260cca651288', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c48a2437-1549-4765-aeb2-260cca651288'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1803449119": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:ce:48", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:06.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:09,947 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 302ca066-0ab0-46d3-8d46-a08add843ba3 with status: ACTIVE 2018-08-20 21:14:11,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.052s 2018-08-20 21:14:11,002 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-741433744", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:14:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-60254908-58d4-43d4-858a-d0d59aa4b447'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:14:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:14:10Z","name":"tempest-port-smoke-741433744","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b7:fb:c4","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"9fe887b7-c561-4b8c-9934-6b83c3dcd34b","ip_address":"10.101.11.30"}],"id":"469088c7-af66-477f-8734-41bf4be59dbe","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} 2018-08-20 21:14:14,392 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.387s 2018-08-20 21:14:14,392 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "port": "469088c7-af66-477f-8734-41bf4be59dbe"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-66cf6864-8d0c-4358-8fd2-959634fc60aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66cf6864-8d0c-4358-8fd2-959634fc60aa'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "adminPass": "epsV89RnsaXb"}} 2018-08-20 21:14:14,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.340s 2018-08-20 21:14:14,737 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-271e15fd-5358-4985-9897-0af0430c6820', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-271e15fd-5358-4985-9897-0af0430c6820'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:16,087 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.334s 2018-08-20 21:14:16,088 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-cb06eb48-ee9a-4ecd-8009-a29af3ef1c26', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb06eb48-ee9a-4ecd-8009-a29af3ef1c26'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:17,491 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.390s 2018-08-20 21:14:17,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-17467c90-4d9b-491e-ac46-3c23487f2e49', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17467c90-4d9b-491e-ac46-3c23487f2e49'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:17,505 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:14:18,844 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.338s 2018-08-20 21:14:18,845 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-948a8827-bc85-458b-ac80-7e6301ff710a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-948a8827-bc85-458b-ac80-7e6301ff710a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:18Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:20,226 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.366s 2018-08-20 21:14:20,227 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-c6f8d319-8c73-448d-bcf2-bfc5deb2f0e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c6f8d319-8c73-448d-bcf2-bfc5deb2f0e1'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:19Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:20,240 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-20 21:14:21,837 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.595s 2018-08-20 21:14:21,838 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-346aa6bf-3fc0-47ea-905e-5e3c4605c2bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-346aa6bf-3fc0-47ea-905e-5e3c4605c2bf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:21,850 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2018-08-20 21:14:23,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.354s 2018-08-20 21:14:23,207 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-9cb103ce-38d4-45c4-a257-1e5e28f7a7eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cb103ce-38d4-45c4-a257-1e5e28f7a7eb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:24,890 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.669s 2018-08-20 21:14:24,890 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-15527fd5-7331-43ee-8fc3-c2b06e69dbde', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15527fd5-7331-43ee-8fc3-c2b06e69dbde'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:26,616 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.712s 2018-08-20 21:14:26,617 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-4a03563f-30de-40d8-a32d-5b631f5c01fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a03563f-30de-40d8-a32d-5b631f5c01fd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:26,630 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2018-08-20 21:14:27,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.619s 2018-08-20 21:14:27,250 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-56675d59-136e-40db-8d75-d984bfc9621d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56675d59-136e-40db-8d75-d984bfc9621d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:27,265 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: f4aca18b-10f7-4465-be10-3ec86c0c63dc with status: ACTIVE 2018-08-20 21:14:28,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.020s 2018-08-20 21:14:28,288 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-2072711437", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:14:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e02987a9-4633-4af2-9b29-eaab92a6063b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:14:27Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:14:27Z","name":"tempest-port-smoke-2072711437","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4b:59:34","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e5fe2fd1-3697-490d-b5a5-7e0a449655f7","ip_address":"10.102.21.40"}],"id":"8d134a36-2bcf-4508-8aca-703f219288f6","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} 2018-08-20 21:14:31,428 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.139s 2018-08-20 21:14:31,429 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "port": "8d134a36-2bcf-4508-8aca-703f219288f6"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-22925002-c828-49bd-bf00-b079e2a4f875', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22925002-c828-49bd-bf00-b079e2a4f875'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "bookmark"}], "adminPass": "8uSA8LJsZ9ww"}} 2018-08-20 21:14:31,759 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 0.326s 2018-08-20 21:14:31,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-6b5fd1fd-03fd-4cfd-95e2-a878756f6a67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b5fd1fd-03fd-4cfd-95e2-a878756f6a67'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-4", "created": "2018-08-20T21:14:31Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:33,786 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 1.012s 2018-08-20 21:14:33,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1335', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-1ab0fae2-1828-42cc-8423-6f094456e950', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ab0fae2-1828-42cc-8423-6f094456e950'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:14:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-4", "created": "2018-08-20T21:14:31Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:14:32Z"}, "metadata": {}}} 2018-08-20 21:14:33,800 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2018-08-20 21:14:34,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 204 DELETE http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 1.087s 2018-08-20 21:14:34,889 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-59e9158c-4344-4237-87f0-ff35bf30faaa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59e9158c-4344-4237-87f0-ff35bf30faaa'} Body: 2018-08-20 21:14:34,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 404 GET http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 0.043s 2018-08-20 21:14:34,933 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-b39feb52-595f-4e2a-9bbf-001ded4f0095', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b39feb52-595f-4e2a-9bbf-001ded4f0095'} Body: {"itemNotFound": {"message": "Instance 5277c82e-e6e7-4469-82c5-6c0e2986f2c5 could not be found.", "code": 404}} 2018-08-20 21:14:35,538 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/8d134a36-2bcf-4508-8aca-703f219288f6 0.603s 2018-08-20 21:14:35,539 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/8d134a36-2bcf-4508-8aca-703f219288f6', u'date': 'Mon, 20 Aug 2018 21:14:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e0aa57a1-54aa-460d-8721-0b8570a9f32d'} Body: 2018-08-20 21:14:35,718 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.178s 2018-08-20 21:14:35,718 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-9b700820-31c1-4b30-ad1f-40d004fef757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b700820-31c1-4b30-ad1f-40d004fef757'} Body: 2018-08-20 21:14:36,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.666s 2018-08-20 21:14:36,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-6e83e190-66c5-4ea0-bed8-0c09fba88798', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e83e190-66c5-4ea0-bed8-0c09fba88798'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:37,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.368s 2018-08-20 21:14:37,771 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-097d7967-5a95-4845-a906-cafb24cd2afa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-097d7967-5a95-4845-a906-cafb24cd2afa'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:36Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:38,831 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.045s 2018-08-20 21:14:38,831 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-b3aea66e-01ae-4cce-a6c8-78609e574643', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:38 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b3aea66e-01ae-4cce-a6c8-78609e574643'} Body: {"itemNotFound": {"message": "Instance f4aca18b-10f7-4465-be10-3ec86c0c63dc could not be found.", "code": 404}} 2018-08-20 21:14:39,759 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/469088c7-af66-477f-8734-41bf4be59dbe 0.927s 2018-08-20 21:14:39,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/469088c7-af66-477f-8734-41bf4be59dbe', u'date': 'Mon, 20 Aug 2018 21:14:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4e4a7377-eb00-4a5e-8105-42ccc3508f5f'} Body: 2018-08-20 21:14:39,964 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.202s 2018-08-20 21:14:39,965 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-c340f190-139a-4773-8a7d-e9f5d0db30c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c340f190-139a-4773-8a7d-e9f5d0db30c3'} Body: 2018-08-20 21:14:40,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.704s 2018-08-20 21:14:40,671 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-2d14cd47-5b91-4c1d-a5e9-01dc4b9bc609', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d14cd47-5b91-4c1d-a5e9-01dc4b9bc609'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1803449119": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:ce:48", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:06.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:39Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:41,758 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.057s 2018-08-20 21:14:41,759 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-cd729911-384c-4580-a813-2a028fca07f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cd729911-384c-4580-a813-2a028fca07f1'} Body: {"itemNotFound": {"message": "Instance 302ca066-0ab0-46d3-8d46-a08add843ba3 could not be found.", "code": 404}} 2018-08-20 21:14:43,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/751c7ba2-b019-4883-a73d-1d951908e25e 1.286s 2018-08-20 21:14:43,047 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/751c7ba2-b019-4883-a73d-1d951908e25e', u'date': 'Mon, 20 Aug 2018 21:14:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b12f2ad5-1abc-443b-94ba-cc7d55b4b9dc'} Body: 2018-08-20 21:14:43,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.275s 2018-08-20 21:14:43,324 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-d894d27c-cfd0-4e13-9958-69036da2ebd2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d894d27c-cfd0-4e13-9958-69036da2ebd2'} Body: 2018-08-20 21:14:44,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.715s 2018-08-20 21:14:44,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-88e7ea1b-c184-4136-87c5-e6e1f878449d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88e7ea1b-c184-4136-87c5-e6e1f878449d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:94:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:13:52.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:45,116 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.042s 2018-08-20 21:14:45,117 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-5dc95fb0-a564-43f2-a262-f08beb7be6a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5dc95fb0-a564-43f2-a262-f08beb7be6a4'} Body: {"itemNotFound": {"message": "Instance 7762fd89-3ef6-44ea-9732-20e2f178c1bb could not be found.", "code": 404}} 2018-08-20 21:14:45,965 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/97555ad8-bf19-4adc-8531-a23bfda9113b 0.847s 2018-08-20 21:14:45,966 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/97555ad8-bf19-4adc-8531-a23bfda9113b', u'date': 'Mon, 20 Aug 2018 21:14:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5ed9d231-153d-42ac-b58f-03e9deee6f4f'} Body: 2018-08-20 21:14:46,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1192302940 0.069s 2018-08-20 21:14:46,038 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1192302940', u'x-compute-request-id': 'req-d46dad35-405a-4386-9881-e5e6d4c4fcb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d46dad35-405a-4386-9881-e5e6d4c4fcb8'} Body: 2018-08-20 21:14:48,699 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e5fe2fd1-3697-490d-b5a5-7e0a449655f7 2.660s 2018-08-20 21:14:48,700 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e5fe2fd1-3697-490d-b5a5-7e0a449655f7', u'date': 'Mon, 20 Aug 2018 21:14:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-94b1b71e-79ef-4d83-b278-63b4f2574618'} Body: 2018-08-20 21:14:50,651 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/2061f3d1-e27d-43f0-8218-9580b8fa43d6 1.950s 2018-08-20 21:14:50,652 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/2061f3d1-e27d-43f0-8218-9580b8fa43d6', u'date': 'Mon, 20 Aug 2018 21:14:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99484186-0652-4ce3-a17f-a85aa156833b'} Body: 2018-08-20 21:14:53,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/9fe887b7-c561-4b8c-9934-6b83c3dcd34b 2.442s 2018-08-20 21:14:53,096 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/9fe887b7-c561-4b8c-9934-6b83c3dcd34b', u'date': 'Mon, 20 Aug 2018 21:14:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6d15a5ef-4d56-4aae-be20-62182b799210'} Body: 2018-08-20 21:14:54,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/5fa74c98-480a-4936-8b30-1ad8f0e604ba 1.485s 2018-08-20 21:14:54,582 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/5fa74c98-480a-4936-8b30-1ad8f0e604ba', u'date': 'Mon, 20 Aug 2018 21:14:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8b4a54d9-f4e6-4e1f-8285-fe8534e1e02a'} Body: 2018-08-20 21:14:54,887 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/b66c1d39-a078-425f-9230-3a79004e7890 0.304s 2018-08-20 21:14:54,888 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/b66c1d39-a078-425f-9230-3a79004e7890', u'date': 'Mon, 20 Aug 2018 21:14:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-393b187a-75b1-43b4-b587-fa230b297b3b'} Body: 2018-08-20 21:14:55.432 63 INFO tempest.lib.common.rest_client [req-6fa050a1-b11b-4a11-916f-b1f27f6efee5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.511s 2018-08-20 21:14:55.433 63 DEBUG tempest.lib.common.rest_client [req-6fa050a1-b11b-4a11-916f-b1f27f6efee5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-895111745 description", "name": "tempest-secgroup-smoke-895111745"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fa050a1-b11b-4a11-916f-b1f27f6efee5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-895111745 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:55Z", "updated_at": "2018-08-20T21:14:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:14:55Z", "revision_number": 0, "id": "1fcc8098-70da-41de-b314-4f67ded6e7a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:14:55Z", "revision_number": 0, "id": "86ebe3a2-3b8d-4e26-aa53-ef498c7b4114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "name": "tempest-secgroup-smoke-895111745"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:55.650 63 INFO tempest.lib.common.rest_client [req-b19d6d96-ca5b-4aed-9008-d76884b8c8c3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.215s 2018-08-20 21:14:55.650 63 DEBUG tempest.lib.common.rest_client [req-b19d6d96-ca5b-4aed-9008-d76884b8c8c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b19d6d96-ca5b-4aed-9008-d76884b8c8c3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c619dde1-9ab0-4b6d-a951-f05bd550557c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:55.874 63 INFO tempest.lib.common.rest_client [req-82c050ef-4726-41ca-b401-694c8f01eb92 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.222s 2018-08-20 21:14:55.874 63 DEBUG tempest.lib.common.rest_client [req-82c050ef-4726-41ca-b401-694c8f01eb92 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-82c050ef-4726-41ca-b401-694c8f01eb92'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "32c89541-9c08-48bc-8f33-947845275cf8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:56.174 63 INFO tempest.lib.common.rest_client [req-7756dafd-e748-4c33-97e1-807726e06a15 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.299s 2018-08-20 21:14:56.175 63 DEBUG tempest.lib.common.rest_client [req-7756dafd-e748-4c33-97e1-807726e06a15 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7756dafd-e748-4c33-97e1-807726e06a15'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7e459c33-dcb2-42d2-86e7-9768f6a87124"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:56.348 63 INFO tempest.lib.common.rest_client [req-91838c64-d173-4439-adac-d43f46c23aba ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 21:14:56.348 63 DEBUG tempest.lib.common.rest_client [req-91838c64-d173-4439-adac-d43f46c23aba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91838c64-d173-4439-adac-d43f46c23aba'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ccfda759-aa24-4184-b95d-3f2646383243"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:56.563 63 INFO tempest.lib.common.rest_client [req-be4f12d3-1bd4-4448-a6dc-01fab8f0dfb3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.213s 2018-08-20 21:14:56.564 63 DEBUG tempest.lib.common.rest_client [req-be4f12d3-1bd4-4448-a6dc-01fab8f0dfb3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be4f12d3-1bd4-4448-a6dc-01fab8f0dfb3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5707c3e8-0100-4908-8bce-153f62af2fab"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:56.754 63 INFO tempest.lib.common.rest_client [req-324f7cda-d66d-4272-b7c9-c19a4c098928 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-20 21:14:56.755 63 DEBUG tempest.lib.common.rest_client [req-324f7cda-d66d-4272-b7c9-c19a4c098928 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-324f7cda-d66d-4272-b7c9-c19a4c098928'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "911bc806-02ba-436a-9328-3814a38a32fa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:56.960 63 INFO tempest.lib.common.rest_client [req-85bef1e6-6b7b-43a5-ae54-a86fe5795293 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.204s 2018-08-20 21:14:56.960 63 DEBUG tempest.lib.common.rest_client [req-85bef1e6-6b7b-43a5-ae54-a86fe5795293 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-85bef1e6-6b7b-43a5-ae54-a86fe5795293'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8e739bf2-50da-42c9-b0c0-cc3c0c468f41"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:57.127 63 INFO tempest.lib.common.rest_client [req-80b1b5e3-93bb-4c57-9dcb-42c25a0b3ff4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.165s 2018-08-20 21:14:57.128 63 DEBUG tempest.lib.common.rest_client [req-80b1b5e3-93bb-4c57-9dcb-42c25a0b3ff4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80b1b5e3-93bb-4c57-9dcb-42c25a0b3ff4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:57Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f55b05f0-c7c2-48e4-a512-adf0ac44994c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:57.544 63 INFO tempest.lib.common.rest_client [req-e57adfa6-3e81-411e-8371-dc4784c322c5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.414s 2018-08-20 21:14:57.545 63 DEBUG tempest.lib.common.rest_client [req-e57adfa6-3e81-411e-8371-dc4784c322c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-808685584"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:14:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e57adfa6-3e81-411e-8371-dc4784c322c5'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:14:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","name":"tempest-A-808685584"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:58.245 63 INFO tempest.lib.common.rest_client [req-bd1fcff1-1cab-4367-9429-f54720893357 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.698s 2018-08-20 21:14:58.245 63 DEBUG tempest.lib.common.rest_client [req-bd1fcff1-1cab-4367-9429-f54720893357 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "name": "tempest-subnet-A-1-1831261245"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:14:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd1fcff1-1cab-4367-9429-f54720893357'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:57Z","dns_nameservers":[],"updated_at":"2018-08-20T21:14:57Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"357a7d6a-dde2-46c5-9dc3-727650c3c1fc","subnetpool_id":null,"name":"tempest-subnet-A-1-1831261245"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:58.520 63 INFO tempest.lib.common.rest_client [req-c728fa5e-5ef1-4c3e-92c5-d5b7f38fc459 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.273s 2018-08-20 21:14:58.520 63 DEBUG tempest.lib.common.rest_client [req-c728fa5e-5ef1-4c3e-92c5-d5b7f38fc459 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1345998268"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:14:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c728fa5e-5ef1-4c3e-92c5-d5b7f38fc459'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:14:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","name":"tempest-B-1345998268"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:59.190 63 INFO tempest.lib.common.rest_client [req-032c4c8a-4004-431f-a377-5bf7be8b5aa9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.668s 2018-08-20 21:14:59.191 63 DEBUG tempest.lib.common.rest_client [req-032c4c8a-4004-431f-a377-5bf7be8b5aa9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "name": "tempest-subnet-B-1-399582739"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-032c4c8a-4004-431f-a377-5bf7be8b5aa9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:58Z","dns_nameservers":[],"updated_at":"2018-08-20T21:14:58Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"645af25a-db20-4f43-b528-a3a7b76a1967","subnetpool_id":null,"name":"tempest-subnet-B-1-399582739"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:14:59.839 63 INFO tempest.lib.common.rest_client [req-3d728677-ef63-4dce-98e4-8b688202cba8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.647s 2018-08-20 21:14:59.840 63 DEBUG tempest.lib.common.rest_client [req-3d728677-ef63-4dce-98e4-8b688202cba8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3d728677-ef63-4dce-98e4-8b688202cba8'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "10765dc9-49bb-45e0-bae0-26e9ab005acc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:00.100 63 INFO tempest.lib.common.rest_client [req-c4bbf858-c975-4579-af29-df84e3184f4d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.259s 2018-08-20 21:15:00.101 63 DEBUG tempest.lib.common.rest_client [req-c4bbf858-c975-4579-af29-df84e3184f4d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-431301133"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-c4bbf858-c975-4579-af29-df84e3184f4d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4bbf858-c975-4579-af29-df84e3184f4d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC881q6ZQ1h64U3Vox6PQnAueO5KPiU/DqKwbQRgof16MQqJmeygSlw6UzEukfIfaDp/wSlkdGPYG2R58fzMWzHS/9CysHehOk7KU767mv9VHb7sS9jwCCHMor2u13XWJ3BQMlHICEQTrzTFXz6Gj4Vv9fdS0YDwAHVWHDjjNT0v/F6ZI8BnC43Uclqvghh4Jj8kuphrSO/MOhP1Dw2N2KxqTbh+TSS20vdzbYYJwUpL6IkQBvcT7O1LqmcfNhVhAo4xVcAqrIjstVIu7xhF6RRwvCcKwht6xY1f3UcS09aJuXW//Joph9ExoG6rr6zv//DwmGUxuEMps78ZUltjAV9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAvPNaumUNYeuFN1aMej0JwLnjuSj4lPw6isG0EYKH9ejEKiZn\nsoEpcOlMxLpHyH2g6f8EpZHRj2BtkefH8zFsx0v/QsrB3oTpOylO+u5r/VR2+7Ev\nY8AghzKK9rtd11idwUDJRyAhEE680xV8+ho+Fb/X3UtGA8AB1Vhw44zU9L/xemSP\nAZwuN1HJar4IYeCY/JLqYa0jvzDoT9Q8Njdisak24fk0kttL3c22GCcFKS+iJEAb\n3E+ztS6pnHzYVYQKOMVXAKqyI7LVSLu8YRekUcLwnCsIbesWNX91HEtPWibl1v/y\naKYfRMaBuq6+s7//w8JhlMbhDKbO/GVJbYwFfQIDAQABAoIBAQCVDRs7AlAGOHYD\n60AxhUjWQU1EWO+PB1Fe9+KGFYQPFij4XwdaJs18Bm3Kmm/Z1lBDhioyOc8n3RdS\nC5cNXqXCqU6Zb7xzPkGFq9Zj2ART+HdLoMATXhHK1LIOZEtofr0jH2ons06hwJrv\noHnQCTeEjKtKJAD9IE/R7kxPFF9BGXVpPr5Yyk4Ar9oT5bYZgcmU2dFo+mZdgiBU\nxcagRlKirTVK3UorHZO7mliYaRfvLJTeh1Mo7w9VCbS5pBNPNCsKTbh8aHarsutF\nfoN6taPAnc6m8tLbVzCco6XY9u5DqIH9uiRB5dN/rtJtB/sJSjrH06F17lthj89r\nozGxBPPBAoGBAOiWwG17w0lewG41E1OUEea8Qsbh1KFKLddFnUfKOftE2Or9KDMW\nzkeZNajaqNvhYwmknh9tRV16mVurbA1N/fkrXaSf2RDGjVIOs76nh0ykIm8xVIs8\nhAEkR7eAh4iZBpgb00pPuoRFF5pjNVyqw01OszB9aIZtQlnwSJjl04R5AoGBAM/4\nJp+tmOwUpOmJWphxlcEz3fpOW6hChUfkUpvaYaJyLB0RozdMkuuF0bMzwlENYoHi\nC2mFeyNpoWNbTF5t5ol9Ezl2sP4NL7LcffqHokaX11DqUgxW/yxXe6XRGiFcNDY1\ncctTEwPhjf5E+NpPFDpV2dCDSi8B29TJ8U4OkOAlAoGBAMUQTVO14707aaE2mPxc\nXVp4sb9eQdCyT+qwEdVskvnA2GUpPzEiJn5lYiCBu0YpTccy0cJgy7+rC1qvACq5\npPDDfGDqCnj7MWuQB10HBky6WG6Lhk0+Zb2t5pGkdbEXro2cLcYtjSNagugNHH46\nNKVAg/QWnUQgOHKJcokRWMhJAoGAbTdDiV3QTkK1LFPOuPoFjDXh4B6gceelONEG\nNQTlezr8QbPOhC75hSh8rOCErq4Zyl3cYmkP9tP1Rkle/MQ4aoG9w9K6NmDUaNj0\na8opBWueTscPmZ1iWnYC4FzEnTpfzQwaG44gEUy1lg/ApF0dIVmOjrs0DSWrvb7j\ns3tgx+UCgYEAkpHzCLeQZoy2mEFwqMSIX5sE34wGBO+a04vTC5pdW2h4fc0IdN86\nVxbmIr0oaDZlZs+hdl6TvnqbQp477i+oIXKtc2rwaHFuc6APG/gSdn/A0x2gJTP+\nienGtzpMtwUFAfSju/dvoB9aNvd8ntZzk723tOIIYLoDfeYSY/KjIig=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-431301133", "fingerprint": "2c:12:4f:33:ea:34:9b:5f:80:f7:8b:5d:e2:4d:82:78"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:01.316 63 INFO tempest.lib.common.rest_client [req-7c765205-faa3-4428-a13d-3528e941b95e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.208s 2018-08-20 21:15:01.317 63 DEBUG tempest.lib.common.rest_client [req-7c765205-faa3-4428-a13d-3528e941b95e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-660591318", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c765205-faa3-4428-a13d-3528e941b95e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:00Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:00Z","name":"tempest-port-smoke-660591318","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:49:80:df","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"357a7d6a-dde2-46c5-9dc3-727650c3c1fc","ip_address":"10.101.11.10"}],"id":"c58c8e73-979d-438d-a30a-67146ec062d9","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:04.709 63 INFO tempest.lib.common.rest_client [req-778e33f4-b112-48de-8e65-11bb75c4c8c5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.391s 2018-08-20 21:15:04.710 63 DEBUG tempest.lib.common.rest_client [req-778e33f4-b112-48de-8e65-11bb75c4c8c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "port": "c58c8e73-979d-438d-a30a-67146ec062d9"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-778e33f4-b112-48de-8e65-11bb75c4c8c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-778e33f4-b112-48de-8e65-11bb75c4c8c5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "adminPass": "2ShAtQ8VYz9Q"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:05.045 63 INFO tempest.lib.common.rest_client [req-8f0a4bac-89ae-4800-8149-422d4d15da66 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.331s 2018-08-20 21:15:05.045 63 DEBUG tempest.lib.common.rest_client [req-8f0a4bac-89ae-4800-8149-422d4d15da66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-8f0a4bac-89ae-4800-8149-422d4d15da66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f0a4bac-89ae-4800-8149-422d4d15da66'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:06.327 63 INFO tempest.lib.common.rest_client [req-2d6cb494-b449-435d-b89e-e7a72b7d4be6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.255s 2018-08-20 21:15:06.327 63 DEBUG tempest.lib.common.rest_client [req-2d6cb494-b449-435d-b89e-e7a72b7d4be6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-2d6cb494-b449-435d-b89e-e7a72b7d4be6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d6cb494-b449-435d-b89e-e7a72b7d4be6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:07.679 63 INFO tempest.lib.common.rest_client [req-6be1618b-60b3-4d2e-b33d-f60501254497 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.329s 2018-08-20 21:15:07.679 63 DEBUG tempest.lib.common.rest_client [req-6be1618b-60b3-4d2e-b33d-f60501254497 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-6be1618b-60b3-4d2e-b33d-f60501254497', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6be1618b-60b3-4d2e-b33d-f60501254497'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:07Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:07.692 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-20 21:15:09.810 63 INFO tempest.lib.common.rest_client [req-83624b67-05c7-44fe-9a5d-d1e111a8802a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 1.116s 2018-08-20 21:15:09.811 63 DEBUG tempest.lib.common.rest_client [req-83624b67-05c7-44fe-9a5d-d1e111a8802a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1380', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-83624b67-05c7-44fe-9a5d-d1e111a8802a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-83624b67-05c7-44fe-9a5d-d1e111a8802a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:11.540 63 INFO tempest.lib.common.rest_client [req-76dbab9f-47c9-41c0-8190-69b25e153bd1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.712s 2018-08-20 21:15:11.541 63 DEBUG tempest.lib.common.rest_client [req-76dbab9f-47c9-41c0-8190-69b25e153bd1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-76dbab9f-47c9-41c0-8190-69b25e153bd1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-76dbab9f-47c9-41c0-8190-69b25e153bd1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:09Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:11.554 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-20 21:15:13.280 63 INFO tempest.lib.common.rest_client [req-1b9c3a06-a477-400c-b76d-0f3796a42d49 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.724s 2018-08-20 21:15:13.281 63 DEBUG tempest.lib.common.rest_client [req-1b9c3a06-a477-400c-b76d-0f3796a42d49 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-1b9c3a06-a477-400c-b76d-0f3796a42d49', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1b9c3a06-a477-400c-b76d-0f3796a42d49'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:09Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:15.409 63 INFO tempest.lib.common.rest_client [req-39466fd9-4f22-447e-862c-0940c408c059 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 1.110s 2018-08-20 21:15:15.410 63 DEBUG tempest.lib.common.rest_client [req-39466fd9-4f22-447e-862c-0940c408c059 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-39466fd9-4f22-447e-862c-0940c408c059', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39466fd9-4f22-447e-862c-0940c408c059'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:80:df", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:15.422 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:15:16.133 63 INFO tempest.lib.common.rest_client [req-b6a8519c-9edc-4347-b495-36e8b4bc6d2f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.708s 2018-08-20 21:15:16.134 63 DEBUG tempest.lib.common.rest_client [req-b6a8519c-9edc-4347-b495-36e8b4bc6d2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-b6a8519c-9edc-4347-b495-36e8b4bc6d2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b6a8519c-9edc-4347-b495-36e8b4bc6d2f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:80:df", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:16.146 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: d35e7883-6cb4-4b6e-b848-80f8f4486321 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:15:17.442 63 INFO tempest.lib.common.rest_client [req-254672d2-60b0-4646-88d9-1ab0029e9226 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.295s 2018-08-20 21:15:17.443 63 DEBUG tempest.lib.common.rest_client [req-254672d2-60b0-4646-88d9-1ab0029e9226 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1549008995", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-254672d2-60b0-4646-88d9-1ab0029e9226'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:16Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:16Z","name":"tempest-port-smoke-1549008995","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:af:7a:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"645af25a-db20-4f43-b528-a3a7b76a1967","ip_address":"10.102.21.20"}],"id":"b9099398-9843-455b-b651-1f356cc7e443","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:20.667 63 INFO tempest.lib.common.rest_client [req-d9bf467f-44af-42bc-91cd-b46576f67a7f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.222s 2018-08-20 21:15:20.667 63 DEBUG tempest.lib.common.rest_client [req-d9bf467f-44af-42bc-91cd-b46576f67a7f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "port": "b9099398-9843-455b-b651-1f356cc7e443"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-d9bf467f-44af-42bc-91cd-b46576f67a7f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9bf467f-44af-42bc-91cd-b46576f67a7f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "adminPass": "57TGVh25NmUR"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:21.000 63 INFO tempest.lib.common.rest_client [req-9ba9da4e-493b-4691-9178-57083c072b73 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.329s 2018-08-20 21:15:21.001 63 DEBUG tempest.lib.common.rest_client [req-9ba9da4e-493b-4691-9178-57083c072b73 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-9ba9da4e-493b-4691-9178-57083c072b73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9ba9da4e-493b-4691-9178-57083c072b73'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:22.672 63 INFO tempest.lib.common.rest_client [req-90efc79a-6e92-4703-a6f2-1359d8d96321 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.657s 2018-08-20 21:15:22.673 63 DEBUG tempest.lib.common.rest_client [req-90efc79a-6e92-4703-a6f2-1359d8d96321 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-90efc79a-6e92-4703-a6f2-1359d8d96321', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90efc79a-6e92-4703-a6f2-1359d8d96321'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:24.567 63 INFO tempest.lib.common.rest_client [req-1f828908-ce35-43c4-b4da-b674120aca5b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.727s 2018-08-20 21:15:24.567 63 DEBUG tempest.lib.common.rest_client [req-1f828908-ce35-43c4-b4da-b674120aca5b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-1f828908-ce35-43c4-b4da-b674120aca5b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f828908-ce35-43c4-b4da-b674120aca5b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:24.580 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:15:26.300 63 INFO tempest.lib.common.rest_client [req-80af67c0-2547-4a57-a955-5e2cef7ed7df ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.718s 2018-08-20 21:15:26.300 63 DEBUG tempest.lib.common.rest_client [req-80af67c0-2547-4a57-a955-5e2cef7ed7df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-80af67c0-2547-4a57-a955-5e2cef7ed7df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80af67c0-2547-4a57-a955-5e2cef7ed7df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:28.138 63 INFO tempest.lib.common.rest_client [req-4cbc3df5-058e-4ad3-a3b5-04e518cc6241 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.826s 2018-08-20 21:15:28.139 63 DEBUG tempest.lib.common.rest_client [req-4cbc3df5-058e-4ad3-a3b5-04e518cc6241 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-4cbc3df5-058e-4ad3-a3b5-04e518cc6241', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4cbc3df5-058e-4ad3-a3b5-04e518cc6241'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:29.868 63 INFO tempest.lib.common.rest_client [req-7133435a-cd38-45d6-b51b-42e1f11a0fce ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.714s 2018-08-20 21:15:29.868 63 DEBUG tempest.lib.common.rest_client [req-7133435a-cd38-45d6-b51b-42e1f11a0fce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-7133435a-cd38-45d6-b51b-42e1f11a0fce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7133435a-cd38-45d6-b51b-42e1f11a0fce'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:28.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:28Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:29.881 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:15:30.689 63 INFO tempest.lib.common.rest_client [req-ebf19498-0396-40d9-a553-8b47c2ec8f8d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.807s 2018-08-20 21:15:30.690 63 DEBUG tempest.lib.common.rest_client [req-ebf19498-0396-40d9-a553-8b47c2ec8f8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-ebf19498-0396-40d9-a553-8b47c2ec8f8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebf19498-0396-40d9-a553-8b47c2ec8f8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:28.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:28Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:30.702 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 7ecab90d-86e8-4b4b-ac75-b446845acd02 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:15:31.537 63 INFO tempest.lib.common.rest_client [req-4cd278cd-e963-4f3b-9970-2910fcc38870 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.834s 2018-08-20 21:15:31.538 63 DEBUG tempest.lib.common.rest_client [req-4cd278cd-e963-4f3b-9970-2910fcc38870 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-447339152", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4cd278cd-e963-4f3b-9970-2910fcc38870'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:31Z","name":"tempest-port-smoke-447339152","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a2:53:b7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"357a7d6a-dde2-46c5-9dc3-727650c3c1fc","ip_address":"10.101.11.30"}],"id":"d5315a9a-d662-4bf8-bd14-2a3c5f67293f","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:34.271 63 INFO tempest.lib.common.rest_client [req-ac87185b-53da-420b-8e5f-c41230a06b55 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 2.731s 2018-08-20 21:15:34.271 63 DEBUG tempest.lib.common.rest_client [req-ac87185b-53da-420b-8e5f-c41230a06b55 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "port": "d5315a9a-d662-4bf8-bd14-2a3c5f67293f"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ac87185b-53da-420b-8e5f-c41230a06b55', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac87185b-53da-420b-8e5f-c41230a06b55'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "adminPass": "npPZZGrF39ai"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:34.605 63 INFO tempest.lib.common.rest_client [req-d81a81fa-0e7c-406c-8bba-6a488365fd41 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.330s 2018-08-20 21:15:34.606 63 DEBUG tempest.lib.common.rest_client [req-d81a81fa-0e7c-406c-8bba-6a488365fd41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-d81a81fa-0e7c-406c-8bba-6a488365fd41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d81a81fa-0e7c-406c-8bba-6a488365fd41'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:35.860 63 INFO tempest.lib.common.rest_client [req-f389005e-bf72-4bd8-937c-3c724437c0b4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.240s 2018-08-20 21:15:35.861 63 DEBUG tempest.lib.common.rest_client [req-f389005e-bf72-4bd8-937c-3c724437c0b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-f389005e-bf72-4bd8-937c-3c724437c0b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f389005e-bf72-4bd8-937c-3c724437c0b4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:37.235 63 INFO tempest.lib.common.rest_client [req-3be47b20-e02f-43ff-88d9-4517a25d9895 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.359s 2018-08-20 21:15:37.235 63 DEBUG tempest.lib.common.rest_client [req-3be47b20-e02f-43ff-88d9-4517a25d9895 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-3be47b20-e02f-43ff-88d9-4517a25d9895', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3be47b20-e02f-43ff-88d9-4517a25d9895'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:36Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:37.248 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:15:38.958 63 INFO tempest.lib.common.rest_client [req-1562edaf-7ae8-429f-a09d-04660ddf9160 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.708s 2018-08-20 21:15:38.959 63 DEBUG tempest.lib.common.rest_client [req-1562edaf-7ae8-429f-a09d-04660ddf9160 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-1562edaf-7ae8-429f-a09d-04660ddf9160', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1562edaf-7ae8-429f-a09d-04660ddf9160'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:38.972 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:15:40.637 63 INFO tempest.lib.common.rest_client [req-d40ec4a6-0a4e-4415-ad49-a38bd53219f2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.662s 2018-08-20 21:15:40.637 63 DEBUG tempest.lib.common.rest_client [req-d40ec4a6-0a4e-4415-ad49-a38bd53219f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-d40ec4a6-0a4e-4415-ad49-a38bd53219f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d40ec4a6-0a4e-4415-ad49-a38bd53219f2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:42.298 63 INFO tempest.lib.common.rest_client [req-107269e2-5b16-425b-813a-aa2b0832ed96 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.645s 2018-08-20 21:15:42.298 63 DEBUG tempest.lib.common.rest_client [req-107269e2-5b16-425b-813a-aa2b0832ed96 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-107269e2-5b16-425b-813a-aa2b0832ed96', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-107269e2-5b16-425b-813a-aa2b0832ed96'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:53:b7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:42.312 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:15:42.936 63 INFO tempest.lib.common.rest_client [req-c65bb249-4d33-4fae-b1ce-ac3596bdda25 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.623s 2018-08-20 21:15:42.936 63 DEBUG tempest.lib.common.rest_client [req-c65bb249-4d33-4fae-b1ce-ac3596bdda25 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-c65bb249-4d33-4fae-b1ce-ac3596bdda25', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c65bb249-4d33-4fae-b1ce-ac3596bdda25'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:53:b7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:42.950 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 8fc02c7d-2455-4ff6-8de9-0fe45a55020b with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:15:44.017 63 INFO tempest.lib.common.rest_client [req-81d713fd-15be-4be8-8ab5-da396824393a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.066s 2018-08-20 21:15:44.018 63 DEBUG tempest.lib.common.rest_client [req-81d713fd-15be-4be8-8ab5-da396824393a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-968200183", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81d713fd-15be-4be8-8ab5-da396824393a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:43Z","name":"tempest-port-smoke-968200183","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:8b:d4:06","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"645af25a-db20-4f43-b528-a3a7b76a1967","ip_address":"10.102.21.40"}],"id":"e66dce0b-669a-4c92-9301-d6b3536a41da","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:47.056 63 INFO tempest.lib.common.rest_client [req-6b1c53d4-886d-48fd-93f8-46e55ad4652a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.037s 2018-08-20 21:15:47.057 63 DEBUG tempest.lib.common.rest_client [req-6b1c53d4-886d-48fd-93f8-46e55ad4652a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "port": "e66dce0b-669a-4c92-9301-d6b3536a41da"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-6b1c53d4-886d-48fd-93f8-46e55ad4652a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b1c53d4-886d-48fd-93f8-46e55ad4652a'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "adminPass": "ZxxhsGanTCA7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:47.395 63 INFO tempest.lib.common.rest_client [req-b86a919d-fbda-4275-b42f-0b64de3b1402 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.334s 2018-08-20 21:15:47.396 63 DEBUG tempest.lib.common.rest_client [req-b86a919d-fbda-4275-b42f-0b64de3b1402 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-b86a919d-fbda-4275-b42f-0b64de3b1402', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b86a919d-fbda-4275-b42f-0b64de3b1402'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:48.492 63 INFO tempest.lib.common.rest_client [req-12485f49-c93c-455f-ab6f-3fcc4c3b299f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.081s 2018-08-20 21:15:48.492 63 DEBUG tempest.lib.common.rest_client [req-12485f49-c93c-455f-ab6f-3fcc4c3b299f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-12485f49-c93c-455f-ab6f-3fcc4c3b299f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12485f49-c93c-455f-ab6f-3fcc4c3b299f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:50.115 63 INFO tempest.lib.common.rest_client [req-1ee77703-c801-4c9c-a23f-4933ed768bd2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.609s 2018-08-20 21:15:50.115 63 DEBUG tempest.lib.common.rest_client [req-1ee77703-c801-4c9c-a23f-4933ed768bd2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-1ee77703-c801-4c9c-a23f-4933ed768bd2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ee77703-c801-4c9c-a23f-4933ed768bd2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:50.128 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:15:51.582 63 INFO tempest.lib.common.rest_client [req-4475bcbc-c6f2-43cd-a730-ed2ff8a3648c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.451s 2018-08-20 21:15:51.582 63 DEBUG tempest.lib.common.rest_client [req-4475bcbc-c6f2-43cd-a730-ed2ff8a3648c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-4475bcbc-c6f2-43cd-a730-ed2ff8a3648c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4475bcbc-c6f2-43cd-a730-ed2ff8a3648c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:53.332 63 INFO tempest.lib.common.rest_client [req-93591c27-9d63-41be-91ee-b84b0cb73641 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.735s 2018-08-20 21:15:53.332 63 DEBUG tempest.lib.common.rest_client [req-93591c27-9d63-41be-91ee-b84b0cb73641 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-93591c27-9d63-41be-91ee-b84b0cb73641', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93591c27-9d63-41be-91ee-b84b0cb73641'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:54.703 63 INFO tempest.lib.common.rest_client [req-2a37c9a2-7a40-4274-959b-d8e44cf29af8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.356s 2018-08-20 21:15:54.703 63 DEBUG tempest.lib.common.rest_client [req-2a37c9a2-7a40-4274-959b-d8e44cf29af8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-2a37c9a2-7a40-4274-959b-d8e44cf29af8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a37c9a2-7a40-4274-959b-d8e44cf29af8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:d4:06", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:54.715 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-20 21:15:55.421 63 INFO tempest.lib.common.rest_client [req-2951bbdc-4fb9-4134-9aa7-dede7477f0af ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.705s 2018-08-20 21:15:55.422 63 DEBUG tempest.lib.common.rest_client [req-2951bbdc-4fb9-4134-9aa7-dede7477f0af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-2951bbdc-4fb9-4134-9aa7-dede7477f0af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2951bbdc-4fb9-4134-9aa7-dede7477f0af'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:d4:06", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:55.435 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 49139320-7ac6-425c-8f92-738f5ad07e9d with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:15:55.605 63 INFO tempest.lib.common.rest_client [req-6feb260c-a1ee-45e1-aadb-fb6b45d9bb2d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.169s 2018-08-20 21:15:55.606 63 DEBUG tempest.lib.common.rest_client [req-6feb260c-a1ee-45e1-aadb-fb6b45d9bb2d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1623982710", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:15:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6feb260c-a1ee-45e1-aadb-fb6b45d9bb2d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:15:55Z", "admin_state_up": true, "updated_at": "2018-08-20T21:15:55Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd", "name": "tempest-router--1623982710"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:57.203 63 INFO tempest.lib.common.rest_client [req-8713227b-6495-498f-997a-38f6893cba6a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd 1.596s 2018-08-20 21:15:57.203 63 DEBUG tempest.lib.common.rest_client [req-8713227b-6495-498f-997a-38f6893cba6a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd', u'date': 'Mon, 20 Aug 2018 21:15:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8713227b-6495-498f-997a-38f6893cba6a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:15:55Z", "admin_state_up": true, "updated_at": "2018-08-20T21:15:56Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd", "name": "tempest-router--1623982710"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:15:59.898 63 INFO tempest.lib.common.rest_client [req-4b0064fb-299c-4ac1-9b49-7d8ce3626239 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/add_router_interface 2.693s 2018-08-20 21:15:59.898 63 DEBUG tempest.lib.common.rest_client [req-4b0064fb-299c-4ac1-9b49-7d8ce3626239 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:15:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b0064fb-299c-4ac1-9b49-7d8ce3626239'} Body: {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc", "subnet_ids": ["357a7d6a-dde2-46c5-9dc3-727650c3c1fc"], "port_id": "b391a734-1e00-46ec-b1f4-ea8f26f50a01", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:16:01.836 63 INFO tempest.lib.common.rest_client [req-dcc8ff2d-1888-4a40-819a-b3d15a40c9eb ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.937s 2018-08-20 21:16:01.837 63 DEBUG tempest.lib.common.rest_client [req-dcc8ff2d-1888-4a40-819a-b3d15a40c9eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "c58c8e73-979d-438d-a30a-67146ec062d9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:16:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dcc8ff2d-1888-4a40-819a-b3d15a40c9eb'} Body: {"floatingip": {"router_id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:16:00Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "c58c8e73-979d-438d-a30a-67146ec062d9", "id": "1dfff8cc-b315-4fed-bb2b-032ded8e778d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:16:02.163 63 INFO tempest.lib.common.rest_client [req-9c17ef75-554c-4c62-bfef-b0e94f1838d2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.325s 2018-08-20 21:16:02.163 63 DEBUG tempest.lib.common.rest_client [req-9c17ef75-554c-4c62-bfef-b0e94f1838d2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1601532384", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:16:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c17ef75-554c-4c62-bfef-b0e94f1838d2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:01Z", "admin_state_up": true, "updated_at": "2018-08-20T21:16:01Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "name": "tempest-router--1601532384"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:16:03.593 63 INFO tempest.lib.common.rest_client [req-2a2f47c3-2830-4244-91c5-47846dfdb8a0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda 1.428s 2018-08-20 21:16:03.593 63 DEBUG tempest.lib.common.rest_client [req-2a2f47c3-2830-4244-91c5-47846dfdb8a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda', u'date': 'Mon, 20 Aug 2018 21:16:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a2f47c3-2830-4244-91c5-47846dfdb8a0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:01Z", "admin_state_up": true, "updated_at": "2018-08-20T21:16:03Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "name": "tempest-router--1601532384"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:16:05.592 63 INFO tempest.lib.common.rest_client [req-91d13ff9-84cd-4aac-9f42-454a10b5df6d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/add_router_interface 1.997s 2018-08-20 21:16:05.592 63 DEBUG tempest.lib.common.rest_client [req-91d13ff9-84cd-4aac-9f42-454a10b5df6d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:16:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91d13ff9-84cd-4aac-9f42-454a10b5df6d'} Body: {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967", "subnet_ids": ["645af25a-db20-4f43-b528-a3a7b76a1967"], "port_id": "1650eca3-1c25-40ba-b4c8-c10560a80f1e", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:16:07.673 63 INFO tempest.lib.common.rest_client [req-a5c27947-ff0e-4417-aa65-0e9145fbbd44 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.079s 2018-08-20 21:16:07.673 63 DEBUG tempest.lib.common.rest_client [req-a5c27947-ff0e-4417-aa65-0e9145fbbd44 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "e66dce0b-669a-4c92-9301-d6b3536a41da"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:16:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a5c27947-ff0e-4417-aa65-0e9145fbbd44'} Body: {"floatingip": {"router_id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:16:06Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "e66dce0b-669a-4c92-9301-d6b3536a41da", "id": "9167dfb7-8de6-43c6-8b5e-5ca11de9d461", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:06Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:16:08.184 63 INFO tempest.lib.common.rest_client [req-46e0f407-a17d-4fa7-be37-663e14a9029d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/network_associations 0.510s 2018-08-20 21:16:08.185 63 DEBUG tempest.lib.common.rest_client [req-46e0f407-a17d-4fa7-be37-663e14a9029d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/network_associations', u'date': 'Mon, 20 Aug 2018 21:16:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46e0f407-a17d-4fa7-be37-663e14a9029d'} Body: {"network_association": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "id": "6da40411-3c01-486f-b28d-5360fbf0f57c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:16:08.186 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:09.187 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:09.251 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:16:09.251 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:09.366 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:16:09.366 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:09.368 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:09.429 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:16:09.432 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:14.440 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:16:14.441 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:16:14.441 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075496 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-20 21:16:14.442 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:14.444 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:14.507 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:16:14.508 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:14.623 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:16:14.624 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:14.627 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:14.690 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:16:14.691 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:18.699 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.075994 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-20 21:16:19.681 63 INFO tempest.lib.common.rest_client [req-c634f058-41bc-40ff-a36c-0a9db3cbcf10 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/router_associations 0.982s 2018-08-20 21:16:19.682 63 DEBUG tempest.lib.common.rest_client [req-c634f058-41bc-40ff-a36c-0a9db3cbcf10 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/router_associations', u'date': 'Mon, 20 Aug 2018 21:16:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c634f058-41bc-40ff-a36c-0a9db3cbcf10'} Body: {"router_association": {"router_id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "id": "39fce2d7-0fc0-4511-8ff7-4c83787ff24e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:16:19.683 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:19.685 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:19.748 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:16:19.749 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:19.863 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:16:19.864 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:19.866 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:19.926 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:16:19.930 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:24.937 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:16:24.937 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:16:24.938 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.074297 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-20 21:16:24.939 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:17:24.963 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 1. Retry after 2 seconds.: timeout: timed out 2018-08-20 21:18:27.484 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 2. Retry after 3 seconds.: timeout: timed out 2018-08-20 21:19:31.017 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 3. Retry after 4 seconds.: timeout: timed out 2018-08-20 21:20:35.560 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 4. Retry after 5 seconds.: timeout: timed out 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.201 after 4 attempts: timeout: timed out 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 279, in retry_on_signal 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh return function() 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager [-] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Initializing SSH connection to 172.30.9.201 failed. Error: Connection to the 172.30.9.201 via SSH timed out. User: cirros, Password: None: SSHTimeout: Connection to the 172.30.9.201 via SSH timed out. User: cirros, Password: None 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 212, in get_remote_client 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 116, in validate_authentication 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.201 via SSH timed out. 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-20 21:21:41.480 63 INFO tempest.lib.common.rest_client [req-c4d75a2c-c92e-4929-a3e1-9307e6afdf66 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers 0.349s 2018-08-20 21:21:41.481 63 DEBUG tempest.lib.common.rest_client [req-c4d75a2c-c92e-4929-a3e1-9307e6afdf66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1141', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-c4d75a2c-c92e-4929-a3e1-9307e6afdf66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4d75a2c-c92e-4929-a3e1-9307e6afdf66'} Body: {"servers": [{"id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "name": "server-4"}, {"id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "name": "server-3"}, {"id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "name": "server-2"}, {"id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "name": "server-1"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:41.561 63 INFO tempest.lib.common.rest_client [req-d446bda4-9052-452b-813d-4bd7bced2015 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d/action 0.072s 2018-08-20 21:21:41.562 63 DEBUG tempest.lib.common.rest_client [req-d446bda4-9052-452b-813d-4bd7bced2015 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32774', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d/action', u'x-compute-request-id': 'req-d446bda4-9052-452b-813d-4bd7bced2015', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d446bda4-9052-452b-813d-4bd7bced2015'} 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 510541223 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 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:41.565 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for 49139320-7ac6-425c-8f92-738f5ad07e9d body= [ 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 510541223 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.198787] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.201059] pid_max: default: 32768 minimum: 301 [ 0.202274] ACPI: Core revision 20150930 [ 0.203962] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205913] Security Framework initialized [ 0.207023] Yama: becoming mindful. [ 0.208024] AppArmor: AppArmor initialized [ 0.209222] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.211144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212893] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214571] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216492] Initializing cgroup subsys io [ 0.217623] Initializing cgroup subsys memory [ 0.218801] Initializing cgroup subsys devices [ 0.219995] Initializing cgroup subsys freezer [ 0.221193] Initializing cgroup subsys net_cls [ 0.222402] Initializing cgroup subsys perf_event [ 0.223648] Initializing cgroup subsys net_prio [ 0.224860] Initializing cgroup subsys hugetlb [ 0.226055] Initializing cgroup subsys pids [ 0.227263] CPU: Physical Processor ID: 0 [ 0.229180] mce: CPU supports 10 MCE banks [ 0.230377] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231792] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.247420] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.254455] ftrace: allocating 31920 entries in 125 pages [ 0.281310] smpboot: Max logical packages: 1 [ 0.282501] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.284356] x2apic enabled [ 0.285595] Switched APIC routing to physical x2apic. [ 0.288096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.289646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.292384] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.294882] KVM setup paravirtual spinlock [ 0.296516] x86: Booted up 1 node, 1 CPUs [ 0.297597] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.299458] devtmpfs: initialized [ 0.301419] evm: security.selinux [ 0.302397] evm: security.SMACK64 [ 0.303396] evm: security.SMACK64EXEC [ 0.304438] evm: security.SMACK64TRANSMUTE [ 0.305544] evm: security.SMACK64MMAP [ 0.306563] evm: security.ima [ 0.307452] evm: security.capability [ 0.308524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.311021] pinctrl core: initialized pinctrl subsystem [ 0.312476] RTC time: 21:15:54, date: 08/20/18 [ 0.313738] NET: Registered protocol family 16 [ 0.315082] cpuidle: using governor ladder [ 0.316232] cpuidle: using governor menu [ 0.317305] PCCT header not found. [ 0.318301] ACPI: bus type PCI registered [ 0.319389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.321035] PCI: Using configuration type 1 for base access [ 0.323155] ACPI: Added _OSI(Module Device) [ 0.324276] ACPI: Added _OSI(Processor Device) [ 0.325413] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.326613] ACPI: Added _OSI(Processor Aggregator Device) [ 0.328767] ACPI: Interpreter enabled [ 0.329793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.332281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.334772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.337315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.339819] ACPI: (supports S0 S5) [ 0.340773] ACPI: Using IOAPIC for interrupt routing [ 0.342034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345850] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.347359] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.348989] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350561] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353475] acpiphp: Slot [3] registered [ 0.354538] acpiphp: Slot [4] registered [ 0.355597] acpiphp: Slot [5] registered [ 0.356658] acpiphp: Slot [6] registered [ 0.357748] acpiphp: Slot [7] registered [ 0.358836] acpiphp: Slot [8] registered [ 0.359928] acpiphp: Slot [9] registered [ 0.361013] acpiphp: Slot [10] registered [ 0.362112] acpiphp: Slot [11] registered [ 0.363275] acpiphp: Slot [12] registered [ 0.364371] acpiphp: Slot [13] registered [ 0.365494] acpiphp: Slot [14] registered [ 0.366611] acpiphp: Slot [15] registered [ 0.381934] acpiphp: Slot [16] registered [ 0.383059] acpiphp: Slot [17] registered [ 0.384176] acpiphp: Slot [18] registered [ 0.385298] acpiphp: Slot [19] registered [ 0.386444] acpiphp: Slot [20] registered [ 0.387560] acpiphp: Slot [21] registered [ 0.388659] acpiphp: Slot [22] registered [ 0.389755] acpiphp: Slot [23] registered [ 0.390864] acpiphp: Slot [24] registered [ 0.391964] acpiphp: Slot [25] registered [ 0.393061] acpiphp: Slot [26] registered [ 0.394173] acpiphp: Slot [27] registered [ 0.395294] acpiphp: Slot [28] registered [ 0.396404] acpiphp: Slot [29] registered [ 0.397510] acpiphp: Slot [30] registered [ 0.398621] acpiphp: Slot [31] registered [ 0.399723] PCI host bridge to bus 0000:00 [ 0.400824] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.402471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.404154] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.406142] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.408135] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.410159] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414212] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415987] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417587] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419316] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423762] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447341] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.449398] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.451557] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.453743] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.455907] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.457649] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.459674] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.461115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.463241] vgaarb: loaded [ 0.464080] vgaarb: bridge control possible 0000:00:02.0 [ 0.465765] SCSI subsystem initialized [ 0.467018] ACPI: bus type USB registered [ 0.468171] usbcore: registered new interface driver usbfs [ 0.469594] usbcore: registered new interface driver hub [ 0.470957] usbcore: registered new device driver usb [ 0.472484] PCI: Using ACPI for IRQ routing [ 0.474019] NetLabel: Initializing [ 0.475015] NetLabel: domain hash size = 128 [ 0.476187] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.477552] NetLabel: unlabeled traffic allowed by default [ 0.479148] clocksource: Switched to clocksource kvm-clock [ 0.489548] AppArmor: AppArmor Filesystem Enabled [ 0.490850] pnp: PnP ACPI init [ 0.492100] pnp: PnP ACPI: found 5 devices [ 0.498955] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.501332] NET: Registered protocol family 2 [ 0.502778] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504580] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506237] TCP: Hash tables configured (established 4096 bind 4096) [ 0.507898] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509371] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510964] NET: Registered protocol family 1 [ 0.512170] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.513659] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.515152] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.544365] Trying to unpack rootfs image as initramfs... [ 0.607226] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.614921] Scanning for low memory corruption every 60 seconds [ 0.618621] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620841] audit: initializing netlink subsys (disabled) [ 0.622913] audit: type=2000 audit(1534799754.536:1): initialized [ 0.625736] Initialise system trusted keyring [ 0.627719] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.629890] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633428] zbud: loaded [ 0.634762] VFS: Disk quotas dquot_6.6.0 [ 0.636307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.639225] fuse init (API version 7.23) [ 0.640854] Key type big_key registered [ 0.642325] Allocating IMA MOK and blacklist keyrings. [ 0.644572] Key type asymmetric registered [ 0.646101] Asymmetric key parser 'x509' registered [ 0.647908] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.650676] io scheduler noop registered [ 0.652127] io scheduler deadline registered (default) [ 0.653978] io scheduler cfq registered [ 0.655634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.657580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.660071] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.662729] ACPI: Power Button [PWRF] [ 0.664452] GHES: HEST is not enabled! [ 0.679056] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.708750] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.712176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.737572] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.741390] Linux agpgart interface v0.103 [ 0.745602] brd: module loaded [ 0.748176] loop: module loaded [ 0.753392] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.755438] GPT:90111 != 2097151 [ 0.756361] GPT:Alternate GPT header not at the end of the disk. [ 0.757862] GPT:90111 != 2097151 [ 0.758790] GPT: Use GNU Parted to correct GPT errors. [ 0.760174] vda: vda1 vda15 [ 0.762082] scsi host0: ata_piix [ 0.763167] scsi host1: ata_piix [ 0.764218] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.765873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.767921] libphy: Fixed MDIO Bus: probed [ 0.769070] tun: Universal TUN/TAP device driver, 1.6 [ 0.770385] tun: (C) 1999-2004 Max Krasnyansky [ 0.773704] PPP generic driver version 2.4.2 [ 0.774992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.776578] ehci-pci: EHCI PCI platform driver [ 0.777738] ehci-platform: EHCI generic platform driver [ 0.779041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.780530] ohci-pci: OHCI PCI platform driver [ 0.781692] ohci-platform: OHCI generic platform driver [ 0.783006] uhci_hcd: USB Universal Host Controller Interface driver [ 0.797694] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.799033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.800990] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.802346] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.803866] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.805487] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.807380] usb usb1: Product: UHCI Host Controller [ 0.808617] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.810104] usb usb1: SerialNumber: 0000:00:01.2 [ 0.811406] hub 1-0:1.0: USB hub found [ 0.812545] hub 1-0:1.0: 2 ports detected [ 0.813782] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.816603] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.817870] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.819236] mousedev: PS/2 mouse device common for all mice [ 0.820901] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.823325] rtc_cmos 00:00: RTC can wake from S4 [ 0.824811] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.826372] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.827960] i2c /dev entries driver [ 0.829002] device-mapper: uevent: version 1.0.3 [ 0.830269] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.832444] ledtrig-cpu: registered to indicate activity on CPUs [ 0.834256] NET: Registered protocol family 10 [ 0.835801] NET: Registered protocol family 17 [ 0.836992] Key type dns_resolver registered [ 0.838262] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.839736] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.842080] registered taskstats version 1 [ 0.843211] Loading compiled-in X.509 certificates [ 0.845022] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.847473] zswap: loaded using pool lzo/zbud [ 0.849529] Key type trusted registered [ 0.851647] Key type encrypted registered [ 0.852751] AppArmor: AppArmor sha1 policy hashing enabled [ 0.854116] ima: No TPM chip found, activating TPM-bypass! [ 0.855502] evm: HMAC attrs: 0x1 [ 0.856789] Magic number: 14:463:298 [ 0.857944] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:54 UTC (1534799754) [ 0.860093] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.861560] EDD information not available. [ 0.928692] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.945012] Write protecting the kernel read-only data: 14336k [ 0.947951] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.950354] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.996267] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.102.21.40... Lease of 10.102.21.40 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-0000015e 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC6aWYsm4i6FEDDxwh9KAY0zN5Bc1uG13OxDEiCwOhtzfAR5ObEDhYOdWKDffCWLXX/Kd625Zb1lUjCcU9GDklGW97EYmFK0o81hGl1w13eumDgmj89GibBjpt7iGTipYD7L8WTOdSclZYczIycPhMxFWNDA2Uh7BrkpGx0xvr611URALus3mRGZ6ufE5AsbJk0x1yHBAQE0kedkRGtjvrDQbU2OuWO8dfmpVtDy0YP5WBHIOirLRRqM7asgAqfJ0aZ9YaHHi3eQXGgs9NAEkiJoGeDqM9VYLKtwCFrOEeqpeULeHhu5jVnrUXf+28MGEI6lV2zFfYfZuZvum2kE3N root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAKguGwXqlk91F2pqrOHrM8+RjkzaqMCsqxuqqxQiYXAoAnLX7mg8GU+LXXTauowBiHYqHIjapHJwQ2bCu0XtEb7j3XiAbUDbJjNFWMaI1fE0nNpZfKMi1XxAIaY+KvvR3C5kEgWp65dpLlsNfBDF1lAsVNpD2aguAUL2nXkPHsEzAAAAFQCJXHNm7FPOxrdXtVnXkjWbBG86XwAAAIBko5QoIDo7gOzKfc+Rf/nvGdp0Z+8qlriEDw6gUN9Y0TY+e/t8Jiz3GRBckzqihiqyh/bxZBlmjfTYEFGvQFiXps3z40wHK27Qhg4N/4X2aJAvCXmJnS+he/9/qcrBbIaD+nCiUaUioKRKPu2xqYykAkV8wP71mSRqA9R9+VtddgAAAIAd10n9tGaHsyfq9x4MYGCHkhMu6K7BgliCP6jlC7EC6gtyTO7kcHAHBLP8I99Pw0y+q61MTm/6e5IbDc9aUfItFGB/bv4BIsFN7xWrQjBjzmVLI0xUOEBbVJc1u0y5dVRjfQcb8+dhikiNY+lWG/7Fvj4XVEETQaEfucAdLieh9A== root@server-4 -----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,10.102.21.40,24,fe80::f816:3eff:fe8b:d406/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.40 ip-route:169.254.169.254 via 10.102.21.2 dev eth0 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-0000015e name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.39 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:8B:D4:06 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe8b:d406/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11280 (11.0 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 nameserver 10.102.21.4 nameserver 10.102.21.3 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes 64 bytes from 10.102.21.1: seq=3 ttl=64 time=1996.826 ms 64 bytes from 10.102.21.1: seq=4 ttl=64 time=997.514 ms --- 10.102.21.1 ping statistics --- 5 packets transmitted, 2 packets received, 60% packet loss round-trip min/avg/max = 997.514/1497.170/1996.826 ms ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.879 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.635 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.401 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.292 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.462 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.292/0.533/0.879 ms #### ping -c 5 10.102.21.4 PING 10.102.21.4 (10.102.21.4): 56 data bytes 64 bytes from 10.102.21.4: seq=0 ttl=64 time=0.844 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.648 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.256 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.213 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.255 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.213/0.443/0.844 ms #### ping -c 5 10.102.21.3 PING 10.102.21.3 (10.102.21.3): 56 data bytes 64 bytes from 10.102.21.3: seq=0 ttl=64 time=0.576 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.265 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.198 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.275 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.246 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.198/0.312/0.576 ms ### uname -a Linux server-4 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.123199] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.282920] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.282922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.282923] usb 1-1: Product: QEMU USB Tablet [ 1.282924] usb 1-1: Manufacturer: QEMU [ 1.282925] usb 1-1: SerialNumber: 42 [ 1.611393] tsc: Refined TSC clocksource calibration: 3491.840 MHz [ 1.611435] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553466958, max_idle_ns: 440795224414 ns [ 3.516742] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.557617] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:54 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:54 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:54 cirros kern.notice kernel: [ 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) Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:54 cirros kern.info kernel: [ 1.123199] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:54 cirros kern.info kernel: [ 1.282920] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:54 cirros kern.info kernel: [ 1.282922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:54 cirros kern.info kernel: [ 1.282923] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:54 cirros kern.info kernel: [ 1.282924] usb 1-1: Manufacturer: QEMU Aug 20 22:15:54 cirros kern.info kernel: [ 1.282925] usb 1-1: SerialNumber: 42 Aug 20 22:15:55 cirros kern.info kernel: [ 1.611393] tsc: Refined TSC clocksource calibration: 3491.840 MHz Aug 20 22:15:55 cirros kern.info kernel: [ 1.611435] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553466958, max_idle_ns: 440795224414 ns Aug 20 22:15:56 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:57 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:57 cirros kern.info kernel: [ 3.516742] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:57 cirros kern.info kernel: [ 3.557617] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-4 login: _log_console_output /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py:238 2018-08-20 21:21:41.673 63 INFO tempest.lib.common.rest_client [req-69988d26-77f0-4e7f-93d7-12e09621fa8e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b/action 0.106s 2018-08-20 21:21:41.674 63 DEBUG tempest.lib.common.rest_client [req-69988d26-77f0-4e7f-93d7-12e09621fa8e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32608', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b/action', u'x-compute-request-id': 'req-69988d26-77f0-4e7f-93d7-12e09621fa8e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69988d26-77f0-4e7f-93d7-12e09621fa8e'} 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 487640760 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 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:41.677 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for 8fc02c7d-2455-4ff6-8de9-0fe45a55020b body= [ 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 487640760 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.192330] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.194726] pid_max: default: 32768 minimum: 301 [ 0.196009] ACPI: Core revision 20150930 [ 0.197724] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.199606] Security Framework initialized [ 0.200754] Yama: becoming mindful. [ 0.201795] AppArmor: AppArmor initialized [ 0.203016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204882] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.206680] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208369] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210305] Initializing cgroup subsys io [ 0.211473] Initializing cgroup subsys memory [ 0.212695] Initializing cgroup subsys devices [ 0.213938] Initializing cgroup subsys freezer [ 0.215195] Initializing cgroup subsys net_cls [ 0.216439] Initializing cgroup subsys perf_event [ 0.217735] Initializing cgroup subsys net_prio [ 0.219010] Initializing cgroup subsys hugetlb [ 0.220253] Initializing cgroup subsys pids [ 0.221476] CPU: Physical Processor ID: 0 [ 0.223351] mce: CPU supports 10 MCE banks [ 0.224551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242965] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.249830] ftrace: allocating 31920 entries in 125 pages [ 0.275901] smpboot: Max logical packages: 1 [ 0.277139] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279102] x2apic enabled [ 0.280277] Switched APIC routing to physical x2apic. [ 0.282789] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284388] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287245] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289825] KVM setup paravirtual spinlock [ 0.291470] x86: Booted up 1 node, 1 CPUs [ 0.292627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294594] devtmpfs: initialized [ 0.296613] evm: security.selinux [ 0.297628] evm: security.SMACK64 [ 0.298611] evm: security.SMACK64EXEC [ 0.299678] evm: security.SMACK64TRANSMUTE [ 0.300818] evm: security.SMACK64MMAP [ 0.301877] evm: security.ima [ 0.302797] evm: security.capability [ 0.303921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306544] pinctrl core: initialized pinctrl subsystem [ 0.308066] RTC time: 21:15:40, date: 08/20/18 [ 0.309424] NET: Registered protocol family 16 [ 0.310798] cpuidle: using governor ladder [ 0.311966] cpuidle: using governor menu [ 0.313086] PCCT header not found. [ 0.314148] ACPI: bus type PCI registered [ 0.315303] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.317050] PCI: Using configuration type 1 for base access [ 0.319265] ACPI: Added _OSI(Module Device) [ 0.320459] ACPI: Added _OSI(Processor Device) [ 0.321695] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322971] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325216] ACPI: Interpreter enabled [ 0.326307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.334209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336831] ACPI: (supports S0 S5) [ 0.337847] ACPI: Using IOAPIC for interrupt routing [ 0.339199] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.343121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344736] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.346479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.348169] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.351272] acpiphp: Slot [3] registered [ 0.352413] acpiphp: Slot [4] registered [ 0.353555] acpiphp: Slot [5] registered [ 0.354693] acpiphp: Slot [6] registered [ 0.355834] acpiphp: Slot [7] registered [ 0.356974] acpiphp: Slot [8] registered [ 0.358113] acpiphp: Slot [9] registered [ 0.359251] acpiphp: Slot [10] registered [ 0.360412] acpiphp: Slot [11] registered [ 0.361573] acpiphp: Slot [12] registered [ 0.362736] acpiphp: Slot [13] registered [ 0.363891] acpiphp: Slot [14] registered [ 0.365047] acpiphp: Slot [15] registered [ 0.380332] acpiphp: Slot [16] registered [ 0.381507] acpiphp: Slot [17] registered [ 0.382664] acpiphp: Slot [18] registered [ 0.383817] acpiphp: Slot [19] registered [ 0.384993] acpiphp: Slot [20] registered [ 0.386161] acpiphp: Slot [21] registered [ 0.387321] acpiphp: Slot [22] registered [ 0.388483] acpiphp: Slot [23] registered [ 0.389663] acpiphp: Slot [24] registered [ 0.390840] acpiphp: Slot [25] registered [ 0.392019] acpiphp: Slot [26] registered [ 0.393191] acpiphp: Slot [27] registered [ 0.394358] acpiphp: Slot [28] registered [ 0.395519] acpiphp: Slot [29] registered [ 0.396689] acpiphp: Slot [30] registered [ 0.397889] acpiphp: Slot [31] registered [ 0.399088] PCI host bridge to bus 0000:00 [ 0.400253] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401993] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403734] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407917] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.410066] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.416104] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419564] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423826] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447055] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.449174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.451198] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.453229] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.455334] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.457085] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.458949] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.460452] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.462674] vgaarb: loaded [ 0.463540] vgaarb: bridge control possible 0000:00:02.0 [ 0.465263] SCSI subsystem initialized [ 0.466559] ACPI: bus type USB registered [ 0.467742] usbcore: registered new interface driver usbfs [ 0.469220] usbcore: registered new interface driver hub [ 0.470647] usbcore: registered new device driver usb [ 0.472216] PCI: Using ACPI for IRQ routing [ 0.473798] NetLabel: Initializing [ 0.474828] NetLabel: domain hash size = 128 [ 0.476049] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.477429] NetLabel: unlabeled traffic allowed by default [ 0.479076] clocksource: Switched to clocksource kvm-clock [ 0.489251] AppArmor: AppArmor Filesystem Enabled [ 0.490623] pnp: PnP ACPI init [ 0.491901] pnp: PnP ACPI: found 5 devices [ 0.498882] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.501319] NET: Registered protocol family 2 [ 0.502784] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504625] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506352] TCP: Hash tables configured (established 4096 bind 4096) [ 0.508075] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509641] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.511320] NET: Registered protocol family 1 [ 0.512566] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.514124] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.515663] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.530263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.544654] Trying to unpack rootfs image as initramfs... [ 0.606593] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612043] Scanning for low memory corruption every 60 seconds [ 0.614356] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616028] audit: initializing netlink subsys (disabled) [ 0.617543] audit: type=2000 audit(1534799741.179:1): initialized [ 0.619532] Initialise system trusted keyring [ 0.620941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622589] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.625378] zbud: loaded [ 0.626425] VFS: Disk quotas dquot_6.6.0 [ 0.627606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629839] fuse init (API version 7.23) [ 0.631193] Key type big_key registered [ 0.632330] Allocating IMA MOK and blacklist keyrings. [ 0.634063] Key type asymmetric registered [ 0.635249] Asymmetric key parser 'x509' registered [ 0.636610] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638750] io scheduler noop registered [ 0.639896] io scheduler deadline registered (default) [ 0.641323] io scheduler cfq registered [ 0.642540] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.644029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647929] ACPI: Power Button [PWRF] [ 0.649212] GHES: HEST is not enabled! [ 0.663457] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.693130] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.696241] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.723272] Linux agpgart interface v0.103 [ 0.726843] brd: module loaded [ 0.729238] loop: module loaded [ 0.734214] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.736319] GPT:90111 != 2097151 [ 0.737331] GPT:Alternate GPT header not at the end of the disk. [ 0.738954] GPT:90111 != 2097151 [ 0.739965] GPT: Use GNU Parted to correct GPT errors. [ 0.741381] vda: vda1 vda15 [ 0.743126] scsi host0: ata_piix [ 0.744250] scsi host1: ata_piix [ 0.745282] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.747039] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.749367] libphy: Fixed MDIO Bus: probed [ 0.750580] tun: Universal TUN/TAP device driver, 1.6 [ 0.751956] tun: (C) 1999-2004 Max Krasnyansky [ 0.754919] PPP generic driver version 2.4.2 [ 0.756306] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.757996] ehci-pci: EHCI PCI platform driver [ 0.759240] ehci-platform: EHCI generic platform driver [ 0.760601] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.762169] ohci-pci: OHCI PCI platform driver [ 0.763403] ohci-platform: OHCI generic platform driver [ 0.764783] uhci_hcd: USB Universal Host Controller Interface driver [ 0.779660] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.781109] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.783252] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.784653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.786357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.788100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.790166] usb usb1: Product: UHCI Host Controller [ 0.791516] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.793136] usb usb1: SerialNumber: 0000:00:01.2 [ 0.794679] hub 1-0:1.0: USB hub found [ 0.795789] hub 1-0:1.0: 2 ports detected [ 0.797220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.800261] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.801599] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.803023] mousedev: PS/2 mouse device common for all mice [ 0.804797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.807369] rtc_cmos 00:00: RTC can wake from S4 [ 0.808952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.810629] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.812290] i2c /dev entries driver [ 0.813392] device-mapper: uevent: version 1.0.3 [ 0.814749] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.817048] ledtrig-cpu: registered to indicate activity on CPUs [ 0.819125] NET: Registered protocol family 10 [ 0.821030] NET: Registered protocol family 17 [ 0.822312] Key type dns_resolver registered [ 0.823722] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.825258] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.827783] registered taskstats version 1 [ 0.828980] Loading compiled-in X.509 certificates [ 0.830948] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.833628] zswap: loaded using pool lzo/zbud [ 0.836227] Key type trusted registered [ 0.838425] Key type encrypted registered [ 0.839641] AppArmor: AppArmor sha1 policy hashing enabled [ 0.841139] ima: No TPM chip found, activating TPM-bypass! [ 0.842604] evm: HMAC attrs: 0x1 [ 0.844015] Magic number: 14:463:298 [ 0.845275] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:41 UTC (1534799741) [ 0.847595] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.849123] EDD information not available. [ 0.905890] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922489] Write protecting the kernel read-only data: 14336k [ 0.927461] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.930146] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.101738] 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 10.101.11.30... Lease of 10.101.11.30 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-0000015b 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCVpef348k5/HrKhsvgVRH8Lb6jJTXp/CsIPIbPkD5JhWe1J8OkGO9w6eh80fZTsyxd/8JedCdlaJmt0I+fBHiXJ2eL36CviGadewrX7WT4WhV9tbjHVO45cVZMhDZE9LMLpBAtbu5pnQofMiXnbcaK3+Rc83ctLELNZB8YfhBbdN0CobtDE6VXfThV2EtniaGzTzxwVt0Zdry7P0D+JiP8w5XYdB47cWGzBabI3+3UVyfxAeHHxq77CzB1zJxG0apIMJv+k9RFaJrHSWfzo3J6Q80eGc/eFZvY1Q5YnJAaO7s4EueEuBGZtvvpdjVaoLmBK4SZuKXNjVz530FJHDmh root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBANS9hHPXU+6/8doPD6xYelaf/R8x+mAA/qyM/hY4CQTsn3IbO7Kpjee2gjQ7UbhNp7Z1e+gIIpFMTwuhO2Q1P/TiFJ9B/QCF4x0kowFP0CXI6R1cA8p+9mBl2VM9w0YKwfcxtTYyqCSAHw5EjRKCDz+FVJMMJY8Sgu2rGED+CqyrAAAAFQDC1G2XfyzL5+vmYMqhsEuWvmR9rQAAAIEApoIEhd/SrPysgQnfuW55sOxnHTl0Eag0wYAfqPDmVt9KKzDyYEutvGxBN2SzqCTDoKe5ldBUmpDcdBLo3iwUj2TkVgSbjYsSFwf7nYHQr5wCRTMghIi0l9Zuzr77xsDafF4HMNNJQUipIpx1j3QHl+evO3l2HD2Ln1Kk/Kn0oIkAAACACM/FXJ6C4hbEsS5aXQijxsejIFXJM3u5Jq/z9HqINvGKm9Ts7FUaTJdn4zJGYDb1ocyqetL6GOPUunjAfwj8hj63HLzO1bH+SoLEt5IuiFxb09mvi1/UKmAYxzOTkxRd17EF6YsRQ/K7w2sf/tyUWikz52IW1rXG0vAFA8SZW5I= root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.20s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fea2:53b7/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.30 ip-route:169.254.169.254 via 10.101.11.2 dev eth0 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-0000015b name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.17 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:A2:53:B7 inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fea2:53b7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:127 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11238 (10.9 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.4 nameserver 10.101.11.3 nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.4 PING 10.101.11.4 (10.101.11.4): 56 data bytes 64 bytes from 10.101.11.4: seq=0 ttl=64 time=0.706 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.392 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.284 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.162 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.160 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.160/0.340/0.706 ms #### ping -c 5 10.101.11.3 PING 10.101.11.3 (10.101.11.3): 56 data bytes 64 bytes from 10.101.11.3: seq=0 ttl=64 time=0.597 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.253 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.165 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.236 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.177 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.165/0.285/0.597 ms #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.579 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.281 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.196 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.164 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.162 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.162/0.276/0.579 ms ### uname -a Linux server-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.101738] random: dd urandom read with 4 bits of entropy available [ 1.107133] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.267917] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.267920] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.267921] usb 1-1: Product: QEMU USB Tablet [ 1.267922] usb 1-1: Manufacturer: QEMU [ 1.267923] usb 1-1: SerialNumber: 42 [ 1.611474] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 3.203121] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.246764] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:41 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:41 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:41 cirros kern.notice kernel: [ 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) Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:41 cirros kern.notice kernel: [ 1.101738] random: dd urandom read with 4 bits of entropy available Aug 20 22:15:41 cirros kern.info kernel: [ 1.107133] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:41 cirros kern.info kernel: [ 1.267917] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:41 cirros kern.info kernel: [ 1.267920] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:41 cirros kern.info kernel: [ 1.267921] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:41 cirros kern.info kernel: [ 1.267922] usb 1-1: Manufacturer: QEMU Aug 20 22:15:41 cirros kern.info kernel: [ 1.267923] usb 1-1: SerialNumber: 42 Aug 20 22:15:42 cirros kern.info kernel: [ 1.611474] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 20 22:15:43 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:43 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:43 cirros kern.info kernel: [ 3.203121] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:43 cirros kern.info kernel: [ 3.246764] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-3 login: _log_console_output /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py:238 2018-08-20 21:21:41.770 63 INFO tempest.lib.common.rest_client [req-93b76c96-4b38-491f-af0e-44e72767c76c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02/action 0.091s 2018-08-20 21:21:41.770 63 DEBUG tempest.lib.common.rest_client [req-93b76c96-4b38-491f-af0e-44e72767c76c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32718', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02/action', u'x-compute-request-id': 'req-93b76c96-4b38-491f-af0e-44e72767c76c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93b76c96-4b38-491f-af0e-44e72767c76c'} 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 513899011 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 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:41.773 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for 7ecab90d-86e8-4b4b-ac75-b446845acd02 body= [ 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 513899011 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.197439] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.199787] pid_max: default: 32768 minimum: 301 [ 0.201067] ACPI: Core revision 20150930 [ 0.202798] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.204674] Security Framework initialized [ 0.205838] Yama: becoming mindful. [ 0.206891] AppArmor: AppArmor initialized [ 0.208117] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.209970] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.211766] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213481] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.215436] Initializing cgroup subsys io [ 0.216630] Initializing cgroup subsys memory [ 0.217867] Initializing cgroup subsys devices [ 0.219117] Initializing cgroup subsys freezer [ 0.220368] Initializing cgroup subsys net_cls [ 0.221620] Initializing cgroup subsys perf_event [ 0.222915] Initializing cgroup subsys net_prio [ 0.224197] Initializing cgroup subsys hugetlb [ 0.225422] Initializing cgroup subsys pids [ 0.226646] CPU: Physical Processor ID: 0 [ 0.228513] mce: CPU supports 10 MCE banks [ 0.229708] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231133] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.248216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.255152] ftrace: allocating 31920 entries in 125 pages [ 0.281305] smpboot: Max logical packages: 1 [ 0.282546] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.284503] x2apic enabled [ 0.285673] Switched APIC routing to physical x2apic. [ 0.288182] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.289767] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.292601] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.295171] KVM setup paravirtual spinlock [ 0.296813] x86: Booted up 1 node, 1 CPUs [ 0.297971] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.299920] devtmpfs: initialized [ 0.301937] evm: security.selinux [ 0.302948] evm: security.SMACK64 [ 0.303947] evm: security.SMACK64EXEC [ 0.305018] evm: security.SMACK64TRANSMUTE [ 0.306183] evm: security.SMACK64MMAP [ 0.307253] evm: security.ima [ 0.308167] evm: security.capability [ 0.309295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.311918] pinctrl core: initialized pinctrl subsystem [ 0.313468] RTC time: 21:15:28, date: 08/20/18 [ 0.314829] NET: Registered protocol family 16 [ 0.316220] cpuidle: using governor ladder [ 0.317400] cpuidle: using governor menu [ 0.318548] PCCT header not found. [ 0.319624] ACPI: bus type PCI registered [ 0.320771] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.322545] PCI: Using configuration type 1 for base access [ 0.324767] ACPI: Added _OSI(Module Device) [ 0.325962] ACPI: Added _OSI(Processor Device) [ 0.327188] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.328457] ACPI: Added _OSI(Processor Aggregator Device) [ 0.330690] ACPI: Interpreter enabled [ 0.331778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.334413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.337059] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.339694] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.342295] ACPI: (supports S0 S5) [ 0.343300] ACPI: Using IOAPIC for interrupt routing [ 0.344640] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.348578] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.350199] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.351955] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.353655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.356754] acpiphp: Slot [3] registered [ 0.357912] acpiphp: Slot [4] registered [ 0.359055] acpiphp: Slot [5] registered [ 0.360192] acpiphp: Slot [6] registered [ 0.361337] acpiphp: Slot [7] registered [ 0.362497] acpiphp: Slot [8] registered [ 0.363647] acpiphp: Slot [9] registered [ 0.364796] acpiphp: Slot [10] registered [ 0.365963] acpiphp: Slot [11] registered [ 0.367132] acpiphp: Slot [12] registered [ 0.368291] acpiphp: Slot [13] registered [ 0.369441] acpiphp: Slot [14] registered [ 0.370602] acpiphp: Slot [15] registered [ 0.385928] acpiphp: Slot [16] registered [ 0.387106] acpiphp: Slot [17] registered [ 0.388266] acpiphp: Slot [18] registered [ 0.389418] acpiphp: Slot [19] registered [ 0.390582] acpiphp: Slot [20] registered [ 0.391740] acpiphp: Slot [21] registered [ 0.392891] acpiphp: Slot [22] registered [ 0.394066] acpiphp: Slot [23] registered [ 0.395238] acpiphp: Slot [24] registered [ 0.396401] acpiphp: Slot [25] registered [ 0.397562] acpiphp: Slot [26] registered [ 0.398713] acpiphp: Slot [27] registered [ 0.399881] acpiphp: Slot [28] registered [ 0.401055] acpiphp: Slot [29] registered [ 0.402223] acpiphp: Slot [30] registered [ 0.403383] acpiphp: Slot [31] registered [ 0.404553] PCI host bridge to bus 0000:00 [ 0.405721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.407452] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.409190] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.411268] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.413333] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.415477] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.419696] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.421530] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.423213] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.425029] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.429435] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.431528] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.454133] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.456213] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.458307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.461000] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.463001] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.464799] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.466698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.468200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.470436] vgaarb: loaded [ 0.471305] vgaarb: bridge control possible 0000:00:02.0 [ 0.473042] SCSI subsystem initialized [ 0.474355] ACPI: bus type USB registered [ 0.475544] usbcore: registered new interface driver usbfs [ 0.476976] usbcore: registered new interface driver hub [ 0.478380] usbcore: registered new device driver usb [ 0.479927] PCI: Using ACPI for IRQ routing [ 0.481536] NetLabel: Initializing [ 0.482561] NetLabel: domain hash size = 128 [ 0.483788] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.485152] NetLabel: unlabeled traffic allowed by default [ 0.486799] clocksource: Switched to clocksource kvm-clock [ 0.497090] AppArmor: AppArmor Filesystem Enabled [ 0.498506] pnp: PnP ACPI init [ 0.499787] pnp: PnP ACPI: found 5 devices [ 0.506832] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.509278] NET: Registered protocol family 2 [ 0.510762] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.512607] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.514336] TCP: Hash tables configured (established 4096 bind 4096) [ 0.516054] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.517609] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.519281] NET: Registered protocol family 1 [ 0.520549] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.522123] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.523672] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.538239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.557139] Trying to unpack rootfs image as initramfs... [ 0.625382] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.629163] Scanning for low memory corruption every 60 seconds [ 0.631780] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.633521] audit: initializing netlink subsys (disabled) [ 0.635305] audit: type=2000 audit(1534799729.404:1): initialized [ 0.637574] Initialise system trusted keyring [ 0.639232] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.640914] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.643984] zbud: loaded [ 0.645116] VFS: Disk quotas dquot_6.6.0 [ 0.646331] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.648780] fuse init (API version 7.23) [ 0.650133] Key type big_key registered [ 0.651342] Allocating IMA MOK and blacklist keyrings. [ 0.653198] Key type asymmetric registered [ 0.654417] Asymmetric key parser 'x509' registered [ 0.655841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.658058] io scheduler noop registered [ 0.659229] io scheduler deadline registered (default) [ 0.660699] io scheduler cfq registered [ 0.662044] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.663574] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.665559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.667736] ACPI: Power Button [PWRF] [ 0.669185] GHES: HEST is not enabled! [ 0.683586] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.713016] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.716256] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.742433] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.745797] Linux agpgart interface v0.103 [ 0.749752] brd: module loaded [ 0.752235] loop: module loaded [ 0.757891] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.760024] GPT:90111 != 2097151 [ 0.761006] GPT:Alternate GPT header not at the end of the disk. [ 0.762587] GPT:90111 != 2097151 [ 0.763578] GPT: Use GNU Parted to correct GPT errors. [ 0.764972] vda: vda1 vda15 [ 0.767001] scsi host0: ata_piix [ 0.768135] scsi host1: ata_piix [ 0.769188] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.770967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.773350] libphy: Fixed MDIO Bus: probed [ 0.774543] tun: Universal TUN/TAP device driver, 1.6 [ 0.775927] tun: (C) 1999-2004 Max Krasnyansky [ 0.779124] PPP generic driver version 2.4.2 [ 0.780463] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.782169] ehci-pci: EHCI PCI platform driver [ 0.783445] ehci-platform: EHCI generic platform driver [ 0.785242] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.787336] ohci-pci: OHCI PCI platform driver [ 0.788936] ohci-platform: OHCI generic platform driver [ 0.790773] uhci_hcd: USB Universal Host Controller Interface driver [ 0.805996] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.807867] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.810568] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.812402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.814567] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.816839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.819546] usb usb1: Product: UHCI Host Controller [ 0.821237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.823332] usb usb1: SerialNumber: 0000:00:01.2 [ 0.825104] hub 1-0:1.0: USB hub found [ 0.826541] hub 1-0:1.0: 2 ports detected [ 0.828277] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.831954] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.833693] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.835572] mousedev: PS/2 mouse device common for all mice [ 0.837805] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.840903] rtc_cmos 00:00: RTC can wake from S4 [ 0.843089] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.845252] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.847463] i2c /dev entries driver [ 0.848874] device-mapper: uevent: version 1.0.3 [ 0.850630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.853638] ledtrig-cpu: registered to indicate activity on CPUs [ 0.856189] NET: Registered protocol family 10 [ 0.858445] NET: Registered protocol family 17 [ 0.860089] Key type dns_resolver registered [ 0.861782] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.863808] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.867094] registered taskstats version 1 [ 0.868665] Loading compiled-in X.509 certificates [ 0.871045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.874519] zswap: loaded using pool lzo/zbud [ 0.877292] Key type trusted registered [ 0.879930] Key type encrypted registered [ 0.881435] AppArmor: AppArmor sha1 policy hashing enabled [ 0.883407] ima: No TPM chip found, activating TPM-bypass! [ 0.885340] evm: HMAC attrs: 0x1 [ 0.886986] Magic number: 14:463:298 [ 0.888559] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:29 UTC (1534799729) [ 0.891544] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.893410] EDD information not available. [ 0.929551] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.945713] Write protecting the kernel read-only data: 14336k [ 0.950602] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.953293] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep 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.116246] 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 10.102.21.20... Lease of 10.102.21.20 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000158 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCjCfGP0W8vI6X7MlWTxjzT96kNmojWpJwK3jJ8Vrn6oeZGQ6oamODeX4hmE4lz4t/0sY9pg5dMlHlOZwXAtZJLpHMvILwkCl9wAZ7/3mtZfponPwI05Wr/lerHYcBHSSN89bnU0NEBfta+sW+QWuV2lJ3hRsqFCJyaRgVivQ4m7x7NxDDnJrKiX+rNbrvKR5QzT9DQhbvVQDqFfEhL2gSiF5x8EkK3cm4OBeDgkj+OwV0ibdEgX24phuSFjxEKqtL/pDYT6M3Uy2iQ6CCcMP9KAhFXnBo7ORjZe5+s0aPQjvLbezyg30fpStaLpxSt/IB4uX36lBPPSfV3Go9R9lOr root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBAOCUtFlCa4ZnfDwpls+LBcPbH9z+4mltLQ0tIiKV8cKrr/oHyIDRFugljUSaiP57D7tVzwrZyvO6pRfB3bliEpCjM4bPonxFgeSUTcGqThEl2TBPTJIoasb+PFVq5CVi51eTVLDTEt6jkw8vLrnTS88IGEw5YzISGuOIQaZiiprTAAAAFQCqsqYGl/UPCvS5xKh5UEIoaU4QdwAAAIEAic1xAjdepqVGwryT4aF6FgrMtiwPEVaKspG187bNWlpHP6vyboDu0bCJbHwVyBTEmXa/Nrv+0FuCjtbF5+DxOCV8DDOfZaEUzigahi07WQpnVypJvVbcqDKpfvEGiiKIiGF4xGQRsE9Lvy8K3MqEkND18PUhPKUOYLLZZc/gGY4AAACABQWdAm2Y2xaTgDLLiOY4nUNH0dm8pCfEVzWN0ZjOnzi2IrqUa2dDhBJ0pmrJhviMXz0aQ6AwbYK8pj4JMVx9k30eafJ0oawOoiJYw8dMiaYaEMoDZB6x1oxWU9TGQYinDFHUklxnFZUJuNWTuprenfz/uBTMcqvhfCOp7kGKRv4= root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:feaf:7aeb/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.20 ip-route:169.254.169.254 via 10.102.21.4 dev eth0 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-00000158 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=3.36 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:AF:7A:EB inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feaf:7aeb/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11280 (11.0 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.4 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 nameserver 10.102.21.4 nameserver 10.102.21.3 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes --- 10.102.21.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.998 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.300 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.286 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.241 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.187 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.187/0.402/0.998 ms #### ping -c 5 10.102.21.4 PING 10.102.21.4 (10.102.21.4): 56 data bytes 64 bytes from 10.102.21.4: seq=0 ttl=64 time=0.679 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.277 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.378 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.295 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.283 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.277/0.382/0.679 ms #### ping -c 5 10.102.21.3 PING 10.102.21.3 (10.102.21.3): 56 data bytes 64 bytes from 10.102.21.3: seq=0 ttl=64 time=0.616 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.338 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.332 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.190 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.196 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.190/0.334/0.616 ms ### uname -a Linux server-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.138863] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.299802] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.299804] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.299806] usb 1-1: Product: QEMU USB Tablet [ 1.299807] usb 1-1: Manufacturer: QEMU [ 1.299807] usb 1-1: SerialNumber: 42 [ 1.626943] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.626960] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns [ 3.476752] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.514953] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:29 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:29 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:29 cirros kern.notice kernel: [ 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) Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:29 cirros kern.notice kernel: [ 1.116246] random: dd urandom read with 4 bits of entropy available Aug 20 22:15:29 cirros kern.info kernel: [ 1.138863] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:29 cirros kern.info kernel: [ 1.299802] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:29 cirros kern.info kernel: [ 1.299804] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:29 cirros kern.info kernel: [ 1.299806] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:29 cirros kern.info kernel: [ 1.299807] usb 1-1: Manufacturer: QEMU Aug 20 22:15:29 cirros kern.info kernel: [ 1.299807] usb 1-1: SerialNumber: 42 Aug 20 22:15:30 cirros kern.info kernel: [ 1.626943] tsc: Refined TSC clocksource calibration: 3491.869 MHz Aug 20 22:15:30 cirros kern.info kernel: [ 1.626960] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Aug 20 22:15:31 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:32 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:32 cirros kern.info kernel: [ 3.476752] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:32 cirros kern.info kernel: [ 3.514953] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-2 login: _log_console_output /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py:238 2018-08-20 21:21:41.929 63 INFO tempest.lib.common.rest_client [req-689967d0-a2af-471f-9ba2-36ab5aa9430d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321/action 0.101s 2018-08-20 21:21:41.929 63 DEBUG tempest.lib.common.rest_client [req-689967d0-a2af-471f-9ba2-36ab5aa9430d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32485', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321/action', u'x-compute-request-id': 'req-689967d0-a2af-471f-9ba2-36ab5aa9430d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-689967d0-a2af-471f-9ba2-36ab5aa9430d'} 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 493562748 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 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:41.932 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for d35e7883-6cb4-4b6e-b848-80f8f4486321 body= [ 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 493562748 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.179401] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181591] pid_max: default: 32768 minimum: 301 [ 0.182787] ACPI: Core revision 20150930 [ 0.184413] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186130] Security Framework initialized [ 0.187216] Yama: becoming mindful. [ 0.188190] AppArmor: AppArmor initialized [ 0.189317] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191036] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.192685] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194269] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196074] Initializing cgroup subsys io [ 0.197148] Initializing cgroup subsys memory [ 0.198297] Initializing cgroup subsys devices [ 0.199453] Initializing cgroup subsys freezer [ 0.200602] Initializing cgroup subsys net_cls [ 0.201746] Initializing cgroup subsys perf_event [ 0.202961] Initializing cgroup subsys net_prio [ 0.204132] Initializing cgroup subsys hugetlb [ 0.205277] Initializing cgroup subsys pids [ 0.206428] CPU: Physical Processor ID: 0 [ 0.208188] mce: CPU supports 10 MCE banks [ 0.209300] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210626] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.225450] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232127] ftrace: allocating 31920 entries in 125 pages [ 0.257733] smpboot: Max logical packages: 1 [ 0.258930] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.260790] x2apic enabled [ 0.261909] Switched APIC routing to physical x2apic. [ 0.264349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.265844] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268540] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.270965] KVM setup paravirtual spinlock [ 0.272538] x86: Booted up 1 node, 1 CPUs [ 0.273634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.275496] devtmpfs: initialized [ 0.277458] evm: security.selinux [ 0.278415] evm: security.SMACK64 [ 0.279366] evm: security.SMACK64EXEC [ 0.280380] evm: security.SMACK64TRANSMUTE [ 0.281474] evm: security.SMACK64MMAP [ 0.282481] evm: security.ima [ 0.283356] evm: security.capability [ 0.284427] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.286910] pinctrl core: initialized pinctrl subsystem [ 0.288365] RTC time: 21:15:13, date: 08/20/18 [ 0.289647] NET: Registered protocol family 16 [ 0.290955] cpuidle: using governor ladder [ 0.292064] cpuidle: using governor menu [ 0.293139] PCCT header not found. [ 0.294157] ACPI: bus type PCI registered [ 0.295241] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.296898] PCI: Using configuration type 1 for base access [ 0.299035] ACPI: Added _OSI(Module Device) [ 0.300176] ACPI: Added _OSI(Processor Device) [ 0.301345] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302564] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304714] ACPI: Interpreter enabled [ 0.305765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308304] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.313329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315834] ACPI: (supports S0 S5) [ 0.316800] ACPI: Using IOAPIC for interrupt routing [ 0.318067] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323383] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.325027] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.326613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.329529] acpiphp: Slot [3] registered [ 0.330611] acpiphp: Slot [4] registered [ 0.331700] acpiphp: Slot [5] registered [ 0.332794] acpiphp: Slot [6] registered [ 0.333875] acpiphp: Slot [7] registered [ 0.334960] acpiphp: Slot [8] registered [ 0.336039] acpiphp: Slot [9] registered [ 0.337119] acpiphp: Slot [10] registered [ 0.338224] acpiphp: Slot [11] registered [ 0.339311] acpiphp: Slot [12] registered [ 0.340401] acpiphp: Slot [13] registered [ 0.341495] acpiphp: Slot [14] registered [ 0.342591] acpiphp: Slot [15] registered [ 0.357789] acpiphp: Slot [16] registered [ 0.358890] acpiphp: Slot [17] registered [ 0.359990] acpiphp: Slot [18] registered [ 0.361085] acpiphp: Slot [19] registered [ 0.362184] acpiphp: Slot [20] registered [ 0.363283] acpiphp: Slot [21] registered [ 0.364380] acpiphp: Slot [22] registered [ 0.365476] acpiphp: Slot [23] registered [ 0.366577] acpiphp: Slot [24] registered [ 0.367675] acpiphp: Slot [25] registered [ 0.368765] acpiphp: Slot [26] registered [ 0.369861] acpiphp: Slot [27] registered [ 0.370962] acpiphp: Slot [28] registered [ 0.372056] acpiphp: Slot [29] registered [ 0.373153] acpiphp: Slot [30] registered [ 0.374251] acpiphp: Slot [31] registered [ 0.375348] PCI host bridge to bus 0000:00 [ 0.376436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.378053] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.379669] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381613] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383583] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.385586] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.389569] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.391274] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.392851] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.394537] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.398913] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.400858] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421854] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423836] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.425754] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.427663] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.429686] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.431386] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.433156] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.434572] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.436662] vgaarb: loaded [ 0.437490] vgaarb: bridge control possible 0000:00:02.0 [ 0.439120] SCSI subsystem initialized [ 0.440364] ACPI: bus type USB registered [ 0.441500] usbcore: registered new interface driver usbfs [ 0.442890] usbcore: registered new interface driver hub [ 0.444240] usbcore: registered new device driver usb [ 0.445716] PCI: Using ACPI for IRQ routing [ 0.447228] NetLabel: Initializing [ 0.448211] NetLabel: domain hash size = 128 [ 0.449359] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.450642] NetLabel: unlabeled traffic allowed by default [ 0.452292] clocksource: Switched to clocksource kvm-clock [ 0.462752] AppArmor: AppArmor Filesystem Enabled [ 0.464301] pnp: PnP ACPI init [ 0.465703] pnp: PnP ACPI: found 5 devices [ 0.472737] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.475494] NET: Registered protocol family 2 [ 0.477116] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479201] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481147] TCP: Hash tables configured (established 4096 bind 4096) [ 0.483082] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.484829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.486702] NET: Registered protocol family 1 [ 0.488112] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.489880] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.491619] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.506422] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.521349] Trying to unpack rootfs image as initramfs... [ 0.583202] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.588944] Scanning for low memory corruption every 60 seconds [ 0.591402] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.593352] audit: initializing netlink subsys (disabled) [ 0.595066] audit: type=2000 audit(1534799714.012:1): initialized [ 0.597218] Initialise system trusted keyring [ 0.598792] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.600669] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603709] zbud: loaded [ 0.604861] VFS: Disk quotas dquot_6.6.0 [ 0.606181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608667] fuse init (API version 7.23) [ 0.610094] Key type big_key registered [ 0.611379] Allocating IMA MOK and blacklist keyrings. [ 0.613284] Key type asymmetric registered [ 0.614466] Asymmetric key parser 'x509' registered [ 0.615839] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617978] io scheduler noop registered [ 0.619104] io scheduler deadline registered (default) [ 0.620523] io scheduler cfq registered [ 0.621755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.623213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.625031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.627081] ACPI: Power Button [PWRF] [ 0.628344] GHES: HEST is not enabled! [ 0.642553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.672176] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675247] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699027] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702168] Linux agpgart interface v0.103 [ 0.705683] brd: module loaded [ 0.707969] loop: module loaded [ 0.712712] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.714776] GPT:90111 != 2097151 [ 0.715731] GPT:Alternate GPT header not at the end of the disk. [ 0.717285] GPT:90111 != 2097151 [ 0.718258] GPT: Use GNU Parted to correct GPT errors. [ 0.719617] vda: vda1 vda15 [ 0.721352] scsi host0: ata_piix [ 0.722458] scsi host1: ata_piix [ 0.723486] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725206] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727255] libphy: Fixed MDIO Bus: probed [ 0.728649] tun: Universal TUN/TAP device driver, 1.6 [ 0.730001] tun: (C) 1999-2004 Max Krasnyansky [ 0.732797] PPP generic driver version 2.4.2 [ 0.734075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735746] ehci-pci: EHCI PCI platform driver [ 0.736997] ehci-platform: EHCI generic platform driver [ 0.738402] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.739998] ohci-pci: OHCI PCI platform driver [ 0.741240] ohci-platform: OHCI generic platform driver [ 0.742651] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.758839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.760920] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762344] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.763954] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.765682] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.767708] usb usb1: Product: UHCI Host Controller [ 0.769032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770633] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772089] hub 1-0:1.0: USB hub found [ 0.773196] hub 1-0:1.0: 2 ports detected [ 0.774507] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.777494] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778848] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780283] mousedev: PS/2 mouse device common for all mice [ 0.782055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784624] rtc_cmos 00:00: RTC can wake from S4 [ 0.786216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787899] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.789565] i2c /dev entries driver [ 0.790646] device-mapper: uevent: version 1.0.3 [ 0.791989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.794291] ledtrig-cpu: registered to indicate activity on CPUs [ 0.796226] NET: Registered protocol family 10 [ 0.797811] NET: Registered protocol family 17 [ 0.799052] Key type dns_resolver registered [ 0.800391] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801922] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.804425] registered taskstats version 1 [ 0.805589] Loading compiled-in X.509 certificates [ 0.807432] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.810029] zswap: loaded using pool lzo/zbud [ 0.812156] Key type trusted registered [ 0.814358] Key type encrypted registered [ 0.815503] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816950] ima: No TPM chip found, activating TPM-bypass! [ 0.818380] evm: HMAC attrs: 0x1 [ 0.819702] Magic number: 14:463:298 [ 0.820916] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:13 UTC (1534799713) [ 0.823169] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824705] EDD information not available. [ 0.885871] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.902195] Write protecting the kernel read-only data: 14336k [ 0.905208] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.907678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.980387] 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.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.101.11.10... Lease of 10.101.11.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-00000155 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDp9vb4b7Wx8YLi6JAfB8D2Ebymlvmbrdu3cr29+kKERWS9Vn1b+I4KkYf/CKGcgaEJTMo7nfsdrFKSGR9AxXoz64Zx23k/t/5YTO2BKdkODpYYn+BVO6g/ia4tuQFl1b8MaBaB9pAWNwOvnSgP5zj1CzIn2iEVDhRigSmLxnLG1W79oNiRfJJ5zeET4eYB4j0DEglqqbgFGA8GFl4qV2mqVMwz15TsPL6UTUjeSIoypDi+m4Qvoht1LICgbSV6NtqTNDvnFv1MvyuBoHHGQfDQpU7mRiEsC0Gyi+1FNLE1aNhuiSmvCk3d38ytF5ZnuVtRUP3GPirT8hXwOYSJyixz root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAPR2jFPW/g/Q6eWHdRYHjBszkyVxbJnlUpR5SjIcBtOcvpz4E5kafNreaCBN2tmtA5yXLH/a3dv7NnHcNXZscsLVjEbeBHva7FFQgEkh2m5+mCxLv8ngcxfSEtC3rSOaLekf+tv928p+MbaeOiYJx/w+4fCyyKYIaHgZiE+e8j3ZAAAAFQCsOS+j6sswtcZKnXVsPJBOgzC10wAAAIAhqbazwbZA+nDioC3ERn5FJy///xknnh926PFsFkM+Blz/wfY38QshXZnGIRSX9m0QoIQH8G55hXEFw9JGFMxt2kV/jbegEfGwFQnWdJ4ay2W9P3GeRxgdhTnOHb0qWUPeheAvixtXS3OAb13HOTZGFhiVzEjSnmgqihSPcTaI7AAAAIBhavFCw2KxbEAvxXkJr/wO98CePJzS8OpwLo+PVfD73fAnBJIPZ/EYsFxL3dALacrEWxU3vKFGFn9dm6q7WKWJpkamTAvcJ+u5OGMtL+3lGNmKJRBEHnKp3fObYjhwI0Msdc+zhmcFUyy81l84057MzAiKipKY4kjqre5YQstLFA== root@server-1 -----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,10.101.11.10,24,fe80::f816:3eff:fe49:80df/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.10 ip-route:169.254.169.254 via 10.101.11.4 dev eth0 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-00000155 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=3.54 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:49:80:DF inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe49:80df/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:127 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11238 (10.9 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.4 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.4 nameserver 10.101.11.3 nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.4 PING 10.101.11.4 (10.101.11.4): 56 data bytes 64 bytes from 10.101.11.4: seq=0 ttl=64 time=0.945 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.239 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.300 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.277 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.189 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.189/0.390/0.945 ms #### ping -c 5 10.101.11.3 PING 10.101.11.3 (10.101.11.3): 56 data bytes 64 bytes from 10.101.11.3: seq=0 ttl=64 time=0.573 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.486 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.219 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.181 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.251 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.181/0.342/0.573 ms #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.585 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.337 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.290 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.249 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.307 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.249/0.353/0.585 ms ### uname -a Linux server-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.072660] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 1.088315] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.249362] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.249364] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.249365] usb 1-1: Product: QEMU USB Tablet [ 1.249366] usb 1-1: Manufacturer: QEMU [ 1.249367] usb 1-1: SerialNumber: 42 [ 1.588627] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 3.498204] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.540808] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:13 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:13 cirros kern.notice kernel: [ 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) Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:13 cirros kern.info kernel: [ 1.088315] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:13 cirros kern.info kernel: [ 1.249362] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:13 cirros kern.info kernel: [ 1.249364] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:13 cirros kern.info kernel: [ 1.249365] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:13 cirros kern.info kernel: [ 1.249366] usb 1-1: Manufacturer: QEMU Aug 20 22:15:13 cirros kern.info kernel: [ 1.249367] usb 1-1: SerialNumber: 42 Aug 20 22:15:14 cirros kern.info kernel: [ 1.588627] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 20 22:15:15 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:16 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:16 cirros kern.info kernel: [ 3.498204] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:16 cirros kern.info kernel: [ 3.540808] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-1 login: _log_console_output /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py:238 2018-08-20 21:21:43.390 63 INFO tempest.lib.common.rest_client [req-ff210e5b-82d0-4c0b-986a-30360912f645 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/9167dfb7-8de6-43c6-8b5e-5ca11de9d461 1.404s 2018-08-20 21:21:43.391 63 DEBUG tempest.lib.common.rest_client [req-ff210e5b-82d0-4c0b-986a-30360912f645 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/9167dfb7-8de6-43c6-8b5e-5ca11de9d461', u'date': 'Mon, 20 Aug 2018 21:21:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ff210e5b-82d0-4c0b-986a-30360912f645'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:45.628 63 INFO tempest.lib.common.rest_client [req-0e7041ec-c8cd-4b27-899b-b6addf008dcb ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/remove_router_interface 2.235s 2018-08-20 21:21:45.629 63 DEBUG tempest.lib.common.rest_client [req-0e7041ec-c8cd-4b27-899b-b6addf008dcb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e7041ec-c8cd-4b27-899b-b6addf008dcb'} Body: {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967", "subnet_ids": ["645af25a-db20-4f43-b528-a3a7b76a1967"], "port_id": "1650eca3-1c25-40ba-b4c8-c10560a80f1e", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:47.692 63 INFO tempest.lib.common.rest_client [req-349fccc8-dac6-4f11-a2ce-69e345db9eac ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda 2.061s 2018-08-20 21:21:47.693 63 DEBUG tempest.lib.common.rest_client [req-349fccc8-dac6-4f11-a2ce-69e345db9eac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda', u'date': 'Mon, 20 Aug 2018 21:21:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-349fccc8-dac6-4f11-a2ce-69e345db9eac'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:49.092 63 INFO tempest.lib.common.rest_client [req-5cf4d6c2-438a-42d0-a034-1648da374ab9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1dfff8cc-b315-4fed-bb2b-032ded8e778d 1.399s 2018-08-20 21:21:49.093 63 DEBUG tempest.lib.common.rest_client [req-5cf4d6c2-438a-42d0-a034-1648da374ab9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/1dfff8cc-b315-4fed-bb2b-032ded8e778d', u'date': 'Mon, 20 Aug 2018 21:21:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5cf4d6c2-438a-42d0-a034-1648da374ab9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:50.930 63 INFO tempest.lib.common.rest_client [req-3a5b8d1e-6842-48ca-952c-32d2eacbd95b ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/remove_router_interface 1.836s 2018-08-20 21:21:50.931 63 DEBUG tempest.lib.common.rest_client [req-3a5b8d1e-6842-48ca-952c-32d2eacbd95b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:21:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a5b8d1e-6842-48ca-952c-32d2eacbd95b'} Body: {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc", "subnet_ids": ["357a7d6a-dde2-46c5-9dc3-727650c3c1fc"], "port_id": "b391a734-1e00-46ec-b1f4-ea8f26f50a01", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:52.761 63 INFO tempest.lib.common.rest_client [req-96bc8de2-4207-4fef-a9a0-340976c80cb2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd 1.829s 2018-08-20 21:21:52.762 63 DEBUG tempest.lib.common.rest_client [req-96bc8de2-4207-4fef-a9a0-340976c80cb2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd', u'date': 'Mon, 20 Aug 2018 21:21:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-96bc8de2-4207-4fef-a9a0-340976c80cb2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:52.992 63 INFO tempest.lib.common.rest_client [req-363cbfaa-5210-4dd9-8fec-7c31bc3e46bc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.229s 2018-08-20 21:21:52.992 63 DEBUG tempest.lib.common.rest_client [req-363cbfaa-5210-4dd9-8fec-7c31bc3e46bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-363cbfaa-5210-4dd9-8fec-7c31bc3e46bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-363cbfaa-5210-4dd9-8fec-7c31bc3e46bc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:54.338 63 INFO tempest.lib.common.rest_client [req-16f47b4c-279b-4ac4-9131-da2bcf43636b ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 1.345s 2018-08-20 21:21:54.339 63 DEBUG tempest.lib.common.rest_client [req-16f47b4c-279b-4ac4-9131-da2bcf43636b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-16f47b4c-279b-4ac4-9131-da2bcf43636b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16f47b4c-279b-4ac4-9131-da2bcf43636b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:d4:06", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:21:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:55.397 63 INFO tempest.lib.common.rest_client [req-00a52df1-157e-4c9a-b66a-a47efcbd8ce1 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.041s 2018-08-20 21:21:55.398 63 DEBUG tempest.lib.common.rest_client [req-00a52df1-157e-4c9a-b66a-a47efcbd8ce1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-00a52df1-157e-4c9a-b66a-a47efcbd8ce1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-00a52df1-157e-4c9a-b66a-a47efcbd8ce1'} Body: {"itemNotFound": {"message": "Instance 49139320-7ac6-425c-8f92-738f5ad07e9d could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:56.406 63 INFO tempest.lib.common.rest_client [req-104945dc-ea3e-495b-b106-e52e50f92593 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e66dce0b-669a-4c92-9301-d6b3536a41da 1.007s 2018-08-20 21:21:56.407 63 DEBUG tempest.lib.common.rest_client [req-104945dc-ea3e-495b-b106-e52e50f92593 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/e66dce0b-669a-4c92-9301-d6b3536a41da', u'date': 'Mon, 20 Aug 2018 21:21:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-104945dc-ea3e-495b-b106-e52e50f92593'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:56.584 63 INFO tempest.lib.common.rest_client [req-ad8cbb94-712d-46a2-801c-18d439e5efd4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.177s 2018-08-20 21:21:56.585 63 DEBUG tempest.lib.common.rest_client [req-ad8cbb94-712d-46a2-801c-18d439e5efd4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-ad8cbb94-712d-46a2-801c-18d439e5efd4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ad8cbb94-712d-46a2-801c-18d439e5efd4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:57.877 63 INFO tempest.lib.common.rest_client [req-6d308ade-2627-4447-9f11-11080c112f3c ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 1.291s 2018-08-20 21:21:57.877 63 DEBUG tempest.lib.common.rest_client [req-6d308ade-2627-4447-9f11-11080c112f3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-6d308ade-2627-4447-9f11-11080c112f3c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d308ade-2627-4447-9f11-11080c112f3c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:53:b7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:21:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:58.938 63 INFO tempest.lib.common.rest_client [req-e88dca32-d986-4ed1-a942-d249359d7fcf ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.046s 2018-08-20 21:21:58.939 63 DEBUG tempest.lib.common.rest_client [req-e88dca32-d986-4ed1-a942-d249359d7fcf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-e88dca32-d986-4ed1-a942-d249359d7fcf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e88dca32-d986-4ed1-a942-d249359d7fcf'} Body: {"itemNotFound": {"message": "Instance 8fc02c7d-2455-4ff6-8de9-0fe45a55020b could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:21:59.927 63 INFO tempest.lib.common.rest_client [req-49530cf6-107e-497d-b440-54fd4e69d40b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d5315a9a-d662-4bf8-bd14-2a3c5f67293f 0.987s 2018-08-20 21:21:59.928 63 DEBUG tempest.lib.common.rest_client [req-49530cf6-107e-497d-b440-54fd4e69d40b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/d5315a9a-d662-4bf8-bd14-2a3c5f67293f', u'date': 'Mon, 20 Aug 2018 21:21:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-49530cf6-107e-497d-b440-54fd4e69d40b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:00.105 63 INFO tempest.lib.common.rest_client [req-149938a1-8903-45f2-9785-64b411ead885 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.176s 2018-08-20 21:22:00.106 63 DEBUG tempest.lib.common.rest_client [req-149938a1-8903-45f2-9785-64b411ead885 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-149938a1-8903-45f2-9785-64b411ead885', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-149938a1-8903-45f2-9785-64b411ead885'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:01.447 63 INFO tempest.lib.common.rest_client [req-c012d457-993e-4875-b82a-d66c110497b5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 1.341s 2018-08-20 21:22:01.448 63 DEBUG tempest.lib.common.rest_client [req-c012d457-993e-4875-b82a-d66c110497b5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-c012d457-993e-4875-b82a-d66c110497b5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c012d457-993e-4875-b82a-d66c110497b5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:28.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:00Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:02.516 63 INFO tempest.lib.common.rest_client [req-7db8f0c3-b408-4099-86ae-e753f8404431 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.051s 2018-08-20 21:22:02.517 63 DEBUG tempest.lib.common.rest_client [req-7db8f0c3-b408-4099-86ae-e753f8404431 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-7db8f0c3-b408-4099-86ae-e753f8404431', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:02 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7db8f0c3-b408-4099-86ae-e753f8404431'} Body: {"itemNotFound": {"message": "Instance 7ecab90d-86e8-4b4b-ac75-b446845acd02 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:03.649 63 INFO tempest.lib.common.rest_client [req-43f846ce-5b5c-4409-99b8-aed4247d2cc2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b9099398-9843-455b-b651-1f356cc7e443 1.132s 2018-08-20 21:22:03.650 63 DEBUG tempest.lib.common.rest_client [req-43f846ce-5b5c-4409-99b8-aed4247d2cc2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/b9099398-9843-455b-b651-1f356cc7e443', u'date': 'Mon, 20 Aug 2018 21:22:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-43f846ce-5b5c-4409-99b8-aed4247d2cc2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:03.854 63 INFO tempest.lib.common.rest_client [req-94a02348-c0e5-4f32-abc3-93d9e7772c0c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.203s 2018-08-20 21:22:03.854 63 DEBUG tempest.lib.common.rest_client [req-94a02348-c0e5-4f32-abc3-93d9e7772c0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-94a02348-c0e5-4f32-abc3-93d9e7772c0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94a02348-c0e5-4f32-abc3-93d9e7772c0c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:04.743 63 INFO tempest.lib.common.rest_client [req-99c018ad-e8dc-4cd1-95d6-b541e778ffd2 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.887s 2018-08-20 21:22:04.744 63 DEBUG tempest.lib.common.rest_client [req-99c018ad-e8dc-4cd1-95d6-b541e778ffd2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-99c018ad-e8dc-4cd1-95d6-b541e778ffd2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-99c018ad-e8dc-4cd1-95d6-b541e778ffd2'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:80:df", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:05.806 63 INFO tempest.lib.common.rest_client [req-098dd966-8da6-4265-8822-e875cdde7a62 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.045s 2018-08-20 21:22:05.807 63 DEBUG tempest.lib.common.rest_client [req-098dd966-8da6-4265-8822-e875cdde7a62 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-098dd966-8da6-4265-8822-e875cdde7a62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-098dd966-8da6-4265-8822-e875cdde7a62'} Body: {"itemNotFound": {"message": "Instance d35e7883-6cb4-4b6e-b848-80f8f4486321 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:06.447 63 INFO tempest.lib.common.rest_client [req-6b24b3e8-729d-4a46-99de-18379e9e6178 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c58c8e73-979d-438d-a30a-67146ec062d9 0.639s 2018-08-20 21:22:06.448 63 DEBUG tempest.lib.common.rest_client [req-6b24b3e8-729d-4a46-99de-18379e9e6178 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c58c8e73-979d-438d-a30a-67146ec062d9', u'date': 'Mon, 20 Aug 2018 21:22:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6b24b3e8-729d-4a46-99de-18379e9e6178'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:06.532 63 INFO tempest.lib.common.rest_client [req-09e4dddb-d730-45d6-9ccb-2775c6d74088 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-431301133 0.083s 2018-08-20 21:22:06.532 63 DEBUG tempest.lib.common.rest_client [req-09e4dddb-d730-45d6-9ccb-2775c6d74088 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-431301133', u'x-compute-request-id': 'req-09e4dddb-d730-45d6-9ccb-2775c6d74088', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-09e4dddb-d730-45d6-9ccb-2775c6d74088'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:08.850 63 INFO tempest.lib.common.rest_client [req-bd3d7a60-d3ed-4cef-9504-905827fa0e54 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/645af25a-db20-4f43-b528-a3a7b76a1967 2.316s 2018-08-20 21:22:08.850 63 DEBUG tempest.lib.common.rest_client [req-bd3d7a60-d3ed-4cef-9504-905827fa0e54 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/645af25a-db20-4f43-b528-a3a7b76a1967', u'date': 'Mon, 20 Aug 2018 21:22:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bd3d7a60-d3ed-4cef-9504-905827fa0e54'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:10.697 63 INFO tempest.lib.common.rest_client [req-c6f64d3b-cf09-4b8a-a248-e650756f1704 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bce2167a-2e1d-4bbb-ac66-37a2d7730bbc 1.846s 2018-08-20 21:22:10.698 63 DEBUG tempest.lib.common.rest_client [req-c6f64d3b-cf09-4b8a-a248-e650756f1704 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/bce2167a-2e1d-4bbb-ac66-37a2d7730bbc', u'date': 'Mon, 20 Aug 2018 21:22:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c6f64d3b-cf09-4b8a-a248-e650756f1704'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:13.103 63 INFO tempest.lib.common.rest_client [req-352f71b2-0070-40bb-a70f-d8278acb218c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/357a7d6a-dde2-46c5-9dc3-727650c3c1fc 2.403s 2018-08-20 21:22:13.103 63 DEBUG tempest.lib.common.rest_client [req-352f71b2-0070-40bb-a70f-d8278acb218c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/357a7d6a-dde2-46c5-9dc3-727650c3c1fc', u'date': 'Mon, 20 Aug 2018 21:22:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-352f71b2-0070-40bb-a70f-d8278acb218c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:15.310 63 INFO tempest.lib.common.rest_client [req-82b50210-a29a-4162-9cad-d6e8222e3c63 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/463fde4a-0e50-42d3-853e-0d7a99a899fe 2.206s 2018-08-20 21:22:15.311 63 DEBUG tempest.lib.common.rest_client [req-82b50210-a29a-4162-9cad-d6e8222e3c63 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/463fde4a-0e50-42d3-853e-0d7a99a899fe', u'date': 'Mon, 20 Aug 2018 21:22:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-82b50210-a29a-4162-9cad-d6e8222e3c63'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:15.617 63 INFO tempest.lib.common.rest_client [req-b5674565-22fc-44b6-8963-df8fd1b8fbe4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/9ed17642-79fe-4eed-bd43-5d1abebc56d9 0.305s 2018-08-20 21:22:15.618 63 DEBUG tempest.lib.common.rest_client [req-b5674565-22fc-44b6-8963-df8fd1b8fbe4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/9ed17642-79fe-4eed-bd43-5d1abebc56d9', u'date': 'Mon, 20 Aug 2018 21:22:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b5674565-22fc-44b6-8963-df8fd1b8fbe4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant2 [440.699550s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 400, in test_bgpvpn_update_rt_and_keep_local_connectivity_variant2 self._check_l3_bgpvpn(self.servers[3], self.servers[1]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1058, in _check_l3_bgpvpn_by_specific_ip ssh_client = self._setup_ssh_client(from_server) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1009, in _setup_ssh_client private_key=private_key) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 212, in get_remote_client linux_client.validate_authentication() File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper six.reraise(*original_exception) File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper return function(self, *args, **kwargs) File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 116, in validate_authentication self.ssh_client.test_connection_auth() File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth connection = self._get_ssh_connection() File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection password=self.password) tempest.lib.exceptions.SSHTimeout: Connection to the 172.30.9.201 via SSH timed out. User: cirros, Password: None Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:14:55,432 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.511s 2018-08-20 21:14:55,433 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-895111745 description", "name": "tempest-secgroup-smoke-895111745"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fa050a1-b11b-4a11-916f-b1f27f6efee5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-895111745 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:55Z", "updated_at": "2018-08-20T21:14:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:14:55Z", "revision_number": 0, "id": "1fcc8098-70da-41de-b314-4f67ded6e7a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:14:55Z", "revision_number": 0, "id": "86ebe3a2-3b8d-4e26-aa53-ef498c7b4114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "name": "tempest-secgroup-smoke-895111745"}} 2018-08-20 21:14:55,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.215s 2018-08-20 21:14:55,650 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b19d6d96-ca5b-4aed-9008-d76884b8c8c3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c619dde1-9ab0-4b6d-a951-f05bd550557c"}} 2018-08-20 21:14:55,874 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.222s 2018-08-20 21:14:55,874 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-82c050ef-4726-41ca-b401-694c8f01eb92'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "32c89541-9c08-48bc-8f33-947845275cf8"}} 2018-08-20 21:14:56,174 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.299s 2018-08-20 21:14:56,175 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7756dafd-e748-4c33-97e1-807726e06a15'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7e459c33-dcb2-42d2-86e7-9768f6a87124"}} 2018-08-20 21:14:56,348 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 21:14:56,348 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91838c64-d173-4439-adac-d43f46c23aba'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ccfda759-aa24-4184-b95d-3f2646383243"}} 2018-08-20 21:14:56,563 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.213s 2018-08-20 21:14:56,564 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be4f12d3-1bd4-4448-a6dc-01fab8f0dfb3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5707c3e8-0100-4908-8bce-153f62af2fab"}} 2018-08-20 21:14:56,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-20 21:14:56,755 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-324f7cda-d66d-4272-b7c9-c19a4c098928'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "911bc806-02ba-436a-9328-3814a38a32fa"}} 2018-08-20 21:14:56,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.204s 2018-08-20 21:14:56,960 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-85bef1e6-6b7b-43a5-ae54-a86fe5795293'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8e739bf2-50da-42c9-b0c0-cc3c0c468f41"}} 2018-08-20 21:14:57,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.165s 2018-08-20 21:14:57,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80b1b5e3-93bb-4c57-9dcb-42c25a0b3ff4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:57Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f55b05f0-c7c2-48e4-a512-adf0ac44994c"}} 2018-08-20 21:14:57,544 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.414s 2018-08-20 21:14:57,545 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-808685584"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:14:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e57adfa6-3e81-411e-8371-dc4784c322c5'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:14:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","name":"tempest-A-808685584"}} 2018-08-20 21:14:58,245 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.698s 2018-08-20 21:14:58,245 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "name": "tempest-subnet-A-1-1831261245"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:14:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd1fcff1-1cab-4367-9429-f54720893357'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:57Z","dns_nameservers":[],"updated_at":"2018-08-20T21:14:57Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"357a7d6a-dde2-46c5-9dc3-727650c3c1fc","subnetpool_id":null,"name":"tempest-subnet-A-1-1831261245"}} 2018-08-20 21:14:58,520 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.273s 2018-08-20 21:14:58,520 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1345998268"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:14:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c728fa5e-5ef1-4c3e-92c5-d5b7f38fc459'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:14:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","name":"tempest-B-1345998268"}} 2018-08-20 21:14:59,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.668s 2018-08-20 21:14:59,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "name": "tempest-subnet-B-1-399582739"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-032c4c8a-4004-431f-a377-5bf7be8b5aa9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:58Z","dns_nameservers":[],"updated_at":"2018-08-20T21:14:58Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"645af25a-db20-4f43-b528-a3a7b76a1967","subnetpool_id":null,"name":"tempest-subnet-B-1-399582739"}} 2018-08-20 21:14:59,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.647s 2018-08-20 21:14:59,840 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3d728677-ef63-4dce-98e4-8b688202cba8'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "10765dc9-49bb-45e0-bae0-26e9ab005acc"}} 2018-08-20 21:15:00,100 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.259s 2018-08-20 21:15:00,101 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-431301133"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-c4bbf858-c975-4579-af29-df84e3184f4d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4bbf858-c975-4579-af29-df84e3184f4d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC881q6ZQ1h64U3Vox6PQnAueO5KPiU/DqKwbQRgof16MQqJmeygSlw6UzEukfIfaDp/wSlkdGPYG2R58fzMWzHS/9CysHehOk7KU767mv9VHb7sS9jwCCHMor2u13XWJ3BQMlHICEQTrzTFXz6Gj4Vv9fdS0YDwAHVWHDjjNT0v/F6ZI8BnC43Uclqvghh4Jj8kuphrSO/MOhP1Dw2N2KxqTbh+TSS20vdzbYYJwUpL6IkQBvcT7O1LqmcfNhVhAo4xVcAqrIjstVIu7xhF6RRwvCcKwht6xY1f3UcS09aJuXW//Joph9ExoG6rr6zv//DwmGUxuEMps78ZUltjAV9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAvPNaumUNYeuFN1aMej0JwLnjuSj4lPw6isG0EYKH9ejEKiZn\nsoEpcOlMxLpHyH2g6f8EpZHRj2BtkefH8zFsx0v/QsrB3oTpOylO+u5r/VR2+7Ev\nY8AghzKK9rtd11idwUDJRyAhEE680xV8+ho+Fb/X3UtGA8AB1Vhw44zU9L/xemSP\nAZwuN1HJar4IYeCY/JLqYa0jvzDoT9Q8Njdisak24fk0kttL3c22GCcFKS+iJEAb\n3E+ztS6pnHzYVYQKOMVXAKqyI7LVSLu8YRekUcLwnCsIbesWNX91HEtPWibl1v/y\naKYfRMaBuq6+s7//w8JhlMbhDKbO/GVJbYwFfQIDAQABAoIBAQCVDRs7AlAGOHYD\n60AxhUjWQU1EWO+PB1Fe9+KGFYQPFij4XwdaJs18Bm3Kmm/Z1lBDhioyOc8n3RdS\nC5cNXqXCqU6Zb7xzPkGFq9Zj2ART+HdLoMATXhHK1LIOZEtofr0jH2ons06hwJrv\noHnQCTeEjKtKJAD9IE/R7kxPFF9BGXVpPr5Yyk4Ar9oT5bYZgcmU2dFo+mZdgiBU\nxcagRlKirTVK3UorHZO7mliYaRfvLJTeh1Mo7w9VCbS5pBNPNCsKTbh8aHarsutF\nfoN6taPAnc6m8tLbVzCco6XY9u5DqIH9uiRB5dN/rtJtB/sJSjrH06F17lthj89r\nozGxBPPBAoGBAOiWwG17w0lewG41E1OUEea8Qsbh1KFKLddFnUfKOftE2Or9KDMW\nzkeZNajaqNvhYwmknh9tRV16mVurbA1N/fkrXaSf2RDGjVIOs76nh0ykIm8xVIs8\nhAEkR7eAh4iZBpgb00pPuoRFF5pjNVyqw01OszB9aIZtQlnwSJjl04R5AoGBAM/4\nJp+tmOwUpOmJWphxlcEz3fpOW6hChUfkUpvaYaJyLB0RozdMkuuF0bMzwlENYoHi\nC2mFeyNpoWNbTF5t5ol9Ezl2sP4NL7LcffqHokaX11DqUgxW/yxXe6XRGiFcNDY1\ncctTEwPhjf5E+NpPFDpV2dCDSi8B29TJ8U4OkOAlAoGBAMUQTVO14707aaE2mPxc\nXVp4sb9eQdCyT+qwEdVskvnA2GUpPzEiJn5lYiCBu0YpTccy0cJgy7+rC1qvACq5\npPDDfGDqCnj7MWuQB10HBky6WG6Lhk0+Zb2t5pGkdbEXro2cLcYtjSNagugNHH46\nNKVAg/QWnUQgOHKJcokRWMhJAoGAbTdDiV3QTkK1LFPOuPoFjDXh4B6gceelONEG\nNQTlezr8QbPOhC75hSh8rOCErq4Zyl3cYmkP9tP1Rkle/MQ4aoG9w9K6NmDUaNj0\na8opBWueTscPmZ1iWnYC4FzEnTpfzQwaG44gEUy1lg/ApF0dIVmOjrs0DSWrvb7j\ns3tgx+UCgYEAkpHzCLeQZoy2mEFwqMSIX5sE34wGBO+a04vTC5pdW2h4fc0IdN86\nVxbmIr0oaDZlZs+hdl6TvnqbQp477i+oIXKtc2rwaHFuc6APG/gSdn/A0x2gJTP+\nienGtzpMtwUFAfSju/dvoB9aNvd8ntZzk723tOIIYLoDfeYSY/KjIig=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-431301133", "fingerprint": "2c:12:4f:33:ea:34:9b:5f:80:f7:8b:5d:e2:4d:82:78"}} 2018-08-20 21:15:01,316 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.208s 2018-08-20 21:15:01,317 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-660591318", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c765205-faa3-4428-a13d-3528e941b95e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:00Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:00Z","name":"tempest-port-smoke-660591318","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:49:80:df","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"357a7d6a-dde2-46c5-9dc3-727650c3c1fc","ip_address":"10.101.11.10"}],"id":"c58c8e73-979d-438d-a30a-67146ec062d9","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} 2018-08-20 21:15:04,709 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.391s 2018-08-20 21:15:04,710 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "port": "c58c8e73-979d-438d-a30a-67146ec062d9"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-778e33f4-b112-48de-8e65-11bb75c4c8c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-778e33f4-b112-48de-8e65-11bb75c4c8c5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "adminPass": "2ShAtQ8VYz9Q"}} 2018-08-20 21:15:05,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.331s 2018-08-20 21:15:05,045 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-8f0a4bac-89ae-4800-8149-422d4d15da66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f0a4bac-89ae-4800-8149-422d4d15da66'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:06,327 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.255s 2018-08-20 21:15:06,327 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-2d6cb494-b449-435d-b89e-e7a72b7d4be6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d6cb494-b449-435d-b89e-e7a72b7d4be6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:07,679 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.329s 2018-08-20 21:15:07,679 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-6be1618b-60b3-4d2e-b33d-f60501254497', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6be1618b-60b3-4d2e-b33d-f60501254497'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:07Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:07,692 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-20 21:15:09,810 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 1.116s 2018-08-20 21:15:09,811 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1380', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-83624b67-05c7-44fe-9a5d-d1e111a8802a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-83624b67-05c7-44fe-9a5d-d1e111a8802a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:11,540 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.712s 2018-08-20 21:15:11,541 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-76dbab9f-47c9-41c0-8190-69b25e153bd1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-76dbab9f-47c9-41c0-8190-69b25e153bd1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:09Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:11,554 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-20 21:15:13,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.724s 2018-08-20 21:15:13,281 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-1b9c3a06-a477-400c-b76d-0f3796a42d49', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1b9c3a06-a477-400c-b76d-0f3796a42d49'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:09Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:15,409 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 1.110s 2018-08-20 21:15:15,410 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-39466fd9-4f22-447e-862c-0940c408c059', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39466fd9-4f22-447e-862c-0940c408c059'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:80:df", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:15,422 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:15:16,133 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.708s 2018-08-20 21:15:16,134 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-b6a8519c-9edc-4347-b495-36e8b4bc6d2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b6a8519c-9edc-4347-b495-36e8b4bc6d2f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:80:df", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:16,146 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d35e7883-6cb4-4b6e-b848-80f8f4486321 with status: ACTIVE 2018-08-20 21:15:17,442 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.295s 2018-08-20 21:15:17,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1549008995", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-254672d2-60b0-4646-88d9-1ab0029e9226'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:16Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:16Z","name":"tempest-port-smoke-1549008995","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:af:7a:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"645af25a-db20-4f43-b528-a3a7b76a1967","ip_address":"10.102.21.20"}],"id":"b9099398-9843-455b-b651-1f356cc7e443","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} 2018-08-20 21:15:20,667 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.222s 2018-08-20 21:15:20,667 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "port": "b9099398-9843-455b-b651-1f356cc7e443"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-d9bf467f-44af-42bc-91cd-b46576f67a7f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9bf467f-44af-42bc-91cd-b46576f67a7f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "adminPass": "57TGVh25NmUR"}} 2018-08-20 21:15:21,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.329s 2018-08-20 21:15:21,001 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-9ba9da4e-493b-4691-9178-57083c072b73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9ba9da4e-493b-4691-9178-57083c072b73'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:22,672 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.657s 2018-08-20 21:15:22,673 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-90efc79a-6e92-4703-a6f2-1359d8d96321', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90efc79a-6e92-4703-a6f2-1359d8d96321'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:24,567 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.727s 2018-08-20 21:15:24,567 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-1f828908-ce35-43c4-b4da-b674120aca5b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f828908-ce35-43c4-b4da-b674120aca5b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:24,580 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:15:26,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.718s 2018-08-20 21:15:26,300 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-80af67c0-2547-4a57-a955-5e2cef7ed7df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80af67c0-2547-4a57-a955-5e2cef7ed7df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:28,138 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.826s 2018-08-20 21:15:28,139 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-4cbc3df5-058e-4ad3-a3b5-04e518cc6241', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4cbc3df5-058e-4ad3-a3b5-04e518cc6241'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:29,868 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.714s 2018-08-20 21:15:29,868 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-7133435a-cd38-45d6-b51b-42e1f11a0fce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7133435a-cd38-45d6-b51b-42e1f11a0fce'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:28.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:28Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:29,881 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:15:30,689 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.807s 2018-08-20 21:15:30,690 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-ebf19498-0396-40d9-a553-8b47c2ec8f8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebf19498-0396-40d9-a553-8b47c2ec8f8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:28.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:28Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:30,702 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7ecab90d-86e8-4b4b-ac75-b446845acd02 with status: ACTIVE 2018-08-20 21:15:31,537 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.834s 2018-08-20 21:15:31,538 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-447339152", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4cd278cd-e963-4f3b-9970-2910fcc38870'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:31Z","name":"tempest-port-smoke-447339152","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a2:53:b7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"357a7d6a-dde2-46c5-9dc3-727650c3c1fc","ip_address":"10.101.11.30"}],"id":"d5315a9a-d662-4bf8-bd14-2a3c5f67293f","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} 2018-08-20 21:15:34,271 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 2.731s 2018-08-20 21:15:34,271 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "port": "d5315a9a-d662-4bf8-bd14-2a3c5f67293f"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ac87185b-53da-420b-8e5f-c41230a06b55', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac87185b-53da-420b-8e5f-c41230a06b55'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "adminPass": "npPZZGrF39ai"}} 2018-08-20 21:15:34,605 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.330s 2018-08-20 21:15:34,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-d81a81fa-0e7c-406c-8bba-6a488365fd41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d81a81fa-0e7c-406c-8bba-6a488365fd41'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:35,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.240s 2018-08-20 21:15:35,861 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-f389005e-bf72-4bd8-937c-3c724437c0b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f389005e-bf72-4bd8-937c-3c724437c0b4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:37,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.359s 2018-08-20 21:15:37,235 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-3be47b20-e02f-43ff-88d9-4517a25d9895', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3be47b20-e02f-43ff-88d9-4517a25d9895'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:36Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:37,248 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:15:38,958 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.708s 2018-08-20 21:15:38,959 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-1562edaf-7ae8-429f-a09d-04660ddf9160', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1562edaf-7ae8-429f-a09d-04660ddf9160'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:38,972 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:15:40,637 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.662s 2018-08-20 21:15:40,637 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-d40ec4a6-0a4e-4415-ad49-a38bd53219f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d40ec4a6-0a4e-4415-ad49-a38bd53219f2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:42,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.645s 2018-08-20 21:15:42,298 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-107269e2-5b16-425b-813a-aa2b0832ed96', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-107269e2-5b16-425b-813a-aa2b0832ed96'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:53:b7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:42,312 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:15:42,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.623s 2018-08-20 21:15:42,936 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-c65bb249-4d33-4fae-b1ce-ac3596bdda25', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c65bb249-4d33-4fae-b1ce-ac3596bdda25'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:53:b7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:42,950 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 8fc02c7d-2455-4ff6-8de9-0fe45a55020b with status: ACTIVE 2018-08-20 21:15:44,017 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.066s 2018-08-20 21:15:44,018 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-968200183", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81d713fd-15be-4be8-8ab5-da396824393a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:43Z","name":"tempest-port-smoke-968200183","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:8b:d4:06","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"645af25a-db20-4f43-b528-a3a7b76a1967","ip_address":"10.102.21.40"}],"id":"e66dce0b-669a-4c92-9301-d6b3536a41da","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} 2018-08-20 21:15:47,056 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.037s 2018-08-20 21:15:47,057 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "port": "e66dce0b-669a-4c92-9301-d6b3536a41da"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-6b1c53d4-886d-48fd-93f8-46e55ad4652a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b1c53d4-886d-48fd-93f8-46e55ad4652a'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "adminPass": "ZxxhsGanTCA7"}} 2018-08-20 21:15:47,395 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.334s 2018-08-20 21:15:47,396 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-b86a919d-fbda-4275-b42f-0b64de3b1402', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b86a919d-fbda-4275-b42f-0b64de3b1402'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:48,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.081s 2018-08-20 21:15:48,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-12485f49-c93c-455f-ab6f-3fcc4c3b299f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12485f49-c93c-455f-ab6f-3fcc4c3b299f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:50,115 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.609s 2018-08-20 21:15:50,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-1ee77703-c801-4c9c-a23f-4933ed768bd2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ee77703-c801-4c9c-a23f-4933ed768bd2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:50,128 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:15:51,582 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.451s 2018-08-20 21:15:51,582 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-4475bcbc-c6f2-43cd-a730-ed2ff8a3648c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4475bcbc-c6f2-43cd-a730-ed2ff8a3648c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:53,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.735s 2018-08-20 21:15:53,332 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-93591c27-9d63-41be-91ee-b84b0cb73641', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93591c27-9d63-41be-91ee-b84b0cb73641'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:54,703 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.356s 2018-08-20 21:15:54,703 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-2a37c9a2-7a40-4274-959b-d8e44cf29af8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a37c9a2-7a40-4274-959b-d8e44cf29af8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:d4:06", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:54,715 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-20 21:15:55,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.705s 2018-08-20 21:15:55,422 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-2951bbdc-4fb9-4134-9aa7-dede7477f0af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2951bbdc-4fb9-4134-9aa7-dede7477f0af'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:d4:06", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:55,435 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 49139320-7ac6-425c-8f92-738f5ad07e9d with status: ACTIVE 2018-08-20 21:15:55,605 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.169s 2018-08-20 21:15:55,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1623982710", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:15:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6feb260c-a1ee-45e1-aadb-fb6b45d9bb2d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:15:55Z", "admin_state_up": true, "updated_at": "2018-08-20T21:15:55Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd", "name": "tempest-router--1623982710"}} 2018-08-20 21:15:57,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd 1.596s 2018-08-20 21:15:57,203 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd', u'date': 'Mon, 20 Aug 2018 21:15:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8713227b-6495-498f-997a-38f6893cba6a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:15:55Z", "admin_state_up": true, "updated_at": "2018-08-20T21:15:56Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd", "name": "tempest-router--1623982710"}} 2018-08-20 21:15:59,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/add_router_interface 2.693s 2018-08-20 21:15:59,898 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:15:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b0064fb-299c-4ac1-9b49-7d8ce3626239'} Body: {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc", "subnet_ids": ["357a7d6a-dde2-46c5-9dc3-727650c3c1fc"], "port_id": "b391a734-1e00-46ec-b1f4-ea8f26f50a01", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd"} 2018-08-20 21:16:01,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.937s 2018-08-20 21:16:01,837 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "c58c8e73-979d-438d-a30a-67146ec062d9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:16:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dcc8ff2d-1888-4a40-819a-b3d15a40c9eb'} Body: {"floatingip": {"router_id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:16:00Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "c58c8e73-979d-438d-a30a-67146ec062d9", "id": "1dfff8cc-b315-4fed-bb2b-032ded8e778d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:16:02,163 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.325s 2018-08-20 21:16:02,163 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1601532384", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:16:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c17ef75-554c-4c62-bfef-b0e94f1838d2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:01Z", "admin_state_up": true, "updated_at": "2018-08-20T21:16:01Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "name": "tempest-router--1601532384"}} 2018-08-20 21:16:03,593 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda 1.428s 2018-08-20 21:16:03,593 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda', u'date': 'Mon, 20 Aug 2018 21:16:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a2f47c3-2830-4244-91c5-47846dfdb8a0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:01Z", "admin_state_up": true, "updated_at": "2018-08-20T21:16:03Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "name": "tempest-router--1601532384"}} 2018-08-20 21:16:05,592 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/add_router_interface 1.997s 2018-08-20 21:16:05,592 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:16:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91d13ff9-84cd-4aac-9f42-454a10b5df6d'} Body: {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967", "subnet_ids": ["645af25a-db20-4f43-b528-a3a7b76a1967"], "port_id": "1650eca3-1c25-40ba-b4c8-c10560a80f1e", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda"} 2018-08-20 21:16:07,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.079s 2018-08-20 21:16:07,673 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "e66dce0b-669a-4c92-9301-d6b3536a41da"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:16:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a5c27947-ff0e-4417-aa65-0e9145fbbd44'} Body: {"floatingip": {"router_id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:16:06Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "e66dce0b-669a-4c92-9301-d6b3536a41da", "id": "9167dfb7-8de6-43c6-8b5e-5ca11de9d461", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:06Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:16:08,184 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/network_associations 0.510s 2018-08-20 21:16:08,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/network_associations', u'date': 'Mon, 20 Aug 2018 21:16:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46e0f407-a17d-4fa7-be37-663e14a9029d'} Body: {"network_association": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "id": "6da40411-3c01-486f-b28d-5360fbf0f57c"}} 2018-08-20 21:16:08,186 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:09,187 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:09,251 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:09,251 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:09,366 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:16:09,366 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:09,368 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:09,429 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:09,432 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:14,440 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:16:14,441 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:16:14,441 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075496 seconds 2018-08-20 21:16:14,442 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:14,444 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:14,507 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:14,508 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:14,623 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 2018-08-20 21:16:14,624 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:14,627 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:14,690 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:14,691 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:18,699 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.075994 seconds 2018-08-20 21:16:19,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/router_associations 0.982s 2018-08-20 21:16:19,682 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/router_associations', u'date': 'Mon, 20 Aug 2018 21:16:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c634f058-41bc-40ff-a36c-0a9db3cbcf10'} Body: {"router_association": {"router_id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "id": "39fce2d7-0fc0-4511-8ff7-4c83787ff24e"}} 2018-08-20 21:16:19,683 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:19,685 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:19,748 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:19,749 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:19,863 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:16:19,864 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:19,866 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:19,926 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:19,930 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:24,937 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:16:24,937 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:16:24,938 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074297 seconds 2018-08-20 21:16:24,939 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:17:24,963 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 1. Retry after 2 seconds. 2018-08-20 21:18:27,484 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 2. Retry after 3 seconds. 2018-08-20 21:19:31,017 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 3. Retry after 4 seconds. 2018-08-20 21:20:35,560 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 4. Retry after 5 seconds. 2018-08-20 21:21:41,125 63 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.201 after 4 attempts 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 279, in retry_on_signal 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh return function() 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh 2018-08-20 21:21:41,128 63 ERROR [networking_bgpvpn_tempest.tests.scenario.manager] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Initializing SSH connection to 172.30.9.201 failed. Error: Connection to the 172.30.9.201 via SSH timed out. User: cirros, Password: None 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 212, in get_remote_client 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 116, in validate_authentication 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.201 via SSH timed out. 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-20 21:21:41,480 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers 0.349s 2018-08-20 21:21:41,481 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1141', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-c4d75a2c-c92e-4929-a3e1-9307e6afdf66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4d75a2c-c92e-4929-a3e1-9307e6afdf66'} Body: {"servers": [{"id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "name": "server-4"}, {"id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "name": "server-3"}, {"id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "name": "server-2"}, {"id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "name": "server-1"}]} 2018-08-20 21:21:41,561 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d/action 0.072s 2018-08-20 21:21:41,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32774', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d/action', u'x-compute-request-id': 'req-d446bda4-9052-452b-813d-4bd7bced2015', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d446bda4-9052-452b-813d-4bd7bced2015'} 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 510541223 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 2018-08-20 21:21:41,565 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 49139320-7ac6-425c-8f92-738f5ad07e9d body= [ 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 510541223 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.198787] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.201059] pid_max: default: 32768 minimum: 301 [ 0.202274] ACPI: Core revision 20150930 [ 0.203962] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205913] Security Framework initialized [ 0.207023] Yama: becoming mindful. [ 0.208024] AppArmor: AppArmor initialized [ 0.209222] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.211144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212893] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214571] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216492] Initializing cgroup subsys io [ 0.217623] Initializing cgroup subsys memory [ 0.218801] Initializing cgroup subsys devices [ 0.219995] Initializing cgroup subsys freezer [ 0.221193] Initializing cgroup subsys net_cls [ 0.222402] Initializing cgroup subsys perf_event [ 0.223648] Initializing cgroup subsys net_prio [ 0.224860] Initializing cgroup subsys hugetlb [ 0.226055] Initializing cgroup subsys pids [ 0.227263] CPU: Physical Processor ID: 0 [ 0.229180] mce: CPU supports 10 MCE banks [ 0.230377] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231792] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.247420] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.254455] ftrace: allocating 31920 entries in 125 pages [ 0.281310] smpboot: Max logical packages: 1 [ 0.282501] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.284356] x2apic enabled [ 0.285595] Switched APIC routing to physical x2apic. [ 0.288096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.289646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.292384] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.294882] KVM setup paravirtual spinlock [ 0.296516] x86: Booted up 1 node, 1 CPUs [ 0.297597] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.299458] devtmpfs: initialized [ 0.301419] evm: security.selinux [ 0.302397] evm: security.SMACK64 [ 0.303396] evm: security.SMACK64EXEC [ 0.304438] evm: security.SMACK64TRANSMUTE [ 0.305544] evm: security.SMACK64MMAP [ 0.306563] evm: security.ima [ 0.307452] evm: security.capability [ 0.308524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.311021] pinctrl core: initialized pinctrl subsystem [ 0.312476] RTC time: 21:15:54, date: 08/20/18 [ 0.313738] NET: Registered protocol family 16 [ 0.315082] cpuidle: using governor ladder [ 0.316232] cpuidle: using governor menu [ 0.317305] PCCT header not found. [ 0.318301] ACPI: bus type PCI registered [ 0.319389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.321035] PCI: Using configuration type 1 for base access [ 0.323155] ACPI: Added _OSI(Module Device) [ 0.324276] ACPI: Added _OSI(Processor Device) [ 0.325413] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.326613] ACPI: Added _OSI(Processor Aggregator Device) [ 0.328767] ACPI: Interpreter enabled [ 0.329793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.332281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.334772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.337315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.339819] ACPI: (supports S0 S5) [ 0.340773] ACPI: Using IOAPIC for interrupt routing [ 0.342034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345850] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.347359] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.348989] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350561] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353475] acpiphp: Slot [3] registered [ 0.354538] acpiphp: Slot [4] registered [ 0.355597] acpiphp: Slot [5] registered [ 0.356658] acpiphp: Slot [6] registered [ 0.357748] acpiphp: Slot [7] registered [ 0.358836] acpiphp: Slot [8] registered [ 0.359928] acpiphp: Slot [9] registered [ 0.361013] acpiphp: Slot [10] registered [ 0.362112] acpiphp: Slot [11] registered [ 0.363275] acpiphp: Slot [12] registered [ 0.364371] acpiphp: Slot [13] registered [ 0.365494] acpiphp: Slot [14] registered [ 0.366611] acpiphp: Slot [15] registered [ 0.381934] acpiphp: Slot [16] registered [ 0.383059] acpiphp: Slot [17] registered [ 0.384176] acpiphp: Slot [18] registered [ 0.385298] acpiphp: Slot [19] registered [ 0.386444] acpiphp: Slot [20] registered [ 0.387560] acpiphp: Slot [21] registered [ 0.388659] acpiphp: Slot [22] registered [ 0.389755] acpiphp: Slot [23] registered [ 0.390864] acpiphp: Slot [24] registered [ 0.391964] acpiphp: Slot [25] registered [ 0.393061] acpiphp: Slot [26] registered [ 0.394173] acpiphp: Slot [27] registered [ 0.395294] acpiphp: Slot [28] registered [ 0.396404] acpiphp: Slot [29] registered [ 0.397510] acpiphp: Slot [30] registered [ 0.398621] acpiphp: Slot [31] registered [ 0.399723] PCI host bridge to bus 0000:00 [ 0.400824] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.402471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.404154] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.406142] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.408135] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.410159] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414212] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415987] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417587] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419316] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423762] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447341] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.449398] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.451557] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.453743] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.455907] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.457649] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.459674] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.461115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.463241] vgaarb: loaded [ 0.464080] vgaarb: bridge control possible 0000:00:02.0 [ 0.465765] SCSI subsystem initialized [ 0.467018] ACPI: bus type USB registered [ 0.468171] usbcore: registered new interface driver usbfs [ 0.469594] usbcore: registered new interface driver hub [ 0.470957] usbcore: registered new device driver usb [ 0.472484] PCI: Using ACPI for IRQ routing [ 0.474019] NetLabel: Initializing [ 0.475015] NetLabel: domain hash size = 128 [ 0.476187] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.477552] NetLabel: unlabeled traffic allowed by default [ 0.479148] clocksource: Switched to clocksource kvm-clock [ 0.489548] AppArmor: AppArmor Filesystem Enabled [ 0.490850] pnp: PnP ACPI init [ 0.492100] pnp: PnP ACPI: found 5 devices [ 0.498955] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.501332] NET: Registered protocol family 2 [ 0.502778] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504580] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506237] TCP: Hash tables configured (established 4096 bind 4096) [ 0.507898] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509371] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510964] NET: Registered protocol family 1 [ 0.512170] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.513659] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.515152] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.544365] Trying to unpack rootfs image as initramfs... [ 0.607226] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.614921] Scanning for low memory corruption every 60 seconds [ 0.618621] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620841] audit: initializing netlink subsys (disabled) [ 0.622913] audit: type=2000 audit(1534799754.536:1): initialized [ 0.625736] Initialise system trusted keyring [ 0.627719] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.629890] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633428] zbud: loaded [ 0.634762] VFS: Disk quotas dquot_6.6.0 [ 0.636307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.639225] fuse init (API version 7.23) [ 0.640854] Key type big_key registered [ 0.642325] Allocating IMA MOK and blacklist keyrings. [ 0.644572] Key type asymmetric registered [ 0.646101] Asymmetric key parser 'x509' registered [ 0.647908] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.650676] io scheduler noop registered [ 0.652127] io scheduler deadline registered (default) [ 0.653978] io scheduler cfq registered [ 0.655634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.657580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.660071] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.662729] ACPI: Power Button [PWRF] [ 0.664452] GHES: HEST is not enabled! [ 0.679056] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.708750] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.712176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.737572] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.741390] Linux agpgart interface v0.103 [ 0.745602] brd: module loaded [ 0.748176] loop: module loaded [ 0.753392] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.755438] GPT:90111 != 2097151 [ 0.756361] GPT:Alternate GPT header not at the end of the disk. [ 0.757862] GPT:90111 != 2097151 [ 0.758790] GPT: Use GNU Parted to correct GPT errors. [ 0.760174] vda: vda1 vda15 [ 0.762082] scsi host0: ata_piix [ 0.763167] scsi host1: ata_piix [ 0.764218] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.765873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.767921] libphy: Fixed MDIO Bus: probed [ 0.769070] tun: Universal TUN/TAP device driver, 1.6 [ 0.770385] tun: (C) 1999-2004 Max Krasnyansky [ 0.773704] PPP generic driver version 2.4.2 [ 0.774992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.776578] ehci-pci: EHCI PCI platform driver [ 0.777738] ehci-platform: EHCI generic platform driver [ 0.779041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.780530] ohci-pci: OHCI PCI platform driver [ 0.781692] ohci-platform: OHCI generic platform driver [ 0.783006] uhci_hcd: USB Universal Host Controller Interface driver [ 0.797694] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.799033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.800990] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.802346] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.803866] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.805487] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.807380] usb usb1: Product: UHCI Host Controller [ 0.808617] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.810104] usb usb1: SerialNumber: 0000:00:01.2 [ 0.811406] hub 1-0:1.0: USB hub found [ 0.812545] hub 1-0:1.0: 2 ports detected [ 0.813782] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.816603] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.817870] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.819236] mousedev: PS/2 mouse device common for all mice [ 0.820901] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.823325] rtc_cmos 00:00: RTC can wake from S4 [ 0.824811] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.826372] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.827960] i2c /dev entries driver [ 0.829002] device-mapper: uevent: version 1.0.3 [ 0.830269] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.832444] ledtrig-cpu: registered to indicate activity on CPUs [ 0.834256] NET: Registered protocol family 10 [ 0.835801] NET: Registered protocol family 17 [ 0.836992] Key type dns_resolver registered [ 0.838262] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.839736] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.842080] registered taskstats version 1 [ 0.843211] Loading compiled-in X.509 certificates [ 0.845022] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.847473] zswap: loaded using pool lzo/zbud [ 0.849529] Key type trusted registered [ 0.851647] Key type encrypted registered [ 0.852751] AppArmor: AppArmor sha1 policy hashing enabled [ 0.854116] ima: No TPM chip found, activating TPM-bypass! [ 0.855502] evm: HMAC attrs: 0x1 [ 0.856789] Magic number: 14:463:298 [ 0.857944] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:54 UTC (1534799754) [ 0.860093] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.861560] EDD information not available. [ 0.928692] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.945012] Write protecting the kernel read-only data: 14336k [ 0.947951] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.950354] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.996267] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.102.21.40... Lease of 10.102.21.40 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-0000015e 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC6aWYsm4i6FEDDxwh9KAY0zN5Bc1uG13OxDEiCwOhtzfAR5ObEDhYOdWKDffCWLXX/Kd625Zb1lUjCcU9GDklGW97EYmFK0o81hGl1w13eumDgmj89GibBjpt7iGTipYD7L8WTOdSclZYczIycPhMxFWNDA2Uh7BrkpGx0xvr611URALus3mRGZ6ufE5AsbJk0x1yHBAQE0kedkRGtjvrDQbU2OuWO8dfmpVtDy0YP5WBHIOirLRRqM7asgAqfJ0aZ9YaHHi3eQXGgs9NAEkiJoGeDqM9VYLKtwCFrOEeqpeULeHhu5jVnrUXf+28MGEI6lV2zFfYfZuZvum2kE3N root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAKguGwXqlk91F2pqrOHrM8+RjkzaqMCsqxuqqxQiYXAoAnLX7mg8GU+LXXTauowBiHYqHIjapHJwQ2bCu0XtEb7j3XiAbUDbJjNFWMaI1fE0nNpZfKMi1XxAIaY+KvvR3C5kEgWp65dpLlsNfBDF1lAsVNpD2aguAUL2nXkPHsEzAAAAFQCJXHNm7FPOxrdXtVnXkjWbBG86XwAAAIBko5QoIDo7gOzKfc+Rf/nvGdp0Z+8qlriEDw6gUN9Y0TY+e/t8Jiz3GRBckzqihiqyh/bxZBlmjfTYEFGvQFiXps3z40wHK27Qhg4N/4X2aJAvCXmJnS+he/9/qcrBbIaD+nCiUaUioKRKPu2xqYykAkV8wP71mSRqA9R9+VtddgAAAIAd10n9tGaHsyfq9x4MYGCHkhMu6K7BgliCP6jlC7EC6gtyTO7kcHAHBLP8I99Pw0y+q61MTm/6e5IbDc9aUfItFGB/bv4BIsFN7xWrQjBjzmVLI0xUOEBbVJc1u0y5dVRjfQcb8+dhikiNY+lWG/7Fvj4XVEETQaEfucAdLieh9A== root@server-4 -----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,10.102.21.40,24,fe80::f816:3eff:fe8b:d406/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.40 ip-route:169.254.169.254 via 10.102.21.2 dev eth0 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-0000015e name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.39 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:8B:D4:06 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe8b:d406/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11280 (11.0 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 nameserver 10.102.21.4 nameserver 10.102.21.3 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes 64 bytes from 10.102.21.1: seq=3 ttl=64 time=1996.826 ms 64 bytes from 10.102.21.1: seq=4 ttl=64 time=997.514 ms --- 10.102.21.1 ping statistics --- 5 packets transmitted, 2 packets received, 60% packet loss round-trip min/avg/max = 997.514/1497.170/1996.826 ms ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.879 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.635 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.401 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.292 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.462 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.292/0.533/0.879 ms #### ping -c 5 10.102.21.4 PING 10.102.21.4 (10.102.21.4): 56 data bytes 64 bytes from 10.102.21.4: seq=0 ttl=64 time=0.844 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.648 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.256 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.213 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.255 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.213/0.443/0.844 ms #### ping -c 5 10.102.21.3 PING 10.102.21.3 (10.102.21.3): 56 data bytes 64 bytes from 10.102.21.3: seq=0 ttl=64 time=0.576 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.265 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.198 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.275 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.246 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.198/0.312/0.576 ms ### uname -a Linux server-4 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.123199] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.282920] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.282922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.282923] usb 1-1: Product: QEMU USB Tablet [ 1.282924] usb 1-1: Manufacturer: QEMU [ 1.282925] usb 1-1: SerialNumber: 42 [ 1.611393] tsc: Refined TSC clocksource calibration: 3491.840 MHz [ 1.611435] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553466958, max_idle_ns: 440795224414 ns [ 3.516742] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.557617] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:54 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:54 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:54 cirros kern.notice kernel: [ 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) Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:54 cirros kern.info kernel: [ 1.123199] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:54 cirros kern.info kernel: [ 1.282920] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:54 cirros kern.info kernel: [ 1.282922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:54 cirros kern.info kernel: [ 1.282923] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:54 cirros kern.info kernel: [ 1.282924] usb 1-1: Manufacturer: QEMU Aug 20 22:15:54 cirros kern.info kernel: [ 1.282925] usb 1-1: SerialNumber: 42 Aug 20 22:15:55 cirros kern.info kernel: [ 1.611393] tsc: Refined TSC clocksource calibration: 3491.840 MHz Aug 20 22:15:55 cirros kern.info kernel: [ 1.611435] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553466958, max_idle_ns: 440795224414 ns Aug 20 22:15:56 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:57 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:57 cirros kern.info kernel: [ 3.516742] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:57 cirros kern.info kernel: [ 3.557617] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-4 login: 2018-08-20 21:21:41,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b/action 0.106s 2018-08-20 21:21:41,674 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32608', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b/action', u'x-compute-request-id': 'req-69988d26-77f0-4e7f-93d7-12e09621fa8e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69988d26-77f0-4e7f-93d7-12e09621fa8e'} 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 487640760 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 2018-08-20 21:21:41,677 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 8fc02c7d-2455-4ff6-8de9-0fe45a55020b body= [ 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 487640760 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.192330] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.194726] pid_max: default: 32768 minimum: 301 [ 0.196009] ACPI: Core revision 20150930 [ 0.197724] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.199606] Security Framework initialized [ 0.200754] Yama: becoming mindful. [ 0.201795] AppArmor: AppArmor initialized [ 0.203016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204882] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.206680] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208369] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210305] Initializing cgroup subsys io [ 0.211473] Initializing cgroup subsys memory [ 0.212695] Initializing cgroup subsys devices [ 0.213938] Initializing cgroup subsys freezer [ 0.215195] Initializing cgroup subsys net_cls [ 0.216439] Initializing cgroup subsys perf_event [ 0.217735] Initializing cgroup subsys net_prio [ 0.219010] Initializing cgroup subsys hugetlb [ 0.220253] Initializing cgroup subsys pids [ 0.221476] CPU: Physical Processor ID: 0 [ 0.223351] mce: CPU supports 10 MCE banks [ 0.224551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242965] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.249830] ftrace: allocating 31920 entries in 125 pages [ 0.275901] smpboot: Max logical packages: 1 [ 0.277139] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279102] x2apic enabled [ 0.280277] Switched APIC routing to physical x2apic. [ 0.282789] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284388] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287245] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289825] KVM setup paravirtual spinlock [ 0.291470] x86: Booted up 1 node, 1 CPUs [ 0.292627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294594] devtmpfs: initialized [ 0.296613] evm: security.selinux [ 0.297628] evm: security.SMACK64 [ 0.298611] evm: security.SMACK64EXEC [ 0.299678] evm: security.SMACK64TRANSMUTE [ 0.300818] evm: security.SMACK64MMAP [ 0.301877] evm: security.ima [ 0.302797] evm: security.capability [ 0.303921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306544] pinctrl core: initialized pinctrl subsystem [ 0.308066] RTC time: 21:15:40, date: 08/20/18 [ 0.309424] NET: Registered protocol family 16 [ 0.310798] cpuidle: using governor ladder [ 0.311966] cpuidle: using governor menu [ 0.313086] PCCT header not found. [ 0.314148] ACPI: bus type PCI registered [ 0.315303] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.317050] PCI: Using configuration type 1 for base access [ 0.319265] ACPI: Added _OSI(Module Device) [ 0.320459] ACPI: Added _OSI(Processor Device) [ 0.321695] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322971] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325216] ACPI: Interpreter enabled [ 0.326307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.334209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336831] ACPI: (supports S0 S5) [ 0.337847] ACPI: Using IOAPIC for interrupt routing [ 0.339199] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.343121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344736] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.346479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.348169] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.351272] acpiphp: Slot [3] registered [ 0.352413] acpiphp: Slot [4] registered [ 0.353555] acpiphp: Slot [5] registered [ 0.354693] acpiphp: Slot [6] registered [ 0.355834] acpiphp: Slot [7] registered [ 0.356974] acpiphp: Slot [8] registered [ 0.358113] acpiphp: Slot [9] registered [ 0.359251] acpiphp: Slot [10] registered [ 0.360412] acpiphp: Slot [11] registered [ 0.361573] acpiphp: Slot [12] registered [ 0.362736] acpiphp: Slot [13] registered [ 0.363891] acpiphp: Slot [14] registered [ 0.365047] acpiphp: Slot [15] registered [ 0.380332] acpiphp: Slot [16] registered [ 0.381507] acpiphp: Slot [17] registered [ 0.382664] acpiphp: Slot [18] registered [ 0.383817] acpiphp: Slot [19] registered [ 0.384993] acpiphp: Slot [20] registered [ 0.386161] acpiphp: Slot [21] registered [ 0.387321] acpiphp: Slot [22] registered [ 0.388483] acpiphp: Slot [23] registered [ 0.389663] acpiphp: Slot [24] registered [ 0.390840] acpiphp: Slot [25] registered [ 0.392019] acpiphp: Slot [26] registered [ 0.393191] acpiphp: Slot [27] registered [ 0.394358] acpiphp: Slot [28] registered [ 0.395519] acpiphp: Slot [29] registered [ 0.396689] acpiphp: Slot [30] registered [ 0.397889] acpiphp: Slot [31] registered [ 0.399088] PCI host bridge to bus 0000:00 [ 0.400253] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401993] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403734] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407917] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.410066] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.416104] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419564] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423826] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447055] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.449174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.451198] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.453229] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.455334] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.457085] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.458949] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.460452] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.462674] vgaarb: loaded [ 0.463540] vgaarb: bridge control possible 0000:00:02.0 [ 0.465263] SCSI subsystem initialized [ 0.466559] ACPI: bus type USB registered [ 0.467742] usbcore: registered new interface driver usbfs [ 0.469220] usbcore: registered new interface driver hub [ 0.470647] usbcore: registered new device driver usb [ 0.472216] PCI: Using ACPI for IRQ routing [ 0.473798] NetLabel: Initializing [ 0.474828] NetLabel: domain hash size = 128 [ 0.476049] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.477429] NetLabel: unlabeled traffic allowed by default [ 0.479076] clocksource: Switched to clocksource kvm-clock [ 0.489251] AppArmor: AppArmor Filesystem Enabled [ 0.490623] pnp: PnP ACPI init [ 0.491901] pnp: PnP ACPI: found 5 devices [ 0.498882] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.501319] NET: Registered protocol family 2 [ 0.502784] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504625] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506352] TCP: Hash tables configured (established 4096 bind 4096) [ 0.508075] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509641] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.511320] NET: Registered protocol family 1 [ 0.512566] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.514124] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.515663] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.530263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.544654] Trying to unpack rootfs image as initramfs... [ 0.606593] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612043] Scanning for low memory corruption every 60 seconds [ 0.614356] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616028] audit: initializing netlink subsys (disabled) [ 0.617543] audit: type=2000 audit(1534799741.179:1): initialized [ 0.619532] Initialise system trusted keyring [ 0.620941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622589] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.625378] zbud: loaded [ 0.626425] VFS: Disk quotas dquot_6.6.0 [ 0.627606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629839] fuse init (API version 7.23) [ 0.631193] Key type big_key registered [ 0.632330] Allocating IMA MOK and blacklist keyrings. [ 0.634063] Key type asymmetric registered [ 0.635249] Asymmetric key parser 'x509' registered [ 0.636610] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638750] io scheduler noop registered [ 0.639896] io scheduler deadline registered (default) [ 0.641323] io scheduler cfq registered [ 0.642540] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.644029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647929] ACPI: Power Button [PWRF] [ 0.649212] GHES: HEST is not enabled! [ 0.663457] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.693130] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.696241] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.723272] Linux agpgart interface v0.103 [ 0.726843] brd: module loaded [ 0.729238] loop: module loaded [ 0.734214] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.736319] GPT:90111 != 2097151 [ 0.737331] GPT:Alternate GPT header not at the end of the disk. [ 0.738954] GPT:90111 != 2097151 [ 0.739965] GPT: Use GNU Parted to correct GPT errors. [ 0.741381] vda: vda1 vda15 [ 0.743126] scsi host0: ata_piix [ 0.744250] scsi host1: ata_piix [ 0.745282] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.747039] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.749367] libphy: Fixed MDIO Bus: probed [ 0.750580] tun: Universal TUN/TAP device driver, 1.6 [ 0.751956] tun: (C) 1999-2004 Max Krasnyansky [ 0.754919] PPP generic driver version 2.4.2 [ 0.756306] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.757996] ehci-pci: EHCI PCI platform driver [ 0.759240] ehci-platform: EHCI generic platform driver [ 0.760601] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.762169] ohci-pci: OHCI PCI platform driver [ 0.763403] ohci-platform: OHCI generic platform driver [ 0.764783] uhci_hcd: USB Universal Host Controller Interface driver [ 0.779660] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.781109] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.783252] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.784653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.786357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.788100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.790166] usb usb1: Product: UHCI Host Controller [ 0.791516] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.793136] usb usb1: SerialNumber: 0000:00:01.2 [ 0.794679] hub 1-0:1.0: USB hub found [ 0.795789] hub 1-0:1.0: 2 ports detected [ 0.797220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.800261] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.801599] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.803023] mousedev: PS/2 mouse device common for all mice [ 0.804797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.807369] rtc_cmos 00:00: RTC can wake from S4 [ 0.808952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.810629] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.812290] i2c /dev entries driver [ 0.813392] device-mapper: uevent: version 1.0.3 [ 0.814749] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.817048] ledtrig-cpu: registered to indicate activity on CPUs [ 0.819125] NET: Registered protocol family 10 [ 0.821030] NET: Registered protocol family 17 [ 0.822312] Key type dns_resolver registered [ 0.823722] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.825258] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.827783] registered taskstats version 1 [ 0.828980] Loading compiled-in X.509 certificates [ 0.830948] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.833628] zswap: loaded using pool lzo/zbud [ 0.836227] Key type trusted registered [ 0.838425] Key type encrypted registered [ 0.839641] AppArmor: AppArmor sha1 policy hashing enabled [ 0.841139] ima: No TPM chip found, activating TPM-bypass! [ 0.842604] evm: HMAC attrs: 0x1 [ 0.844015] Magic number: 14:463:298 [ 0.845275] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:41 UTC (1534799741) [ 0.847595] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.849123] EDD information not available. [ 0.905890] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922489] Write protecting the kernel read-only data: 14336k [ 0.927461] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.930146] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.101738] 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 10.101.11.30... Lease of 10.101.11.30 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-0000015b 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCVpef348k5/HrKhsvgVRH8Lb6jJTXp/CsIPIbPkD5JhWe1J8OkGO9w6eh80fZTsyxd/8JedCdlaJmt0I+fBHiXJ2eL36CviGadewrX7WT4WhV9tbjHVO45cVZMhDZE9LMLpBAtbu5pnQofMiXnbcaK3+Rc83ctLELNZB8YfhBbdN0CobtDE6VXfThV2EtniaGzTzxwVt0Zdry7P0D+JiP8w5XYdB47cWGzBabI3+3UVyfxAeHHxq77CzB1zJxG0apIMJv+k9RFaJrHSWfzo3J6Q80eGc/eFZvY1Q5YnJAaO7s4EueEuBGZtvvpdjVaoLmBK4SZuKXNjVz530FJHDmh root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBANS9hHPXU+6/8doPD6xYelaf/R8x+mAA/qyM/hY4CQTsn3IbO7Kpjee2gjQ7UbhNp7Z1e+gIIpFMTwuhO2Q1P/TiFJ9B/QCF4x0kowFP0CXI6R1cA8p+9mBl2VM9w0YKwfcxtTYyqCSAHw5EjRKCDz+FVJMMJY8Sgu2rGED+CqyrAAAAFQDC1G2XfyzL5+vmYMqhsEuWvmR9rQAAAIEApoIEhd/SrPysgQnfuW55sOxnHTl0Eag0wYAfqPDmVt9KKzDyYEutvGxBN2SzqCTDoKe5ldBUmpDcdBLo3iwUj2TkVgSbjYsSFwf7nYHQr5wCRTMghIi0l9Zuzr77xsDafF4HMNNJQUipIpx1j3QHl+evO3l2HD2Ln1Kk/Kn0oIkAAACACM/FXJ6C4hbEsS5aXQijxsejIFXJM3u5Jq/z9HqINvGKm9Ts7FUaTJdn4zJGYDb1ocyqetL6GOPUunjAfwj8hj63HLzO1bH+SoLEt5IuiFxb09mvi1/UKmAYxzOTkxRd17EF6YsRQ/K7w2sf/tyUWikz52IW1rXG0vAFA8SZW5I= root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.20s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fea2:53b7/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.30 ip-route:169.254.169.254 via 10.101.11.2 dev eth0 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-0000015b name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.17 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:A2:53:B7 inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fea2:53b7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:127 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11238 (10.9 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.4 nameserver 10.101.11.3 nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.4 PING 10.101.11.4 (10.101.11.4): 56 data bytes 64 bytes from 10.101.11.4: seq=0 ttl=64 time=0.706 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.392 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.284 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.162 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.160 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.160/0.340/0.706 ms #### ping -c 5 10.101.11.3 PING 10.101.11.3 (10.101.11.3): 56 data bytes 64 bytes from 10.101.11.3: seq=0 ttl=64 time=0.597 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.253 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.165 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.236 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.177 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.165/0.285/0.597 ms #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.579 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.281 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.196 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.164 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.162 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.162/0.276/0.579 ms ### uname -a Linux server-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.101738] random: dd urandom read with 4 bits of entropy available [ 1.107133] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.267917] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.267920] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.267921] usb 1-1: Product: QEMU USB Tablet [ 1.267922] usb 1-1: Manufacturer: QEMU [ 1.267923] usb 1-1: SerialNumber: 42 [ 1.611474] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 3.203121] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.246764] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:41 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:41 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:41 cirros kern.notice kernel: [ 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) Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:41 cirros kern.notice kernel: [ 1.101738] random: dd urandom read with 4 bits of entropy available Aug 20 22:15:41 cirros kern.info kernel: [ 1.107133] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:41 cirros kern.info kernel: [ 1.267917] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:41 cirros kern.info kernel: [ 1.267920] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:41 cirros kern.info kernel: [ 1.267921] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:41 cirros kern.info kernel: [ 1.267922] usb 1-1: Manufacturer: QEMU Aug 20 22:15:41 cirros kern.info kernel: [ 1.267923] usb 1-1: SerialNumber: 42 Aug 20 22:15:42 cirros kern.info kernel: [ 1.611474] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 20 22:15:43 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:43 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:43 cirros kern.info kernel: [ 3.203121] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:43 cirros kern.info kernel: [ 3.246764] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-3 login: 2018-08-20 21:21:41,770 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02/action 0.091s 2018-08-20 21:21:41,770 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32718', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02/action', u'x-compute-request-id': 'req-93b76c96-4b38-491f-af0e-44e72767c76c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93b76c96-4b38-491f-af0e-44e72767c76c'} 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 513899011 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 2018-08-20 21:21:41,773 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 7ecab90d-86e8-4b4b-ac75-b446845acd02 body= [ 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 513899011 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.197439] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.199787] pid_max: default: 32768 minimum: 301 [ 0.201067] ACPI: Core revision 20150930 [ 0.202798] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.204674] Security Framework initialized [ 0.205838] Yama: becoming mindful. [ 0.206891] AppArmor: AppArmor initialized [ 0.208117] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.209970] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.211766] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213481] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.215436] Initializing cgroup subsys io [ 0.216630] Initializing cgroup subsys memory [ 0.217867] Initializing cgroup subsys devices [ 0.219117] Initializing cgroup subsys freezer [ 0.220368] Initializing cgroup subsys net_cls [ 0.221620] Initializing cgroup subsys perf_event [ 0.222915] Initializing cgroup subsys net_prio [ 0.224197] Initializing cgroup subsys hugetlb [ 0.225422] Initializing cgroup subsys pids [ 0.226646] CPU: Physical Processor ID: 0 [ 0.228513] mce: CPU supports 10 MCE banks [ 0.229708] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231133] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.248216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.255152] ftrace: allocating 31920 entries in 125 pages [ 0.281305] smpboot: Max logical packages: 1 [ 0.282546] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.284503] x2apic enabled [ 0.285673] Switched APIC routing to physical x2apic. [ 0.288182] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.289767] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.292601] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.295171] KVM setup paravirtual spinlock [ 0.296813] x86: Booted up 1 node, 1 CPUs [ 0.297971] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.299920] devtmpfs: initialized [ 0.301937] evm: security.selinux [ 0.302948] evm: security.SMACK64 [ 0.303947] evm: security.SMACK64EXEC [ 0.305018] evm: security.SMACK64TRANSMUTE [ 0.306183] evm: security.SMACK64MMAP [ 0.307253] evm: security.ima [ 0.308167] evm: security.capability [ 0.309295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.311918] pinctrl core: initialized pinctrl subsystem [ 0.313468] RTC time: 21:15:28, date: 08/20/18 [ 0.314829] NET: Registered protocol family 16 [ 0.316220] cpuidle: using governor ladder [ 0.317400] cpuidle: using governor menu [ 0.318548] PCCT header not found. [ 0.319624] ACPI: bus type PCI registered [ 0.320771] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.322545] PCI: Using configuration type 1 for base access [ 0.324767] ACPI: Added _OSI(Module Device) [ 0.325962] ACPI: Added _OSI(Processor Device) [ 0.327188] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.328457] ACPI: Added _OSI(Processor Aggregator Device) [ 0.330690] ACPI: Interpreter enabled [ 0.331778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.334413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.337059] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.339694] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.342295] ACPI: (supports S0 S5) [ 0.343300] ACPI: Using IOAPIC for interrupt routing [ 0.344640] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.348578] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.350199] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.351955] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.353655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.356754] acpiphp: Slot [3] registered [ 0.357912] acpiphp: Slot [4] registered [ 0.359055] acpiphp: Slot [5] registered [ 0.360192] acpiphp: Slot [6] registered [ 0.361337] acpiphp: Slot [7] registered [ 0.362497] acpiphp: Slot [8] registered [ 0.363647] acpiphp: Slot [9] registered [ 0.364796] acpiphp: Slot [10] registered [ 0.365963] acpiphp: Slot [11] registered [ 0.367132] acpiphp: Slot [12] registered [ 0.368291] acpiphp: Slot [13] registered [ 0.369441] acpiphp: Slot [14] registered [ 0.370602] acpiphp: Slot [15] registered [ 0.385928] acpiphp: Slot [16] registered [ 0.387106] acpiphp: Slot [17] registered [ 0.388266] acpiphp: Slot [18] registered [ 0.389418] acpiphp: Slot [19] registered [ 0.390582] acpiphp: Slot [20] registered [ 0.391740] acpiphp: Slot [21] registered [ 0.392891] acpiphp: Slot [22] registered [ 0.394066] acpiphp: Slot [23] registered [ 0.395238] acpiphp: Slot [24] registered [ 0.396401] acpiphp: Slot [25] registered [ 0.397562] acpiphp: Slot [26] registered [ 0.398713] acpiphp: Slot [27] registered [ 0.399881] acpiphp: Slot [28] registered [ 0.401055] acpiphp: Slot [29] registered [ 0.402223] acpiphp: Slot [30] registered [ 0.403383] acpiphp: Slot [31] registered [ 0.404553] PCI host bridge to bus 0000:00 [ 0.405721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.407452] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.409190] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.411268] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.413333] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.415477] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.419696] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.421530] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.423213] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.425029] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.429435] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.431528] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.454133] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.456213] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.458307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.461000] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.463001] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.464799] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.466698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.468200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.470436] vgaarb: loaded [ 0.471305] vgaarb: bridge control possible 0000:00:02.0 [ 0.473042] SCSI subsystem initialized [ 0.474355] ACPI: bus type USB registered [ 0.475544] usbcore: registered new interface driver usbfs [ 0.476976] usbcore: registered new interface driver hub [ 0.478380] usbcore: registered new device driver usb [ 0.479927] PCI: Using ACPI for IRQ routing [ 0.481536] NetLabel: Initializing [ 0.482561] NetLabel: domain hash size = 128 [ 0.483788] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.485152] NetLabel: unlabeled traffic allowed by default [ 0.486799] clocksource: Switched to clocksource kvm-clock [ 0.497090] AppArmor: AppArmor Filesystem Enabled [ 0.498506] pnp: PnP ACPI init [ 0.499787] pnp: PnP ACPI: found 5 devices [ 0.506832] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.509278] NET: Registered protocol family 2 [ 0.510762] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.512607] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.514336] TCP: Hash tables configured (established 4096 bind 4096) [ 0.516054] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.517609] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.519281] NET: Registered protocol family 1 [ 0.520549] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.522123] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.523672] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.538239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.557139] Trying to unpack rootfs image as initramfs... [ 0.625382] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.629163] Scanning for low memory corruption every 60 seconds [ 0.631780] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.633521] audit: initializing netlink subsys (disabled) [ 0.635305] audit: type=2000 audit(1534799729.404:1): initialized [ 0.637574] Initialise system trusted keyring [ 0.639232] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.640914] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.643984] zbud: loaded [ 0.645116] VFS: Disk quotas dquot_6.6.0 [ 0.646331] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.648780] fuse init (API version 7.23) [ 0.650133] Key type big_key registered [ 0.651342] Allocating IMA MOK and blacklist keyrings. [ 0.653198] Key type asymmetric registered [ 0.654417] Asymmetric key parser 'x509' registered [ 0.655841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.658058] io scheduler noop registered [ 0.659229] io scheduler deadline registered (default) [ 0.660699] io scheduler cfq registered [ 0.662044] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.663574] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.665559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.667736] ACPI: Power Button [PWRF] [ 0.669185] GHES: HEST is not enabled! [ 0.683586] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.713016] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.716256] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.742433] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.745797] Linux agpgart interface v0.103 [ 0.749752] brd: module loaded [ 0.752235] loop: module loaded [ 0.757891] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.760024] GPT:90111 != 2097151 [ 0.761006] GPT:Alternate GPT header not at the end of the disk. [ 0.762587] GPT:90111 != 2097151 [ 0.763578] GPT: Use GNU Parted to correct GPT errors. [ 0.764972] vda: vda1 vda15 [ 0.767001] scsi host0: ata_piix [ 0.768135] scsi host1: ata_piix [ 0.769188] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.770967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.773350] libphy: Fixed MDIO Bus: probed [ 0.774543] tun: Universal TUN/TAP device driver, 1.6 [ 0.775927] tun: (C) 1999-2004 Max Krasnyansky [ 0.779124] PPP generic driver version 2.4.2 [ 0.780463] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.782169] ehci-pci: EHCI PCI platform driver [ 0.783445] ehci-platform: EHCI generic platform driver [ 0.785242] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.787336] ohci-pci: OHCI PCI platform driver [ 0.788936] ohci-platform: OHCI generic platform driver [ 0.790773] uhci_hcd: USB Universal Host Controller Interface driver [ 0.805996] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.807867] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.810568] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.812402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.814567] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.816839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.819546] usb usb1: Product: UHCI Host Controller [ 0.821237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.823332] usb usb1: SerialNumber: 0000:00:01.2 [ 0.825104] hub 1-0:1.0: USB hub found [ 0.826541] hub 1-0:1.0: 2 ports detected [ 0.828277] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.831954] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.833693] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.835572] mousedev: PS/2 mouse device common for all mice [ 0.837805] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.840903] rtc_cmos 00:00: RTC can wake from S4 [ 0.843089] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.845252] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.847463] i2c /dev entries driver [ 0.848874] device-mapper: uevent: version 1.0.3 [ 0.850630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.853638] ledtrig-cpu: registered to indicate activity on CPUs [ 0.856189] NET: Registered protocol family 10 [ 0.858445] NET: Registered protocol family 17 [ 0.860089] Key type dns_resolver registered [ 0.861782] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.863808] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.867094] registered taskstats version 1 [ 0.868665] Loading compiled-in X.509 certificates [ 0.871045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.874519] zswap: loaded using pool lzo/zbud [ 0.877292] Key type trusted registered [ 0.879930] Key type encrypted registered [ 0.881435] AppArmor: AppArmor sha1 policy hashing enabled [ 0.883407] ima: No TPM chip found, activating TPM-bypass! [ 0.885340] evm: HMAC attrs: 0x1 [ 0.886986] Magic number: 14:463:298 [ 0.888559] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:29 UTC (1534799729) [ 0.891544] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.893410] EDD information not available. [ 0.929551] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.945713] Write protecting the kernel read-only data: 14336k [ 0.950602] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.953293] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep 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.116246] 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 10.102.21.20... Lease of 10.102.21.20 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000158 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCjCfGP0W8vI6X7MlWTxjzT96kNmojWpJwK3jJ8Vrn6oeZGQ6oamODeX4hmE4lz4t/0sY9pg5dMlHlOZwXAtZJLpHMvILwkCl9wAZ7/3mtZfponPwI05Wr/lerHYcBHSSN89bnU0NEBfta+sW+QWuV2lJ3hRsqFCJyaRgVivQ4m7x7NxDDnJrKiX+rNbrvKR5QzT9DQhbvVQDqFfEhL2gSiF5x8EkK3cm4OBeDgkj+OwV0ibdEgX24phuSFjxEKqtL/pDYT6M3Uy2iQ6CCcMP9KAhFXnBo7ORjZe5+s0aPQjvLbezyg30fpStaLpxSt/IB4uX36lBPPSfV3Go9R9lOr root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBAOCUtFlCa4ZnfDwpls+LBcPbH9z+4mltLQ0tIiKV8cKrr/oHyIDRFugljUSaiP57D7tVzwrZyvO6pRfB3bliEpCjM4bPonxFgeSUTcGqThEl2TBPTJIoasb+PFVq5CVi51eTVLDTEt6jkw8vLrnTS88IGEw5YzISGuOIQaZiiprTAAAAFQCqsqYGl/UPCvS5xKh5UEIoaU4QdwAAAIEAic1xAjdepqVGwryT4aF6FgrMtiwPEVaKspG187bNWlpHP6vyboDu0bCJbHwVyBTEmXa/Nrv+0FuCjtbF5+DxOCV8DDOfZaEUzigahi07WQpnVypJvVbcqDKpfvEGiiKIiGF4xGQRsE9Lvy8K3MqEkND18PUhPKUOYLLZZc/gGY4AAACABQWdAm2Y2xaTgDLLiOY4nUNH0dm8pCfEVzWN0ZjOnzi2IrqUa2dDhBJ0pmrJhviMXz0aQ6AwbYK8pj4JMVx9k30eafJ0oawOoiJYw8dMiaYaEMoDZB6x1oxWU9TGQYinDFHUklxnFZUJuNWTuprenfz/uBTMcqvhfCOp7kGKRv4= root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:feaf:7aeb/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.20 ip-route:169.254.169.254 via 10.102.21.4 dev eth0 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-00000158 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=3.36 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:AF:7A:EB inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feaf:7aeb/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11280 (11.0 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.4 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 nameserver 10.102.21.4 nameserver 10.102.21.3 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes --- 10.102.21.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.998 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.300 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.286 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.241 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.187 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.187/0.402/0.998 ms #### ping -c 5 10.102.21.4 PING 10.102.21.4 (10.102.21.4): 56 data bytes 64 bytes from 10.102.21.4: seq=0 ttl=64 time=0.679 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.277 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.378 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.295 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.283 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.277/0.382/0.679 ms #### ping -c 5 10.102.21.3 PING 10.102.21.3 (10.102.21.3): 56 data bytes 64 bytes from 10.102.21.3: seq=0 ttl=64 time=0.616 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.338 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.332 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.190 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.196 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.190/0.334/0.616 ms ### uname -a Linux server-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.138863] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.299802] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.299804] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.299806] usb 1-1: Product: QEMU USB Tablet [ 1.299807] usb 1-1: Manufacturer: QEMU [ 1.299807] usb 1-1: SerialNumber: 42 [ 1.626943] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.626960] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns [ 3.476752] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.514953] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:29 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:29 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:29 cirros kern.notice kernel: [ 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) Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:29 cirros kern.notice kernel: [ 1.116246] random: dd urandom read with 4 bits of entropy available Aug 20 22:15:29 cirros kern.info kernel: [ 1.138863] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:29 cirros kern.info kernel: [ 1.299802] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:29 cirros kern.info kernel: [ 1.299804] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:29 cirros kern.info kernel: [ 1.299806] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:29 cirros kern.info kernel: [ 1.299807] usb 1-1: Manufacturer: QEMU Aug 20 22:15:29 cirros kern.info kernel: [ 1.299807] usb 1-1: SerialNumber: 42 Aug 20 22:15:30 cirros kern.info kernel: [ 1.626943] tsc: Refined TSC clocksource calibration: 3491.869 MHz Aug 20 22:15:30 cirros kern.info kernel: [ 1.626960] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Aug 20 22:15:31 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:32 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:32 cirros kern.info kernel: [ 3.476752] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:32 cirros kern.info kernel: [ 3.514953] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-2 login: 2018-08-20 21:21:41,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321/action 0.101s 2018-08-20 21:21:41,929 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32485', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321/action', u'x-compute-request-id': 'req-689967d0-a2af-471f-9ba2-36ab5aa9430d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-689967d0-a2af-471f-9ba2-36ab5aa9430d'} 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 493562748 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 2018-08-20 21:21:41,932 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for d35e7883-6cb4-4b6e-b848-80f8f4486321 body= [ 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 493562748 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.179401] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181591] pid_max: default: 32768 minimum: 301 [ 0.182787] ACPI: Core revision 20150930 [ 0.184413] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186130] Security Framework initialized [ 0.187216] Yama: becoming mindful. [ 0.188190] AppArmor: AppArmor initialized [ 0.189317] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191036] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.192685] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194269] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196074] Initializing cgroup subsys io [ 0.197148] Initializing cgroup subsys memory [ 0.198297] Initializing cgroup subsys devices [ 0.199453] Initializing cgroup subsys freezer [ 0.200602] Initializing cgroup subsys net_cls [ 0.201746] Initializing cgroup subsys perf_event [ 0.202961] Initializing cgroup subsys net_prio [ 0.204132] Initializing cgroup subsys hugetlb [ 0.205277] Initializing cgroup subsys pids [ 0.206428] CPU: Physical Processor ID: 0 [ 0.208188] mce: CPU supports 10 MCE banks [ 0.209300] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210626] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.225450] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232127] ftrace: allocating 31920 entries in 125 pages [ 0.257733] smpboot: Max logical packages: 1 [ 0.258930] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.260790] x2apic enabled [ 0.261909] Switched APIC routing to physical x2apic. [ 0.264349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.265844] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268540] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.270965] KVM setup paravirtual spinlock [ 0.272538] x86: Booted up 1 node, 1 CPUs [ 0.273634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.275496] devtmpfs: initialized [ 0.277458] evm: security.selinux [ 0.278415] evm: security.SMACK64 [ 0.279366] evm: security.SMACK64EXEC [ 0.280380] evm: security.SMACK64TRANSMUTE [ 0.281474] evm: security.SMACK64MMAP [ 0.282481] evm: security.ima [ 0.283356] evm: security.capability [ 0.284427] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.286910] pinctrl core: initialized pinctrl subsystem [ 0.288365] RTC time: 21:15:13, date: 08/20/18 [ 0.289647] NET: Registered protocol family 16 [ 0.290955] cpuidle: using governor ladder [ 0.292064] cpuidle: using governor menu [ 0.293139] PCCT header not found. [ 0.294157] ACPI: bus type PCI registered [ 0.295241] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.296898] PCI: Using configuration type 1 for base access [ 0.299035] ACPI: Added _OSI(Module Device) [ 0.300176] ACPI: Added _OSI(Processor Device) [ 0.301345] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302564] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304714] ACPI: Interpreter enabled [ 0.305765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308304] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.313329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315834] ACPI: (supports S0 S5) [ 0.316800] ACPI: Using IOAPIC for interrupt routing [ 0.318067] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323383] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.325027] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.326613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.329529] acpiphp: Slot [3] registered [ 0.330611] acpiphp: Slot [4] registered [ 0.331700] acpiphp: Slot [5] registered [ 0.332794] acpiphp: Slot [6] registered [ 0.333875] acpiphp: Slot [7] registered [ 0.334960] acpiphp: Slot [8] registered [ 0.336039] acpiphp: Slot [9] registered [ 0.337119] acpiphp: Slot [10] registered [ 0.338224] acpiphp: Slot [11] registered [ 0.339311] acpiphp: Slot [12] registered [ 0.340401] acpiphp: Slot [13] registered [ 0.341495] acpiphp: Slot [14] registered [ 0.342591] acpiphp: Slot [15] registered [ 0.357789] acpiphp: Slot [16] registered [ 0.358890] acpiphp: Slot [17] registered [ 0.359990] acpiphp: Slot [18] registered [ 0.361085] acpiphp: Slot [19] registered [ 0.362184] acpiphp: Slot [20] registered [ 0.363283] acpiphp: Slot [21] registered [ 0.364380] acpiphp: Slot [22] registered [ 0.365476] acpiphp: Slot [23] registered [ 0.366577] acpiphp: Slot [24] registered [ 0.367675] acpiphp: Slot [25] registered [ 0.368765] acpiphp: Slot [26] registered [ 0.369861] acpiphp: Slot [27] registered [ 0.370962] acpiphp: Slot [28] registered [ 0.372056] acpiphp: Slot [29] registered [ 0.373153] acpiphp: Slot [30] registered [ 0.374251] acpiphp: Slot [31] registered [ 0.375348] PCI host bridge to bus 0000:00 [ 0.376436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.378053] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.379669] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381613] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383583] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.385586] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.389569] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.391274] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.392851] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.394537] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.398913] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.400858] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421854] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423836] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.425754] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.427663] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.429686] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.431386] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.433156] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.434572] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.436662] vgaarb: loaded [ 0.437490] vgaarb: bridge control possible 0000:00:02.0 [ 0.439120] SCSI subsystem initialized [ 0.440364] ACPI: bus type USB registered [ 0.441500] usbcore: registered new interface driver usbfs [ 0.442890] usbcore: registered new interface driver hub [ 0.444240] usbcore: registered new device driver usb [ 0.445716] PCI: Using ACPI for IRQ routing [ 0.447228] NetLabel: Initializing [ 0.448211] NetLabel: domain hash size = 128 [ 0.449359] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.450642] NetLabel: unlabeled traffic allowed by default [ 0.452292] clocksource: Switched to clocksource kvm-clock [ 0.462752] AppArmor: AppArmor Filesystem Enabled [ 0.464301] pnp: PnP ACPI init [ 0.465703] pnp: PnP ACPI: found 5 devices [ 0.472737] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.475494] NET: Registered protocol family 2 [ 0.477116] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479201] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481147] TCP: Hash tables configured (established 4096 bind 4096) [ 0.483082] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.484829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.486702] NET: Registered protocol family 1 [ 0.488112] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.489880] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.491619] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.506422] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.521349] Trying to unpack rootfs image as initramfs... [ 0.583202] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.588944] Scanning for low memory corruption every 60 seconds [ 0.591402] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.593352] audit: initializing netlink subsys (disabled) [ 0.595066] audit: type=2000 audit(1534799714.012:1): initialized [ 0.597218] Initialise system trusted keyring [ 0.598792] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.600669] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603709] zbud: loaded [ 0.604861] VFS: Disk quotas dquot_6.6.0 [ 0.606181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608667] fuse init (API version 7.23) [ 0.610094] Key type big_key registered [ 0.611379] Allocating IMA MOK and blacklist keyrings. [ 0.613284] Key type asymmetric registered [ 0.614466] Asymmetric key parser 'x509' registered [ 0.615839] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617978] io scheduler noop registered [ 0.619104] io scheduler deadline registered (default) [ 0.620523] io scheduler cfq registered [ 0.621755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.623213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.625031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.627081] ACPI: Power Button [PWRF] [ 0.628344] GHES: HEST is not enabled! [ 0.642553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.672176] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675247] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699027] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702168] Linux agpgart interface v0.103 [ 0.705683] brd: module loaded [ 0.707969] loop: module loaded [ 0.712712] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.714776] GPT:90111 != 2097151 [ 0.715731] GPT:Alternate GPT header not at the end of the disk. [ 0.717285] GPT:90111 != 2097151 [ 0.718258] GPT: Use GNU Parted to correct GPT errors. [ 0.719617] vda: vda1 vda15 [ 0.721352] scsi host0: ata_piix [ 0.722458] scsi host1: ata_piix [ 0.723486] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725206] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727255] libphy: Fixed MDIO Bus: probed [ 0.728649] tun: Universal TUN/TAP device driver, 1.6 [ 0.730001] tun: (C) 1999-2004 Max Krasnyansky [ 0.732797] PPP generic driver version 2.4.2 [ 0.734075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735746] ehci-pci: EHCI PCI platform driver [ 0.736997] ehci-platform: EHCI generic platform driver [ 0.738402] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.739998] ohci-pci: OHCI PCI platform driver [ 0.741240] ohci-platform: OHCI generic platform driver [ 0.742651] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.758839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.760920] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762344] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.763954] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.765682] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.767708] usb usb1: Product: UHCI Host Controller [ 0.769032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770633] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772089] hub 1-0:1.0: USB hub found [ 0.773196] hub 1-0:1.0: 2 ports detected [ 0.774507] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.777494] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778848] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780283] mousedev: PS/2 mouse device common for all mice [ 0.782055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784624] rtc_cmos 00:00: RTC can wake from S4 [ 0.786216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787899] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.789565] i2c /dev entries driver [ 0.790646] device-mapper: uevent: version 1.0.3 [ 0.791989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.794291] ledtrig-cpu: registered to indicate activity on CPUs [ 0.796226] NET: Registered protocol family 10 [ 0.797811] NET: Registered protocol family 17 [ 0.799052] Key type dns_resolver registered [ 0.800391] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801922] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.804425] registered taskstats version 1 [ 0.805589] Loading compiled-in X.509 certificates [ 0.807432] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.810029] zswap: loaded using pool lzo/zbud [ 0.812156] Key type trusted registered [ 0.814358] Key type encrypted registered [ 0.815503] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816950] ima: No TPM chip found, activating TPM-bypass! [ 0.818380] evm: HMAC attrs: 0x1 [ 0.819702] Magic number: 14:463:298 [ 0.820916] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:13 UTC (1534799713) [ 0.823169] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824705] EDD information not available. [ 0.885871] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.902195] Write protecting the kernel read-only data: 14336k [ 0.905208] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.907678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.980387] 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.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.101.11.10... Lease of 10.101.11.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-00000155 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDp9vb4b7Wx8YLi6JAfB8D2Ebymlvmbrdu3cr29+kKERWS9Vn1b+I4KkYf/CKGcgaEJTMo7nfsdrFKSGR9AxXoz64Zx23k/t/5YTO2BKdkODpYYn+BVO6g/ia4tuQFl1b8MaBaB9pAWNwOvnSgP5zj1CzIn2iEVDhRigSmLxnLG1W79oNiRfJJ5zeET4eYB4j0DEglqqbgFGA8GFl4qV2mqVMwz15TsPL6UTUjeSIoypDi+m4Qvoht1LICgbSV6NtqTNDvnFv1MvyuBoHHGQfDQpU7mRiEsC0Gyi+1FNLE1aNhuiSmvCk3d38ytF5ZnuVtRUP3GPirT8hXwOYSJyixz root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAPR2jFPW/g/Q6eWHdRYHjBszkyVxbJnlUpR5SjIcBtOcvpz4E5kafNreaCBN2tmtA5yXLH/a3dv7NnHcNXZscsLVjEbeBHva7FFQgEkh2m5+mCxLv8ngcxfSEtC3rSOaLekf+tv928p+MbaeOiYJx/w+4fCyyKYIaHgZiE+e8j3ZAAAAFQCsOS+j6sswtcZKnXVsPJBOgzC10wAAAIAhqbazwbZA+nDioC3ERn5FJy///xknnh926PFsFkM+Blz/wfY38QshXZnGIRSX9m0QoIQH8G55hXEFw9JGFMxt2kV/jbegEfGwFQnWdJ4ay2W9P3GeRxgdhTnOHb0qWUPeheAvixtXS3OAb13HOTZGFhiVzEjSnmgqihSPcTaI7AAAAIBhavFCw2KxbEAvxXkJr/wO98CePJzS8OpwLo+PVfD73fAnBJIPZ/EYsFxL3dALacrEWxU3vKFGFn9dm6q7WKWJpkamTAvcJ+u5OGMtL+3lGNmKJRBEHnKp3fObYjhwI0Msdc+zhmcFUyy81l84057MzAiKipKY4kjqre5YQstLFA== root@server-1 -----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,10.101.11.10,24,fe80::f816:3eff:fe49:80df/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.10 ip-route:169.254.169.254 via 10.101.11.4 dev eth0 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-00000155 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=3.54 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:49:80:DF inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe49:80df/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:127 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11238 (10.9 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.4 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.4 nameserver 10.101.11.3 nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.4 PING 10.101.11.4 (10.101.11.4): 56 data bytes 64 bytes from 10.101.11.4: seq=0 ttl=64 time=0.945 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.239 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.300 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.277 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.189 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.189/0.390/0.945 ms #### ping -c 5 10.101.11.3 PING 10.101.11.3 (10.101.11.3): 56 data bytes 64 bytes from 10.101.11.3: seq=0 ttl=64 time=0.573 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.486 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.219 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.181 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.251 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.181/0.342/0.573 ms #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.585 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.337 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.290 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.249 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.307 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.249/0.353/0.585 ms ### uname -a Linux server-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.072660] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 1.088315] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.249362] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.249364] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.249365] usb 1-1: Product: QEMU USB Tablet [ 1.249366] usb 1-1: Manufacturer: QEMU [ 1.249367] usb 1-1: SerialNumber: 42 [ 1.588627] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 3.498204] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.540808] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:13 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:13 cirros kern.notice kernel: [ 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) Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:13 cirros kern.info kernel: [ 1.088315] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:13 cirros kern.info kernel: [ 1.249362] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:13 cirros kern.info kernel: [ 1.249364] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:13 cirros kern.info kernel: [ 1.249365] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:13 cirros kern.info kernel: [ 1.249366] usb 1-1: Manufacturer: QEMU Aug 20 22:15:13 cirros kern.info kernel: [ 1.249367] usb 1-1: SerialNumber: 42 Aug 20 22:15:14 cirros kern.info kernel: [ 1.588627] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 20 22:15:15 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:16 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:16 cirros kern.info kernel: [ 3.498204] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:16 cirros kern.info kernel: [ 3.540808] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-1 login: 2018-08-20 21:21:43,390 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/9167dfb7-8de6-43c6-8b5e-5ca11de9d461 1.404s 2018-08-20 21:21:43,391 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/9167dfb7-8de6-43c6-8b5e-5ca11de9d461', u'date': 'Mon, 20 Aug 2018 21:21:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ff210e5b-82d0-4c0b-986a-30360912f645'} Body: 2018-08-20 21:21:45,628 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/remove_router_interface 2.235s 2018-08-20 21:21:45,629 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e7041ec-c8cd-4b27-899b-b6addf008dcb'} Body: {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967", "subnet_ids": ["645af25a-db20-4f43-b528-a3a7b76a1967"], "port_id": "1650eca3-1c25-40ba-b4c8-c10560a80f1e", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda"} 2018-08-20 21:21:47,692 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda 2.061s 2018-08-20 21:21:47,693 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda', u'date': 'Mon, 20 Aug 2018 21:21:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-349fccc8-dac6-4f11-a2ce-69e345db9eac'} Body: 2018-08-20 21:21:49,092 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1dfff8cc-b315-4fed-bb2b-032ded8e778d 1.399s 2018-08-20 21:21:49,093 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/1dfff8cc-b315-4fed-bb2b-032ded8e778d', u'date': 'Mon, 20 Aug 2018 21:21:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5cf4d6c2-438a-42d0-a034-1648da374ab9'} Body: 2018-08-20 21:21:50,930 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/remove_router_interface 1.836s 2018-08-20 21:21:50,931 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:21:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a5b8d1e-6842-48ca-952c-32d2eacbd95b'} Body: {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc", "subnet_ids": ["357a7d6a-dde2-46c5-9dc3-727650c3c1fc"], "port_id": "b391a734-1e00-46ec-b1f4-ea8f26f50a01", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd"} 2018-08-20 21:21:52,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd 1.829s 2018-08-20 21:21:52,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd', u'date': 'Mon, 20 Aug 2018 21:21:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-96bc8de2-4207-4fef-a9a0-340976c80cb2'} Body: 2018-08-20 21:21:52,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.229s 2018-08-20 21:21:52,992 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-363cbfaa-5210-4dd9-8fec-7c31bc3e46bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-363cbfaa-5210-4dd9-8fec-7c31bc3e46bc'} Body: 2018-08-20 21:21:54,338 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 1.345s 2018-08-20 21:21:54,339 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-16f47b4c-279b-4ac4-9131-da2bcf43636b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16f47b4c-279b-4ac4-9131-da2bcf43636b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:d4:06", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:21:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:21:55,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.041s 2018-08-20 21:21:55,398 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-00a52df1-157e-4c9a-b66a-a47efcbd8ce1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-00a52df1-157e-4c9a-b66a-a47efcbd8ce1'} Body: {"itemNotFound": {"message": "Instance 49139320-7ac6-425c-8f92-738f5ad07e9d could not be found.", "code": 404}} 2018-08-20 21:21:56,406 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e66dce0b-669a-4c92-9301-d6b3536a41da 1.007s 2018-08-20 21:21:56,407 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/e66dce0b-669a-4c92-9301-d6b3536a41da', u'date': 'Mon, 20 Aug 2018 21:21:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-104945dc-ea3e-495b-b106-e52e50f92593'} Body: 2018-08-20 21:21:56,584 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.177s 2018-08-20 21:21:56,585 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-ad8cbb94-712d-46a2-801c-18d439e5efd4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ad8cbb94-712d-46a2-801c-18d439e5efd4'} Body: 2018-08-20 21:21:57,877 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 1.291s 2018-08-20 21:21:57,877 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-6d308ade-2627-4447-9f11-11080c112f3c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d308ade-2627-4447-9f11-11080c112f3c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:53:b7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:21:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:21:58,938 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.046s 2018-08-20 21:21:58,939 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-e88dca32-d986-4ed1-a942-d249359d7fcf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e88dca32-d986-4ed1-a942-d249359d7fcf'} Body: {"itemNotFound": {"message": "Instance 8fc02c7d-2455-4ff6-8de9-0fe45a55020b could not be found.", "code": 404}} 2018-08-20 21:21:59,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d5315a9a-d662-4bf8-bd14-2a3c5f67293f 0.987s 2018-08-20 21:21:59,928 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/d5315a9a-d662-4bf8-bd14-2a3c5f67293f', u'date': 'Mon, 20 Aug 2018 21:21:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-49530cf6-107e-497d-b440-54fd4e69d40b'} Body: 2018-08-20 21:22:00,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.176s 2018-08-20 21:22:00,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-149938a1-8903-45f2-9785-64b411ead885', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-149938a1-8903-45f2-9785-64b411ead885'} Body: 2018-08-20 21:22:01,447 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 1.341s 2018-08-20 21:22:01,448 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-c012d457-993e-4875-b82a-d66c110497b5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c012d457-993e-4875-b82a-d66c110497b5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:28.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:00Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:02,516 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.051s 2018-08-20 21:22:02,517 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-7db8f0c3-b408-4099-86ae-e753f8404431', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:02 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7db8f0c3-b408-4099-86ae-e753f8404431'} Body: {"itemNotFound": {"message": "Instance 7ecab90d-86e8-4b4b-ac75-b446845acd02 could not be found.", "code": 404}} 2018-08-20 21:22:03,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b9099398-9843-455b-b651-1f356cc7e443 1.132s 2018-08-20 21:22:03,650 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/b9099398-9843-455b-b651-1f356cc7e443', u'date': 'Mon, 20 Aug 2018 21:22:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-43f846ce-5b5c-4409-99b8-aed4247d2cc2'} Body: 2018-08-20 21:22:03,854 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.203s 2018-08-20 21:22:03,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-94a02348-c0e5-4f32-abc3-93d9e7772c0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94a02348-c0e5-4f32-abc3-93d9e7772c0c'} Body: 2018-08-20 21:22:04,743 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.887s 2018-08-20 21:22:04,744 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-99c018ad-e8dc-4cd1-95d6-b541e778ffd2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-99c018ad-e8dc-4cd1-95d6-b541e778ffd2'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:80:df", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:05,806 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.045s 2018-08-20 21:22:05,807 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-098dd966-8da6-4265-8822-e875cdde7a62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-098dd966-8da6-4265-8822-e875cdde7a62'} Body: {"itemNotFound": {"message": "Instance d35e7883-6cb4-4b6e-b848-80f8f4486321 could not be found.", "code": 404}} 2018-08-20 21:22:06,447 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c58c8e73-979d-438d-a30a-67146ec062d9 0.639s 2018-08-20 21:22:06,448 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c58c8e73-979d-438d-a30a-67146ec062d9', u'date': 'Mon, 20 Aug 2018 21:22:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6b24b3e8-729d-4a46-99de-18379e9e6178'} Body: 2018-08-20 21:22:06,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-431301133 0.083s 2018-08-20 21:22:06,532 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-431301133', u'x-compute-request-id': 'req-09e4dddb-d730-45d6-9ccb-2775c6d74088', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-09e4dddb-d730-45d6-9ccb-2775c6d74088'} Body: 2018-08-20 21:22:08,850 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/645af25a-db20-4f43-b528-a3a7b76a1967 2.316s 2018-08-20 21:22:08,850 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/645af25a-db20-4f43-b528-a3a7b76a1967', u'date': 'Mon, 20 Aug 2018 21:22:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bd3d7a60-d3ed-4cef-9504-905827fa0e54'} Body: 2018-08-20 21:22:10,697 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bce2167a-2e1d-4bbb-ac66-37a2d7730bbc 1.846s 2018-08-20 21:22:10,698 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/bce2167a-2e1d-4bbb-ac66-37a2d7730bbc', u'date': 'Mon, 20 Aug 2018 21:22:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c6f64d3b-cf09-4b8a-a248-e650756f1704'} Body: 2018-08-20 21:22:13,103 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/357a7d6a-dde2-46c5-9dc3-727650c3c1fc 2.403s 2018-08-20 21:22:13,103 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/357a7d6a-dde2-46c5-9dc3-727650c3c1fc', u'date': 'Mon, 20 Aug 2018 21:22:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-352f71b2-0070-40bb-a70f-d8278acb218c'} Body: 2018-08-20 21:22:15,310 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/463fde4a-0e50-42d3-853e-0d7a99a899fe 2.206s 2018-08-20 21:22:15,311 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/463fde4a-0e50-42d3-853e-0d7a99a899fe', u'date': 'Mon, 20 Aug 2018 21:22:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-82b50210-a29a-4162-9cad-d6e8222e3c63'} Body: 2018-08-20 21:22:15,617 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/9ed17642-79fe-4eed-bd43-5d1abebc56d9 0.305s 2018-08-20 21:22:15,618 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/9ed17642-79fe-4eed-bd43-5d1abebc56d9', u'date': 'Mon, 20 Aug 2018 21:22:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b5674565-22fc-44b6-8963-df8fd1b8fbe4'} Body: 2018-08-20 21:22:16.203 63 INFO tempest.lib.common.rest_client [req-21641e7e-b863-4a65-96a8-c66363af0710 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.534s 2018-08-20 21:22:16.204 63 DEBUG tempest.lib.common.rest_client [req-21641e7e-b863-4a65-96a8-c66363af0710 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-602277394 description", "name": "tempest-secgroup-smoke-602277394"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21641e7e-b863-4a65-96a8-c66363af0710'} Body: {"security_group": {"description": "tempest-secgroup-smoke-602277394 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:15Z", "updated_at": "2018-08-20T21:22:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:22:15Z", "revision_number": 0, "id": "5aaf07b1-cc76-4b25-92fb-a77ca4ce6a2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:22:15Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:22:15Z", "revision_number": 0, "id": "71d73bb3-504a-4e05-b9dd-d9455cf012e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:22:15Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bf819b69-e844-49da-9251-16c09915cae2", "name": "tempest-secgroup-smoke-602277394"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:16.771 63 INFO tempest.lib.common.rest_client [req-c26fdb67-a9a5-4d8d-a747-01bceb8213cd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.565s 2018-08-20 21:22:16.772 63 DEBUG tempest.lib.common.rest_client [req-c26fdb67-a9a5-4d8d-a747-01bceb8213cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c26fdb67-a9a5-4d8d-a747-01bceb8213cd'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:22:16Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "50706f48-971f-4ff8-81b5-d5cacaab76e0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:16.926 63 INFO tempest.lib.common.rest_client [req-4944bbb2-3d5c-43eb-99aa-f28ae1dc4278 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.153s 2018-08-20 21:22:16.927 63 DEBUG tempest.lib.common.rest_client [req-4944bbb2-3d5c-43eb-99aa-f28ae1dc4278 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4944bbb2-3d5c-43eb-99aa-f28ae1dc4278'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:22:16Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "778fa177-1afb-481c-a5a6-c364223e122d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:17.143 63 INFO tempest.lib.common.rest_client [req-5ca09e2f-fa36-4cea-a1c4-d040ddf96604 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.214s 2018-08-20 21:22:17.143 63 DEBUG tempest.lib.common.rest_client [req-5ca09e2f-fa36-4cea-a1c4-d040ddf96604 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ca09e2f-fa36-4cea-a1c4-d040ddf96604'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:22:16Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8b0e8646-3b67-4447-813d-cd686c9652cf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:17.401 63 INFO tempest.lib.common.rest_client [req-4efb630f-48ab-454a-ab85-ca257ad84a5f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.257s 2018-08-20 21:22:17.402 63 DEBUG tempest.lib.common.rest_client [req-4efb630f-48ab-454a-ab85-ca257ad84a5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4efb630f-48ab-454a-ab85-ca257ad84a5f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:22:17Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9921b393-68ed-4e20-a0ad-d21f04e5a30b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:17.819 63 INFO tempest.lib.common.rest_client [req-29219c0c-37eb-4e8a-941a-353f88641df7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.416s 2018-08-20 21:22:17.820 63 DEBUG tempest.lib.common.rest_client [req-29219c0c-37eb-4e8a-941a-353f88641df7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29219c0c-37eb-4e8a-941a-353f88641df7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:17Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "2b4dce1e-493c-45e9-918d-67b40b5917a5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:17.992 63 INFO tempest.lib.common.rest_client [req-c6328e5b-055a-419e-97fd-720c8db78a92 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.171s 2018-08-20 21:22:17.993 63 DEBUG tempest.lib.common.rest_client [req-c6328e5b-055a-419e-97fd-720c8db78a92 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6328e5b-055a-419e-97fd-720c8db78a92'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:17Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fbf5c639-c96c-4ac8-8e7c-a548c1fc52c1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:18.202 63 INFO tempest.lib.common.rest_client [req-cb2814a8-dbb4-4303-b14b-6b7e7fd2cd49 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-20 21:22:18.202 63 DEBUG tempest.lib.common.rest_client [req-cb2814a8-dbb4-4303-b14b-6b7e7fd2cd49 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cb2814a8-dbb4-4303-b14b-6b7e7fd2cd49'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:18Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ea8157af-f8cc-454c-96c9-c81795f33e5c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:18.381 63 INFO tempest.lib.common.rest_client [req-b2fab696-8b0a-41f9-8de5-ec53da99f814 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.177s 2018-08-20 21:22:18.382 63 DEBUG tempest.lib.common.rest_client [req-b2fab696-8b0a-41f9-8de5-ec53da99f814 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2fab696-8b0a-41f9-8de5-ec53da99f814'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:18Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9d2c10da-3c77-41e5-aefa-4aec4f9f1348"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:18.853 63 INFO tempest.lib.common.rest_client [req-54767070-18c0-4049-af3b-dfb109d9f557 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.469s 2018-08-20 21:22:18.854 63 DEBUG tempest.lib.common.rest_client [req-54767070-18c0-4049-af3b-dfb109d9f557 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-835255744"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:22:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54767070-18c0-4049-af3b-dfb109d9f557'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:22:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"ea8e04b8-c002-47dd-9e31-edb6b350ff82","name":"tempest-A-835255744"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:19.763 63 INFO tempest.lib.common.rest_client [req-c29954eb-de15-45e7-be22-efb5df5b2380 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.908s 2018-08-20 21:22:19.764 63 DEBUG tempest.lib.common.rest_client [req-c29954eb-de15-45e7-be22-efb5df5b2380 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "name": "tempest-subnet-A-1-1334111776"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:22:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c29954eb-de15-45e7-be22-efb5df5b2380'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea8e04b8-c002-47dd-9e31-edb6b350ff82","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:19Z","dns_nameservers":[],"updated_at":"2018-08-20T21:22:19Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"b62304ec-3376-4d64-8bc7-98ff99d64a71","subnetpool_id":null,"name":"tempest-subnet-A-1-1334111776"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:19.990 63 INFO tempest.lib.common.rest_client [req-fcf81a22-3bb6-448b-8e64-ca21393e7b8c ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.225s 2018-08-20 21:22:19.991 63 DEBUG tempest.lib.common.rest_client [req-fcf81a22-3bb6-448b-8e64-ca21393e7b8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1340843701"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:22:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fcf81a22-3bb6-448b-8e64-ca21393e7b8c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:22:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d70b8962-bb9d-41e8-993e-e2203dd8d4c4","name":"tempest-B-1340843701"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:21.148 63 INFO tempest.lib.common.rest_client [req-a9a27e24-738c-4cc1-8a44-2017aa9ebb7d ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.156s 2018-08-20 21:22:21.149 63 DEBUG tempest.lib.common.rest_client [req-a9a27e24-738c-4cc1-8a44-2017aa9ebb7d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "name": "tempest-subnet-B-1-1887686939"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:22:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9a27e24-738c-4cc1-8a44-2017aa9ebb7d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d70b8962-bb9d-41e8-993e-e2203dd8d4c4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:20Z","dns_nameservers":[],"updated_at":"2018-08-20T21:22:20Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d7c213c9-5194-4e18-ad4f-6bdf0a5452fe","subnetpool_id":null,"name":"tempest-subnet-B-1-1887686939"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:21.959 63 INFO tempest.lib.common.rest_client [req-5d34603b-0e1e-4c6e-bbac-f554b2950784 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.809s 2018-08-20 21:22:21.960 63 DEBUG tempest.lib.common.rest_client [req-5d34603b-0e1e-4c6e-bbac-f554b2950784 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:22:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d34603b-0e1e-4c6e-bbac-f554b2950784'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:22.645 63 INFO tempest.lib.common.rest_client [req-e027d555-59a5-4dbb-98a9-25b07e16fb0d ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations 0.685s 2018-08-20 21:22:22.646 63 DEBUG tempest.lib.common.rest_client [req-e027d555-59a5-4dbb-98a9-25b07e16fb0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations', u'date': 'Mon, 20 Aug 2018 21:22:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e027d555-59a5-4dbb-98a9-25b07e16fb0d'} Body: {"network_association": {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "id": "2c1348bc-20ee-4c83-adf6-0b82167ad4dc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:23.814 63 INFO tempest.lib.common.rest_client [req-c3cb73d2-12eb-457d-8214-82f6bb87c0f7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations 1.167s 2018-08-20 21:22:23.815 63 DEBUG tempest.lib.common.rest_client [req-c3cb73d2-12eb-457d-8214-82f6bb87c0f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations', u'date': 'Mon, 20 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c3cb73d2-12eb-457d-8214-82f6bb87c0f7'} Body: {"network_association": {"network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "id": "983eb82b-64c5-4d07-9fa6-2ad485d719b4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:23.815 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 21:22:24.183 63 INFO tempest.lib.common.rest_client [req-4047f78d-4d48-4754-8c62-ba0196db451a ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.367s 2018-08-20 21:22:24.184 63 DEBUG tempest.lib.common.rest_client [req-4047f78d-4d48-4754-8c62-ba0196db451a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1655053007"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-4047f78d-4d48-4754-8c62-ba0196db451a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4047f78d-4d48-4754-8c62-ba0196db451a'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdOcJpn1iDCv/v3YBzx7N4NzditfvL4W6eoc2c8732VU/ua9R01T2cuqCqqTCJSMdqw+fGlorvM66AIjIafcTmvZimGZQ66MwVlLtkS8IW9HDB/81i38BRWPu9oUug/Ln2AqQvxv1Ff1XvStkoEnd5JzC/0qOwPgmEEeKT15D9n3r0jOTOrx/W8pHYySLBSJxjWHG03cZgWY4lB4IKO9VXalk/NVCD7+yZQdj1oPXDeWEMiX9wUtnD/FDkknPfENi9jHTzL+MYizqadPX38kl93+nM+kymuHACHvKHQiSPrfOZ9uPMfWFE/JjoFZI4U2VXvjObUfw/nlGYYn/Hc8Wj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3TnCaZ9Ygwr/792Ac8ezeDc3YrX7y+FunqHNnPO99lVP7mvU\ndNU9nLqgqqkwiUjHasPnxpaK7zOugCIyGn3E5r2YphmUOujMFZS7ZEvCFvRwwf/N\nYt/AUVj7vaFLoPy59gKkL8b9RX9V70rZKBJ3eScwv9KjsD4JhBHik9eQ/Z969Izk\nzq8f1vKR2MkiwUicY1hxtN3GYFmOJQeCCjvVV2pZPzVQg+/smUHY9aD1w3lhDIl/\ncFLZw/xQ5JJz3xDYvYx08y/jGIs6mnT19/JJfd/pzPpMprhwAh7yh0Ikj63zmfbj\nzH1hRPyY6BWSOFNlV74zm1H8P55RmGJ/x3PFowIDAQABAoIBAGx85c08WoCxBUAR\nJOwic+2xTlT3H8sk+0WJ3bZpha/muHMYqDC/Xh6dGyt2GxpH+ZtvBRvLOckCVEH8\nAwwgv03UjqZuBtY40dSHgro1uLHfH+jTVFp3le2OsK2XCuqg5WUyeGgBsrTBNFhM\nIWBYZgSg5nQ7jRBh6/K7fpy36x+kiwbKlufyHVceVOtYI8SilEmmkPukfunCJEAw\n15UKbHm2baeyJ4mvrIyHZFrwivgJ/G75EhtpVkU+QFJH0LW1HQlkDhw+/wRw0dd/\naXpZxGXqGBOhuqvHfGeuGUCs5ILbaaxWKiz6/ASN1/KXGwHpuurAl4Q3hhr0diWz\nDiKr6+ECgYEA/uKOYByPAJ2Fs3FUzl36dCS2owwLvdlQXT8/qM5ZeGFUasqqyP/D\ngn6xoBkZTP2JFhHu+c/iwivp7Sr4ovx+3uOjij22Ee6NW56CAvH/XS7S5NEG2QcR\ntgmLouCB1QmX838aJepshEPXYsla+idNPU0lvid5+h+sPubK9NWz6bMCgYEA3jGC\nJiRpsjM096AKRwQLWBM2vUDeP3BdrhAwDcI6hy1DRIEk11jIxf2yfX0a8LQ/cwNq\n0xQTdQP9qsOg0U+eMmrfFWKWSIWmnaQ3UQhkcKP5WlwKBe+fZZWPvkC0j2iE288A\nR33+yjGhwSD1chJG1jmUUpboOzN22v2KWnYL3FECgYEA8irZMTIRIHmJvZsxAz3B\nJzZ2nGVmhoOB2oasejtMQJbg+PID4CM5Y7PyGfWe10qQQ/rX/lvoy6mjgWXxhBG4\njRblnAPUCCeKAQGR7zBz+tnxH9wF0I/p4PYiyKbcVEfgKkaZ1mprniNC8iXznXdX\n6KVy9b9WIjKTmdP4AzVD0gcCgYBX5DWbaOP2fZMCMOhf1xW1rUQF8Nb5OTWVWQnp\nJ1+HgTwOqRctqA0jZItqYEZ72JEQqdVj0ZkwvHdnSSMgKOJnBydfijPwVA3oZcEL\n6MnyVKqaN7YvSu4+fL7zfxztbWbAnE17+jcDPEbD4om0qc4jh3tIgDE02dK2JXzI\n89EVQQKBgQChAwh0DFa7WzGbRsrOGrOmlBohmstPGtMgRn6Iic1kXqzjJ/Y1kTa/\n0+8ouIuK1hlYxe22A7Ry/REztbV1KTwShcA82K7WVolGLd8YxvJ+LAI/7rXhFoBk\npNWSMlqnFHnIjYwpWcXJzFT957ukYPjylXWm+8AG8HiKgD8OuvqqEw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1655053007", "fingerprint": "aa:16:a9:de:a5:1b:fd:35:58:bd:fc:40:9d:45:58:56"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:25.332 63 INFO tempest.lib.common.rest_client [req-4cc9e20f-65b1-4929-a439-3a87e6418225 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.144s 2018-08-20 21:22:25.333 63 DEBUG tempest.lib.common.rest_client [req-4cc9e20f-65b1-4929-a439-3a87e6418225 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1866455547", "security_groups": ["bf819b69-e844-49da-9251-16c09915cae2"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:22:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4cc9e20f-65b1-4929-a439-3a87e6418225'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:22:24Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ea8e04b8-c002-47dd-9e31-edb6b350ff82","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:22:24Z","name":"tempest-port-smoke-1866455547","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:62:0a:62","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"b62304ec-3376-4d64-8bc7-98ff99d64a71","ip_address":"10.101.11.10"}],"id":"e519fc48-4912-43d4-8752-a0fdb561b31f","security_groups":["bf819b69-e844-49da-9251-16c09915cae2"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:28.570 63 INFO tempest.lib.common.rest_client [req-7f57cfa2-112b-4268-a913-e5ff08f5d049 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.235s 2018-08-20 21:22:28.570 63 DEBUG tempest.lib.common.rest_client [req-7f57cfa2-112b-4268-a913-e5ff08f5d049 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655053007", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "port": "e519fc48-4912-43d4-8752-a0fdb561b31f"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-7f57cfa2-112b-4268-a913-e5ff08f5d049', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f57cfa2-112b-4268-a913-e5ff08f5d049'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "adminPass": "7Cmjszmb595Z"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:28.920 63 INFO tempest.lib.common.rest_client [req-1d31cb58-4d3f-4d1b-80fd-ff0991bf1a34 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.348s 2018-08-20 21:22:28.921 63 DEBUG tempest.lib.common.rest_client [req-1d31cb58-4d3f-4d1b-80fd-ff0991bf1a34 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-1d31cb58-4d3f-4d1b-80fd-ff0991bf1a34', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d31cb58-4d3f-4d1b-80fd-ff0991bf1a34'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:30.298 63 INFO tempest.lib.common.rest_client [req-a8780b79-c1d6-4db7-930b-2f31f572f5f1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.360s 2018-08-20 21:22:30.299 63 DEBUG tempest.lib.common.rest_client [req-a8780b79-c1d6-4db7-930b-2f31f572f5f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-a8780b79-c1d6-4db7-930b-2f31f572f5f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8780b79-c1d6-4db7-930b-2f31f572f5f1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:31.693 63 INFO tempest.lib.common.rest_client [req-faae3071-81eb-474e-9bde-27b0e73a74e6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.378s 2018-08-20 21:22:31.693 63 DEBUG tempest.lib.common.rest_client [req-faae3071-81eb-474e-9bde-27b0e73a74e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1322', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-faae3071-81eb-474e-9bde-27b0e73a74e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-faae3071-81eb-474e-9bde-27b0e73a74e6'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:30Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:31.709 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait 2018-08-20 21:22:33.436 63 INFO tempest.lib.common.rest_client [req-a3bd61f5-aa20-46bf-85b7-a1ba78ffcc7d ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.725s 2018-08-20 21:22:33.437 63 DEBUG tempest.lib.common.rest_client [req-a3bd61f5-aa20-46bf-85b7-a1ba78ffcc7d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-a3bd61f5-aa20-46bf-85b7-a1ba78ffcc7d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3bd61f5-aa20-46bf-85b7-a1ba78ffcc7d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:33.450 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:22:35.107 63 INFO tempest.lib.common.rest_client [req-c5f7f9ec-5f6b-4daf-a477-ad6f18836851 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.655s 2018-08-20 21:22:35.108 63 DEBUG tempest.lib.common.rest_client [req-c5f7f9ec-5f6b-4daf-a477-ad6f18836851 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-c5f7f9ec-5f6b-4daf-a477-ad6f18836851', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5f7f9ec-5f6b-4daf-a477-ad6f18836851'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:37.157 63 INFO tempest.lib.common.rest_client [req-3829c9ae-c11b-489e-83a9-7573379a82a2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 1.033s 2018-08-20 21:22:37.157 63 DEBUG tempest.lib.common.rest_client [req-3829c9ae-c11b-489e-83a9-7573379a82a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-3829c9ae-c11b-489e-83a9-7573379a82a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3829c9ae-c11b-489e-83a9-7573379a82a2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:39.059 63 INFO tempest.lib.common.rest_client [req-a4289865-d7b3-438f-ae66-e2d18acb9530 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.887s 2018-08-20 21:22:39.060 63 DEBUG tempest.lib.common.rest_client [req-a4289865-d7b3-438f-ae66-e2d18acb9530 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-a4289865-d7b3-438f-ae66-e2d18acb9530', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4289865-d7b3-438f-ae66-e2d18acb9530'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-835255744": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:0a:62", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:36Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:39.076 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 21:22:40.041 63 INFO tempest.lib.common.rest_client [req-93f7b8e9-2bc6-4535-aafd-74c4ba25f79a ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.964s 2018-08-20 21:22:40.041 63 DEBUG tempest.lib.common.rest_client [req-93f7b8e9-2bc6-4535-aafd-74c4ba25f79a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-93f7b8e9-2bc6-4535-aafd-74c4ba25f79a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93f7b8e9-2bc6-4535-aafd-74c4ba25f79a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-835255744": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:0a:62", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:36Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:40.057 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 3167a660-a58c-4059-a33e-cc0e7a7e3a80 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:22:41.134 63 INFO tempest.lib.common.rest_client [req-366db3bd-b3b5-4907-b3ea-cf9d0ba874c5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.076s 2018-08-20 21:22:41.134 63 DEBUG tempest.lib.common.rest_client [req-366db3bd-b3b5-4907-b3ea-cf9d0ba874c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-390323216", "security_groups": ["bf819b69-e844-49da-9251-16c09915cae2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:22:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-366db3bd-b3b5-4907-b3ea-cf9d0ba874c5'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:22:40Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d70b8962-bb9d-41e8-993e-e2203dd8d4c4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:22:40Z","name":"tempest-port-smoke-390323216","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:98:fd:a6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"d7c213c9-5194-4e18-ad4f-6bdf0a5452fe","ip_address":"10.102.21.20"}],"id":"59a0ecf6-55c7-42c9-bcbd-7436c20c9f35","security_groups":["bf819b69-e844-49da-9251-16c09915cae2"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:43.715 63 INFO tempest.lib.common.rest_client [req-abfae102-1536-4a29-a320-119724efcd31 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 2.579s 2018-08-20 21:22:43.715 63 DEBUG tempest.lib.common.rest_client [req-abfae102-1536-4a29-a320-119724efcd31 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655053007", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "port": "59a0ecf6-55c7-42c9-bcbd-7436c20c9f35"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-abfae102-1536-4a29-a320-119724efcd31', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-abfae102-1536-4a29-a320-119724efcd31'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "adminPass": "fuq6zbkDsiSe"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:44.251 63 INFO tempest.lib.common.rest_client [req-d5aeb5e6-199f-467f-8592-7a82482b4c45 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.531s 2018-08-20 21:22:44.251 63 DEBUG tempest.lib.common.rest_client [req-d5aeb5e6-199f-467f-8592-7a82482b4c45 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-d5aeb5e6-199f-467f-8592-7a82482b4c45', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5aeb5e6-199f-467f-8592-7a82482b4c45'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:45.519 63 INFO tempest.lib.common.rest_client [req-d57a8da9-fa6c-4445-8e6b-b011e803af82 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.251s 2018-08-20 21:22:45.519 63 DEBUG tempest.lib.common.rest_client [req-d57a8da9-fa6c-4445-8e6b-b011e803af82 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-d57a8da9-fa6c-4445-8e6b-b011e803af82', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d57a8da9-fa6c-4445-8e6b-b011e803af82'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:46.883 63 INFO tempest.lib.common.rest_client [req-2bec0563-c5f1-4252-bd39-7210d5ec7872 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.348s 2018-08-20 21:22:46.883 63 DEBUG tempest.lib.common.rest_client [req-2bec0563-c5f1-4252-bd39-7210d5ec7872 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-2bec0563-c5f1-4252-bd39-7210d5ec7872', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2bec0563-c5f1-4252-bd39-7210d5ec7872'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:46Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:46.896 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-20 21:22:48.618 63 INFO tempest.lib.common.rest_client [req-85fdd116-af38-4188-9508-0511fccdd876 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.720s 2018-08-20 21:22:48.619 63 DEBUG tempest.lib.common.rest_client [req-85fdd116-af38-4188-9508-0511fccdd876 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-85fdd116-af38-4188-9508-0511fccdd876', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85fdd116-af38-4188-9508-0511fccdd876'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:46Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:48.633 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:22:50.662 63 INFO tempest.lib.common.rest_client [req-98d6d1f4-e8be-456b-9270-fb227b1c3fad ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 1.027s 2018-08-20 21:22:50.663 63 DEBUG tempest.lib.common.rest_client [req-98d6d1f4-e8be-456b-9270-fb227b1c3fad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-98d6d1f4-e8be-456b-9270-fb227b1c3fad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98d6d1f4-e8be-456b-9270-fb227b1c3fad'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:46Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:52.276 63 INFO tempest.lib.common.rest_client [req-0a99424d-8482-4051-b108-63c542503aa2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.597s 2018-08-20 21:22:52.276 63 DEBUG tempest.lib.common.rest_client [req-0a99424d-8482-4051-b108-63c542503aa2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-0a99424d-8482-4051-b108-63c542503aa2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a99424d-8482-4051-b108-63c542503aa2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:51Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:52.290 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:22:52.936 63 INFO tempest.lib.common.rest_client [req-7bda0686-a177-4dfd-9ae1-ae2126f7a22a ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.645s 2018-08-20 21:22:52.937 63 DEBUG tempest.lib.common.rest_client [req-7bda0686-a177-4dfd-9ae1-ae2126f7a22a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-7bda0686-a177-4dfd-9ae1-ae2126f7a22a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7bda0686-a177-4dfd-9ae1-ae2126f7a22a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:51Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:52.951 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: b56f10fe-3680-4d10-85df-684ba3ad0e61 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:22:53.058 63 INFO tempest.lib.common.rest_client [req-2fb1f0c8-eade-4c18-aa28-7880c9416e76 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/routers 0.106s 2018-08-20 21:22:53.059 63 DEBUG tempest.lib.common.rest_client [req-2fb1f0c8-eade-4c18-aa28-7880c9416e76 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--825213498", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:22:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2fb1f0c8-eade-4c18-aa28-7880c9416e76'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:52Z", "admin_state_up": true, "updated_at": "2018-08-20T21:22:52Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2", "name": "tempest-router--825213498"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:54.572 63 INFO tempest.lib.common.rest_client [req-9a8b95c0-655f-4bf6-b091-898d98783cd1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2 1.513s 2018-08-20 21:22:54.573 63 DEBUG tempest.lib.common.rest_client [req-9a8b95c0-655f-4bf6-b091-898d98783cd1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2', u'date': 'Mon, 20 Aug 2018 21:22:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a8b95c0-655f-4bf6-b091-898d98783cd1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:52Z", "admin_state_up": true, "updated_at": "2018-08-20T21:22:54Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2", "name": "tempest-router--825213498"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:56.829 63 INFO tempest.lib.common.rest_client [req-309ffc4e-dc8c-489a-946f-5ad6d921bdd4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/add_router_interface 2.253s 2018-08-20 21:22:56.829 63 DEBUG tempest.lib.common.rest_client [req-309ffc4e-dc8c-489a-946f-5ad6d921bdd4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:22:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-309ffc4e-dc8c-489a-946f-5ad6d921bdd4'} Body: {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71", "subnet_ids": ["b62304ec-3376-4d64-8bc7-98ff99d64a71"], "port_id": "2ca45f13-3b66-4659-8425-022958bdd3ef", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:58.873 63 INFO tempest.lib.common.rest_client [req-c9edbe38-e6b7-49b3-b8f3-60585293b186 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.043s 2018-08-20 21:22:58.874 63 DEBUG tempest.lib.common.rest_client [req-c9edbe38-e6b7-49b3-b8f3-60585293b186 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "e519fc48-4912-43d4-8752-a0fdb561b31f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:22:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c9edbe38-e6b7-49b3-b8f3-60585293b186'} Body: {"floatingip": {"router_id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:22:57Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "e519fc48-4912-43d4-8752-a0fdb561b31f", "id": "e60d98a7-de94-4680-ab1c-f60543f81a6a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:22:58.875 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:23:06.890 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:23:06.953 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:23:06.954 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:23:07.069 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:23:07.069 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:23:07.072 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:23:07.135 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:23:07.136 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:23:12.144 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:23:12.144 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:24:22.191 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:24:22.192 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:24:22.198 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:24:22.295 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:24:22.324 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:24:27.332 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:24:27.333 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:25:37.400 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:25:37.401 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:25:37.402 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37.409 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37.510 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:25:37.536 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37.543 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:25:37.544 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:b5:3b:9e [ether] on eth0 2018-08-20 21:25:37.544 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:25:37.545 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37.547 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37.606 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:25:37.611 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37.621 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 21:25:37.622 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:25:37.622 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37.624 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37.686 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:25:37.688 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37.695 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:25:37.695 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37.697 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37.758 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:25:37.762 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37.767 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:25:37.768 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:b5:3b:9e [ether] on eth0 2018-08-20 21:25:37.768 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:25:37.769 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37.771 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37.830 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:25:37.836 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:42.843 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:25:42.843 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:26:52.915 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:26:52.916 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:26:52.920 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:26:53.020 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:26:53.048 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:26:58.055 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:26:58.056 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:28:08.120 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.213: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:28:09.795 63 INFO tempest.lib.common.rest_client [req-fa290f7b-973e-4795-9690-8f8e59f9a4bd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/e60d98a7-de94-4680-ab1c-f60543f81a6a 1.671s 2018-08-20 21:28:09.795 63 DEBUG tempest.lib.common.rest_client [req-fa290f7b-973e-4795-9690-8f8e59f9a4bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/e60d98a7-de94-4680-ab1c-f60543f81a6a', u'date': 'Mon, 20 Aug 2018 21:28:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fa290f7b-973e-4795-9690-8f8e59f9a4bd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:11.901 63 INFO tempest.lib.common.rest_client [req-985b9ab2-c2ef-4705-830a-7e2ab89992df ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/remove_router_interface 2.104s 2018-08-20 21:28:11.902 63 DEBUG tempest.lib.common.rest_client [req-985b9ab2-c2ef-4705-830a-7e2ab89992df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:28:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-985b9ab2-c2ef-4705-830a-7e2ab89992df'} Body: {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71", "subnet_ids": ["b62304ec-3376-4d64-8bc7-98ff99d64a71"], "port_id": "2ca45f13-3b66-4659-8425-022958bdd3ef", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:13.739 63 INFO tempest.lib.common.rest_client [req-25e05e68-da03-4fe6-aa1a-16d83e8b5072 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2 1.835s 2018-08-20 21:28:13.739 63 DEBUG tempest.lib.common.rest_client [req-25e05e68-da03-4fe6-aa1a-16d83e8b5072 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2', u'date': 'Mon, 20 Aug 2018 21:28:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-25e05e68-da03-4fe6-aa1a-16d83e8b5072'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:14.319 63 INFO tempest.lib.common.rest_client [req-1c35939c-1809-42ba-bc3b-6f72694694a3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.579s 2018-08-20 21:28:14.320 63 DEBUG tempest.lib.common.rest_client [req-1c35939c-1809-42ba-bc3b-6f72694694a3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-1c35939c-1809-42ba-bc3b-6f72694694a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c35939c-1809-42ba-bc3b-6f72694694a3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:15.579 63 INFO tempest.lib.common.rest_client [req-7bbd71f1-799e-452f-bf64-e0d8150fa130 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 1.258s 2018-08-20 21:28:15.579 63 DEBUG tempest.lib.common.rest_client [req-7bbd71f1-799e-452f-bf64-e0d8150fa130 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-7bbd71f1-799e-452f-bf64-e0d8150fa130', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7bbd71f1-799e-452f-bf64-e0d8150fa130'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:14Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:16.935 63 INFO tempest.lib.common.rest_client [req-18d82c38-b022-4e22-8a7a-5f4c0cdba169 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.339s 2018-08-20 21:28:16.936 63 DEBUG tempest.lib.common.rest_client [req-18d82c38-b022-4e22-8a7a-5f4c0cdba169 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-18d82c38-b022-4e22-8a7a-5f4c0cdba169', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18d82c38-b022-4e22-8a7a-5f4c0cdba169'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:14Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:17.995 63 INFO tempest.lib.common.rest_client [req-40d1561c-a9a8-4219-bcbd-a411349a9813 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.042s 2018-08-20 21:28:17.995 63 DEBUG tempest.lib.common.rest_client [req-40d1561c-a9a8-4219-bcbd-a411349a9813 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-40d1561c-a9a8-4219-bcbd-a411349a9813', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-40d1561c-a9a8-4219-bcbd-a411349a9813'} Body: {"itemNotFound": {"message": "Instance b56f10fe-3680-4d10-85df-684ba3ad0e61 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:19.026 63 INFO tempest.lib.common.rest_client [req-5b416845-551f-493f-8d0a-b290652e7d14 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/59a0ecf6-55c7-42c9-bcbd-7436c20c9f35 1.029s 2018-08-20 21:28:19.026 63 DEBUG tempest.lib.common.rest_client [req-5b416845-551f-493f-8d0a-b290652e7d14 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/59a0ecf6-55c7-42c9-bcbd-7436c20c9f35', u'date': 'Mon, 20 Aug 2018 21:28:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5b416845-551f-493f-8d0a-b290652e7d14'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:19.325 63 INFO tempest.lib.common.rest_client [req-7c80a303-5152-421d-a401-6bd4c9abe083 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.298s 2018-08-20 21:28:19.326 63 DEBUG tempest.lib.common.rest_client [req-7c80a303-5152-421d-a401-6bd4c9abe083 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-7c80a303-5152-421d-a401-6bd4c9abe083', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c80a303-5152-421d-a401-6bd4c9abe083'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:20.489 63 INFO tempest.lib.common.rest_client [req-ba014b72-aa69-477e-917f-f4859197a1df ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 1.162s 2018-08-20 21:28:20.490 63 DEBUG tempest.lib.common.rest_client [req-ba014b72-aa69-477e-917f-f4859197a1df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-ba014b72-aa69-477e-917f-f4859197a1df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba014b72-aa69-477e-917f-f4859197a1df'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-835255744": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:0a:62", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:19Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:22.332 63 INFO tempest.lib.common.rest_client [req-74add4b4-45aa-45f6-960a-e5c8cde28d28 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.826s 2018-08-20 21:28:22.332 63 DEBUG tempest.lib.common.rest_client [req-74add4b4-45aa-45f6-960a-e5c8cde28d28 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1348', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-74add4b4-45aa-45f6-960a-e5c8cde28d28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74add4b4-45aa-45f6-960a-e5c8cde28d28'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-20T21:28:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": "2018-08-20T21:28:21.000000", "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:22.345 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-20 21:28:23.440 63 INFO tempest.lib.common.rest_client [req-662c0f65-6eb4-4426-9ec9-ce6c05d635cb ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.093s 2018-08-20 21:28:23.440 63 DEBUG tempest.lib.common.rest_client [req-662c0f65-6eb4-4426-9ec9-ce6c05d635cb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-662c0f65-6eb4-4426-9ec9-ce6c05d635cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-662c0f65-6eb4-4426-9ec9-ce6c05d635cb'} Body: {"itemNotFound": {"message": "Instance 3167a660-a58c-4059-a33e-cc0e7a7e3a80 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:24.707 63 INFO tempest.lib.common.rest_client [req-db08821b-492f-417d-b432-0d60da51788e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e519fc48-4912-43d4-8752-a0fdb561b31f 1.266s 2018-08-20 21:28:24.708 63 DEBUG tempest.lib.common.rest_client [req-db08821b-492f-417d-b432-0d60da51788e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/e519fc48-4912-43d4-8752-a0fdb561b31f', u'date': 'Mon, 20 Aug 2018 21:28:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-db08821b-492f-417d-b432-0d60da51788e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:24.913 63 INFO tempest.lib.common.rest_client [req-2981cd41-02a6-4e09-8dc9-4eef208b88a9 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1655053007 0.205s 2018-08-20 21:28:24.914 63 DEBUG tempest.lib.common.rest_client [req-2981cd41-02a6-4e09-8dc9-4eef208b88a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1655053007', u'x-compute-request-id': 'req-2981cd41-02a6-4e09-8dc9-4eef208b88a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2981cd41-02a6-4e09-8dc9-4eef208b88a9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:28.031 63 INFO tempest.lib.common.rest_client [req-83d6d03f-dd92-44ec-bb11-7f1dbac25aa8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d7c213c9-5194-4e18-ad4f-6bdf0a5452fe 3.115s 2018-08-20 21:28:28.032 63 DEBUG tempest.lib.common.rest_client [req-83d6d03f-dd92-44ec-bb11-7f1dbac25aa8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/d7c213c9-5194-4e18-ad4f-6bdf0a5452fe', u'date': 'Mon, 20 Aug 2018 21:28:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-83d6d03f-dd92-44ec-bb11-7f1dbac25aa8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:30.540 63 INFO tempest.lib.common.rest_client [req-9a24267b-20c2-471f-b953-1c177715b9a2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d70b8962-bb9d-41e8-993e-e2203dd8d4c4 2.507s 2018-08-20 21:28:30.541 63 DEBUG tempest.lib.common.rest_client [req-9a24267b-20c2-471f-b953-1c177715b9a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d70b8962-bb9d-41e8-993e-e2203dd8d4c4', u'date': 'Mon, 20 Aug 2018 21:28:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9a24267b-20c2-471f-b953-1c177715b9a2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:33.318 63 INFO tempest.lib.common.rest_client [req-0aed818a-af1d-4b11-9ae6-cd596d9ebe7c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b62304ec-3376-4d64-8bc7-98ff99d64a71 2.776s 2018-08-20 21:28:33.319 63 DEBUG tempest.lib.common.rest_client [req-0aed818a-af1d-4b11-9ae6-cd596d9ebe7c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/b62304ec-3376-4d64-8bc7-98ff99d64a71', u'date': 'Mon, 20 Aug 2018 21:28:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0aed818a-af1d-4b11-9ae6-cd596d9ebe7c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:34.991 63 INFO tempest.lib.common.rest_client [req-98d6703d-f366-45f4-9051-7c0b6f0297ae ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ea8e04b8-c002-47dd-9e31-edb6b350ff82 1.672s 2018-08-20 21:28:34.992 63 DEBUG tempest.lib.common.rest_client [req-98d6703d-f366-45f4-9051-7c0b6f0297ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/ea8e04b8-c002-47dd-9e31-edb6b350ff82', u'date': 'Mon, 20 Aug 2018 21:28:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-98d6703d-f366-45f4-9051-7c0b6f0297ae'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:35.299 63 INFO tempest.lib.common.rest_client [req-ed4984f7-df79-4023-8b25-414b35f717d8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/bf819b69-e844-49da-9251-16c09915cae2 0.307s 2018-08-20 21:28:35.300 63 DEBUG tempest.lib.common.rest_client [req-ed4984f7-df79-4023-8b25-414b35f717d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/bf819b69-e844-49da-9251-16c09915cae2', u'date': 'Mon, 20 Aug 2018 21:28:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ed4984f7-df79-4023-8b25-414b35f717d8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant1 [379.634370s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 102, in test_bgpvpn_variant1 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:22:16,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.534s 2018-08-20 21:22:16,204 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-602277394 description", "name": "tempest-secgroup-smoke-602277394"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21641e7e-b863-4a65-96a8-c66363af0710'} Body: {"security_group": {"description": "tempest-secgroup-smoke-602277394 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:15Z", "updated_at": "2018-08-20T21:22:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:22:15Z", "revision_number": 0, "id": "5aaf07b1-cc76-4b25-92fb-a77ca4ce6a2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:22:15Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:22:15Z", "revision_number": 0, "id": "71d73bb3-504a-4e05-b9dd-d9455cf012e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:22:15Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bf819b69-e844-49da-9251-16c09915cae2", "name": "tempest-secgroup-smoke-602277394"}} 2018-08-20 21:22:16,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.565s 2018-08-20 21:22:16,772 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c26fdb67-a9a5-4d8d-a747-01bceb8213cd'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:22:16Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "50706f48-971f-4ff8-81b5-d5cacaab76e0"}} 2018-08-20 21:22:16,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.153s 2018-08-20 21:22:16,927 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4944bbb2-3d5c-43eb-99aa-f28ae1dc4278'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:22:16Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "778fa177-1afb-481c-a5a6-c364223e122d"}} 2018-08-20 21:22:17,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.214s 2018-08-20 21:22:17,143 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ca09e2f-fa36-4cea-a1c4-d040ddf96604'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:22:16Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8b0e8646-3b67-4447-813d-cd686c9652cf"}} 2018-08-20 21:22:17,401 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.257s 2018-08-20 21:22:17,402 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4efb630f-48ab-454a-ab85-ca257ad84a5f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:22:17Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9921b393-68ed-4e20-a0ad-d21f04e5a30b"}} 2018-08-20 21:22:17,819 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.416s 2018-08-20 21:22:17,820 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29219c0c-37eb-4e8a-941a-353f88641df7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:17Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "2b4dce1e-493c-45e9-918d-67b40b5917a5"}} 2018-08-20 21:22:17,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.171s 2018-08-20 21:22:17,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6328e5b-055a-419e-97fd-720c8db78a92'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:17Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fbf5c639-c96c-4ac8-8e7c-a548c1fc52c1"}} 2018-08-20 21:22:18,202 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-20 21:22:18,202 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cb2814a8-dbb4-4303-b14b-6b7e7fd2cd49'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:18Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ea8157af-f8cc-454c-96c9-c81795f33e5c"}} 2018-08-20 21:22:18,381 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.177s 2018-08-20 21:22:18,382 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2fab696-8b0a-41f9-8de5-ec53da99f814'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:18Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9d2c10da-3c77-41e5-aefa-4aec4f9f1348"}} 2018-08-20 21:22:18,853 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.469s 2018-08-20 21:22:18,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-835255744"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:22:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54767070-18c0-4049-af3b-dfb109d9f557'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:22:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"ea8e04b8-c002-47dd-9e31-edb6b350ff82","name":"tempest-A-835255744"}} 2018-08-20 21:22:19,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.908s 2018-08-20 21:22:19,764 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "name": "tempest-subnet-A-1-1334111776"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:22:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c29954eb-de15-45e7-be22-efb5df5b2380'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea8e04b8-c002-47dd-9e31-edb6b350ff82","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:19Z","dns_nameservers":[],"updated_at":"2018-08-20T21:22:19Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"b62304ec-3376-4d64-8bc7-98ff99d64a71","subnetpool_id":null,"name":"tempest-subnet-A-1-1334111776"}} 2018-08-20 21:22:19,990 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.225s 2018-08-20 21:22:19,991 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1340843701"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:22:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fcf81a22-3bb6-448b-8e64-ca21393e7b8c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:22:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d70b8962-bb9d-41e8-993e-e2203dd8d4c4","name":"tempest-B-1340843701"}} 2018-08-20 21:22:21,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.156s 2018-08-20 21:22:21,149 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "name": "tempest-subnet-B-1-1887686939"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:22:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9a27e24-738c-4cc1-8a44-2017aa9ebb7d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d70b8962-bb9d-41e8-993e-e2203dd8d4c4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:20Z","dns_nameservers":[],"updated_at":"2018-08-20T21:22:20Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d7c213c9-5194-4e18-ad4f-6bdf0a5452fe","subnetpool_id":null,"name":"tempest-subnet-B-1-1887686939"}} 2018-08-20 21:22:21,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.809s 2018-08-20 21:22:21,960 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:22:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d34603b-0e1e-4c6e-bbac-f554b2950784'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b"}} 2018-08-20 21:22:22,645 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations 0.685s 2018-08-20 21:22:22,646 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations', u'date': 'Mon, 20 Aug 2018 21:22:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e027d555-59a5-4dbb-98a9-25b07e16fb0d'} Body: {"network_association": {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "id": "2c1348bc-20ee-4c83-adf6-0b82167ad4dc"}} 2018-08-20 21:22:23,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations 1.167s 2018-08-20 21:22:23,815 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations', u'date': 'Mon, 20 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c3cb73d2-12eb-457d-8214-82f6bb87c0f7'} Body: {"network_association": {"network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "id": "983eb82b-64c5-4d07-9fa6-2ad485d719b4"}} 2018-08-20 21:22:23,815 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:22:24,183 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.367s 2018-08-20 21:22:24,184 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1655053007"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-4047f78d-4d48-4754-8c62-ba0196db451a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4047f78d-4d48-4754-8c62-ba0196db451a'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdOcJpn1iDCv/v3YBzx7N4NzditfvL4W6eoc2c8732VU/ua9R01T2cuqCqqTCJSMdqw+fGlorvM66AIjIafcTmvZimGZQ66MwVlLtkS8IW9HDB/81i38BRWPu9oUug/Ln2AqQvxv1Ff1XvStkoEnd5JzC/0qOwPgmEEeKT15D9n3r0jOTOrx/W8pHYySLBSJxjWHG03cZgWY4lB4IKO9VXalk/NVCD7+yZQdj1oPXDeWEMiX9wUtnD/FDkknPfENi9jHTzL+MYizqadPX38kl93+nM+kymuHACHvKHQiSPrfOZ9uPMfWFE/JjoFZI4U2VXvjObUfw/nlGYYn/Hc8Wj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3TnCaZ9Ygwr/792Ac8ezeDc3YrX7y+FunqHNnPO99lVP7mvU\ndNU9nLqgqqkwiUjHasPnxpaK7zOugCIyGn3E5r2YphmUOujMFZS7ZEvCFvRwwf/N\nYt/AUVj7vaFLoPy59gKkL8b9RX9V70rZKBJ3eScwv9KjsD4JhBHik9eQ/Z969Izk\nzq8f1vKR2MkiwUicY1hxtN3GYFmOJQeCCjvVV2pZPzVQg+/smUHY9aD1w3lhDIl/\ncFLZw/xQ5JJz3xDYvYx08y/jGIs6mnT19/JJfd/pzPpMprhwAh7yh0Ikj63zmfbj\nzH1hRPyY6BWSOFNlV74zm1H8P55RmGJ/x3PFowIDAQABAoIBAGx85c08WoCxBUAR\nJOwic+2xTlT3H8sk+0WJ3bZpha/muHMYqDC/Xh6dGyt2GxpH+ZtvBRvLOckCVEH8\nAwwgv03UjqZuBtY40dSHgro1uLHfH+jTVFp3le2OsK2XCuqg5WUyeGgBsrTBNFhM\nIWBYZgSg5nQ7jRBh6/K7fpy36x+kiwbKlufyHVceVOtYI8SilEmmkPukfunCJEAw\n15UKbHm2baeyJ4mvrIyHZFrwivgJ/G75EhtpVkU+QFJH0LW1HQlkDhw+/wRw0dd/\naXpZxGXqGBOhuqvHfGeuGUCs5ILbaaxWKiz6/ASN1/KXGwHpuurAl4Q3hhr0diWz\nDiKr6+ECgYEA/uKOYByPAJ2Fs3FUzl36dCS2owwLvdlQXT8/qM5ZeGFUasqqyP/D\ngn6xoBkZTP2JFhHu+c/iwivp7Sr4ovx+3uOjij22Ee6NW56CAvH/XS7S5NEG2QcR\ntgmLouCB1QmX838aJepshEPXYsla+idNPU0lvid5+h+sPubK9NWz6bMCgYEA3jGC\nJiRpsjM096AKRwQLWBM2vUDeP3BdrhAwDcI6hy1DRIEk11jIxf2yfX0a8LQ/cwNq\n0xQTdQP9qsOg0U+eMmrfFWKWSIWmnaQ3UQhkcKP5WlwKBe+fZZWPvkC0j2iE288A\nR33+yjGhwSD1chJG1jmUUpboOzN22v2KWnYL3FECgYEA8irZMTIRIHmJvZsxAz3B\nJzZ2nGVmhoOB2oasejtMQJbg+PID4CM5Y7PyGfWe10qQQ/rX/lvoy6mjgWXxhBG4\njRblnAPUCCeKAQGR7zBz+tnxH9wF0I/p4PYiyKbcVEfgKkaZ1mprniNC8iXznXdX\n6KVy9b9WIjKTmdP4AzVD0gcCgYBX5DWbaOP2fZMCMOhf1xW1rUQF8Nb5OTWVWQnp\nJ1+HgTwOqRctqA0jZItqYEZ72JEQqdVj0ZkwvHdnSSMgKOJnBydfijPwVA3oZcEL\n6MnyVKqaN7YvSu4+fL7zfxztbWbAnE17+jcDPEbD4om0qc4jh3tIgDE02dK2JXzI\n89EVQQKBgQChAwh0DFa7WzGbRsrOGrOmlBohmstPGtMgRn6Iic1kXqzjJ/Y1kTa/\n0+8ouIuK1hlYxe22A7Ry/REztbV1KTwShcA82K7WVolGLd8YxvJ+LAI/7rXhFoBk\npNWSMlqnFHnIjYwpWcXJzFT957ukYPjylXWm+8AG8HiKgD8OuvqqEw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1655053007", "fingerprint": "aa:16:a9:de:a5:1b:fd:35:58:bd:fc:40:9d:45:58:56"}} 2018-08-20 21:22:25,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.144s 2018-08-20 21:22:25,333 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1866455547", "security_groups": ["bf819b69-e844-49da-9251-16c09915cae2"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:22:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4cc9e20f-65b1-4929-a439-3a87e6418225'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:22:24Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ea8e04b8-c002-47dd-9e31-edb6b350ff82","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:22:24Z","name":"tempest-port-smoke-1866455547","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:62:0a:62","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"b62304ec-3376-4d64-8bc7-98ff99d64a71","ip_address":"10.101.11.10"}],"id":"e519fc48-4912-43d4-8752-a0fdb561b31f","security_groups":["bf819b69-e844-49da-9251-16c09915cae2"],"device_id":""}} 2018-08-20 21:22:28,570 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.235s 2018-08-20 21:22:28,570 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655053007", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "port": "e519fc48-4912-43d4-8752-a0fdb561b31f"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-7f57cfa2-112b-4268-a913-e5ff08f5d049', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f57cfa2-112b-4268-a913-e5ff08f5d049'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "adminPass": "7Cmjszmb595Z"}} 2018-08-20 21:22:28,920 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.348s 2018-08-20 21:22:28,921 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-1d31cb58-4d3f-4d1b-80fd-ff0991bf1a34', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d31cb58-4d3f-4d1b-80fd-ff0991bf1a34'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:30,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.360s 2018-08-20 21:22:30,299 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-a8780b79-c1d6-4db7-930b-2f31f572f5f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8780b79-c1d6-4db7-930b-2f31f572f5f1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:31,693 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.378s 2018-08-20 21:22:31,693 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1322', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-faae3071-81eb-474e-9bde-27b0e73a74e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-faae3071-81eb-474e-9bde-27b0e73a74e6'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:30Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:31,709 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait 2018-08-20 21:22:33,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.725s 2018-08-20 21:22:33,437 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-a3bd61f5-aa20-46bf-85b7-a1ba78ffcc7d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3bd61f5-aa20-46bf-85b7-a1ba78ffcc7d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:33,450 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:22:35,107 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.655s 2018-08-20 21:22:35,108 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-c5f7f9ec-5f6b-4daf-a477-ad6f18836851', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5f7f9ec-5f6b-4daf-a477-ad6f18836851'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:37,157 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 1.033s 2018-08-20 21:22:37,157 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-3829c9ae-c11b-489e-83a9-7573379a82a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3829c9ae-c11b-489e-83a9-7573379a82a2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:39,059 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.887s 2018-08-20 21:22:39,060 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-a4289865-d7b3-438f-ae66-e2d18acb9530', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4289865-d7b3-438f-ae66-e2d18acb9530'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-835255744": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:0a:62", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:36Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:39,076 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 21:22:40,041 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.964s 2018-08-20 21:22:40,041 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-93f7b8e9-2bc6-4535-aafd-74c4ba25f79a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93f7b8e9-2bc6-4535-aafd-74c4ba25f79a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-835255744": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:0a:62", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:36Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:40,057 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3167a660-a58c-4059-a33e-cc0e7a7e3a80 with status: ACTIVE 2018-08-20 21:22:41,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.076s 2018-08-20 21:22:41,134 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-390323216", "security_groups": ["bf819b69-e844-49da-9251-16c09915cae2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:22:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-366db3bd-b3b5-4907-b3ea-cf9d0ba874c5'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:22:40Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d70b8962-bb9d-41e8-993e-e2203dd8d4c4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:22:40Z","name":"tempest-port-smoke-390323216","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:98:fd:a6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"d7c213c9-5194-4e18-ad4f-6bdf0a5452fe","ip_address":"10.102.21.20"}],"id":"59a0ecf6-55c7-42c9-bcbd-7436c20c9f35","security_groups":["bf819b69-e844-49da-9251-16c09915cae2"],"device_id":""}} 2018-08-20 21:22:43,715 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 2.579s 2018-08-20 21:22:43,715 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655053007", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "port": "59a0ecf6-55c7-42c9-bcbd-7436c20c9f35"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-abfae102-1536-4a29-a320-119724efcd31', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-abfae102-1536-4a29-a320-119724efcd31'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "adminPass": "fuq6zbkDsiSe"}} 2018-08-20 21:22:44,251 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.531s 2018-08-20 21:22:44,251 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-d5aeb5e6-199f-467f-8592-7a82482b4c45', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5aeb5e6-199f-467f-8592-7a82482b4c45'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:45,519 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.251s 2018-08-20 21:22:45,519 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-d57a8da9-fa6c-4445-8e6b-b011e803af82', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d57a8da9-fa6c-4445-8e6b-b011e803af82'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:46,883 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.348s 2018-08-20 21:22:46,883 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-2bec0563-c5f1-4252-bd39-7210d5ec7872', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2bec0563-c5f1-4252-bd39-7210d5ec7872'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:46Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:46,896 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-20 21:22:48,618 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.720s 2018-08-20 21:22:48,619 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-85fdd116-af38-4188-9508-0511fccdd876', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85fdd116-af38-4188-9508-0511fccdd876'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:46Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:48,633 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:22:50,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 1.027s 2018-08-20 21:22:50,663 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-98d6d1f4-e8be-456b-9270-fb227b1c3fad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98d6d1f4-e8be-456b-9270-fb227b1c3fad'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:46Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:52,276 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.597s 2018-08-20 21:22:52,276 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-0a99424d-8482-4051-b108-63c542503aa2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a99424d-8482-4051-b108-63c542503aa2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:51Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:52,290 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:22:52,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.645s 2018-08-20 21:22:52,937 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-7bda0686-a177-4dfd-9ae1-ae2126f7a22a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7bda0686-a177-4dfd-9ae1-ae2126f7a22a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:51Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:52,951 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b56f10fe-3680-4d10-85df-684ba3ad0e61 with status: ACTIVE 2018-08-20 21:22:53,058 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/routers 0.106s 2018-08-20 21:22:53,059 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--825213498", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:22:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2fb1f0c8-eade-4c18-aa28-7880c9416e76'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:52Z", "admin_state_up": true, "updated_at": "2018-08-20T21:22:52Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2", "name": "tempest-router--825213498"}} 2018-08-20 21:22:54,572 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2 1.513s 2018-08-20 21:22:54,573 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2', u'date': 'Mon, 20 Aug 2018 21:22:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a8b95c0-655f-4bf6-b091-898d98783cd1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:52Z", "admin_state_up": true, "updated_at": "2018-08-20T21:22:54Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2", "name": "tempest-router--825213498"}} 2018-08-20 21:22:56,829 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/add_router_interface 2.253s 2018-08-20 21:22:56,829 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:22:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-309ffc4e-dc8c-489a-946f-5ad6d921bdd4'} Body: {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71", "subnet_ids": ["b62304ec-3376-4d64-8bc7-98ff99d64a71"], "port_id": "2ca45f13-3b66-4659-8425-022958bdd3ef", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2"} 2018-08-20 21:22:58,873 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.043s 2018-08-20 21:22:58,874 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "e519fc48-4912-43d4-8752-a0fdb561b31f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:22:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c9edbe38-e6b7-49b3-b8f3-60585293b186'} Body: {"floatingip": {"router_id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:22:57Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "e519fc48-4912-43d4-8752-a0fdb561b31f", "id": "e60d98a7-de94-4680-ab1c-f60543f81a6a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:22:58,875 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:23:06,890 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:23:06,953 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:23:06,954 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:23:07,069 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:23:07,069 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:23:07,072 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:23:07,135 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:23:07,136 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:23:12,144 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:23:12,144 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:24:22,191 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:24:22,192 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:24:22,198 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:24:22,295 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:24:22,324 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:24:27,332 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:24:27,333 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:25:37,400 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:25:37,401 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:25:37,402 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37,409 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37,510 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:25:37,536 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37,543 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:25:37,544 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:b5:3b:9e [ether] on eth0 2018-08-20 21:25:37,544 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:25:37,545 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37,547 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37,606 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:25:37,611 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37,621 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:25:37,622 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:25:37,622 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37,624 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37,686 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:25:37,688 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37,695 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:25:37,695 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37,697 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37,758 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:25:37,762 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37,767 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:25:37,768 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:b5:3b:9e [ether] on eth0 2018-08-20 21:25:37,768 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:25:37,769 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37,771 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37,830 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:25:37,836 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:42,843 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:25:42,843 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:26:52,915 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:26:52,916 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:26:52,920 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:26:53,020 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:26:53,048 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:26:58,055 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:26:58,056 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:28:08,120 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:28:08,121 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.213: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:28:09,795 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/e60d98a7-de94-4680-ab1c-f60543f81a6a 1.671s 2018-08-20 21:28:09,795 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/e60d98a7-de94-4680-ab1c-f60543f81a6a', u'date': 'Mon, 20 Aug 2018 21:28:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fa290f7b-973e-4795-9690-8f8e59f9a4bd'} Body: 2018-08-20 21:28:11,901 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/remove_router_interface 2.104s 2018-08-20 21:28:11,902 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:28:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-985b9ab2-c2ef-4705-830a-7e2ab89992df'} Body: {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71", "subnet_ids": ["b62304ec-3376-4d64-8bc7-98ff99d64a71"], "port_id": "2ca45f13-3b66-4659-8425-022958bdd3ef", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2"} 2018-08-20 21:28:13,739 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2 1.835s 2018-08-20 21:28:13,739 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2', u'date': 'Mon, 20 Aug 2018 21:28:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-25e05e68-da03-4fe6-aa1a-16d83e8b5072'} Body: 2018-08-20 21:28:14,319 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.579s 2018-08-20 21:28:14,320 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-1c35939c-1809-42ba-bc3b-6f72694694a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c35939c-1809-42ba-bc3b-6f72694694a3'} Body: 2018-08-20 21:28:15,579 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 1.258s 2018-08-20 21:28:15,579 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-7bbd71f1-799e-452f-bf64-e0d8150fa130', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7bbd71f1-799e-452f-bf64-e0d8150fa130'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:14Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:16,935 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.339s 2018-08-20 21:28:16,936 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-18d82c38-b022-4e22-8a7a-5f4c0cdba169', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18d82c38-b022-4e22-8a7a-5f4c0cdba169'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:14Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:17,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.042s 2018-08-20 21:28:17,995 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-40d1561c-a9a8-4219-bcbd-a411349a9813', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-40d1561c-a9a8-4219-bcbd-a411349a9813'} Body: {"itemNotFound": {"message": "Instance b56f10fe-3680-4d10-85df-684ba3ad0e61 could not be found.", "code": 404}} 2018-08-20 21:28:19,026 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/59a0ecf6-55c7-42c9-bcbd-7436c20c9f35 1.029s 2018-08-20 21:28:19,026 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/59a0ecf6-55c7-42c9-bcbd-7436c20c9f35', u'date': 'Mon, 20 Aug 2018 21:28:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5b416845-551f-493f-8d0a-b290652e7d14'} Body: 2018-08-20 21:28:19,325 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.298s 2018-08-20 21:28:19,326 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-7c80a303-5152-421d-a401-6bd4c9abe083', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c80a303-5152-421d-a401-6bd4c9abe083'} Body: 2018-08-20 21:28:20,489 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 1.162s 2018-08-20 21:28:20,490 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-ba014b72-aa69-477e-917f-f4859197a1df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba014b72-aa69-477e-917f-f4859197a1df'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-835255744": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:0a:62", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:19Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:22,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.826s 2018-08-20 21:28:22,332 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1348', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-74add4b4-45aa-45f6-960a-e5c8cde28d28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74add4b4-45aa-45f6-960a-e5c8cde28d28'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-20T21:28:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": "2018-08-20T21:28:21.000000", "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:22,345 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-20 21:28:23,440 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.093s 2018-08-20 21:28:23,440 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-662c0f65-6eb4-4426-9ec9-ce6c05d635cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-662c0f65-6eb4-4426-9ec9-ce6c05d635cb'} Body: {"itemNotFound": {"message": "Instance 3167a660-a58c-4059-a33e-cc0e7a7e3a80 could not be found.", "code": 404}} 2018-08-20 21:28:24,707 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e519fc48-4912-43d4-8752-a0fdb561b31f 1.266s 2018-08-20 21:28:24,708 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/e519fc48-4912-43d4-8752-a0fdb561b31f', u'date': 'Mon, 20 Aug 2018 21:28:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-db08821b-492f-417d-b432-0d60da51788e'} Body: 2018-08-20 21:28:24,913 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1655053007 0.205s 2018-08-20 21:28:24,914 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1655053007', u'x-compute-request-id': 'req-2981cd41-02a6-4e09-8dc9-4eef208b88a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2981cd41-02a6-4e09-8dc9-4eef208b88a9'} Body: 2018-08-20 21:28:28,031 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d7c213c9-5194-4e18-ad4f-6bdf0a5452fe 3.115s 2018-08-20 21:28:28,032 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/d7c213c9-5194-4e18-ad4f-6bdf0a5452fe', u'date': 'Mon, 20 Aug 2018 21:28:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-83d6d03f-dd92-44ec-bb11-7f1dbac25aa8'} Body: 2018-08-20 21:28:30,540 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d70b8962-bb9d-41e8-993e-e2203dd8d4c4 2.507s 2018-08-20 21:28:30,541 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d70b8962-bb9d-41e8-993e-e2203dd8d4c4', u'date': 'Mon, 20 Aug 2018 21:28:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9a24267b-20c2-471f-b953-1c177715b9a2'} Body: 2018-08-20 21:28:33,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b62304ec-3376-4d64-8bc7-98ff99d64a71 2.776s 2018-08-20 21:28:33,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/b62304ec-3376-4d64-8bc7-98ff99d64a71', u'date': 'Mon, 20 Aug 2018 21:28:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0aed818a-af1d-4b11-9ae6-cd596d9ebe7c'} Body: 2018-08-20 21:28:34,991 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ea8e04b8-c002-47dd-9e31-edb6b350ff82 1.672s 2018-08-20 21:28:34,992 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/ea8e04b8-c002-47dd-9e31-edb6b350ff82', u'date': 'Mon, 20 Aug 2018 21:28:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-98d6703d-f366-45f4-9051-7c0b6f0297ae'} Body: 2018-08-20 21:28:35,299 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/bf819b69-e844-49da-9251-16c09915cae2 0.307s 2018-08-20 21:28:35,300 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/bf819b69-e844-49da-9251-16c09915cae2', u'date': 'Mon, 20 Aug 2018 21:28:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ed4984f7-df79-4023-8b25-414b35f717d8'} Body: 2018-08-20 21:28:35.883 63 INFO tempest.lib.common.rest_client [req-5085b8c6-e488-4777-846c-e480b43122c2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.556s 2018-08-20 21:28:35.883 63 DEBUG tempest.lib.common.rest_client [req-5085b8c6-e488-4777-846c-e480b43122c2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1997196256 description", "name": "tempest-secgroup-smoke-1997196256"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:28:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5085b8c6-e488-4777-846c-e480b43122c2'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1997196256 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:35Z", "updated_at": "2018-08-20T21:28:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:28:35Z", "revision_number": 0, "id": "38d1ec4d-a0d1-4e8f-8cf7-311fb65a5481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:28:35Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:28:35Z", "revision_number": 0, "id": "cbcc07fe-7235-4079-9c3c-8d626950d40e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:28:35Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "name": "tempest-secgroup-smoke-1997196256"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:36.590 63 INFO tempest.lib.common.rest_client [req-8fb169d9-3ee3-42cc-b9d5-c8aaa81d3467 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.705s 2018-08-20 21:28:36.590 63 DEBUG tempest.lib.common.rest_client [req-8fb169d9-3ee3-42cc-b9d5-c8aaa81d3467 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8fb169d9-3ee3-42cc-b9d5-c8aaa81d3467'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:28:36Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "23ffa11e-a434-4611-b65d-24ce403dcfda"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:37.170 63 INFO tempest.lib.common.rest_client [req-93d640d0-2331-4a33-91d8-3f3fec257c98 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.579s 2018-08-20 21:28:37.171 63 DEBUG tempest.lib.common.rest_client [req-93d640d0-2331-4a33-91d8-3f3fec257c98 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-93d640d0-2331-4a33-91d8-3f3fec257c98'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:28:36Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9fa2bc75-e4f4-45ed-8696-e50085f26fc6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:37.914 63 INFO tempest.lib.common.rest_client [req-615c9562-189d-45f3-8a41-fd8981fcada1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.741s 2018-08-20 21:28:37.915 63 DEBUG tempest.lib.common.rest_client [req-615c9562-189d-45f3-8a41-fd8981fcada1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-615c9562-189d-45f3-8a41-fd8981fcada1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:28:37Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "638e47c5-6adf-45a2-9a1d-b6fda3941726"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:38.152 63 INFO tempest.lib.common.rest_client [req-582e920d-7b9b-4b09-9b4d-63586ba2df3c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.236s 2018-08-20 21:28:38.153 63 DEBUG tempest.lib.common.rest_client [req-582e920d-7b9b-4b09-9b4d-63586ba2df3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-582e920d-7b9b-4b09-9b4d-63586ba2df3c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:28:37Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8ab46232-02f0-4aff-8bdc-f3be184bb873"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:38.350 63 INFO tempest.lib.common.rest_client [req-929b0cf2-f1e9-410e-b263-211284e745b2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-20 21:28:38.351 63 DEBUG tempest.lib.common.rest_client [req-929b0cf2-f1e9-410e-b263-211284e745b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-929b0cf2-f1e9-410e-b263-211284e745b2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:38Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "83bf7a67-afb9-48ed-95a4-bd229251968e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:38.865 63 INFO tempest.lib.common.rest_client [req-2e5d3470-d62a-43c2-9c10-fb98398fd5c9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.513s 2018-08-20 21:28:38.865 63 DEBUG tempest.lib.common.rest_client [req-2e5d3470-d62a-43c2-9c10-fb98398fd5c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e5d3470-d62a-43c2-9c10-fb98398fd5c9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:38Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8f1d2781-b08f-4663-9e52-180578694b7b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:39.339 63 INFO tempest.lib.common.rest_client [req-5be35227-b8c6-4495-b27f-4fa74adaed79 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.472s 2018-08-20 21:28:39.339 63 DEBUG tempest.lib.common.rest_client [req-5be35227-b8c6-4495-b27f-4fa74adaed79 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5be35227-b8c6-4495-b27f-4fa74adaed79'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:39Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:39Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9b997d25-7287-45f7-9d57-e62cad0fcba8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:39.823 63 INFO tempest.lib.common.rest_client [req-c911e02a-2fcc-457e-a123-c449bce9ed28 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.483s 2018-08-20 21:28:39.824 63 DEBUG tempest.lib.common.rest_client [req-c911e02a-2fcc-457e-a123-c449bce9ed28 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c911e02a-2fcc-457e-a123-c449bce9ed28'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:39Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:39Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "639488e8-ff3d-46d0-b160-3825af533ffe"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:40.134 63 INFO tempest.lib.common.rest_client [req-7bec7ff6-7303-4fe3-a7f8-fde9a00d1bc1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.308s 2018-08-20 21:28:40.135 63 DEBUG tempest.lib.common.rest_client [req-7bec7ff6-7303-4fe3-a7f8-fde9a00d1bc1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-295224916"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:28:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7bec7ff6-7303-4fe3-a7f8-fde9a00d1bc1'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:28:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3fe64ce3-cf6e-462d-a0e7-57315dd25ac3","name":"tempest-A-295224916"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:40.798 63 INFO tempest.lib.common.rest_client [req-fb0724e2-15d7-4862-9758-0f582192293e ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.662s 2018-08-20 21:28:40.798 63 DEBUG tempest.lib.common.rest_client [req-fb0724e2-15d7-4862-9758-0f582192293e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "name": "tempest-subnet-A-1-1054198778"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:28:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fb0724e2-15d7-4862-9758-0f582192293e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3fe64ce3-cf6e-462d-a0e7-57315dd25ac3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:40Z","dns_nameservers":[],"updated_at":"2018-08-20T21:28:40Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a2ce6346-d6d1-4244-bec7-b8fd9722c768","subnetpool_id":null,"name":"tempest-subnet-A-1-1054198778"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:41.031 63 INFO tempest.lib.common.rest_client [req-de09eb5c-e3a9-4b17-b2b5-dc9f7da4b359 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.231s 2018-08-20 21:28:41.032 63 DEBUG tempest.lib.common.rest_client [req-de09eb5c-e3a9-4b17-b2b5-dc9f7da4b359 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1223159800"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:28:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de09eb5c-e3a9-4b17-b2b5-dc9f7da4b359'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:28:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"837b962b-48a2-4508-ace6-af84a43cc55f","name":"tempest-B-1223159800"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:41.881 63 INFO tempest.lib.common.rest_client [req-90fae744-7f47-483c-bd06-7def5fc5019b ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.848s 2018-08-20 21:28:41.881 63 DEBUG tempest.lib.common.rest_client [req-90fae744-7f47-483c-bd06-7def5fc5019b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "name": "tempest-subnet-B-1-15098035"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:28:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90fae744-7f47-483c-bd06-7def5fc5019b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"837b962b-48a2-4508-ace6-af84a43cc55f","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:41Z","dns_nameservers":[],"updated_at":"2018-08-20T21:28:41Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a181bdbd-9fee-4fec-81bb-abdb2afbd3a9","subnetpool_id":null,"name":"tempest-subnet-B-1-15098035"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:42.058 63 INFO tempest.lib.common.rest_client [req-76dfc82c-c4f1-4ea5-a127-8a812c870a6a ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.175s 2018-08-20 21:28:42.058 63 DEBUG tempest.lib.common.rest_client [req-76dfc82c-c4f1-4ea5-a127-8a812c870a6a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1985433592"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-76dfc82c-c4f1-4ea5-a127-8a812c870a6a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-76dfc82c-c4f1-4ea5-a127-8a812c870a6a'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVZQaVBjZCVZ5nQc3NxWT12FskYr8kkXGTjFPWxXB3HEG0WXD0rZ5m9gc4uk/cj1yfgAep9iGN9hpxp0VW7ZTiltv2IljQSd+R2s06tg9JZp9XyOTM3dVBi0Krny2S2l8WJFqo5+LslgkC9HrV1iYUN6EMvATdcfpCjj48jcj0g84wdJntRLjA+VR3Myhm8ADasLAAHbLKOOhRRI3BpnQiq5lnntMJriHNOnmNyTa7NbhPXF4903P+iTFw6A0+XLrheN9hQ5FbZcrS8sE0AmCu6Fkw2r8/Fxr/ErULIghPpNxdnIBEzLA628nDR49Qg3xBkv/GnZ3cCLWZ5TlO4BUH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA1WUGlQY2QlWeZ0HNzcVk9dhbJGK/JJFxk4xT1sVwdxxBtFlw\n9K2eZvYHOLpP3I9cn4AHqfYhjfYacadFVu2U4pbb9iJY0EnfkdrNOrYPSWafV8jk\nzN3VQYtCq58tktpfFiRaqOfi7JYJAvR61dYmFDehDLwE3XH6Qo4+PI3I9IPOMHSZ\n7US4wPlUdzMoZvAA2rCwAB2yyjjoUUSNwaZ0IquZZ57TCa4hzTp5jck2uzW4T1xe\nPdNz/okxcOgNPly64XjfYUORW2XK0vLBNAJgruhZMNq/Pxca/xK1CyIIT6TcXZyA\nRMywOtvJw0ePUIN8QZL/xp2d3Ai1meU5TuAVBwIDAQABAoIBAFP8A8ApBrfKvKIE\n6vueQaLkONK0Lmg0+c9JPkHbyOyH6XASd3tEzX/WOndgFEhI//oiSGHi5cfaYQP0\nAj05GgyntQBE+lFXka70vyrpNlD8G6BQB4R9lg3Kwj2LU0NlwGCVhDzPrqbQUdGg\n6Ks6Mhho4HCDmyKQVh9Vnjb00m8wrLnjWQgAkEeDzR5cZlZGLcH9R6knHShSP+AN\nnBByS/SLwj2g20SuDwDv8dpIbRyPDxtCNv/z9pwVgAY55coBwBqS/hp+Wyb+VD/B\nGmHJcvG8LbmkOs631AFw5eAYkHV2lHilCH3J1nU08XEpq/a/2b8BJsZs4TA0yxvB\nggfbp7kCgYEA7QyueVwiqvmIsnvJT1LmjmGKsITeSN9rzCA8HxQhIB3hFM2g6BZe\nIhiTpdveEmHsre+QbgNgJllayHIf4+H7ApRj1bDH8IP4doWv+n8dd7Bfs5oQ9YHK\nNX6c9sFe6lH/b+RPwpk8axr4AyGlUSm8+vGromffvE0YaKd9e2LJbtMCgYEA5nQ8\nkKsU2b2X6QjoFE4ViSQCie7thymQYEPqbWgmcxDzx28N+kyixJx5dgdkL3wml/Qi\nlSSx3bLgfxdlp3D4me/Qelrp10cSEJ8H5hI9+zcOcYsOn+U7o6zlWUeaowSDlubW\nwk6XWB7z6u/GBZLkZROR1O7UMlu8IXgcbol8KH0CgYEAplJyjMY/sNT6u7is69JP\n4HDCHc5sJJdWjFfFt0ypXV55kd4hWxZun9+8oPAe5aj9pqDjJr2Jlf61+tRQWdUy\nCIJTdhjegHwoNgjhC5Jq+5Kt41djNM8HMPeQbHYLAb/cyQZZjEF2KfQ3NgNCeisd\n5LjyYzYcvoMdcDisi4kpqm8CgYEAis194SC6KT+RbLGJnxk8zWIcCVoYRK2bIPAn\nFYiCiBGw0vEnuRdJfiRE3/sps5QSZrmLzsrQOpjPsJy2BHj9szIHHnr9l0VeMxam\nGkPogxOxJmA8CcB3AGlVpkWDdSZ134Df3x6Y92GFRn7uhVLpL5vu3RKQSliIYpxG\ne6lhV70CgYEAoRGPWjqCSUXQr5og86YyWWDqS4xKJfYd9REx9kU7X4Aw5AcZbpzg\n7f9v2PqFeqDKyuPLVhpSRGH1TWDNP8qQv7Tju1mED7d8lD0iyNxk73VAbX7rpj1b\ndXnS9zq8LxUucL/uXPZIpfoNGFRCMTgnqUP4v3MPFTkU9lIu9aMOGfU=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1985433592", "fingerprint": "63:1e:3c:04:73:f5:55:4a:dc:22:1e:d4:f4:8f:12:bc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:43.606 63 INFO tempest.lib.common.rest_client [req-961adb88-8eb9-410f-b2e5-e4f4f6993ec3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.542s 2018-08-20 21:28:43.606 63 DEBUG tempest.lib.common.rest_client [req-961adb88-8eb9-410f-b2e5-e4f4f6993ec3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1551905213", "security_groups": ["372d32ee-1330-4ec6-8e6e-7c1d511c13da"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:28:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-961adb88-8eb9-410f-b2e5-e4f4f6993ec3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:28:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3fe64ce3-cf6e-462d-a0e7-57315dd25ac3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:28:42Z","name":"tempest-port-smoke-1551905213","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:da:e2:39","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a2ce6346-d6d1-4244-bec7-b8fd9722c768","ip_address":"10.101.11.10"}],"id":"dd2fcef1-a357-43fb-b1dd-896fad81da47","security_groups":["372d32ee-1330-4ec6-8e6e-7c1d511c13da"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:46.615 63 INFO tempest.lib.common.rest_client [req-fa654710-e719-4cc0-bcee-eefdc4a94d90 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.007s 2018-08-20 21:28:46.617 63 DEBUG tempest.lib.common.rest_client [req-fa654710-e719-4cc0-bcee-eefdc4a94d90 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1985433592", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "port": "dd2fcef1-a357-43fb-b1dd-896fad81da47"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-fa654710-e719-4cc0-bcee-eefdc4a94d90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa654710-e719-4cc0-bcee-eefdc4a94d90'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "adminPass": "9UxTbcbrzE2n"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:46.972 63 INFO tempest.lib.common.rest_client [req-7c304fe9-3fbf-4721-b54d-48bcf715827b ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.350s 2018-08-20 21:28:46.972 63 DEBUG tempest.lib.common.rest_client [req-7c304fe9-3fbf-4721-b54d-48bcf715827b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-7c304fe9-3fbf-4721-b54d-48bcf715827b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c304fe9-3fbf-4721-b54d-48bcf715827b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:48.966 63 INFO tempest.lib.common.rest_client [req-71d7fce1-bd6e-48be-91b4-918dd9d7292d ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.978s 2018-08-20 21:28:48.966 63 DEBUG tempest.lib.common.rest_client [req-71d7fce1-bd6e-48be-91b4-918dd9d7292d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-71d7fce1-bd6e-48be-91b4-918dd9d7292d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71d7fce1-bd6e-48be-91b4-918dd9d7292d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:50.333 63 INFO tempest.lib.common.rest_client [req-05912d54-475c-459d-abd5-14b0db684b06 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.351s 2018-08-20 21:28:50.334 63 DEBUG tempest.lib.common.rest_client [req-05912d54-475c-459d-abd5-14b0db684b06 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-05912d54-475c-459d-abd5-14b0db684b06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05912d54-475c-459d-abd5-14b0db684b06'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:50.348 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:28:52.585 63 INFO tempest.lib.common.rest_client [req-7efb97a2-868d-4361-be6f-4b2dab1cd8bb ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 1.235s 2018-08-20 21:28:52.586 63 DEBUG tempest.lib.common.rest_client [req-7efb97a2-868d-4361-be6f-4b2dab1cd8bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-7efb97a2-868d-4361-be6f-4b2dab1cd8bb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7efb97a2-868d-4361-be6f-4b2dab1cd8bb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:54.305 63 INFO tempest.lib.common.rest_client [req-1750a8df-fee0-4888-9e18-e78ec4e9bd47 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.705s 2018-08-20 21:28:54.305 63 DEBUG tempest.lib.common.rest_client [req-1750a8df-fee0-4888-9e18-e78ec4e9bd47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-1750a8df-fee0-4888-9e18-e78ec4e9bd47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1750a8df-fee0-4888-9e18-e78ec4e9bd47'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:56.239 63 INFO tempest.lib.common.rest_client [req-21598875-e580-4844-8bff-f16c0102f27e ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.919s 2018-08-20 21:28:56.240 63 DEBUG tempest.lib.common.rest_client [req-21598875-e580-4844-8bff-f16c0102f27e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-21598875-e580-4844-8bff-f16c0102f27e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-21598875-e580-4844-8bff-f16c0102f27e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:57.880 63 INFO tempest.lib.common.rest_client [req-fda43275-31f9-4a73-ab05-133ac38780d8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.625s 2018-08-20 21:28:57.881 63 DEBUG tempest.lib.common.rest_client [req-fda43275-31f9-4a73-ab05-133ac38780d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-fda43275-31f9-4a73-ab05-133ac38780d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fda43275-31f9-4a73-ab05-133ac38780d8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-295224916": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:e2:39", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:28:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:57.895 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 21:28:58.603 63 INFO tempest.lib.common.rest_client [req-c4df7e6b-a190-4fc3-a9ca-10ccb618c9e1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.708s 2018-08-20 21:28:58.604 63 DEBUG tempest.lib.common.rest_client [req-c4df7e6b-a190-4fc3-a9ca-10ccb618c9e1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-c4df7e6b-a190-4fc3-a9ca-10ccb618c9e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4df7e6b-a190-4fc3-a9ca-10ccb618c9e1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-295224916": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:e2:39", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:28:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:28:58.617 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: d13d8a41-783d-4c0c-8590-84bdf367bdb7 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:28:59.922 63 INFO tempest.lib.common.rest_client [req-6b2c507f-4d58-4b94-a4a8-3863d0eaf4d8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.304s 2018-08-20 21:28:59.923 63 DEBUG tempest.lib.common.rest_client [req-6b2c507f-4d58-4b94-a4a8-3863d0eaf4d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-70670523", "security_groups": ["372d32ee-1330-4ec6-8e6e-7c1d511c13da"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:28:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b2c507f-4d58-4b94-a4a8-3863d0eaf4d8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:28:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"837b962b-48a2-4508-ace6-af84a43cc55f","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:28:59Z","name":"tempest-port-smoke-70670523","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e1:b9:3e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a181bdbd-9fee-4fec-81bb-abdb2afbd3a9","ip_address":"10.102.21.20"}],"id":"def279aa-8f51-4d02-b317-c14b294eef78","security_groups":["372d32ee-1330-4ec6-8e6e-7c1d511c13da"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:03.306 63 INFO tempest.lib.common.rest_client [req-8796660f-5a15-408d-84be-7c7819de12bd ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.381s 2018-08-20 21:29:03.306 63 DEBUG tempest.lib.common.rest_client [req-8796660f-5a15-408d-84be-7c7819de12bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1985433592", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "837b962b-48a2-4508-ace6-af84a43cc55f", "port": "def279aa-8f51-4d02-b317-c14b294eef78"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-8796660f-5a15-408d-84be-7c7819de12bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8796660f-5a15-408d-84be-7c7819de12bd'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "adminPass": "vJjESBd3KY8J"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:04.328 63 INFO tempest.lib.common.rest_client [req-4799a4d1-dc90-4b59-8ab9-ceb3dd9847d8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 1.017s 2018-08-20 21:29:04.328 63 DEBUG tempest.lib.common.rest_client [req-4799a4d1-dc90-4b59-8ab9-ceb3dd9847d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-4799a4d1-dc90-4b59-8ab9-ceb3dd9847d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4799a4d1-dc90-4b59-8ab9-ceb3dd9847d8'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:05.719 63 INFO tempest.lib.common.rest_client [req-e0328ed5-16fa-4bca-884a-77ab84aaee5a ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.376s 2018-08-20 21:29:05.720 63 DEBUG tempest.lib.common.rest_client [req-e0328ed5-16fa-4bca-884a-77ab84aaee5a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-e0328ed5-16fa-4bca-884a-77ab84aaee5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e0328ed5-16fa-4bca-884a-77ab84aaee5a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:07.083 63 INFO tempest.lib.common.rest_client [req-4ca95751-3374-49bc-9d03-8c7833a59569 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.348s 2018-08-20 21:29:07.083 63 DEBUG tempest.lib.common.rest_client [req-4ca95751-3374-49bc-9d03-8c7833a59569 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-4ca95751-3374-49bc-9d03-8c7833a59569', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ca95751-3374-49bc-9d03-8c7833a59569'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:08.373 63 INFO tempest.lib.common.rest_client [req-9d258a4a-1228-4819-89a3-eb625c1d72cd ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.275s 2018-08-20 21:29:08.374 63 DEBUG tempest.lib.common.rest_client [req-9d258a4a-1228-4819-89a3-eb625c1d72cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-9d258a4a-1228-4819-89a3-eb625c1d72cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d258a4a-1228-4819-89a3-eb625c1d72cd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:08.387 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-20 21:29:09.799 63 INFO tempest.lib.common.rest_client [req-ee789265-9982-40e0-9a19-ac22acfea80a ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.410s 2018-08-20 21:29:09.800 63 DEBUG tempest.lib.common.rest_client [req-ee789265-9982-40e0-9a19-ac22acfea80a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-ee789265-9982-40e0-9a19-ac22acfea80a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee789265-9982-40e0-9a19-ac22acfea80a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:09.813 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:29:11.277 63 INFO tempest.lib.common.rest_client [req-23905bc3-f1d8-4dee-8226-cf9203625e8c ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.462s 2018-08-20 21:29:11.278 63 DEBUG tempest.lib.common.rest_client [req-23905bc3-f1d8-4dee-8226-cf9203625e8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-23905bc3-f1d8-4dee-8226-cf9203625e8c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23905bc3-f1d8-4dee-8226-cf9203625e8c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:12.711 63 INFO tempest.lib.common.rest_client [req-3f260277-f5ef-4fcb-b1f4-ff60083c2d5a ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.418s 2018-08-20 21:29:12.712 63 DEBUG tempest.lib.common.rest_client [req-3f260277-f5ef-4fcb-b1f4-ff60083c2d5a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-3f260277-f5ef-4fcb-b1f4-ff60083c2d5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f260277-f5ef-4fcb-b1f4-ff60083c2d5a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:14.423 63 INFO tempest.lib.common.rest_client [req-6fb75fe9-2ed6-4301-b970-2eb6b1977f8b ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.695s 2018-08-20 21:29:14.424 63 DEBUG tempest.lib.common.rest_client [req-6fb75fe9-2ed6-4301-b970-2eb6b1977f8b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-6fb75fe9-2ed6-4301-b970-2eb6b1977f8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6fb75fe9-2ed6-4301-b970-2eb6b1977f8b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1223159800": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b9:3e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:29:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:29:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:14.436 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:29:15.127 63 INFO tempest.lib.common.rest_client [req-64a1aab0-b761-4184-8775-f76cb923f27f ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.690s 2018-08-20 21:29:15.128 63 DEBUG tempest.lib.common.rest_client [req-64a1aab0-b761-4184-8775-f76cb923f27f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-64a1aab0-b761-4184-8775-f76cb923f27f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-64a1aab0-b761-4184-8775-f76cb923f27f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1223159800": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b9:3e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:29:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:29:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:15.141 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: de2a4840-44c5-41e7-96a4-66aaf2cae744 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:29:15.273 63 INFO tempest.lib.common.rest_client [req-316c9c2d-32cc-4104-ba04-7e6a97f0d103 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.130s 2018-08-20 21:29:15.273 63 DEBUG tempest.lib.common.rest_client [req-316c9c2d-32cc-4104-ba04-7e6a97f0d103 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--2073456075", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:29:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-316c9c2d-32cc-4104-ba04-7e6a97f0d103'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:15Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:15Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c", "name": "tempest-router--2073456075"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:16.894 63 INFO tempest.lib.common.rest_client [req-1bf94fbc-a5d2-4622-920e-1db22783a6fd ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c 1.620s 2018-08-20 21:29:16.895 63 DEBUG tempest.lib.common.rest_client [req-1bf94fbc-a5d2-4622-920e-1db22783a6fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c', u'date': 'Mon, 20 Aug 2018 21:29:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1bf94fbc-a5d2-4622-920e-1db22783a6fd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:15Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:16Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c", "name": "tempest-router--2073456075"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:19.294 63 INFO tempest.lib.common.rest_client [req-8eec1f20-be5d-48ab-a1e8-841d9f7de570 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/add_router_interface 2.398s 2018-08-20 21:29:19.295 63 DEBUG tempest.lib.common.rest_client [req-8eec1f20-be5d-48ab-a1e8-841d9f7de570 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:29:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8eec1f20-be5d-48ab-a1e8-841d9f7de570'} Body: {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9", "subnet_ids": ["a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"], "port_id": "e259dc89-0a0e-4bba-96d4-194b03c7d632", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:20.272 63 INFO tempest.lib.common.rest_client [req-04c32744-4f7f-4b37-bb31-f5b4a770cd28 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.975s 2018-08-20 21:29:20.273 63 DEBUG tempest.lib.common.rest_client [req-04c32744-4f7f-4b37-bb31-f5b4a770cd28 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:29:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04c32744-4f7f-4b37-bb31-f5b4a770cd28'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "f44756b7-dbcd-4021-a4cd-e93570df2b8f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:21.285 63 INFO tempest.lib.common.rest_client [req-086c3c8d-ba70-448b-b7bf-2683a0170918 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations 1.011s 2018-08-20 21:29:21.286 63 DEBUG tempest.lib.common.rest_client [req-086c3c8d-ba70-448b-b7bf-2683a0170918 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations', u'date': 'Mon, 20 Aug 2018 21:29:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-086c3c8d-ba70-448b-b7bf-2683a0170918'} Body: {"network_association": {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "id": "c2766023-7dac-45ca-9b14-f96d364e7996"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:22.168 63 INFO tempest.lib.common.rest_client [req-5d9fc7d1-b24f-470e-902e-8c884b45295c ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations 0.881s 2018-08-20 21:29:22.169 63 DEBUG tempest.lib.common.rest_client [req-5d9fc7d1-b24f-470e-902e-8c884b45295c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations', u'date': 'Mon, 20 Aug 2018 21:29:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d9fc7d1-b24f-470e-902e-8c884b45295c'} Body: {"network_association": {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "id": "53c9711a-87d0-41a0-be71-a6dd21cce219"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:22.169 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 21:29:22.932 63 INFO tempest.lib.common.rest_client [req-30b7c3c6-167d-4465-a8d7-3fcd48897fcc ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.762s 2018-08-20 21:29:22.933 63 DEBUG tempest.lib.common.rest_client [req-30b7c3c6-167d-4465-a8d7-3fcd48897fcc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1546013715", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:29:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30b7c3c6-167d-4465-a8d7-3fcd48897fcc'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:22Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:22Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30", "name": "tempest-router--1546013715"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:24.451 63 INFO tempest.lib.common.rest_client [req-569e2a23-ea45-4130-bdb4-d75b29434b71 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30 1.517s 2018-08-20 21:29:24.452 63 DEBUG tempest.lib.common.rest_client [req-569e2a23-ea45-4130-bdb4-d75b29434b71 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30', u'date': 'Mon, 20 Aug 2018 21:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-569e2a23-ea45-4130-bdb4-d75b29434b71'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:22Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:24Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30", "name": "tempest-router--1546013715"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:26.641 63 INFO tempest.lib.common.rest_client [req-40620d2d-dcb6-4d5a-9fe5-937d4ac5f444 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/add_router_interface 2.188s 2018-08-20 21:29:26.642 63 DEBUG tempest.lib.common.rest_client [req-40620d2d-dcb6-4d5a-9fe5-937d4ac5f444 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:29:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40620d2d-dcb6-4d5a-9fe5-937d4ac5f444'} Body: {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768", "subnet_ids": ["a2ce6346-d6d1-4244-bec7-b8fd9722c768"], "port_id": "8cc1bb8d-aebb-43e7-9c12-1b3b79e1c6f9", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:28.818 63 INFO tempest.lib.common.rest_client [req-66dbc953-df59-48eb-8ee3-e8dc5bf745b2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.175s 2018-08-20 21:29:28.819 63 DEBUG tempest.lib.common.rest_client [req-66dbc953-df59-48eb-8ee3-e8dc5bf745b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "dd2fcef1-a357-43fb-b1dd-896fad81da47"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:29:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66dbc953-df59-48eb-8ee3-e8dc5bf745b2'} Body: {"floatingip": {"router_id": "6e0938c8-20e1-4540-a5d7-42beb0599d30", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:29:27Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "dd2fcef1-a357-43fb-b1dd-896fad81da47", "id": "2420ecb6-aa9f-45d9-8263-8874d020531c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:27Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:29:28.821 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:29:36.841 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:29:36.901 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:29:36.907 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:29:37.021 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:29:37.022 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:29:37.024 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:29:37.084 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:29:37.087 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:29:42.097 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:29:42.098 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:30:52.169 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:30:52.169 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:30:52.173 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:30:52.235 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:30:52.238 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:30:57.245 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:30:57.246 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:32:07.304 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:32:07.304 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:32:07.305 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07.310 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07.411 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:32:07.438 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07.444 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:32:07.444 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:3d:c5:4d [ether] on eth0 2018-08-20 21:32:07.445 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:32:07.445 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07.447 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07.508 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:32:07.512 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07.522 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 21:32:07.522 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:32:07.523 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07.525 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07.587 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:32:07.589 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07.596 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:32:07.597 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07.599 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07.659 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:32:07.663 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07.669 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:32:07.669 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:3d:c5:4d [ether] on eth0 2018-08-20 21:32:07.670 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:32:07.670 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07.672 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07.734 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:32:07.737 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:12.744 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:32:12.745 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:33:22.781 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:33:22.782 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:33:22.786 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:33:22.888 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:33:22.915 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:33:27.922 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:33:27.923 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:34:37.983 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:34:38.366 63 INFO tempest.lib.common.rest_client [req-40e2f6a2-b087-4ec5-a039-8a9088f7a910 ] Request (TestBGPVPNBasic:_run_cleanups): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:34:38.367 63 DEBUG tempest.lib.common.rest_client [req-40e2f6a2-b087-4ec5-a039-8a9088f7a910 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8981', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:34:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-40e2f6a2-b087-4ec5-a039-8a9088f7a910'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T22:34:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-TestBGPVPNBasic-2026749770"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_5de6542c36a24c72be615f783fe47ba0", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_5de6542c36a24c72be615f783fe47ba0", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regionOne", "url": "http://172.30.9. _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:39.872 63 INFO tempest.lib.common.rest_client [req-32b997de-4e9b-4c3e-a511-366f4fdf9f0e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/2420ecb6-aa9f-45d9-8263-8874d020531c 1.503s 2018-08-20 21:34:39.873 63 DEBUG tempest.lib.common.rest_client [req-32b997de-4e9b-4c3e-a511-366f4fdf9f0e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/2420ecb6-aa9f-45d9-8263-8874d020531c', u'date': 'Mon, 20 Aug 2018 21:34:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-32b997de-4e9b-4c3e-a511-366f4fdf9f0e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:41.968 63 INFO tempest.lib.common.rest_client [req-10eea771-9304-4fc0-9ddd-c817c0f3b362 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/remove_router_interface 2.094s 2018-08-20 21:34:41.969 63 DEBUG tempest.lib.common.rest_client [req-10eea771-9304-4fc0-9ddd-c817c0f3b362 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:34:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-10eea771-9304-4fc0-9ddd-c817c0f3b362'} Body: {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768", "subnet_ids": ["a2ce6346-d6d1-4244-bec7-b8fd9722c768"], "port_id": "8cc1bb8d-aebb-43e7-9c12-1b3b79e1c6f9", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:44.731 63 INFO tempest.lib.common.rest_client [req-d1f1227f-6030-4f56-8b71-6c0df9fc41c8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30 2.760s 2018-08-20 21:34:44.731 63 DEBUG tempest.lib.common.rest_client [req-d1f1227f-6030-4f56-8b71-6c0df9fc41c8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30', u'date': 'Mon, 20 Aug 2018 21:34:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d1f1227f-6030-4f56-8b71-6c0df9fc41c8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:46.761 63 INFO tempest.lib.common.rest_client [req-841f369c-cf48-4e04-88e9-2333b4b99d9d ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/remove_router_interface 2.029s 2018-08-20 21:34:46.762 63 DEBUG tempest.lib.common.rest_client [req-841f369c-cf48-4e04-88e9-2333b4b99d9d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:34:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-841f369c-cf48-4e04-88e9-2333b4b99d9d'} Body: {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9", "subnet_ids": ["a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"], "port_id": "e259dc89-0a0e-4bba-96d4-194b03c7d632", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:48.563 63 INFO tempest.lib.common.rest_client [req-01f07c93-09b7-4539-bb77-bbf96eca78bd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c 1.799s 2018-08-20 21:34:48.563 63 DEBUG tempest.lib.common.rest_client [req-01f07c93-09b7-4539-bb77-bbf96eca78bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c', u'date': 'Mon, 20 Aug 2018 21:34:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-01f07c93-09b7-4539-bb77-bbf96eca78bd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:49.426 63 INFO tempest.lib.common.rest_client [req-98e10677-7c04-4761-8d1e-ead9d6dd3293 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.861s 2018-08-20 21:34:49.426 63 DEBUG tempest.lib.common.rest_client [req-98e10677-7c04-4761-8d1e-ead9d6dd3293 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-98e10677-7c04-4761-8d1e-ead9d6dd3293', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98e10677-7c04-4761-8d1e-ead9d6dd3293'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:50.702 63 INFO tempest.lib.common.rest_client [req-7edbff27-394e-4788-834f-1e29b5abb30f ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 1.275s 2018-08-20 21:34:50.703 63 DEBUG tempest.lib.common.rest_client [req-7edbff27-394e-4788-834f-1e29b5abb30f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-7edbff27-394e-4788-834f-1e29b5abb30f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7edbff27-394e-4788-834f-1e29b5abb30f'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1223159800": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b9:3e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:29:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:34:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:51.767 63 INFO tempest.lib.common.rest_client [req-f86cb971-19a7-4e70-b0c5-3b805d47b0a7 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.046s 2018-08-20 21:34:51.768 63 DEBUG tempest.lib.common.rest_client [req-f86cb971-19a7-4e70-b0c5-3b805d47b0a7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-f86cb971-19a7-4e70-b0c5-3b805d47b0a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f86cb971-19a7-4e70-b0c5-3b805d47b0a7'} Body: {"itemNotFound": {"message": "Instance de2a4840-44c5-41e7-96a4-66aaf2cae744 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:52.623 63 INFO tempest.lib.common.rest_client [req-f968d88e-4141-4836-95d5-38f73cddb79e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/def279aa-8f51-4d02-b317-c14b294eef78 0.854s 2018-08-20 21:34:52.623 63 DEBUG tempest.lib.common.rest_client [req-f968d88e-4141-4836-95d5-38f73cddb79e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/def279aa-8f51-4d02-b317-c14b294eef78', u'date': 'Mon, 20 Aug 2018 21:34:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f968d88e-4141-4836-95d5-38f73cddb79e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:52.857 63 INFO tempest.lib.common.rest_client [req-865927b8-7c83-4de3-832f-addd4bab7b61 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.232s 2018-08-20 21:34:52.857 63 DEBUG tempest.lib.common.rest_client [req-865927b8-7c83-4de3-832f-addd4bab7b61 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-865927b8-7c83-4de3-832f-addd4bab7b61', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-865927b8-7c83-4de3-832f-addd4bab7b61'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:54.086 63 INFO tempest.lib.common.rest_client [req-0027a485-7621-409d-9ac4-394d16021b78 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 1.228s 2018-08-20 21:34:54.087 63 DEBUG tempest.lib.common.rest_client [req-0027a485-7621-409d-9ac4-394d16021b78 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-0027a485-7621-409d-9ac4-394d16021b78', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0027a485-7621-409d-9ac4-394d16021b78'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-295224916": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:e2:39", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:28:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:34:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:55.145 63 INFO tempest.lib.common.rest_client [req-205141b9-fcb0-4702-bb03-bc9aeda455f1 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.043s 2018-08-20 21:34:55.145 63 DEBUG tempest.lib.common.rest_client [req-205141b9-fcb0-4702-bb03-bc9aeda455f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-205141b9-fcb0-4702-bb03-bc9aeda455f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-205141b9-fcb0-4702-bb03-bc9aeda455f1'} Body: {"itemNotFound": {"message": "Instance d13d8a41-783d-4c0c-8590-84bdf367bdb7 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:55.986 63 INFO tempest.lib.common.rest_client [req-2c05120b-2be4-4d38-a12d-d68ca1ad5d96 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/dd2fcef1-a357-43fb-b1dd-896fad81da47 0.840s 2018-08-20 21:34:55.987 63 DEBUG tempest.lib.common.rest_client [req-2c05120b-2be4-4d38-a12d-d68ca1ad5d96 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/dd2fcef1-a357-43fb-b1dd-896fad81da47', u'date': 'Mon, 20 Aug 2018 21:34:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2c05120b-2be4-4d38-a12d-d68ca1ad5d96'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:56.043 63 INFO tempest.lib.common.rest_client [req-d5d324e8-01c9-4d5b-836e-37506369d4c0 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1985433592 0.055s 2018-08-20 21:34:56.044 63 DEBUG tempest.lib.common.rest_client [req-d5d324e8-01c9-4d5b-836e-37506369d4c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1985433592', u'x-compute-request-id': 'req-d5d324e8-01c9-4d5b-836e-37506369d4c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5d324e8-01c9-4d5b-836e-37506369d4c0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:34:58.451 63 INFO tempest.lib.common.rest_client [req-7e65fbd8-860c-4d77-a893-0223e64762a6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a181bdbd-9fee-4fec-81bb-abdb2afbd3a9 2.406s 2018-08-20 21:34:58.451 63 DEBUG tempest.lib.common.rest_client [req-7e65fbd8-860c-4d77-a893-0223e64762a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a181bdbd-9fee-4fec-81bb-abdb2afbd3a9', u'date': 'Mon, 20 Aug 2018 21:34:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7e65fbd8-860c-4d77-a893-0223e64762a6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:00.511 63 INFO tempest.lib.common.rest_client [req-47047ff2-4394-44e0-ae6e-fbc8ba920105 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/837b962b-48a2-4508-ace6-af84a43cc55f 2.059s 2018-08-20 21:35:00.511 63 DEBUG tempest.lib.common.rest_client [req-47047ff2-4394-44e0-ae6e-fbc8ba920105 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/837b962b-48a2-4508-ace6-af84a43cc55f', u'date': 'Mon, 20 Aug 2018 21:35:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-47047ff2-4394-44e0-ae6e-fbc8ba920105'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:03.304 63 INFO tempest.lib.common.rest_client [req-1cb8abc1-0258-4618-9d88-d801d0e0d53e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a2ce6346-d6d1-4244-bec7-b8fd9722c768 2.791s 2018-08-20 21:35:03.304 63 DEBUG tempest.lib.common.rest_client [req-1cb8abc1-0258-4618-9d88-d801d0e0d53e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a2ce6346-d6d1-4244-bec7-b8fd9722c768', u'date': 'Mon, 20 Aug 2018 21:35:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1cb8abc1-0258-4618-9d88-d801d0e0d53e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:05.860 63 INFO tempest.lib.common.rest_client [req-91adf7f3-5652-40a6-9b03-42509598e14c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3fe64ce3-cf6e-462d-a0e7-57315dd25ac3 2.554s 2018-08-20 21:35:05.861 63 DEBUG tempest.lib.common.rest_client [req-91adf7f3-5652-40a6-9b03-42509598e14c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3fe64ce3-cf6e-462d-a0e7-57315dd25ac3', u'date': 'Mon, 20 Aug 2018 21:35:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-91adf7f3-5652-40a6-9b03-42509598e14c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:06.253 63 INFO tempest.lib.common.rest_client [req-da49a3d4-989c-4b6c-9cee-e91cf5e7d489 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/372d32ee-1330-4ec6-8e6e-7c1d511c13da 0.391s 2018-08-20 21:35:06.254 63 DEBUG tempest.lib.common.rest_client [req-da49a3d4-989c-4b6c-9cee-e91cf5e7d489 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/372d32ee-1330-4ec6-8e6e-7c1d511c13da', u'date': 'Mon, 20 Aug 2018 21:35:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-da49a3d4-989c-4b6c-9cee-e91cf5e7d489'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant2 [390.929427s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 124, in test_bgpvpn_variant2 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:28:35,883 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.556s 2018-08-20 21:28:35,883 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1997196256 description", "name": "tempest-secgroup-smoke-1997196256"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:28:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5085b8c6-e488-4777-846c-e480b43122c2'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1997196256 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:35Z", "updated_at": "2018-08-20T21:28:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:28:35Z", "revision_number": 0, "id": "38d1ec4d-a0d1-4e8f-8cf7-311fb65a5481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:28:35Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:28:35Z", "revision_number": 0, "id": "cbcc07fe-7235-4079-9c3c-8d626950d40e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:28:35Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "name": "tempest-secgroup-smoke-1997196256"}} 2018-08-20 21:28:36,590 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.705s 2018-08-20 21:28:36,590 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8fb169d9-3ee3-42cc-b9d5-c8aaa81d3467'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:28:36Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "23ffa11e-a434-4611-b65d-24ce403dcfda"}} 2018-08-20 21:28:37,170 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.579s 2018-08-20 21:28:37,171 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-93d640d0-2331-4a33-91d8-3f3fec257c98'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:28:36Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9fa2bc75-e4f4-45ed-8696-e50085f26fc6"}} 2018-08-20 21:28:37,914 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.741s 2018-08-20 21:28:37,915 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-615c9562-189d-45f3-8a41-fd8981fcada1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:28:37Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "638e47c5-6adf-45a2-9a1d-b6fda3941726"}} 2018-08-20 21:28:38,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.236s 2018-08-20 21:28:38,153 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-582e920d-7b9b-4b09-9b4d-63586ba2df3c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:28:37Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8ab46232-02f0-4aff-8bdc-f3be184bb873"}} 2018-08-20 21:28:38,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-20 21:28:38,351 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-929b0cf2-f1e9-410e-b263-211284e745b2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:38Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "83bf7a67-afb9-48ed-95a4-bd229251968e"}} 2018-08-20 21:28:38,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.513s 2018-08-20 21:28:38,865 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e5d3470-d62a-43c2-9c10-fb98398fd5c9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:38Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8f1d2781-b08f-4663-9e52-180578694b7b"}} 2018-08-20 21:28:39,339 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.472s 2018-08-20 21:28:39,339 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5be35227-b8c6-4495-b27f-4fa74adaed79'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:39Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:39Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9b997d25-7287-45f7-9d57-e62cad0fcba8"}} 2018-08-20 21:28:39,823 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.483s 2018-08-20 21:28:39,824 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c911e02a-2fcc-457e-a123-c449bce9ed28'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:39Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:39Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "639488e8-ff3d-46d0-b160-3825af533ffe"}} 2018-08-20 21:28:40,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.308s 2018-08-20 21:28:40,135 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-295224916"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:28:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7bec7ff6-7303-4fe3-a7f8-fde9a00d1bc1'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:28:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3fe64ce3-cf6e-462d-a0e7-57315dd25ac3","name":"tempest-A-295224916"}} 2018-08-20 21:28:40,798 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.662s 2018-08-20 21:28:40,798 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "name": "tempest-subnet-A-1-1054198778"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:28:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fb0724e2-15d7-4862-9758-0f582192293e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3fe64ce3-cf6e-462d-a0e7-57315dd25ac3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:40Z","dns_nameservers":[],"updated_at":"2018-08-20T21:28:40Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a2ce6346-d6d1-4244-bec7-b8fd9722c768","subnetpool_id":null,"name":"tempest-subnet-A-1-1054198778"}} 2018-08-20 21:28:41,031 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.231s 2018-08-20 21:28:41,032 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1223159800"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:28:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de09eb5c-e3a9-4b17-b2b5-dc9f7da4b359'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:28:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"837b962b-48a2-4508-ace6-af84a43cc55f","name":"tempest-B-1223159800"}} 2018-08-20 21:28:41,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.848s 2018-08-20 21:28:41,881 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "name": "tempest-subnet-B-1-15098035"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:28:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90fae744-7f47-483c-bd06-7def5fc5019b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"837b962b-48a2-4508-ace6-af84a43cc55f","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:41Z","dns_nameservers":[],"updated_at":"2018-08-20T21:28:41Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a181bdbd-9fee-4fec-81bb-abdb2afbd3a9","subnetpool_id":null,"name":"tempest-subnet-B-1-15098035"}} 2018-08-20 21:28:42,058 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.175s 2018-08-20 21:28:42,058 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1985433592"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-76dfc82c-c4f1-4ea5-a127-8a812c870a6a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-76dfc82c-c4f1-4ea5-a127-8a812c870a6a'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVZQaVBjZCVZ5nQc3NxWT12FskYr8kkXGTjFPWxXB3HEG0WXD0rZ5m9gc4uk/cj1yfgAep9iGN9hpxp0VW7ZTiltv2IljQSd+R2s06tg9JZp9XyOTM3dVBi0Krny2S2l8WJFqo5+LslgkC9HrV1iYUN6EMvATdcfpCjj48jcj0g84wdJntRLjA+VR3Myhm8ADasLAAHbLKOOhRRI3BpnQiq5lnntMJriHNOnmNyTa7NbhPXF4903P+iTFw6A0+XLrheN9hQ5FbZcrS8sE0AmCu6Fkw2r8/Fxr/ErULIghPpNxdnIBEzLA628nDR49Qg3xBkv/GnZ3cCLWZ5TlO4BUH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA1WUGlQY2QlWeZ0HNzcVk9dhbJGK/JJFxk4xT1sVwdxxBtFlw\n9K2eZvYHOLpP3I9cn4AHqfYhjfYacadFVu2U4pbb9iJY0EnfkdrNOrYPSWafV8jk\nzN3VQYtCq58tktpfFiRaqOfi7JYJAvR61dYmFDehDLwE3XH6Qo4+PI3I9IPOMHSZ\n7US4wPlUdzMoZvAA2rCwAB2yyjjoUUSNwaZ0IquZZ57TCa4hzTp5jck2uzW4T1xe\nPdNz/okxcOgNPly64XjfYUORW2XK0vLBNAJgruhZMNq/Pxca/xK1CyIIT6TcXZyA\nRMywOtvJw0ePUIN8QZL/xp2d3Ai1meU5TuAVBwIDAQABAoIBAFP8A8ApBrfKvKIE\n6vueQaLkONK0Lmg0+c9JPkHbyOyH6XASd3tEzX/WOndgFEhI//oiSGHi5cfaYQP0\nAj05GgyntQBE+lFXka70vyrpNlD8G6BQB4R9lg3Kwj2LU0NlwGCVhDzPrqbQUdGg\n6Ks6Mhho4HCDmyKQVh9Vnjb00m8wrLnjWQgAkEeDzR5cZlZGLcH9R6knHShSP+AN\nnBByS/SLwj2g20SuDwDv8dpIbRyPDxtCNv/z9pwVgAY55coBwBqS/hp+Wyb+VD/B\nGmHJcvG8LbmkOs631AFw5eAYkHV2lHilCH3J1nU08XEpq/a/2b8BJsZs4TA0yxvB\nggfbp7kCgYEA7QyueVwiqvmIsnvJT1LmjmGKsITeSN9rzCA8HxQhIB3hFM2g6BZe\nIhiTpdveEmHsre+QbgNgJllayHIf4+H7ApRj1bDH8IP4doWv+n8dd7Bfs5oQ9YHK\nNX6c9sFe6lH/b+RPwpk8axr4AyGlUSm8+vGromffvE0YaKd9e2LJbtMCgYEA5nQ8\nkKsU2b2X6QjoFE4ViSQCie7thymQYEPqbWgmcxDzx28N+kyixJx5dgdkL3wml/Qi\nlSSx3bLgfxdlp3D4me/Qelrp10cSEJ8H5hI9+zcOcYsOn+U7o6zlWUeaowSDlubW\nwk6XWB7z6u/GBZLkZROR1O7UMlu8IXgcbol8KH0CgYEAplJyjMY/sNT6u7is69JP\n4HDCHc5sJJdWjFfFt0ypXV55kd4hWxZun9+8oPAe5aj9pqDjJr2Jlf61+tRQWdUy\nCIJTdhjegHwoNgjhC5Jq+5Kt41djNM8HMPeQbHYLAb/cyQZZjEF2KfQ3NgNCeisd\n5LjyYzYcvoMdcDisi4kpqm8CgYEAis194SC6KT+RbLGJnxk8zWIcCVoYRK2bIPAn\nFYiCiBGw0vEnuRdJfiRE3/sps5QSZrmLzsrQOpjPsJy2BHj9szIHHnr9l0VeMxam\nGkPogxOxJmA8CcB3AGlVpkWDdSZ134Df3x6Y92GFRn7uhVLpL5vu3RKQSliIYpxG\ne6lhV70CgYEAoRGPWjqCSUXQr5og86YyWWDqS4xKJfYd9REx9kU7X4Aw5AcZbpzg\n7f9v2PqFeqDKyuPLVhpSRGH1TWDNP8qQv7Tju1mED7d8lD0iyNxk73VAbX7rpj1b\ndXnS9zq8LxUucL/uXPZIpfoNGFRCMTgnqUP4v3MPFTkU9lIu9aMOGfU=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1985433592", "fingerprint": "63:1e:3c:04:73:f5:55:4a:dc:22:1e:d4:f4:8f:12:bc"}} 2018-08-20 21:28:43,606 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.542s 2018-08-20 21:28:43,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1551905213", "security_groups": ["372d32ee-1330-4ec6-8e6e-7c1d511c13da"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:28:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-961adb88-8eb9-410f-b2e5-e4f4f6993ec3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:28:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3fe64ce3-cf6e-462d-a0e7-57315dd25ac3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:28:42Z","name":"tempest-port-smoke-1551905213","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:da:e2:39","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a2ce6346-d6d1-4244-bec7-b8fd9722c768","ip_address":"10.101.11.10"}],"id":"dd2fcef1-a357-43fb-b1dd-896fad81da47","security_groups":["372d32ee-1330-4ec6-8e6e-7c1d511c13da"],"device_id":""}} 2018-08-20 21:28:46,615 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.007s 2018-08-20 21:28:46,617 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1985433592", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "port": "dd2fcef1-a357-43fb-b1dd-896fad81da47"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-fa654710-e719-4cc0-bcee-eefdc4a94d90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa654710-e719-4cc0-bcee-eefdc4a94d90'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "adminPass": "9UxTbcbrzE2n"}} 2018-08-20 21:28:46,972 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.350s 2018-08-20 21:28:46,972 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-7c304fe9-3fbf-4721-b54d-48bcf715827b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c304fe9-3fbf-4721-b54d-48bcf715827b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:48,966 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.978s 2018-08-20 21:28:48,966 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-71d7fce1-bd6e-48be-91b4-918dd9d7292d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71d7fce1-bd6e-48be-91b4-918dd9d7292d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:50,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.351s 2018-08-20 21:28:50,334 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-05912d54-475c-459d-abd5-14b0db684b06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05912d54-475c-459d-abd5-14b0db684b06'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:50,348 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:28:52,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 1.235s 2018-08-20 21:28:52,586 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-7efb97a2-868d-4361-be6f-4b2dab1cd8bb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7efb97a2-868d-4361-be6f-4b2dab1cd8bb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:54,305 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.705s 2018-08-20 21:28:54,305 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-1750a8df-fee0-4888-9e18-e78ec4e9bd47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1750a8df-fee0-4888-9e18-e78ec4e9bd47'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:56,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.919s 2018-08-20 21:28:56,240 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-21598875-e580-4844-8bff-f16c0102f27e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-21598875-e580-4844-8bff-f16c0102f27e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:57,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.625s 2018-08-20 21:28:57,881 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-fda43275-31f9-4a73-ab05-133ac38780d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fda43275-31f9-4a73-ab05-133ac38780d8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-295224916": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:e2:39", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:28:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:57,895 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 21:28:58,603 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.708s 2018-08-20 21:28:58,604 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-c4df7e6b-a190-4fc3-a9ca-10ccb618c9e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4df7e6b-a190-4fc3-a9ca-10ccb618c9e1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-295224916": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:e2:39", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:28:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:58,617 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d13d8a41-783d-4c0c-8590-84bdf367bdb7 with status: ACTIVE 2018-08-20 21:28:59,922 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.304s 2018-08-20 21:28:59,923 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-70670523", "security_groups": ["372d32ee-1330-4ec6-8e6e-7c1d511c13da"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:28:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b2c507f-4d58-4b94-a4a8-3863d0eaf4d8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:28:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"837b962b-48a2-4508-ace6-af84a43cc55f","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:28:59Z","name":"tempest-port-smoke-70670523","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e1:b9:3e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a181bdbd-9fee-4fec-81bb-abdb2afbd3a9","ip_address":"10.102.21.20"}],"id":"def279aa-8f51-4d02-b317-c14b294eef78","security_groups":["372d32ee-1330-4ec6-8e6e-7c1d511c13da"],"device_id":""}} 2018-08-20 21:29:03,306 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.381s 2018-08-20 21:29:03,306 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1985433592", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "837b962b-48a2-4508-ace6-af84a43cc55f", "port": "def279aa-8f51-4d02-b317-c14b294eef78"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-8796660f-5a15-408d-84be-7c7819de12bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8796660f-5a15-408d-84be-7c7819de12bd'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "adminPass": "vJjESBd3KY8J"}} 2018-08-20 21:29:04,328 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 1.017s 2018-08-20 21:29:04,328 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-4799a4d1-dc90-4b59-8ab9-ceb3dd9847d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4799a4d1-dc90-4b59-8ab9-ceb3dd9847d8'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:05,719 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.376s 2018-08-20 21:29:05,720 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-e0328ed5-16fa-4bca-884a-77ab84aaee5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e0328ed5-16fa-4bca-884a-77ab84aaee5a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:07,083 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.348s 2018-08-20 21:29:07,083 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-4ca95751-3374-49bc-9d03-8c7833a59569', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ca95751-3374-49bc-9d03-8c7833a59569'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:08,373 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.275s 2018-08-20 21:29:08,374 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-9d258a4a-1228-4819-89a3-eb625c1d72cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d258a4a-1228-4819-89a3-eb625c1d72cd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:08,387 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-20 21:29:09,799 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.410s 2018-08-20 21:29:09,800 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-ee789265-9982-40e0-9a19-ac22acfea80a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee789265-9982-40e0-9a19-ac22acfea80a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:09,813 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:29:11,277 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.462s 2018-08-20 21:29:11,278 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-23905bc3-f1d8-4dee-8226-cf9203625e8c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23905bc3-f1d8-4dee-8226-cf9203625e8c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:12,711 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.418s 2018-08-20 21:29:12,712 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-3f260277-f5ef-4fcb-b1f4-ff60083c2d5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f260277-f5ef-4fcb-b1f4-ff60083c2d5a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:14,423 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.695s 2018-08-20 21:29:14,424 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-6fb75fe9-2ed6-4301-b970-2eb6b1977f8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6fb75fe9-2ed6-4301-b970-2eb6b1977f8b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1223159800": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b9:3e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:29:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:29:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:14,436 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:29:15,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.690s 2018-08-20 21:29:15,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-64a1aab0-b761-4184-8775-f76cb923f27f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-64a1aab0-b761-4184-8775-f76cb923f27f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1223159800": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b9:3e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:29:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:29:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:15,141 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: de2a4840-44c5-41e7-96a4-66aaf2cae744 with status: ACTIVE 2018-08-20 21:29:15,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.130s 2018-08-20 21:29:15,273 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--2073456075", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:29:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-316c9c2d-32cc-4104-ba04-7e6a97f0d103'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:15Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:15Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c", "name": "tempest-router--2073456075"}} 2018-08-20 21:29:16,894 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c 1.620s 2018-08-20 21:29:16,895 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c', u'date': 'Mon, 20 Aug 2018 21:29:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1bf94fbc-a5d2-4622-920e-1db22783a6fd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:15Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:16Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c", "name": "tempest-router--2073456075"}} 2018-08-20 21:29:19,294 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/add_router_interface 2.398s 2018-08-20 21:29:19,295 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:29:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8eec1f20-be5d-48ab-a1e8-841d9f7de570'} Body: {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9", "subnet_ids": ["a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"], "port_id": "e259dc89-0a0e-4bba-96d4-194b03c7d632", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c"} 2018-08-20 21:29:20,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.975s 2018-08-20 21:29:20,273 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:29:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04c32744-4f7f-4b37-bb31-f5b4a770cd28'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "f44756b7-dbcd-4021-a4cd-e93570df2b8f"}} 2018-08-20 21:29:21,285 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations 1.011s 2018-08-20 21:29:21,286 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations', u'date': 'Mon, 20 Aug 2018 21:29:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-086c3c8d-ba70-448b-b7bf-2683a0170918'} Body: {"network_association": {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "id": "c2766023-7dac-45ca-9b14-f96d364e7996"}} 2018-08-20 21:29:22,168 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations 0.881s 2018-08-20 21:29:22,169 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations', u'date': 'Mon, 20 Aug 2018 21:29:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d9fc7d1-b24f-470e-902e-8c884b45295c'} Body: {"network_association": {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "id": "53c9711a-87d0-41a0-be71-a6dd21cce219"}} 2018-08-20 21:29:22,169 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:29:22,932 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.762s 2018-08-20 21:29:22,933 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1546013715", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:29:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30b7c3c6-167d-4465-a8d7-3fcd48897fcc'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:22Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:22Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30", "name": "tempest-router--1546013715"}} 2018-08-20 21:29:24,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30 1.517s 2018-08-20 21:29:24,452 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30', u'date': 'Mon, 20 Aug 2018 21:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-569e2a23-ea45-4130-bdb4-d75b29434b71'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:22Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:24Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30", "name": "tempest-router--1546013715"}} 2018-08-20 21:29:26,641 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/add_router_interface 2.188s 2018-08-20 21:29:26,642 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:29:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40620d2d-dcb6-4d5a-9fe5-937d4ac5f444'} Body: {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768", "subnet_ids": ["a2ce6346-d6d1-4244-bec7-b8fd9722c768"], "port_id": "8cc1bb8d-aebb-43e7-9c12-1b3b79e1c6f9", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30"} 2018-08-20 21:29:28,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.175s 2018-08-20 21:29:28,819 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "dd2fcef1-a357-43fb-b1dd-896fad81da47"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:29:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66dbc953-df59-48eb-8ee3-e8dc5bf745b2'} Body: {"floatingip": {"router_id": "6e0938c8-20e1-4540-a5d7-42beb0599d30", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:29:27Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "dd2fcef1-a357-43fb-b1dd-896fad81da47", "id": "2420ecb6-aa9f-45d9-8263-8874d020531c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:27Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:29:28,821 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:29:36,841 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:29:36,901 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:29:36,907 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:29:37,021 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:29:37,022 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:29:37,024 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:29:37,084 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:29:37,087 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:29:42,097 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:29:42,098 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:30:52,169 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:30:52,169 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:30:52,173 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:30:52,235 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:30:52,238 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:30:57,245 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:30:57,246 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:32:07,304 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:32:07,304 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:32:07,305 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07,310 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07,411 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:32:07,438 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07,444 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:32:07,444 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:3d:c5:4d [ether] on eth0 2018-08-20 21:32:07,445 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:32:07,445 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07,447 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07,508 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:32:07,512 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07,522 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:32:07,522 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:32:07,523 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07,525 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07,587 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:32:07,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07,596 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:32:07,597 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07,599 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07,659 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:32:07,663 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07,669 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:32:07,669 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:3d:c5:4d [ether] on eth0 2018-08-20 21:32:07,670 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:32:07,670 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07,672 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07,734 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:32:07,737 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:12,744 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:32:12,745 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:33:22,781 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:33:22,782 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:33:22,786 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:33:22,888 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:33:22,915 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:33:27,922 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:33:27,923 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:34:37,983 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:34:37,984 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:34:38,366 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:34:38,367 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8981', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:34:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-40e2f6a2-b087-4ec5-a039-8a9088f7a910'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T22:34:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-TestBGPVPNBasic-2026749770"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_5de6542c36a24c72be615f783fe47ba0", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_5de6542c36a24c72be615f783fe47ba0", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regionOne", "url": "http://172.30.9. 2018-08-20 21:34:39,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/2420ecb6-aa9f-45d9-8263-8874d020531c 1.503s 2018-08-20 21:34:39,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/2420ecb6-aa9f-45d9-8263-8874d020531c', u'date': 'Mon, 20 Aug 2018 21:34:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-32b997de-4e9b-4c3e-a511-366f4fdf9f0e'} Body: 2018-08-20 21:34:41,968 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/remove_router_interface 2.094s 2018-08-20 21:34:41,969 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:34:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-10eea771-9304-4fc0-9ddd-c817c0f3b362'} Body: {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768", "subnet_ids": ["a2ce6346-d6d1-4244-bec7-b8fd9722c768"], "port_id": "8cc1bb8d-aebb-43e7-9c12-1b3b79e1c6f9", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30"} 2018-08-20 21:34:44,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30 2.760s 2018-08-20 21:34:44,731 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30', u'date': 'Mon, 20 Aug 2018 21:34:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d1f1227f-6030-4f56-8b71-6c0df9fc41c8'} Body: 2018-08-20 21:34:46,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/remove_router_interface 2.029s 2018-08-20 21:34:46,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:34:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-841f369c-cf48-4e04-88e9-2333b4b99d9d'} Body: {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9", "subnet_ids": ["a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"], "port_id": "e259dc89-0a0e-4bba-96d4-194b03c7d632", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c"} 2018-08-20 21:34:48,563 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c 1.799s 2018-08-20 21:34:48,563 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c', u'date': 'Mon, 20 Aug 2018 21:34:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-01f07c93-09b7-4539-bb77-bbf96eca78bd'} Body: 2018-08-20 21:34:49,426 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.861s 2018-08-20 21:34:49,426 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-98e10677-7c04-4761-8d1e-ead9d6dd3293', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98e10677-7c04-4761-8d1e-ead9d6dd3293'} Body: 2018-08-20 21:34:50,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 1.275s 2018-08-20 21:34:50,703 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-7edbff27-394e-4788-834f-1e29b5abb30f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7edbff27-394e-4788-834f-1e29b5abb30f'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1223159800": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b9:3e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:29:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:34:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:34:51,767 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.046s 2018-08-20 21:34:51,768 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-f86cb971-19a7-4e70-b0c5-3b805d47b0a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f86cb971-19a7-4e70-b0c5-3b805d47b0a7'} Body: {"itemNotFound": {"message": "Instance de2a4840-44c5-41e7-96a4-66aaf2cae744 could not be found.", "code": 404}} 2018-08-20 21:34:52,623 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/def279aa-8f51-4d02-b317-c14b294eef78 0.854s 2018-08-20 21:34:52,623 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/def279aa-8f51-4d02-b317-c14b294eef78', u'date': 'Mon, 20 Aug 2018 21:34:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f968d88e-4141-4836-95d5-38f73cddb79e'} Body: 2018-08-20 21:34:52,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.232s 2018-08-20 21:34:52,857 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-865927b8-7c83-4de3-832f-addd4bab7b61', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-865927b8-7c83-4de3-832f-addd4bab7b61'} Body: 2018-08-20 21:34:54,086 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 1.228s 2018-08-20 21:34:54,087 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-0027a485-7621-409d-9ac4-394d16021b78', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0027a485-7621-409d-9ac4-394d16021b78'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-295224916": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:e2:39", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:28:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:34:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:34:55,145 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.043s 2018-08-20 21:34:55,145 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-205141b9-fcb0-4702-bb03-bc9aeda455f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-205141b9-fcb0-4702-bb03-bc9aeda455f1'} Body: {"itemNotFound": {"message": "Instance d13d8a41-783d-4c0c-8590-84bdf367bdb7 could not be found.", "code": 404}} 2018-08-20 21:34:55,986 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/dd2fcef1-a357-43fb-b1dd-896fad81da47 0.840s 2018-08-20 21:34:55,987 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/dd2fcef1-a357-43fb-b1dd-896fad81da47', u'date': 'Mon, 20 Aug 2018 21:34:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2c05120b-2be4-4d38-a12d-d68ca1ad5d96'} Body: 2018-08-20 21:34:56,043 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1985433592 0.055s 2018-08-20 21:34:56,044 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1985433592', u'x-compute-request-id': 'req-d5d324e8-01c9-4d5b-836e-37506369d4c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5d324e8-01c9-4d5b-836e-37506369d4c0'} Body: 2018-08-20 21:34:58,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a181bdbd-9fee-4fec-81bb-abdb2afbd3a9 2.406s 2018-08-20 21:34:58,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a181bdbd-9fee-4fec-81bb-abdb2afbd3a9', u'date': 'Mon, 20 Aug 2018 21:34:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7e65fbd8-860c-4d77-a893-0223e64762a6'} Body: 2018-08-20 21:35:00,511 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/837b962b-48a2-4508-ace6-af84a43cc55f 2.059s 2018-08-20 21:35:00,511 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/837b962b-48a2-4508-ace6-af84a43cc55f', u'date': 'Mon, 20 Aug 2018 21:35:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-47047ff2-4394-44e0-ae6e-fbc8ba920105'} Body: 2018-08-20 21:35:03,304 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a2ce6346-d6d1-4244-bec7-b8fd9722c768 2.791s 2018-08-20 21:35:03,304 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a2ce6346-d6d1-4244-bec7-b8fd9722c768', u'date': 'Mon, 20 Aug 2018 21:35:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1cb8abc1-0258-4618-9d88-d801d0e0d53e'} Body: 2018-08-20 21:35:05,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3fe64ce3-cf6e-462d-a0e7-57315dd25ac3 2.554s 2018-08-20 21:35:05,861 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3fe64ce3-cf6e-462d-a0e7-57315dd25ac3', u'date': 'Mon, 20 Aug 2018 21:35:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-91adf7f3-5652-40a6-9b03-42509598e14c'} Body: 2018-08-20 21:35:06,253 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/372d32ee-1330-4ec6-8e6e-7c1d511c13da 0.391s 2018-08-20 21:35:06,254 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/372d32ee-1330-4ec6-8e6e-7c1d511c13da', u'date': 'Mon, 20 Aug 2018 21:35:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-da49a3d4-989c-4b6c-9cee-e91cf5e7d489'} Body: 2018-08-20 21:35:06.839 63 INFO tempest.lib.common.rest_client [req-2ada6482-6751-4104-bcc9-d88c0627720a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.558s 2018-08-20 21:35:06.840 63 DEBUG tempest.lib.common.rest_client [req-2ada6482-6751-4104-bcc9-d88c0627720a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-557427586 description", "name": "tempest-secgroup-smoke-557427586"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:35:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ada6482-6751-4104-bcc9-d88c0627720a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-557427586 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:06Z", "updated_at": "2018-08-20T21:35:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:35:06Z", "revision_number": 0, "id": "d2a7e875-4525-4aa7-aa30-235925c98350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:35:06Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:35:06Z", "revision_number": 0, "id": "e65a4ee4-0f2d-42d2-88a5-d6a20f1ed1b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:35:06Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "name": "tempest-secgroup-smoke-557427586"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:07.690 63 INFO tempest.lib.common.rest_client [req-8ddf2750-a165-4e44-8e57-de73d2ae5f87 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.848s 2018-08-20 21:35:07.690 63 DEBUG tempest.lib.common.rest_client [req-8ddf2750-a165-4e44-8e57-de73d2ae5f87 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ddf2750-a165-4e44-8e57-de73d2ae5f87'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:35:07Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:07Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bb6a0307-dc28-4639-9587-4f03776dff25"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:08.204 63 INFO tempest.lib.common.rest_client [req-e87f14d3-da0f-4186-8bbb-799053a87a03 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.512s 2018-08-20 21:35:08.205 63 DEBUG tempest.lib.common.rest_client [req-e87f14d3-da0f-4186-8bbb-799053a87a03 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e87f14d3-da0f-4186-8bbb-799053a87a03'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:35:08Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f3499ec0-2c0f-43f9-8fd4-b2f5b18214cc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:08.635 63 INFO tempest.lib.common.rest_client [req-7ce8d2e4-98a1-47a6-a7aa-e7aba64572da ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.430s 2018-08-20 21:35:08.636 63 DEBUG tempest.lib.common.rest_client [req-7ce8d2e4-98a1-47a6-a7aa-e7aba64572da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ce8d2e4-98a1-47a6-a7aa-e7aba64572da'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:35:08Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9e210d9f-e446-464b-aae0-6d2485cb6c45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:09.099 63 INFO tempest.lib.common.rest_client [req-8680e9f6-4c13-4e22-bdd5-d7657d16154a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.462s 2018-08-20 21:35:09.100 63 DEBUG tempest.lib.common.rest_client [req-8680e9f6-4c13-4e22-bdd5-d7657d16154a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8680e9f6-4c13-4e22-bdd5-d7657d16154a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ab6c408-b26a-45a6-9682-a6e6979df159"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:09.450 63 INFO tempest.lib.common.rest_client [req-212f5c9f-dd5f-4c65-8f3c-1a59f20a7c1e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.349s 2018-08-20 21:35:09.450 63 DEBUG tempest.lib.common.rest_client [req-212f5c9f-dd5f-4c65-8f3c-1a59f20a7c1e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-212f5c9f-dd5f-4c65-8f3c-1a59f20a7c1e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3607a1bb-8f86-4693-bcbd-d7c834c31450"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:09.681 63 INFO tempest.lib.common.rest_client [req-7ede72fe-b12f-4396-bda3-e7b5cb03a813 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.229s 2018-08-20 21:35:09.681 63 DEBUG tempest.lib.common.rest_client [req-7ede72fe-b12f-4396-bda3-e7b5cb03a813 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ede72fe-b12f-4396-bda3-e7b5cb03a813'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4a976c51-64b5-4f7d-878d-79ef8d99bbde"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:09.906 63 INFO tempest.lib.common.rest_client [req-c67c223b-c2e6-42d1-b4e7-0f33fe4f1741 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.223s 2018-08-20 21:35:09.907 63 DEBUG tempest.lib.common.rest_client [req-c67c223b-c2e6-42d1-b4e7-0f33fe4f1741 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c67c223b-c2e6-42d1-b4e7-0f33fe4f1741'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e7a2f9fd-a6f2-4242-a549-289579bfa4c1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:10.372 63 INFO tempest.lib.common.rest_client [req-29a68fb3-e335-4ad7-b1a7-a82047a09d6d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.464s 2018-08-20 21:35:10.373 63 DEBUG tempest.lib.common.rest_client [req-29a68fb3-e335-4ad7-b1a7-a82047a09d6d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29a68fb3-e335-4ad7-b1a7-a82047a09d6d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:10Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "97c05156-17ff-4e30-abe4-559bf1febabf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:10.789 63 INFO tempest.lib.common.rest_client [req-0175ed01-6090-4cc3-b623-053a3a523acf ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 0.415s 2018-08-20 21:35:10.790 63 DEBUG tempest.lib.common.rest_client [req-0175ed01-6090-4cc3-b623-053a3a523acf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-867239499"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:35:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0175ed01-6090-4cc3-b623-053a3a523acf'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:35:10Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"868d9cd7-6502-4aea-a960-8ccc616c4423","name":"tempest-A-867239499"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:11.760 63 INFO tempest.lib.common.rest_client [req-7a39e5dd-8820-4d24-9abd-aa87137f37da ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.967s 2018-08-20 21:35:11.760 63 DEBUG tempest.lib.common.rest_client [req-7a39e5dd-8820-4d24-9abd-aa87137f37da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "name": "tempest-subnet-A-1-71392516"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:35:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7a39e5dd-8820-4d24-9abd-aa87137f37da'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"868d9cd7-6502-4aea-a960-8ccc616c4423","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:11Z","dns_nameservers":[],"updated_at":"2018-08-20T21:35:11Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"ecbfba50-74b0-42a7-a704-b7b23ed2ac34","subnetpool_id":null,"name":"tempest-subnet-A-1-71392516"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:12.951 63 INFO tempest.lib.common.rest_client [req-05e77415-3974-4251-b6d3-6f279a8382d3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 1.190s 2018-08-20 21:35:12.952 63 DEBUG tempest.lib.common.rest_client [req-05e77415-3974-4251-b6d3-6f279a8382d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-701283351"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:35:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-05e77415-3974-4251-b6d3-6f279a8382d3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:35:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d100aa15-ee85-427a-9327-76b66c055812","name":"tempest-B-701283351"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:14.940 63 INFO tempest.lib.common.rest_client [req-9378188c-e4f9-4f30-99b1-dccc675df638 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.986s 2018-08-20 21:35:14.940 63 DEBUG tempest.lib.common.rest_client [req-9378188c-e4f9-4f30-99b1-dccc675df638 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "d100aa15-ee85-427a-9327-76b66c055812", "name": "tempest-subnet-B-1-368983933"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:35:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9378188c-e4f9-4f30-99b1-dccc675df638'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d100aa15-ee85-427a-9327-76b66c055812","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:13Z","dns_nameservers":[],"updated_at":"2018-08-20T21:35:13Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"c4de8d8f-4696-4954-95a0-c8e3b87fd2d0","subnetpool_id":null,"name":"tempest-subnet-B-1-368983933"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:15.249 63 INFO tempest.lib.common.rest_client [req-d7ec910e-2a55-4625-a542-1eedca5f8f34 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.307s 2018-08-20 21:35:15.250 63 DEBUG tempest.lib.common.rest_client [req-d7ec910e-2a55-4625-a542-1eedca5f8f34 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1717644114"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d7ec910e-2a55-4625-a542-1eedca5f8f34', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7ec910e-2a55-4625-a542-1eedca5f8f34'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqYZxvQgiRKZj+WDCj9gKcu7fB3BNjzercO3lRre8kAnKF3+tms/51zpM9J800VotXd9HLMZe/XWsTGhIPiXVfe8vAcBeePebyV/GZOXq5KtwEbFm4hUDAUft9HrbXUX85XgU6SqlNOZkydjnUaQcSDqC13RwbUUfaPsblVCh8WT6vzvlV6lqBL3kV1LWt0Jn6ct0IPyqdDmeYNXA1fUAcPJo+FuXEIHS+Iiw6+8JIvcvnEEeQDtVV+Qqa8A5A1eFZKqFSEqKWx0vI0YgZQ9nQnmMKE3w1o1X2N6gtVOCDVzbdDGkg6+arEFwf2/sz0RN5MaEwuovIXWPV0/vQWQ9p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAqmGcb0IIkSmY/lgwo/YCnLu3wdwTY83q3Dt5Ua3vJAJyhd/r\nZrP+dc6TPSfNNFaLV3fRyzGXv11rExoSD4l1X3vLwHAXnj3m8lfxmTl6uSrcBGxZ\nuIVAwFH7fR6211F/OV4FOkqpTTmZMnY51GkHEg6gtd0cG1FH2j7G5VQofFk+r875\nVepagS95FdS1rdCZ+nLdCD8qnQ5nmDVwNX1AHDyaPhblxCB0viIsOvvCSL3L5xBH\nkA7VVfkKmvAOQNXhWSqhUhKilsdLyNGIGUPZ0J5jChN8NaNV9jeoLVTgg1c23Qxp\nIOvmqxBcH9v7M9ETeTGhMLqLyF1j1dP70FkPaQIDAQABAoIBAHfkH9QaPzUGdGXl\nYLS/U68+WFvNpMdCCtXV89SJ9BD+t9+EZXzrg08agXkzHK6Lh5mQ8stspj8+WS4j\n1jmgnDsIPaO4PKZZIL2/LH6Jd9X8Vr22EJxLB/lMtw6gIkD5U/DmO/98sg1pTme3\n0ZGqJhOKv4O5hyGh3FGygvq0cZitfakt+tRdIr4G6gYRNsglruOiHkk9rxwxmp9u\nmOyJ/pdy6xdbFW30jMWzJtHPH9iDNjwDKKfcZ9To/5/vq3ngfhlxCFwo6UJQa/Nd\n45NblSHSPsYHdkAa4nH/AxXWJPunbsqPOryqn7PQkcn4jYtW2BktkWQ1yKRwdM8/\nNTLCo0ECgYEA24fNwmsGKHcLSmMLNNPFH5Y+qUjalZzbB5COvLpvXuv5YzKO3eN9\nbhc2DwLdyV+Rdnan+ZGeV8K2Rjc/da3eKe1tAKfxS69Qghj9cEfm0dbRJivqLed6\nGAl9JwIEVgTHY4oBBY1PrOX1ZiiWLtluzIMZ5yJh1WYxHHagY+thrLUCgYEAxq+W\n9tI+gfWoxHb+XlDLPqcrELY+ocfGLZjMNAHdsywJBi6DoT2kXYb4TT42btIbiBe8\nUv7VTWfSzqSTjibDckOfEE3W96v3w20dZa7zVU69Isw6x5GL7avh2HlboLYjaF/p\nf0RDwme7eI+VyGxjz/zKD+PlOFvFmLXBi+/vvGUCgYEAqprAce3gbEQPdzC/fb9x\nuxl0+vQOQyUSJq/V7Z9pe7ghKFEbLB9l08+gCExu9dcaYZjW86GSD5vXMXwwChEj\nzSuhgVgCspG9HE21b7PBEqRCB8srA5+Xh+Sf6Ves7Phrx9Rw9NKb778KVekGxcPe\nUnsz/yb+JuxzEC60eNJtJt0CgYEArs78turiHjvCoiDDyr2xJM214T1HO9Xl8mY2\nfCeMJMFAq1SvcWUnwTYoLuXmxHhNyt5/TlJx32nSmwdH39ERMu51+8VQtpZyJlpR\nfA6Cf3MIi54+tSnEgHcy/OBBktPNsV55tQSdzWSxF/DU6wMainsyWOq82Wo9HxAD\nWxjex9UCgYEAi1Eko1Df9jCB5+y6H4sPWfhKBqZHW80PYE5pdr7bvXEG4WvyvX0c\nlyjSJgPviQ46t3IutkF7Ky8IMj1aFyOv3wqQflrpj6Z9m52loTYdsRUPWCUzQ4Wu\njMNPyYAg7wC/wy/P6A7zoM/3vBoIwvrF9kAmrZ+EBvEZrOOEK/PguNk=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1717644114", "fingerprint": "f8:f2:85:e7:0d:4d:ed:00:a5:94:59:46:45:4b:4c:e0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:16.479 63 INFO tempest.lib.common.rest_client [req-12d1c2f9-3de7-4ddb-9137-7f89610a7e0c ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 1.223s 2018-08-20 21:35:16.480 63 DEBUG tempest.lib.common.rest_client [req-12d1c2f9-3de7-4ddb-9137-7f89610a7e0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1880401195", "security_groups": ["0206cf01-1c66-413f-88b5-8aa4a02e991d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:35:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12d1c2f9-3de7-4ddb-9137-7f89610a7e0c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:35:15Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"868d9cd7-6502-4aea-a960-8ccc616c4423","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:35:15Z","name":"tempest-port-smoke-1880401195","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:54:c8:02","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"ecbfba50-74b0-42a7-a704-b7b23ed2ac34","ip_address":"10.101.11.10"}],"id":"0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30","security_groups":["0206cf01-1c66-413f-88b5-8aa4a02e991d"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:21.002 63 INFO tempest.lib.common.rest_client [req-ee0c1e27-ab18-407e-9b6e-437169f0d8af ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 4.521s 2018-08-20 21:35:21.002 63 DEBUG tempest.lib.common.rest_client [req-ee0c1e27-ab18-407e-9b6e-437169f0d8af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1717644114", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "868d9cd7-6502-4aea-a960-8ccc616c4423", "port": "0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ee0c1e27-ab18-407e-9b6e-437169f0d8af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee0c1e27-ab18-407e-9b6e-437169f0d8af'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "adminPass": "KRueLXLF7Woe"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:21.561 63 INFO tempest.lib.common.rest_client [req-9d04cf9e-7c2e-479d-8616-ea7d9284b354 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.557s 2018-08-20 21:35:21.562 63 DEBUG tempest.lib.common.rest_client [req-9d04cf9e-7c2e-479d-8616-ea7d9284b354 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-9d04cf9e-7c2e-479d-8616-ea7d9284b354', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d04cf9e-7c2e-479d-8616-ea7d9284b354'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:23.183 63 INFO tempest.lib.common.rest_client [req-c87a0002-6b64-4cd8-917c-fe2b2ebde3fa ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.605s 2018-08-20 21:35:23.184 63 DEBUG tempest.lib.common.rest_client [req-c87a0002-6b64-4cd8-917c-fe2b2ebde3fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-c87a0002-6b64-4cd8-917c-fe2b2ebde3fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c87a0002-6b64-4cd8-917c-fe2b2ebde3fa'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:25.193 63 INFO tempest.lib.common.rest_client [req-49ea3d17-a797-4b3a-a66f-741eab875bb2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.993s 2018-08-20 21:35:25.193 63 DEBUG tempest.lib.common.rest_client [req-49ea3d17-a797-4b3a-a66f-741eab875bb2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-49ea3d17-a797-4b3a-a66f-741eab875bb2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49ea3d17-a797-4b3a-a66f-741eab875bb2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:23Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:25.206 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-20 21:35:26.704 63 INFO tempest.lib.common.rest_client [req-b7fa709e-f180-40f0-af36-08c11107ed33 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.496s 2018-08-20 21:35:26.704 63 DEBUG tempest.lib.common.rest_client [req-b7fa709e-f180-40f0-af36-08c11107ed33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-b7fa709e-f180-40f0-af36-08c11107ed33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7fa709e-f180-40f0-af36-08c11107ed33'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:26.718 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:35:28.438 63 INFO tempest.lib.common.rest_client [req-7eb20785-5378-403d-9284-27ab3065d387 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.719s 2018-08-20 21:35:28.439 63 DEBUG tempest.lib.common.rest_client [req-7eb20785-5378-403d-9284-27ab3065d387 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-7eb20785-5378-403d-9284-27ab3065d387', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7eb20785-5378-403d-9284-27ab3065d387'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:29.886 63 INFO tempest.lib.common.rest_client [req-b89a3252-779c-4b17-9c85-707b5054ff63 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.432s 2018-08-20 21:35:29.886 63 DEBUG tempest.lib.common.rest_client [req-b89a3252-779c-4b17-9c85-707b5054ff63 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-b89a3252-779c-4b17-9c85-707b5054ff63', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b89a3252-779c-4b17-9c85-707b5054ff63'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:31.889 63 INFO tempest.lib.common.rest_client [req-67ebd201-3f04-49d2-995a-92794c1aad23 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.988s 2018-08-20 21:35:31.889 63 DEBUG tempest.lib.common.rest_client [req-67ebd201-3f04-49d2-995a-92794c1aad23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-67ebd201-3f04-49d2-995a-92794c1aad23', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-67ebd201-3f04-49d2-995a-92794c1aad23'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-867239499": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:c8:02", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:30Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:31.903 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:35:32.607 63 INFO tempest.lib.common.rest_client [req-5a8bb4be-9d2a-431d-98f4-3552aa462244 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.703s 2018-08-20 21:35:32.607 63 DEBUG tempest.lib.common.rest_client [req-5a8bb4be-9d2a-431d-98f4-3552aa462244 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-5a8bb4be-9d2a-431d-98f4-3552aa462244', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a8bb4be-9d2a-431d-98f4-3552aa462244'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-867239499": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:c8:02", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:30Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:32.621 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 8d0a2887-537c-4f3b-bb14-a816b5802142 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:35:33.763 63 INFO tempest.lib.common.rest_client [req-8613618a-f546-4012-8ac1-71e87fe07a09 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 1.141s 2018-08-20 21:35:33.763 63 DEBUG tempest.lib.common.rest_client [req-8613618a-f546-4012-8ac1-71e87fe07a09 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1740668281", "security_groups": ["0206cf01-1c66-413f-88b5-8aa4a02e991d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:35:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8613618a-f546-4012-8ac1-71e87fe07a09'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:35:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d100aa15-ee85-427a-9327-76b66c055812","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:35:33Z","name":"tempest-port-smoke-1740668281","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f3:14:0a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"c4de8d8f-4696-4954-95a0-c8e3b87fd2d0","ip_address":"10.102.21.20"}],"id":"c5619700-b56f-4c52-964e-e1cfa48f8831","security_groups":["0206cf01-1c66-413f-88b5-8aa4a02e991d"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:37.254 63 INFO tempest.lib.common.rest_client [req-ef093810-5d62-49ef-ac07-936f7fa2948e ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 3.489s 2018-08-20 21:35:37.254 63 DEBUG tempest.lib.common.rest_client [req-ef093810-5d62-49ef-ac07-936f7fa2948e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1717644114", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "d100aa15-ee85-427a-9327-76b66c055812", "port": "c5619700-b56f-4c52-964e-e1cfa48f8831"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ef093810-5d62-49ef-ac07-936f7fa2948e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef093810-5d62-49ef-ac07-936f7fa2948e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "adminPass": "ADreB9yxTRvg"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:37.564 63 INFO tempest.lib.common.rest_client [req-256bcca5-54f3-4bcd-80ec-37aa64185037 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.305s 2018-08-20 21:35:37.564 63 DEBUG tempest.lib.common.rest_client [req-256bcca5-54f3-4bcd-80ec-37aa64185037 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-256bcca5-54f3-4bcd-80ec-37aa64185037', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-256bcca5-54f3-4bcd-80ec-37aa64185037'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:39.424 63 INFO tempest.lib.common.rest_client [req-8e47ccd1-6d5f-4007-b46c-08d62a4d69c5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.844s 2018-08-20 21:35:39.424 63 DEBUG tempest.lib.common.rest_client [req-8e47ccd1-6d5f-4007-b46c-08d62a4d69c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-8e47ccd1-6d5f-4007-b46c-08d62a4d69c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e47ccd1-6d5f-4007-b46c-08d62a4d69c5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:40.836 63 INFO tempest.lib.common.rest_client [req-dc63e645-d918-4b2a-84bf-c442171093e1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.395s 2018-08-20 21:35:40.836 63 DEBUG tempest.lib.common.rest_client [req-dc63e645-d918-4b2a-84bf-c442171093e1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-dc63e645-d918-4b2a-84bf-c442171093e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dc63e645-d918-4b2a-84bf-c442171093e1'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:40.850 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-20 21:35:42.779 63 INFO tempest.lib.common.rest_client [req-07e46e03-1877-43e1-8784-df6717c1fe5b ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.928s 2018-08-20 21:35:42.780 63 DEBUG tempest.lib.common.rest_client [req-07e46e03-1877-43e1-8784-df6717c1fe5b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-07e46e03-1877-43e1-8784-df6717c1fe5b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-07e46e03-1877-43e1-8784-df6717c1fe5b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:42.794 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:35:45.396 63 INFO tempest.lib.common.rest_client [req-b003dbbf-9ff7-48ad-8a31-8ececaf2a560 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 1.600s 2018-08-20 21:35:45.397 63 DEBUG tempest.lib.common.rest_client [req-b003dbbf-9ff7-48ad-8a31-8ececaf2a560 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-b003dbbf-9ff7-48ad-8a31-8ececaf2a560', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b003dbbf-9ff7-48ad-8a31-8ececaf2a560'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:46.876 63 INFO tempest.lib.common.rest_client [req-8372f741-a8bd-4ba1-ad3f-8869e4b92b07 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.468s 2018-08-20 21:35:46.877 63 DEBUG tempest.lib.common.rest_client [req-8372f741-a8bd-4ba1-ad3f-8869e4b92b07 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-8372f741-a8bd-4ba1-ad3f-8869e4b92b07', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8372f741-a8bd-4ba1-ad3f-8869e4b92b07'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-701283351": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:14:0a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:46.891 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:35:47.607 63 INFO tempest.lib.common.rest_client [req-b0d4adee-49f6-4782-b0f0-ba435a90a51c ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.715s 2018-08-20 21:35:47.607 63 DEBUG tempest.lib.common.rest_client [req-b0d4adee-49f6-4782-b0f0-ba435a90a51c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-b0d4adee-49f6-4782-b0f0-ba435a90a51c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0d4adee-49f6-4782-b0f0-ba435a90a51c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-701283351": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:14:0a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:47.629 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 2e2ded70-e5c8-40e0-be15-fecb5fe8e95d with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:35:47.912 63 INFO tempest.lib.common.rest_client [req-e5bc477f-3ed5-4848-aa7b-5097c47771f0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.281s 2018-08-20 21:35:47.912 63 DEBUG tempest.lib.common.rest_client [req-e5bc477f-3ed5-4848-aa7b-5097c47771f0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--853189443", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:35:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5bc477f-3ed5-4848-aa7b-5097c47771f0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:47Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:47Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "572915aa-d409-4c79-a278-5da3107ae3f7", "name": "tempest-router--853189443"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:49.449 63 INFO tempest.lib.common.rest_client [req-c31cbaff-0456-4fa7-aefb-82656d4b7373 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7 1.534s 2018-08-20 21:35:49.450 63 DEBUG tempest.lib.common.rest_client [req-c31cbaff-0456-4fa7-aefb-82656d4b7373 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:35:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c31cbaff-0456-4fa7-aefb-82656d4b7373'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:47Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:49Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "572915aa-d409-4c79-a278-5da3107ae3f7", "name": "tempest-router--853189443"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:51.976 63 INFO tempest.lib.common.rest_client [req-d758bf84-09e5-4b86-b7e5-72e74167565f ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/add_router_interface 2.524s 2018-08-20 21:35:51.976 63 DEBUG tempest.lib.common.rest_client [req-d758bf84-09e5-4b86-b7e5-72e74167565f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:35:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d758bf84-09e5-4b86-b7e5-72e74167565f'} Body: {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0", "subnet_ids": ["c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"], "port_id": "a465ad23-0116-4ca3-8976-e9e37704b906", "id": "572915aa-d409-4c79-a278-5da3107ae3f7"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:52.369 63 INFO tempest.lib.common.rest_client [req-994544ee-a14c-4fa2-aa1d-9802aac7fc33 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:35:52.370 63 DEBUG tempest.lib.common.rest_client [req-994544ee-a14c-4fa2-aa1d-9802aac7fc33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9038', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:35:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-994544ee-a14c-4fa2-aa1d-9802aac7fc33'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:35:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9029491474e4fcf9a7c70d225ab2c66", "name": "tempest-TestBGPVPNBasic-67119031"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_f9029491474e4fcf9a7c70d225ab2c66", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_f9029491474e4fcf9a7c70d225ab2c66", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:52.947 63 INFO tempest.lib.common.rest_client [req-0b78eb18-9cb2-448f-9ce5-c35bb64aefde ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.575s 2018-08-20 21:35:52.948 63 DEBUG tempest.lib.common.rest_client [req-0b78eb18-9cb2-448f-9ce5-c35bb64aefde ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:35:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b78eb18-9cb2-448f-9ce5-c35bb64aefde'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "7a204d9e-5b6d-4a4b-b563-e5a89861e423"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:53.454 63 INFO tempest.lib.common.rest_client [req-7df8de14-4149-48ac-b139-e04bc9708ec6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations 0.505s 2018-08-20 21:35:53.455 63 DEBUG tempest.lib.common.rest_client [req-7df8de14-4149-48ac-b139-e04bc9708ec6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations', u'date': 'Mon, 20 Aug 2018 21:35:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7df8de14-4149-48ac-b139-e04bc9708ec6'} Body: {"network_association": {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "id": "8c03f7ff-0187-496d-9a5d-a3fcba47da51"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:54.086 63 INFO tempest.lib.common.rest_client [req-9ea58d41-3791-4534-a568-e3afc48f3c4c ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations 0.630s 2018-08-20 21:35:54.087 63 DEBUG tempest.lib.common.rest_client [req-9ea58d41-3791-4534-a568-e3afc48f3c4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d100aa15-ee85-427a-9327-76b66c055812"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations', u'date': 'Mon, 20 Aug 2018 21:35:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ea58d41-3791-4534-a568-e3afc48f3c4c'} Body: {"network_association": {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "id": "e6188b68-174b-47d7-afc6-1caa1cbf005d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:54.088 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 21:35:54.147 63 INFO tempest.lib.common.rest_client [req-9d9997c6-752b-4350-8610-43f71107bbf7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:9696/v2.0/ports?device_id=572915aa-d409-4c79-a278-5da3107ae3f7 0.058s 2018-08-20 21:35:54.147 63 DEBUG tempest.lib.common.rest_client [req-9d9997c6-752b-4350-8610-43f71107bbf7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '720', 'content-location': 'http://172.30.9.23:9696/v2.0/ports?device_id=572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:35:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d9997c6-752b-4350-8610-43f71107bbf7'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d100aa15-ee85-427a-9327-76b66c055812","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:50Z","admin_state_up":true,"updated_at":"2018-08-20T21:35:51Z","binding:vnic_type":"normal","device_id":"572915aa-d409-4c79-a278-5da3107ae3f7","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:c0:d4:d2","id":"a465ad23-0116-4ca3-8976-e9e37704b906","port_security_enabled":false,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"c4de8d8f-4696-4954-95a0-c8e3b87fd2d0","ip_address":"10.102.21.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:56.010 63 INFO tempest.lib.common.rest_client [req-b38a726e-6fa2-4e67-9cf1-fa75aaf4786b ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface 1.862s 2018-08-20 21:35:56.011 63 DEBUG tempest.lib.common.rest_client [req-b38a726e-6fa2-4e67-9cf1-fa75aaf4786b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:35:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b38a726e-6fa2-4e67-9cf1-fa75aaf4786b'} Body: {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0", "subnet_ids": ["c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"], "port_id": "a465ad23-0116-4ca3-8976-e9e37704b906", "id": "572915aa-d409-4c79-a278-5da3107ae3f7"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:57.492 63 INFO tempest.lib.common.rest_client [req-3eaeb284-b471-4822-bb81-c75d70e97444 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7 1.480s 2018-08-20 21:35:57.492 63 DEBUG tempest.lib.common.rest_client [req-3eaeb284-b471-4822-bb81-c75d70e97444 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:35:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3eaeb284-b471-4822-bb81-c75d70e97444'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:57.731 63 INFO tempest.lib.common.rest_client [req-91a64373-e4f4-4057-a31b-34857b3c3e0d ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.238s 2018-08-20 21:35:57.733 63 DEBUG tempest.lib.common.rest_client [req-91a64373-e4f4-4057-a31b-34857b3c3e0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1938358059", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:35:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91a64373-e4f4-4057-a31b-34857b3c3e0d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:57Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:57Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f", "name": "tempest-router--1938358059"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:35:59.253 63 INFO tempest.lib.common.rest_client [req-9c7e7e62-d2c0-4c00-b568-feff40abb6f4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f 1.519s 2018-08-20 21:35:59.254 63 DEBUG tempest.lib.common.rest_client [req-9c7e7e62-d2c0-4c00-b568-feff40abb6f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f', u'date': 'Mon, 20 Aug 2018 21:35:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c7e7e62-d2c0-4c00-b568-feff40abb6f4'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:57Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:59Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f", "name": "tempest-router--1938358059"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:36:01.376 63 INFO tempest.lib.common.rest_client [req-5f761c88-eb7c-4225-8f87-e0b5bbe474da ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/add_router_interface 2.121s 2018-08-20 21:36:01.377 63 DEBUG tempest.lib.common.rest_client [req-5f761c88-eb7c-4225-8f87-e0b5bbe474da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:36:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f761c88-eb7c-4225-8f87-e0b5bbe474da'} Body: {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34", "subnet_ids": ["ecbfba50-74b0-42a7-a704-b7b23ed2ac34"], "port_id": "8381e8f3-a5d9-4350-8e12-756ae9e571b0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:36:03.663 63 INFO tempest.lib.common.rest_client [req-95ad5bb4-7836-4bd8-aace-1cfe094542e4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.285s 2018-08-20 21:36:03.664 63 DEBUG tempest.lib.common.rest_client [req-95ad5bb4-7836-4bd8-aace-1cfe094542e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:36:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95ad5bb4-7836-4bd8-aace-1cfe094542e4'} Body: {"floatingip": {"router_id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:36:02Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30", "id": "3a406163-e91b-4347-ae68-911d940d141f", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:36:02Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:36:03.665 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:36:19.705 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:36:19.809 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:36:19.833 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:36:19.948 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:36:19.948 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:36:19.951 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:36:20.011 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:36:20.015 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:36:25.022 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:36:25.022 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:37:35.087 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:37:35.089 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:37:35.094 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:37:35.198 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:37:35.223 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:37:40.232 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:37:40.232 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:38:50.285 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:38:50.286 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:38:50.286 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50.290 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50.350 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:38:50.354 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50.360 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:38:50.361 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:6b:e5:aa [ether] on eth0 2018-08-20 21:38:50.361 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:38:50.362 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50.364 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50.424 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:38:50.428 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50.436 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 21:38:50.437 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:38:50.438 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50.440 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50.497 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:38:50.504 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50.510 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:38:50.511 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50.512 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50.574 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:38:50.576 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50.581 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:38:50.582 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:6b:e5:aa [ether] on eth0 2018-08-20 21:38:50.582 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:38:50.583 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50.585 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50.646 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:38:50.649 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:55.658 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:38:55.658 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:40:05.720 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:40:05.721 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:40:05.727 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:40:05.827 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:40:05.854 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:40:10.861 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:40:10.862 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:41:20.929 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:41:22.663 63 INFO tempest.lib.common.rest_client [req-b7a936b2-c451-4c1d-8187-5f2eee7b65b7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/3a406163-e91b-4347-ae68-911d940d141f 1.730s 2018-08-20 21:41:22.664 63 DEBUG tempest.lib.common.rest_client [req-b7a936b2-c451-4c1d-8187-5f2eee7b65b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/3a406163-e91b-4347-ae68-911d940d141f', u'date': 'Mon, 20 Aug 2018 21:41:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b7a936b2-c451-4c1d-8187-5f2eee7b65b7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:24.760 63 INFO tempest.lib.common.rest_client [req-1be40f1a-98c1-4e20-81d4-c001e24d124c ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/remove_router_interface 2.095s 2018-08-20 21:41:24.761 63 DEBUG tempest.lib.common.rest_client [req-1be40f1a-98c1-4e20-81d4-c001e24d124c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:41:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1be40f1a-98c1-4e20-81d4-c001e24d124c'} Body: {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34", "subnet_ids": ["ecbfba50-74b0-42a7-a704-b7b23ed2ac34"], "port_id": "8381e8f3-a5d9-4350-8e12-756ae9e571b0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:26.566 63 INFO tempest.lib.common.rest_client [req-1df58fff-f611-48b6-b6aa-ae13ce6f73f1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f 1.804s 2018-08-20 21:41:26.567 63 DEBUG tempest.lib.common.rest_client [req-1df58fff-f611-48b6-b6aa-ae13ce6f73f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f', u'date': 'Mon, 20 Aug 2018 21:41:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1df58fff-f611-48b6-b6aa-ae13ce6f73f1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:26.897 63 INFO tempest.lib.common.rest_client [req-ba2bb790-802d-470b-84c9-f5ce191f024b ] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface 0.329s 2018-08-20 21:41:26.898 63 DEBUG tempest.lib.common.rest_client [req-ba2bb790-802d-470b-84c9-f5ce191f024b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:41:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba2bb790-802d-470b-84c9-f5ce191f024b'} Body: {"NeutronError": {"message": "Router 572915aa-d409-4c79-a278-5da3107ae3f7 could not be found", "type": "RouterNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:27.142 63 INFO tempest.lib.common.rest_client [req-95408b88-2c87-4466-8b27-4efbf85725ab ] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7 0.243s 2018-08-20 21:41:27.143 63 DEBUG tempest.lib.common.rest_client [req-95408b88-2c87-4466-8b27-4efbf85725ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:41:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95408b88-2c87-4466-8b27-4efbf85725ab'} Body: {"NeutronError": {"message": "Router 572915aa-d409-4c79-a278-5da3107ae3f7 could not be found", "type": "RouterNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:27.664 63 INFO tempest.lib.common.rest_client [req-a426e621-d816-470f-97bf-3d2b6867f9f4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.519s 2018-08-20 21:41:27.664 63 DEBUG tempest.lib.common.rest_client [req-a426e621-d816-470f-97bf-3d2b6867f9f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-a426e621-d816-470f-97bf-3d2b6867f9f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a426e621-d816-470f-97bf-3d2b6867f9f4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:28.834 63 INFO tempest.lib.common.rest_client [req-ee56b9b0-8dfd-4180-a672-8edfdcea39a0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 1.168s 2018-08-20 21:41:28.834 63 DEBUG tempest.lib.common.rest_client [req-ee56b9b0-8dfd-4180-a672-8edfdcea39a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-ee56b9b0-8dfd-4180-a672-8edfdcea39a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee56b9b0-8dfd-4180-a672-8edfdcea39a0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-701283351": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:14:0a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:41:27Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:29.916 63 INFO tempest.lib.common.rest_client [req-65077e24-ad95-40a9-9889-eb6bd6f2abc4 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.062s 2018-08-20 21:41:29.916 63 DEBUG tempest.lib.common.rest_client [req-65077e24-ad95-40a9-9889-eb6bd6f2abc4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-65077e24-ad95-40a9-9889-eb6bd6f2abc4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-65077e24-ad95-40a9-9889-eb6bd6f2abc4'} Body: {"itemNotFound": {"message": "Instance 2e2ded70-e5c8-40e0-be15-fecb5fe8e95d could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:30.911 63 INFO tempest.lib.common.rest_client [req-00c52369-db08-4750-81e6-2e5b840b3858 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c5619700-b56f-4c52-964e-e1cfa48f8831 0.993s 2018-08-20 21:41:30.911 63 DEBUG tempest.lib.common.rest_client [req-00c52369-db08-4750-81e6-2e5b840b3858 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c5619700-b56f-4c52-964e-e1cfa48f8831', u'date': 'Mon, 20 Aug 2018 21:41:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-00c52369-db08-4750-81e6-2e5b840b3858'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:31.196 63 INFO tempest.lib.common.rest_client [req-2eb55c64-c3d9-4bdc-84ad-a7b294b2d2c6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.283s 2018-08-20 21:41:31.196 63 DEBUG tempest.lib.common.rest_client [req-2eb55c64-c3d9-4bdc-84ad-a7b294b2d2c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-2eb55c64-c3d9-4bdc-84ad-a7b294b2d2c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2eb55c64-c3d9-4bdc-84ad-a7b294b2d2c6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:31.915 63 INFO tempest.lib.common.rest_client [req-d061c91e-cffb-43cd-99f2-9d2cd659d5c3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.718s 2018-08-20 21:41:31.916 63 DEBUG tempest.lib.common.rest_client [req-d061c91e-cffb-43cd-99f2-9d2cd659d5c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-d061c91e-cffb-43cd-99f2-9d2cd659d5c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d061c91e-cffb-43cd-99f2-9d2cd659d5c3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-867239499": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:c8:02", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:41:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:32.977 63 INFO tempest.lib.common.rest_client [req-33ecd2d2-c352-4c47-accc-4ba9859e3011 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.044s 2018-08-20 21:41:32.977 63 DEBUG tempest.lib.common.rest_client [req-33ecd2d2-c352-4c47-accc-4ba9859e3011 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-33ecd2d2-c352-4c47-accc-4ba9859e3011', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:32 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-33ecd2d2-c352-4c47-accc-4ba9859e3011'} Body: {"itemNotFound": {"message": "Instance 8d0a2887-537c-4f3b-bb14-a816b5802142 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:33.704 63 INFO tempest.lib.common.rest_client [req-487d4a4d-ea62-46ab-93cf-884fb8868f02 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30 0.725s 2018-08-20 21:41:33.705 63 DEBUG tempest.lib.common.rest_client [req-487d4a4d-ea62-46ab-93cf-884fb8868f02 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30', u'date': 'Mon, 20 Aug 2018 21:41:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-487d4a4d-ea62-46ab-93cf-884fb8868f02'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:33.790 63 INFO tempest.lib.common.rest_client [req-f80e3deb-7aa0-41fb-8c97-bfe259891ee1 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1717644114 0.084s 2018-08-20 21:41:33.791 63 DEBUG tempest.lib.common.rest_client [req-f80e3deb-7aa0-41fb-8c97-bfe259891ee1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1717644114', u'x-compute-request-id': 'req-f80e3deb-7aa0-41fb-8c97-bfe259891ee1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f80e3deb-7aa0-41fb-8c97-bfe259891ee1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:36.199 63 INFO tempest.lib.common.rest_client [req-79bc8933-c2dc-4ced-9ff8-c4bf9f2cfb11 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c4de8d8f-4696-4954-95a0-c8e3b87fd2d0 2.407s 2018-08-20 21:41:36.199 63 DEBUG tempest.lib.common.rest_client [req-79bc8933-c2dc-4ced-9ff8-c4bf9f2cfb11 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/c4de8d8f-4696-4954-95a0-c8e3b87fd2d0', u'date': 'Mon, 20 Aug 2018 21:41:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79bc8933-c2dc-4ced-9ff8-c4bf9f2cfb11'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:38.758 63 INFO tempest.lib.common.rest_client [req-858a7fce-1d2a-47fe-adb1-bfca3ed86f72 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d100aa15-ee85-427a-9327-76b66c055812 2.558s 2018-08-20 21:41:38.759 63 DEBUG tempest.lib.common.rest_client [req-858a7fce-1d2a-47fe-adb1-bfca3ed86f72 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d100aa15-ee85-427a-9327-76b66c055812', u'date': 'Mon, 20 Aug 2018 21:41:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-858a7fce-1d2a-47fe-adb1-bfca3ed86f72'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:41.239 63 INFO tempest.lib.common.rest_client [req-0a734c1e-0386-483e-85fc-0c7c23b33f30 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/ecbfba50-74b0-42a7-a704-b7b23ed2ac34 2.479s 2018-08-20 21:41:41.239 63 DEBUG tempest.lib.common.rest_client [req-0a734c1e-0386-483e-85fc-0c7c23b33f30 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/ecbfba50-74b0-42a7-a704-b7b23ed2ac34', u'date': 'Mon, 20 Aug 2018 21:41:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0a734c1e-0386-483e-85fc-0c7c23b33f30'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:44.052 63 INFO tempest.lib.common.rest_client [req-2233fa27-18be-4b1d-8b07-e48686b065d4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/868d9cd7-6502-4aea-a960-8ccc616c4423 2.812s 2018-08-20 21:41:44.052 63 DEBUG tempest.lib.common.rest_client [req-2233fa27-18be-4b1d-8b07-e48686b065d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/868d9cd7-6502-4aea-a960-8ccc616c4423', u'date': 'Mon, 20 Aug 2018 21:41:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2233fa27-18be-4b1d-8b07-e48686b065d4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:45.018 63 INFO tempest.lib.common.rest_client [req-6b38dead-0e3a-41a7-a108-7b1f62ba9fd9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/0206cf01-1c66-413f-88b5-8aa4a02e991d 0.964s 2018-08-20 21:41:45.018 63 DEBUG tempest.lib.common.rest_client [req-6b38dead-0e3a-41a7-a108-7b1f62ba9fd9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/0206cf01-1c66-413f-88b5-8aa4a02e991d', u'date': 'Mon, 20 Aug 2018 21:41:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6b38dead-0e3a-41a7-a108-7b1f62ba9fd9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant3 [398.739289s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 148, in test_bgpvpn_variant3 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:35:06,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.558s 2018-08-20 21:35:06,840 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-557427586 description", "name": "tempest-secgroup-smoke-557427586"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:35:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ada6482-6751-4104-bcc9-d88c0627720a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-557427586 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:06Z", "updated_at": "2018-08-20T21:35:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:35:06Z", "revision_number": 0, "id": "d2a7e875-4525-4aa7-aa30-235925c98350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:35:06Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:35:06Z", "revision_number": 0, "id": "e65a4ee4-0f2d-42d2-88a5-d6a20f1ed1b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:35:06Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "name": "tempest-secgroup-smoke-557427586"}} 2018-08-20 21:35:07,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.848s 2018-08-20 21:35:07,690 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ddf2750-a165-4e44-8e57-de73d2ae5f87'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:35:07Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:07Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bb6a0307-dc28-4639-9587-4f03776dff25"}} 2018-08-20 21:35:08,204 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.512s 2018-08-20 21:35:08,205 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e87f14d3-da0f-4186-8bbb-799053a87a03'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:35:08Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f3499ec0-2c0f-43f9-8fd4-b2f5b18214cc"}} 2018-08-20 21:35:08,635 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.430s 2018-08-20 21:35:08,636 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ce8d2e4-98a1-47a6-a7aa-e7aba64572da'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:35:08Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9e210d9f-e446-464b-aae0-6d2485cb6c45"}} 2018-08-20 21:35:09,099 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.462s 2018-08-20 21:35:09,100 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8680e9f6-4c13-4e22-bdd5-d7657d16154a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ab6c408-b26a-45a6-9682-a6e6979df159"}} 2018-08-20 21:35:09,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.349s 2018-08-20 21:35:09,450 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-212f5c9f-dd5f-4c65-8f3c-1a59f20a7c1e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3607a1bb-8f86-4693-bcbd-d7c834c31450"}} 2018-08-20 21:35:09,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.229s 2018-08-20 21:35:09,681 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ede72fe-b12f-4396-bda3-e7b5cb03a813'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4a976c51-64b5-4f7d-878d-79ef8d99bbde"}} 2018-08-20 21:35:09,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.223s 2018-08-20 21:35:09,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c67c223b-c2e6-42d1-b4e7-0f33fe4f1741'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e7a2f9fd-a6f2-4242-a549-289579bfa4c1"}} 2018-08-20 21:35:10,372 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.464s 2018-08-20 21:35:10,373 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29a68fb3-e335-4ad7-b1a7-a82047a09d6d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:10Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "97c05156-17ff-4e30-abe4-559bf1febabf"}} 2018-08-20 21:35:10,789 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 0.415s 2018-08-20 21:35:10,790 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-867239499"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:35:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0175ed01-6090-4cc3-b623-053a3a523acf'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:35:10Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"868d9cd7-6502-4aea-a960-8ccc616c4423","name":"tempest-A-867239499"}} 2018-08-20 21:35:11,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.967s 2018-08-20 21:35:11,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "name": "tempest-subnet-A-1-71392516"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:35:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7a39e5dd-8820-4d24-9abd-aa87137f37da'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"868d9cd7-6502-4aea-a960-8ccc616c4423","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:11Z","dns_nameservers":[],"updated_at":"2018-08-20T21:35:11Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"ecbfba50-74b0-42a7-a704-b7b23ed2ac34","subnetpool_id":null,"name":"tempest-subnet-A-1-71392516"}} 2018-08-20 21:35:12,951 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 1.190s 2018-08-20 21:35:12,952 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-701283351"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:35:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-05e77415-3974-4251-b6d3-6f279a8382d3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:35:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d100aa15-ee85-427a-9327-76b66c055812","name":"tempest-B-701283351"}} 2018-08-20 21:35:14,940 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.986s 2018-08-20 21:35:14,940 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "d100aa15-ee85-427a-9327-76b66c055812", "name": "tempest-subnet-B-1-368983933"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:35:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9378188c-e4f9-4f30-99b1-dccc675df638'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d100aa15-ee85-427a-9327-76b66c055812","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:13Z","dns_nameservers":[],"updated_at":"2018-08-20T21:35:13Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"c4de8d8f-4696-4954-95a0-c8e3b87fd2d0","subnetpool_id":null,"name":"tempest-subnet-B-1-368983933"}} 2018-08-20 21:35:15,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.307s 2018-08-20 21:35:15,250 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1717644114"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d7ec910e-2a55-4625-a542-1eedca5f8f34', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7ec910e-2a55-4625-a542-1eedca5f8f34'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqYZxvQgiRKZj+WDCj9gKcu7fB3BNjzercO3lRre8kAnKF3+tms/51zpM9J800VotXd9HLMZe/XWsTGhIPiXVfe8vAcBeePebyV/GZOXq5KtwEbFm4hUDAUft9HrbXUX85XgU6SqlNOZkydjnUaQcSDqC13RwbUUfaPsblVCh8WT6vzvlV6lqBL3kV1LWt0Jn6ct0IPyqdDmeYNXA1fUAcPJo+FuXEIHS+Iiw6+8JIvcvnEEeQDtVV+Qqa8A5A1eFZKqFSEqKWx0vI0YgZQ9nQnmMKE3w1o1X2N6gtVOCDVzbdDGkg6+arEFwf2/sz0RN5MaEwuovIXWPV0/vQWQ9p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAqmGcb0IIkSmY/lgwo/YCnLu3wdwTY83q3Dt5Ua3vJAJyhd/r\nZrP+dc6TPSfNNFaLV3fRyzGXv11rExoSD4l1X3vLwHAXnj3m8lfxmTl6uSrcBGxZ\nuIVAwFH7fR6211F/OV4FOkqpTTmZMnY51GkHEg6gtd0cG1FH2j7G5VQofFk+r875\nVepagS95FdS1rdCZ+nLdCD8qnQ5nmDVwNX1AHDyaPhblxCB0viIsOvvCSL3L5xBH\nkA7VVfkKmvAOQNXhWSqhUhKilsdLyNGIGUPZ0J5jChN8NaNV9jeoLVTgg1c23Qxp\nIOvmqxBcH9v7M9ETeTGhMLqLyF1j1dP70FkPaQIDAQABAoIBAHfkH9QaPzUGdGXl\nYLS/U68+WFvNpMdCCtXV89SJ9BD+t9+EZXzrg08agXkzHK6Lh5mQ8stspj8+WS4j\n1jmgnDsIPaO4PKZZIL2/LH6Jd9X8Vr22EJxLB/lMtw6gIkD5U/DmO/98sg1pTme3\n0ZGqJhOKv4O5hyGh3FGygvq0cZitfakt+tRdIr4G6gYRNsglruOiHkk9rxwxmp9u\nmOyJ/pdy6xdbFW30jMWzJtHPH9iDNjwDKKfcZ9To/5/vq3ngfhlxCFwo6UJQa/Nd\n45NblSHSPsYHdkAa4nH/AxXWJPunbsqPOryqn7PQkcn4jYtW2BktkWQ1yKRwdM8/\nNTLCo0ECgYEA24fNwmsGKHcLSmMLNNPFH5Y+qUjalZzbB5COvLpvXuv5YzKO3eN9\nbhc2DwLdyV+Rdnan+ZGeV8K2Rjc/da3eKe1tAKfxS69Qghj9cEfm0dbRJivqLed6\nGAl9JwIEVgTHY4oBBY1PrOX1ZiiWLtluzIMZ5yJh1WYxHHagY+thrLUCgYEAxq+W\n9tI+gfWoxHb+XlDLPqcrELY+ocfGLZjMNAHdsywJBi6DoT2kXYb4TT42btIbiBe8\nUv7VTWfSzqSTjibDckOfEE3W96v3w20dZa7zVU69Isw6x5GL7avh2HlboLYjaF/p\nf0RDwme7eI+VyGxjz/zKD+PlOFvFmLXBi+/vvGUCgYEAqprAce3gbEQPdzC/fb9x\nuxl0+vQOQyUSJq/V7Z9pe7ghKFEbLB9l08+gCExu9dcaYZjW86GSD5vXMXwwChEj\nzSuhgVgCspG9HE21b7PBEqRCB8srA5+Xh+Sf6Ves7Phrx9Rw9NKb778KVekGxcPe\nUnsz/yb+JuxzEC60eNJtJt0CgYEArs78turiHjvCoiDDyr2xJM214T1HO9Xl8mY2\nfCeMJMFAq1SvcWUnwTYoLuXmxHhNyt5/TlJx32nSmwdH39ERMu51+8VQtpZyJlpR\nfA6Cf3MIi54+tSnEgHcy/OBBktPNsV55tQSdzWSxF/DU6wMainsyWOq82Wo9HxAD\nWxjex9UCgYEAi1Eko1Df9jCB5+y6H4sPWfhKBqZHW80PYE5pdr7bvXEG4WvyvX0c\nlyjSJgPviQ46t3IutkF7Ky8IMj1aFyOv3wqQflrpj6Z9m52loTYdsRUPWCUzQ4Wu\njMNPyYAg7wC/wy/P6A7zoM/3vBoIwvrF9kAmrZ+EBvEZrOOEK/PguNk=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1717644114", "fingerprint": "f8:f2:85:e7:0d:4d:ed:00:a5:94:59:46:45:4b:4c:e0"}} 2018-08-20 21:35:16,479 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 1.223s 2018-08-20 21:35:16,480 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1880401195", "security_groups": ["0206cf01-1c66-413f-88b5-8aa4a02e991d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:35:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12d1c2f9-3de7-4ddb-9137-7f89610a7e0c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:35:15Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"868d9cd7-6502-4aea-a960-8ccc616c4423","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:35:15Z","name":"tempest-port-smoke-1880401195","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:54:c8:02","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"ecbfba50-74b0-42a7-a704-b7b23ed2ac34","ip_address":"10.101.11.10"}],"id":"0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30","security_groups":["0206cf01-1c66-413f-88b5-8aa4a02e991d"],"device_id":""}} 2018-08-20 21:35:21,002 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 4.521s 2018-08-20 21:35:21,002 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1717644114", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "868d9cd7-6502-4aea-a960-8ccc616c4423", "port": "0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ee0c1e27-ab18-407e-9b6e-437169f0d8af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee0c1e27-ab18-407e-9b6e-437169f0d8af'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "adminPass": "KRueLXLF7Woe"}} 2018-08-20 21:35:21,561 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.557s 2018-08-20 21:35:21,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-9d04cf9e-7c2e-479d-8616-ea7d9284b354', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d04cf9e-7c2e-479d-8616-ea7d9284b354'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:23,183 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.605s 2018-08-20 21:35:23,184 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-c87a0002-6b64-4cd8-917c-fe2b2ebde3fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c87a0002-6b64-4cd8-917c-fe2b2ebde3fa'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:25,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.993s 2018-08-20 21:35:25,193 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-49ea3d17-a797-4b3a-a66f-741eab875bb2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49ea3d17-a797-4b3a-a66f-741eab875bb2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:23Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:25,206 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-20 21:35:26,704 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.496s 2018-08-20 21:35:26,704 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-b7fa709e-f180-40f0-af36-08c11107ed33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7fa709e-f180-40f0-af36-08c11107ed33'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:26,718 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:35:28,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.719s 2018-08-20 21:35:28,439 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-7eb20785-5378-403d-9284-27ab3065d387', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7eb20785-5378-403d-9284-27ab3065d387'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:29,886 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.432s 2018-08-20 21:35:29,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-b89a3252-779c-4b17-9c85-707b5054ff63', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b89a3252-779c-4b17-9c85-707b5054ff63'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:31,889 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.988s 2018-08-20 21:35:31,889 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-67ebd201-3f04-49d2-995a-92794c1aad23', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-67ebd201-3f04-49d2-995a-92794c1aad23'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-867239499": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:c8:02", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:30Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:31,903 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:35:32,607 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.703s 2018-08-20 21:35:32,607 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-5a8bb4be-9d2a-431d-98f4-3552aa462244', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a8bb4be-9d2a-431d-98f4-3552aa462244'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-867239499": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:c8:02", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:30Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:32,621 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 8d0a2887-537c-4f3b-bb14-a816b5802142 with status: ACTIVE 2018-08-20 21:35:33,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 1.141s 2018-08-20 21:35:33,763 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1740668281", "security_groups": ["0206cf01-1c66-413f-88b5-8aa4a02e991d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:35:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8613618a-f546-4012-8ac1-71e87fe07a09'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:35:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d100aa15-ee85-427a-9327-76b66c055812","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:35:33Z","name":"tempest-port-smoke-1740668281","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f3:14:0a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"c4de8d8f-4696-4954-95a0-c8e3b87fd2d0","ip_address":"10.102.21.20"}],"id":"c5619700-b56f-4c52-964e-e1cfa48f8831","security_groups":["0206cf01-1c66-413f-88b5-8aa4a02e991d"],"device_id":""}} 2018-08-20 21:35:37,254 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 3.489s 2018-08-20 21:35:37,254 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1717644114", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "d100aa15-ee85-427a-9327-76b66c055812", "port": "c5619700-b56f-4c52-964e-e1cfa48f8831"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ef093810-5d62-49ef-ac07-936f7fa2948e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef093810-5d62-49ef-ac07-936f7fa2948e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "adminPass": "ADreB9yxTRvg"}} 2018-08-20 21:35:37,564 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.305s 2018-08-20 21:35:37,564 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-256bcca5-54f3-4bcd-80ec-37aa64185037', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-256bcca5-54f3-4bcd-80ec-37aa64185037'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:39,424 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.844s 2018-08-20 21:35:39,424 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-8e47ccd1-6d5f-4007-b46c-08d62a4d69c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e47ccd1-6d5f-4007-b46c-08d62a4d69c5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:40,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.395s 2018-08-20 21:35:40,836 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-dc63e645-d918-4b2a-84bf-c442171093e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dc63e645-d918-4b2a-84bf-c442171093e1'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:40,850 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-20 21:35:42,779 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.928s 2018-08-20 21:35:42,780 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-07e46e03-1877-43e1-8784-df6717c1fe5b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-07e46e03-1877-43e1-8784-df6717c1fe5b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:42,794 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:35:45,396 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 1.600s 2018-08-20 21:35:45,397 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-b003dbbf-9ff7-48ad-8a31-8ececaf2a560', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b003dbbf-9ff7-48ad-8a31-8ececaf2a560'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:46,876 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.468s 2018-08-20 21:35:46,877 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-8372f741-a8bd-4ba1-ad3f-8869e4b92b07', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8372f741-a8bd-4ba1-ad3f-8869e4b92b07'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-701283351": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:14:0a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:46,891 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:35:47,607 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.715s 2018-08-20 21:35:47,607 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-b0d4adee-49f6-4782-b0f0-ba435a90a51c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0d4adee-49f6-4782-b0f0-ba435a90a51c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-701283351": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:14:0a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:47,629 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 2e2ded70-e5c8-40e0-be15-fecb5fe8e95d with status: ACTIVE 2018-08-20 21:35:47,912 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.281s 2018-08-20 21:35:47,912 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--853189443", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:35:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5bc477f-3ed5-4848-aa7b-5097c47771f0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:47Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:47Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "572915aa-d409-4c79-a278-5da3107ae3f7", "name": "tempest-router--853189443"}} 2018-08-20 21:35:49,449 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7 1.534s 2018-08-20 21:35:49,450 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:35:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c31cbaff-0456-4fa7-aefb-82656d4b7373'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:47Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:49Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "572915aa-d409-4c79-a278-5da3107ae3f7", "name": "tempest-router--853189443"}} 2018-08-20 21:35:51,976 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/add_router_interface 2.524s 2018-08-20 21:35:51,976 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:35:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d758bf84-09e5-4b86-b7e5-72e74167565f'} Body: {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0", "subnet_ids": ["c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"], "port_id": "a465ad23-0116-4ca3-8976-e9e37704b906", "id": "572915aa-d409-4c79-a278-5da3107ae3f7"} 2018-08-20 21:35:52,369 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:35:52,370 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9038', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:35:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-994544ee-a14c-4fa2-aa1d-9802aac7fc33'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:35:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9029491474e4fcf9a7c70d225ab2c66", "name": "tempest-TestBGPVPNBasic-67119031"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_f9029491474e4fcf9a7c70d225ab2c66", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_f9029491474e4fcf9a7c70d225ab2c66", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7 2018-08-20 21:35:52,947 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.575s 2018-08-20 21:35:52,948 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:35:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b78eb18-9cb2-448f-9ce5-c35bb64aefde'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "7a204d9e-5b6d-4a4b-b563-e5a89861e423"}} 2018-08-20 21:35:53,454 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations 0.505s 2018-08-20 21:35:53,455 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations', u'date': 'Mon, 20 Aug 2018 21:35:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7df8de14-4149-48ac-b139-e04bc9708ec6'} Body: {"network_association": {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "id": "8c03f7ff-0187-496d-9a5d-a3fcba47da51"}} 2018-08-20 21:35:54,086 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations 0.630s 2018-08-20 21:35:54,087 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d100aa15-ee85-427a-9327-76b66c055812"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations', u'date': 'Mon, 20 Aug 2018 21:35:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ea58d41-3791-4534-a568-e3afc48f3c4c'} Body: {"network_association": {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "id": "e6188b68-174b-47d7-afc6-1caa1cbf005d"}} 2018-08-20 21:35:54,088 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:35:54,147 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:9696/v2.0/ports?device_id=572915aa-d409-4c79-a278-5da3107ae3f7 0.058s 2018-08-20 21:35:54,147 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '720', 'content-location': 'http://172.30.9.23:9696/v2.0/ports?device_id=572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:35:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d9997c6-752b-4350-8610-43f71107bbf7'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d100aa15-ee85-427a-9327-76b66c055812","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:50Z","admin_state_up":true,"updated_at":"2018-08-20T21:35:51Z","binding:vnic_type":"normal","device_id":"572915aa-d409-4c79-a278-5da3107ae3f7","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:c0:d4:d2","id":"a465ad23-0116-4ca3-8976-e9e37704b906","port_security_enabled":false,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"c4de8d8f-4696-4954-95a0-c8e3b87fd2d0","ip_address":"10.102.21.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 21:35:56,010 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface 1.862s 2018-08-20 21:35:56,011 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:35:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b38a726e-6fa2-4e67-9cf1-fa75aaf4786b'} Body: {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0", "subnet_ids": ["c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"], "port_id": "a465ad23-0116-4ca3-8976-e9e37704b906", "id": "572915aa-d409-4c79-a278-5da3107ae3f7"} 2018-08-20 21:35:57,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7 1.480s 2018-08-20 21:35:57,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:35:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3eaeb284-b471-4822-bb81-c75d70e97444'} Body: 2018-08-20 21:35:57,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.238s 2018-08-20 21:35:57,733 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1938358059", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:35:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91a64373-e4f4-4057-a31b-34857b3c3e0d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:57Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:57Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f", "name": "tempest-router--1938358059"}} 2018-08-20 21:35:59,253 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f 1.519s 2018-08-20 21:35:59,254 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f', u'date': 'Mon, 20 Aug 2018 21:35:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c7e7e62-d2c0-4c00-b568-feff40abb6f4'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:57Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:59Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f", "name": "tempest-router--1938358059"}} 2018-08-20 21:36:01,376 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/add_router_interface 2.121s 2018-08-20 21:36:01,377 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:36:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f761c88-eb7c-4225-8f87-e0b5bbe474da'} Body: {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34", "subnet_ids": ["ecbfba50-74b0-42a7-a704-b7b23ed2ac34"], "port_id": "8381e8f3-a5d9-4350-8e12-756ae9e571b0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f"} 2018-08-20 21:36:03,663 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.285s 2018-08-20 21:36:03,664 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:36:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95ad5bb4-7836-4bd8-aace-1cfe094542e4'} Body: {"floatingip": {"router_id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:36:02Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30", "id": "3a406163-e91b-4347-ae68-911d940d141f", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:36:02Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:36:03,665 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:36:19,705 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:36:19,809 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:36:19,833 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:36:19,948 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:36:19,948 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:36:19,951 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:36:20,011 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:36:20,015 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:36:25,022 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:36:25,022 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 21:37:35,087 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:37:35,089 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:37:35,094 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:37:35,198 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:37:35,223 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:37:40,232 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:37:40,232 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 21:38:50,285 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:38:50,286 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:38:50,286 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50,290 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50,350 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:38:50,354 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50,360 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:38:50,361 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:6b:e5:aa [ether] on eth0 2018-08-20 21:38:50,361 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:38:50,362 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50,364 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50,424 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:38:50,428 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50,436 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:38:50,437 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:38:50,438 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50,440 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50,497 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:38:50,504 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50,510 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:38:50,511 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50,512 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50,574 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:38:50,576 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50,581 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:38:50,582 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:6b:e5:aa [ether] on eth0 2018-08-20 21:38:50,582 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:38:50,583 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50,585 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50,646 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:38:50,649 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:55,658 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:38:55,658 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 21:40:05,720 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:40:05,721 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:40:05,727 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:40:05,827 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:40:05,854 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:40:10,861 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:40:10,862 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 21:41:20,929 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:41:20,930 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:41:22,663 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/3a406163-e91b-4347-ae68-911d940d141f 1.730s 2018-08-20 21:41:22,664 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/3a406163-e91b-4347-ae68-911d940d141f', u'date': 'Mon, 20 Aug 2018 21:41:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b7a936b2-c451-4c1d-8187-5f2eee7b65b7'} Body: 2018-08-20 21:41:24,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/remove_router_interface 2.095s 2018-08-20 21:41:24,761 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:41:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1be40f1a-98c1-4e20-81d4-c001e24d124c'} Body: {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34", "subnet_ids": ["ecbfba50-74b0-42a7-a704-b7b23ed2ac34"], "port_id": "8381e8f3-a5d9-4350-8e12-756ae9e571b0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f"} 2018-08-20 21:41:26,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f 1.804s 2018-08-20 21:41:26,567 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f', u'date': 'Mon, 20 Aug 2018 21:41:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1df58fff-f611-48b6-b6aa-ae13ce6f73f1'} Body: 2018-08-20 21:41:26,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface 0.329s 2018-08-20 21:41:26,898 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:41:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba2bb790-802d-470b-84c9-f5ce191f024b'} Body: {"NeutronError": {"message": "Router 572915aa-d409-4c79-a278-5da3107ae3f7 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-20 21:41:27,142 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7 0.243s 2018-08-20 21:41:27,143 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:41:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95408b88-2c87-4466-8b27-4efbf85725ab'} Body: {"NeutronError": {"message": "Router 572915aa-d409-4c79-a278-5da3107ae3f7 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-20 21:41:27,664 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.519s 2018-08-20 21:41:27,664 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-a426e621-d816-470f-97bf-3d2b6867f9f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a426e621-d816-470f-97bf-3d2b6867f9f4'} Body: 2018-08-20 21:41:28,834 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 1.168s 2018-08-20 21:41:28,834 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-ee56b9b0-8dfd-4180-a672-8edfdcea39a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee56b9b0-8dfd-4180-a672-8edfdcea39a0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-701283351": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:14:0a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:41:27Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:41:29,916 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.062s 2018-08-20 21:41:29,916 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-65077e24-ad95-40a9-9889-eb6bd6f2abc4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-65077e24-ad95-40a9-9889-eb6bd6f2abc4'} Body: {"itemNotFound": {"message": "Instance 2e2ded70-e5c8-40e0-be15-fecb5fe8e95d could not be found.", "code": 404}} 2018-08-20 21:41:30,911 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c5619700-b56f-4c52-964e-e1cfa48f8831 0.993s 2018-08-20 21:41:30,911 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c5619700-b56f-4c52-964e-e1cfa48f8831', u'date': 'Mon, 20 Aug 2018 21:41:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-00c52369-db08-4750-81e6-2e5b840b3858'} Body: 2018-08-20 21:41:31,196 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.283s 2018-08-20 21:41:31,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-2eb55c64-c3d9-4bdc-84ad-a7b294b2d2c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2eb55c64-c3d9-4bdc-84ad-a7b294b2d2c6'} Body: 2018-08-20 21:41:31,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.718s 2018-08-20 21:41:31,916 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-d061c91e-cffb-43cd-99f2-9d2cd659d5c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d061c91e-cffb-43cd-99f2-9d2cd659d5c3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-867239499": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:c8:02", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:41:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:41:32,977 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.044s 2018-08-20 21:41:32,977 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-33ecd2d2-c352-4c47-accc-4ba9859e3011', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:32 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-33ecd2d2-c352-4c47-accc-4ba9859e3011'} Body: {"itemNotFound": {"message": "Instance 8d0a2887-537c-4f3b-bb14-a816b5802142 could not be found.", "code": 404}} 2018-08-20 21:41:33,704 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30 0.725s 2018-08-20 21:41:33,705 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30', u'date': 'Mon, 20 Aug 2018 21:41:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-487d4a4d-ea62-46ab-93cf-884fb8868f02'} Body: 2018-08-20 21:41:33,790 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1717644114 0.084s 2018-08-20 21:41:33,791 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1717644114', u'x-compute-request-id': 'req-f80e3deb-7aa0-41fb-8c97-bfe259891ee1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f80e3deb-7aa0-41fb-8c97-bfe259891ee1'} Body: 2018-08-20 21:41:36,199 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c4de8d8f-4696-4954-95a0-c8e3b87fd2d0 2.407s 2018-08-20 21:41:36,199 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/c4de8d8f-4696-4954-95a0-c8e3b87fd2d0', u'date': 'Mon, 20 Aug 2018 21:41:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79bc8933-c2dc-4ced-9ff8-c4bf9f2cfb11'} Body: 2018-08-20 21:41:38,758 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d100aa15-ee85-427a-9327-76b66c055812 2.558s 2018-08-20 21:41:38,759 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d100aa15-ee85-427a-9327-76b66c055812', u'date': 'Mon, 20 Aug 2018 21:41:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-858a7fce-1d2a-47fe-adb1-bfca3ed86f72'} Body: 2018-08-20 21:41:41,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/ecbfba50-74b0-42a7-a704-b7b23ed2ac34 2.479s 2018-08-20 21:41:41,239 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/ecbfba50-74b0-42a7-a704-b7b23ed2ac34', u'date': 'Mon, 20 Aug 2018 21:41:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0a734c1e-0386-483e-85fc-0c7c23b33f30'} Body: 2018-08-20 21:41:44,052 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/868d9cd7-6502-4aea-a960-8ccc616c4423 2.812s 2018-08-20 21:41:44,052 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/868d9cd7-6502-4aea-a960-8ccc616c4423', u'date': 'Mon, 20 Aug 2018 21:41:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2233fa27-18be-4b1d-8b07-e48686b065d4'} Body: 2018-08-20 21:41:45,018 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/0206cf01-1c66-413f-88b5-8aa4a02e991d 0.964s 2018-08-20 21:41:45,018 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/0206cf01-1c66-413f-88b5-8aa4a02e991d', u'date': 'Mon, 20 Aug 2018 21:41:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6b38dead-0e3a-41a7-a108-7b1f62ba9fd9'} Body: 2018-08-20 21:41:45.443 63 INFO tempest.lib.common.rest_client [req-34461175-4008-429b-bb54-d4951ba1d900 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.397s 2018-08-20 21:41:45.444 63 DEBUG tempest.lib.common.rest_client [req-34461175-4008-429b-bb54-d4951ba1d900 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-718556318 description", "name": "tempest-secgroup-smoke-718556318"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:41:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34461175-4008-429b-bb54-d4951ba1d900'} Body: {"security_group": {"description": "tempest-secgroup-smoke-718556318 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:45Z", "updated_at": "2018-08-20T21:41:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:41:45Z", "revision_number": 0, "id": "899a490d-bf82-48c3-8294-313a0f953183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:41:45Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:41:45Z", "revision_number": 0, "id": "9cb036da-1021-4b50-a272-64f73bf1fd92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:41:45Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "name": "tempest-secgroup-smoke-718556318"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:45.988 63 INFO tempest.lib.common.rest_client [req-0f7a6086-1a2e-4b9d-bc9f-01df4dee1147 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.543s 2018-08-20 21:41:45.988 63 DEBUG tempest.lib.common.rest_client [req-0f7a6086-1a2e-4b9d-bc9f-01df4dee1147 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f7a6086-1a2e-4b9d-bc9f-01df4dee1147'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:41:45Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:45Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "36277270-d346-4330-82a9-31a346ef0773"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:46.187 63 INFO tempest.lib.common.rest_client [req-96ae40a2-5b9f-4322-8326-1d12b2b3fdf7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.198s 2018-08-20 21:41:46.188 63 DEBUG tempest.lib.common.rest_client [req-96ae40a2-5b9f-4322-8326-1d12b2b3fdf7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96ae40a2-5b9f-4322-8326-1d12b2b3fdf7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:41:46Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:46Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ee8221d0-84d9-456a-b881-8cfdbe4c2478"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:46.688 63 INFO tempest.lib.common.rest_client [req-a9fedbde-00ab-494d-95cb-4aa3f8fedf81 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.499s 2018-08-20 21:41:46.688 63 DEBUG tempest.lib.common.rest_client [req-a9fedbde-00ab-494d-95cb-4aa3f8fedf81 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9fedbde-00ab-494d-95cb-4aa3f8fedf81'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:41:46Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:46Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "958a3bd6-dc65-4a33-bef9-0e61ae30cf80"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:47.137 63 INFO tempest.lib.common.rest_client [req-225b3ea0-0efb-432b-9b70-21e471739911 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-20 21:41:47.137 63 DEBUG tempest.lib.common.rest_client [req-225b3ea0-0efb-432b-9b70-21e471739911 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-225b3ea0-0efb-432b-9b70-21e471739911'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:41:46Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:46Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "55c0ae70-1071-41c4-85ca-9475e422234d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:47.838 63 INFO tempest.lib.common.rest_client [req-9bb09203-0ca3-47e0-8771-e065bbc0d7cb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.700s 2018-08-20 21:41:47.839 63 DEBUG tempest.lib.common.rest_client [req-9bb09203-0ca3-47e0-8771-e065bbc0d7cb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9bb09203-0ca3-47e0-8771-e065bbc0d7cb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:47Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:47Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "188084ac-c4e6-4c4f-be40-ff1c9f96b53a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:48.646 63 INFO tempest.lib.common.rest_client [req-b6d2c290-da81-4aee-9330-2027ee1215e3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.806s 2018-08-20 21:41:48.647 63 DEBUG tempest.lib.common.rest_client [req-b6d2c290-da81-4aee-9330-2027ee1215e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6d2c290-da81-4aee-9330-2027ee1215e3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:48Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "70079e04-f049-4e11-938a-8f838a091baa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:49.155 63 INFO tempest.lib.common.rest_client [req-93b486f0-f856-4a86-957e-8b1b23d41e12 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.508s 2018-08-20 21:41:49.156 63 DEBUG tempest.lib.common.rest_client [req-93b486f0-f856-4a86-957e-8b1b23d41e12 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-93b486f0-f856-4a86-957e-8b1b23d41e12'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:49Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ae8e5914-d8f0-4056-86d2-e5023a9cdbe3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:49.430 63 INFO tempest.lib.common.rest_client [req-71108ede-0a7d-423a-8726-92735e28c708 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.273s 2018-08-20 21:41:49.431 63 DEBUG tempest.lib.common.rest_client [req-71108ede-0a7d-423a-8726-92735e28c708 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71108ede-0a7d-423a-8726-92735e28c708'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:49Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f786bfe8-5250-45b3-ae49-89f0753d61cc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:49.830 63 INFO tempest.lib.common.rest_client [req-c87a1f78-ac64-48e6-ad2b-90144815215c ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.398s 2018-08-20 21:41:49.831 63 DEBUG tempest.lib.common.rest_client [req-c87a1f78-ac64-48e6-ad2b-90144815215c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1353171347"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:41:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c87a1f78-ac64-48e6-ad2b-90144815215c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:41:49Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"cdb587d0-0b1b-4791-a6f4-3188a44b3439","name":"tempest-A-1353171347"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:50.902 63 INFO tempest.lib.common.rest_client [req-cc2a89bc-6e4c-4785-af2e-3d09f7d205af ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.069s 2018-08-20 21:41:50.902 63 DEBUG tempest.lib.common.rest_client [req-cc2a89bc-6e4c-4785-af2e-3d09f7d205af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "cdb587d0-0b1b-4791-a6f4-3188a44b3439", "name": "tempest-subnet-A-1-1364644761"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:41:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc2a89bc-6e4c-4785-af2e-3d09f7d205af'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdb587d0-0b1b-4791-a6f4-3188a44b3439","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:50Z","dns_nameservers":[],"updated_at":"2018-08-20T21:41:50Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"27b34922-8c01-4523-8a0f-b1a37f07ef8a","subnetpool_id":null,"name":"tempest-subnet-A-1-1364644761"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:51.249 63 INFO tempest.lib.common.rest_client [req-0af55bb2-5748-490b-b9db-2758d9e709df ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.345s 2018-08-20 21:41:51.249 63 DEBUG tempest.lib.common.rest_client [req-0af55bb2-5748-490b-b9db-2758d9e709df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1699288781"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:41:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0af55bb2-5748-490b-b9db-2758d9e709df'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:41:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"7b97bca2-d00c-4367-a7af-110c0c324d25","name":"tempest-B-1699288781"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:52.602 63 INFO tempest.lib.common.rest_client [req-7a03934a-436f-4e8e-a29c-6fa70be87905 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.352s 2018-08-20 21:41:52.603 63 DEBUG tempest.lib.common.rest_client [req-7a03934a-436f-4e8e-a29c-6fa70be87905 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "7b97bca2-d00c-4367-a7af-110c0c324d25", "name": "tempest-subnet-B-1-758735980"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:41:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7a03934a-436f-4e8e-a29c-6fa70be87905'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b97bca2-d00c-4367-a7af-110c0c324d25","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:51Z","dns_nameservers":[],"updated_at":"2018-08-20T21:41:51Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"06b3a311-fca9-444c-81bf-f81f25200535","subnetpool_id":null,"name":"tempest-subnet-B-1-758735980"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:52.871 63 INFO tempest.lib.common.rest_client [req-8b7d17d9-180e-4af3-9ecf-fa4c9f5ee192 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.266s 2018-08-20 21:41:52.871 63 DEBUG tempest.lib.common.rest_client [req-8b7d17d9-180e-4af3-9ecf-fa4c9f5ee192 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1903965818"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-8b7d17d9-180e-4af3-9ecf-fa4c9f5ee192', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b7d17d9-180e-4af3-9ecf-fa4c9f5ee192'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzNnKPyrpEz3wjELgcEhh924DT5W2xjP1eZmRU53BmPCCJprQewdzSZ6VR0i2+9wE2z6tnmuXBP8LxH/wx2ciUFmsYOOHsbBhEYafuacxjtuaYPFKlGOjGs4ZI3ZwIx8rOdkGPj679exbNpw9soRh3KPwr4u6ltGaHdr0tqnpZNM/A+MvhbcHsKXD2mmNBMhzeRpFXuWyfdczhiuD8OKX3ZihZOqsD1KrG0a82F6qwdXIk5L99T7uioc3gDqfq/sHfb10k+Wv8mj9qruWZRVy2AhrrosBGFrwnY7yuA/uWAQjhdu89ds5xf81vnhjjc/4QHy1//5apP/4yWr3SYZJr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAszZyj8q6RM98IxC4HBIYfduA0+VtsYz9XmZkVOdwZjwgiaa0\nHsHc0melUdItvvcBNs+rZ5rlwT/C8R/8MdnIlBZrGDjh7GwYRGGn7mnMY7bmmDxS\npRjoxrOGSN2cCMfKznZBj4+u/XsWzacPbKEYdyj8K+LupbRmh3a9Lap6WTTPwPjL\n4W3B7Clw9ppjQTIc3kaRV7lsn3XM4Yrg/Dil92YoWTqrA9SqxtGvNheqsHVyJOS/\nfU+7oqHN4A6n6v7B329dJPlr/Jo/aq7lmUVctgIa66LARha8J2O8rgP7lgEI4Xbv\nPXbOcX/Nb54Y43P+EB8tf/+WqT/+Mlq90mGSawIDAQABAoIBACNNgHfO6a6QaNXH\nf10YO3bffJtBQMCPE4I7DVykUsHw6j/zdNvyOHvCKxDZJGXP5o9TjWJVYxkUZGR3\ndoijbB2v5Nzap7aY/JbL3fbbJIYoC3jFuUoIhCJQTw2fihM4uDy/kt6i4UfRrYZJ\neIJfoaAnlLVYeMZvqRraSx3pzTwxFKfphUNESgdaDxjduEMvcl1Q9Vv06jKMY4dT\nQ37Velz/NyaFuA3qbKULxkgAA40NkyajZXrnWUW0ORuyEEERw0+J5bmdjY22DclO\nyev/S2Rb6EYJdA9sW3qr3sO62H7a4g6FghwZxM//2hi6TDlTATfCbGXJR/CCLrHB\nOARN4AECgYEA3FYlR7WzZbxEl44N5hsFP0vCBKvy54l36Z829BNiU7HtWUgTOYAM\nCO1neP8oqavqHxUY+gXL0kK32+pOyTV95JbvKwkQaoYDgxtRDRGQPO2Ca4hHE09F\nkdq5hjm+YuN9qYVp0alX1fyhPuqw+NnnVdWU38m3ZVVhTFuaglyW6AECgYEA0DhM\nBGm5YfHdgN7qTNOIAuBh1ZYJa/4GpqA5nXhiVY29QfcAXiDxjKRh22ZH45vwzunA\ngXwtuo5TOWND0SmqLoTgs3ynOkUP8aoOQ982EXkdb9DIf53GH0D6dFSXhyJdSBdo\n6f1g/CZAbwSzSH9F7x/HBMZPiPqD7j21Nie+mmsCgYEAz5dSVHe66BUzQt8R9URr\n8zC7QY+HseHw2mmpatiAgX5XsxCXHEuqCxcxr+wnMYTJdjN4bsfbOuSlOUtOo4AE\ndsRF3fQSRWqyEGpCON/dV6omgI3K+URstXiv5uismZrgIEGUa3bzTKdSfGa+Chez\nP0mVlCsG4TBKFZkQv9XgUAECgYEApY3dgzS8nU+9mpWjHWqjHgZiQ3yECUV07E9B\nAB+TsAp+jFBkDnOLGxQoalWsmyCGGz5oPYwKn+ZB7cMrTMcf9NTaBFv8aqw2vSNF\nLFnxl3sBGMKcaDt+J6N2f8AyqtN777INTN6VmmafnKXUFrR7WmGd0AINgxAMjgSq\nbGC1f/kCgYBT/cD9cmgpv9JSwR2WJHG1HHH0nCwRGXuOnUzZalGlmHVB0ZZcjdT8\nosnxsNXFxoTIuwaSufs2DfU+iffxUalNNv/wF0qmzGIHuu/U5hgAXZ3PHb5IdC67\ndYb8luYm2f7Y5yVvlPsJ5ul7Aggt6fao8WheKdFbbADPEqTRReoylQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1903965818", "fingerprint": "4d:4c:07:12:04:61:ea:a4:e0:53:53:59:b0:37:d6:e6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:54.297 63 INFO tempest.lib.common.rest_client [req-6f602d8c-ae0e-410a-8f93-c415c89bdb4b ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/ports 1.421s 2018-08-20 21:41:54.298 63 DEBUG tempest.lib.common.rest_client [req-6f602d8c-ae0e-410a-8f93-c415c89bdb4b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "cdb587d0-0b1b-4791-a6f4-3188a44b3439", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-743963750", "security_groups": ["23098cba-fb81-4a8b-b7df-292e1d193e0d"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:41:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f602d8c-ae0e-410a-8f93-c415c89bdb4b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:41:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cdb587d0-0b1b-4791-a6f4-3188a44b3439","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:41:53Z","name":"tempest-port-smoke-743963750","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ee:76:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"27b34922-8c01-4523-8a0f-b1a37f07ef8a","ip_address":"10.101.11.10"}],"id":"b410ce20-a668-40e5-b116-534d42e00818","security_groups":["23098cba-fb81-4a8b-b7df-292e1d193e0d"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:58.367 63 INFO tempest.lib.common.rest_client [req-d5bc612a-75c3-458c-a835-901b86f52150 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.23:8774/v2.1/servers 4.068s 2018-08-20 21:41:58.367 63 DEBUG tempest.lib.common.rest_client [req-d5bc612a-75c3-458c-a835-901b86f52150 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1903965818", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "cdb587d0-0b1b-4791-a6f4-3188a44b3439", "port": "b410ce20-a668-40e5-b116-534d42e00818"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-d5bc612a-75c3-458c-a835-901b86f52150', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5bc612a-75c3-458c-a835-901b86f52150'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "adminPass": "mT2jTDfNTv6C"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:41:58.757 63 INFO tempest.lib.common.rest_client [req-f79aa9ea-bfb0-41ef-b187-162be5cc60f7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.385s 2018-08-20 21:41:58.757 63 DEBUG tempest.lib.common.rest_client [req-f79aa9ea-bfb0-41ef-b187-162be5cc60f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-f79aa9ea-bfb0-41ef-b187-162be5cc60f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f79aa9ea-bfb0-41ef-b187-162be5cc60f7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:41:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1903965818", "name": "server-1", "created": "2018-08-20T21:41:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:00.108 63 INFO tempest.lib.common.rest_client [req-b0e5b1a8-82bb-48e3-b16e-20ba7ec56caf ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.336s 2018-08-20 21:42:00.109 63 DEBUG tempest.lib.common.rest_client [req-b0e5b1a8-82bb-48e3-b16e-20ba7ec56caf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-b0e5b1a8-82bb-48e3-b16e-20ba7ec56caf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0e5b1a8-82bb-48e3-b16e-20ba7ec56caf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:41:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1903965818", "name": "server-1", "created": "2018-08-20T21:41:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:01.772 63 INFO tempest.lib.common.rest_client [req-f4fd5a07-c03a-4353-b035-9852761876bf ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.649s 2018-08-20 21:42:01.773 63 DEBUG tempest.lib.common.rest_client [req-f4fd5a07-c03a-4353-b035-9852761876bf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1335', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-f4fd5a07-c03a-4353-b035-9852761876bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f4fd5a07-c03a-4353-b035-9852761876bf'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:41:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1903965818", "name": "server-1", "created": "2018-08-20T21:41:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:41:59Z"}, "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:01.788 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "ERROR/None" after 3 second wait 2018-08-20 21:42:03.198 63 INFO tempest.lib.common.rest_client [req-4a4af7c9-d7f5-4111-9ed0-36d44a7d4eca ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 204 DELETE http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 1.409s 2018-08-20 21:42:03.199 63 DEBUG tempest.lib.common.rest_client [req-4a4af7c9-d7f5-4111-9ed0-36d44a7d4eca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-4a4af7c9-d7f5-4111-9ed0-36d44a7d4eca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a4af7c9-d7f5-4111-9ed0-36d44a7d4eca'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:03.244 63 INFO tempest.lib.common.rest_client [req-88449d6f-eb39-4fed-98af-20062d6fea35 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 404 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.044s 2018-08-20 21:42:03.244 63 DEBUG tempest.lib.common.rest_client [req-88449d6f-eb39-4fed-98af-20062d6fea35 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-88449d6f-eb39-4fed-98af-20062d6fea35', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:03 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88449d6f-eb39-4fed-98af-20062d6fea35'} Body: {"itemNotFound": {"message": "Instance eca803b1-45c2-4aee-8116-0f5c4a52c58e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:04.596 63 INFO tempest.lib.common.rest_client [req-90c9be95-6165-4c7e-9934-9ae81ea91a0b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b410ce20-a668-40e5-b116-534d42e00818 1.350s 2018-08-20 21:42:04.597 63 DEBUG tempest.lib.common.rest_client [req-90c9be95-6165-4c7e-9934-9ae81ea91a0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/b410ce20-a668-40e5-b116-534d42e00818', u'date': 'Mon, 20 Aug 2018 21:42:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-90c9be95-6165-4c7e-9934-9ae81ea91a0b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:04.640 63 INFO tempest.lib.common.rest_client [req-f539b1af-bc5d-4208-9e70-2d0231460191 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1903965818 0.042s 2018-08-20 21:42:04.641 63 DEBUG tempest.lib.common.rest_client [req-f539b1af-bc5d-4208-9e70-2d0231460191 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1903965818', u'x-compute-request-id': 'req-f539b1af-bc5d-4208-9e70-2d0231460191', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f539b1af-bc5d-4208-9e70-2d0231460191'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:07.163 63 INFO tempest.lib.common.rest_client [req-7618b5c5-32aa-493d-a63e-68d64ff70d2f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/06b3a311-fca9-444c-81bf-f81f25200535 2.521s 2018-08-20 21:42:07.164 63 DEBUG tempest.lib.common.rest_client [req-7618b5c5-32aa-493d-a63e-68d64ff70d2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/06b3a311-fca9-444c-81bf-f81f25200535', u'date': 'Mon, 20 Aug 2018 21:42:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7618b5c5-32aa-493d-a63e-68d64ff70d2f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:09.184 63 INFO tempest.lib.common.rest_client [req-6efe73c5-6fd0-4a49-a1ce-6ea8993573b3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/7b97bca2-d00c-4367-a7af-110c0c324d25 2.019s 2018-08-20 21:42:09.185 63 DEBUG tempest.lib.common.rest_client [req-6efe73c5-6fd0-4a49-a1ce-6ea8993573b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/7b97bca2-d00c-4367-a7af-110c0c324d25', u'date': 'Mon, 20 Aug 2018 21:42:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6efe73c5-6fd0-4a49-a1ce-6ea8993573b3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:11.541 63 INFO tempest.lib.common.rest_client [req-ce7ba295-99ab-4e75-8b49-48ba9600297c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/27b34922-8c01-4523-8a0f-b1a37f07ef8a 2.355s 2018-08-20 21:42:11.542 63 DEBUG tempest.lib.common.rest_client [req-ce7ba295-99ab-4e75-8b49-48ba9600297c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/27b34922-8c01-4523-8a0f-b1a37f07ef8a', u'date': 'Mon, 20 Aug 2018 21:42:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ce7ba295-99ab-4e75-8b49-48ba9600297c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:13.908 63 INFO tempest.lib.common.rest_client [req-fe7080ae-7e2f-42b8-900d-d314c8cbd756 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/cdb587d0-0b1b-4791-a6f4-3188a44b3439 2.366s 2018-08-20 21:42:13.909 63 DEBUG tempest.lib.common.rest_client [req-fe7080ae-7e2f-42b8-900d-d314c8cbd756 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/cdb587d0-0b1b-4791-a6f4-3188a44b3439', u'date': 'Mon, 20 Aug 2018 21:42:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fe7080ae-7e2f-42b8-900d-d314c8cbd756'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:14.595 63 INFO tempest.lib.common.rest_client [req-5c841d54-966d-4fe4-83ac-0747b3f019b7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/23098cba-fb81-4a8b-b7df-292e1d193e0d 0.685s 2018-08-20 21:42:14.595 63 DEBUG tempest.lib.common.rest_client [req-5c841d54-966d-4fe4-83ac-0747b3f019b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/23098cba-fb81-4a8b-b7df-292e1d193e0d', u'date': 'Mon, 20 Aug 2018 21:42:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5c841d54-966d-4fe4-83ac-0747b3f019b7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant4 [29.550589s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 165, in test_bgpvpn_variant4 self._create_servers() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 964, in _create_servers security_group_ids, self.os_primary, port_security) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 943, in _create_server clients, wait_until='ACTIVE', name=name, **create_server_kwargs) File "/src/tempest/tempest/common/compute.py", line 258, in create_test_server server['id']) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/src/tempest/tempest/common/compute.py", line 229, in create_test_server clients.servers_client, server['id'], wait_until) File "/src/tempest/tempest/common/waiters.py", line 76, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server eca803b1-45c2-4aee-8116-0f5c4a52c58e failed to build and is in ERROR status Details: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-20T21:41:59Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:41:45,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.397s 2018-08-20 21:41:45,444 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-718556318 description", "name": "tempest-secgroup-smoke-718556318"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:41:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34461175-4008-429b-bb54-d4951ba1d900'} Body: {"security_group": {"description": "tempest-secgroup-smoke-718556318 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:45Z", "updated_at": "2018-08-20T21:41:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:41:45Z", "revision_number": 0, "id": "899a490d-bf82-48c3-8294-313a0f953183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:41:45Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:41:45Z", "revision_number": 0, "id": "9cb036da-1021-4b50-a272-64f73bf1fd92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:41:45Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "name": "tempest-secgroup-smoke-718556318"}} 2018-08-20 21:41:45,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.543s 2018-08-20 21:41:45,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f7a6086-1a2e-4b9d-bc9f-01df4dee1147'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:41:45Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:45Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "36277270-d346-4330-82a9-31a346ef0773"}} 2018-08-20 21:41:46,187 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.198s 2018-08-20 21:41:46,188 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96ae40a2-5b9f-4322-8326-1d12b2b3fdf7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:41:46Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:46Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ee8221d0-84d9-456a-b881-8cfdbe4c2478"}} 2018-08-20 21:41:46,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.499s 2018-08-20 21:41:46,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9fedbde-00ab-494d-95cb-4aa3f8fedf81'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:41:46Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:46Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "958a3bd6-dc65-4a33-bef9-0e61ae30cf80"}} 2018-08-20 21:41:47,137 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-20 21:41:47,137 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-225b3ea0-0efb-432b-9b70-21e471739911'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:41:46Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:46Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "55c0ae70-1071-41c4-85ca-9475e422234d"}} 2018-08-20 21:41:47,838 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.700s 2018-08-20 21:41:47,839 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9bb09203-0ca3-47e0-8771-e065bbc0d7cb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:47Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:47Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "188084ac-c4e6-4c4f-be40-ff1c9f96b53a"}} 2018-08-20 21:41:48,646 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.806s 2018-08-20 21:41:48,647 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6d2c290-da81-4aee-9330-2027ee1215e3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:48Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "70079e04-f049-4e11-938a-8f838a091baa"}} 2018-08-20 21:41:49,155 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.508s 2018-08-20 21:41:49,156 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-93b486f0-f856-4a86-957e-8b1b23d41e12'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:49Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ae8e5914-d8f0-4056-86d2-e5023a9cdbe3"}} 2018-08-20 21:41:49,430 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.273s 2018-08-20 21:41:49,431 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71108ede-0a7d-423a-8726-92735e28c708'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:49Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f786bfe8-5250-45b3-ae49-89f0753d61cc"}} 2018-08-20 21:41:49,830 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.398s 2018-08-20 21:41:49,831 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1353171347"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:41:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c87a1f78-ac64-48e6-ad2b-90144815215c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:41:49Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"cdb587d0-0b1b-4791-a6f4-3188a44b3439","name":"tempest-A-1353171347"}} 2018-08-20 21:41:50,902 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.069s 2018-08-20 21:41:50,902 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "cdb587d0-0b1b-4791-a6f4-3188a44b3439", "name": "tempest-subnet-A-1-1364644761"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:41:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc2a89bc-6e4c-4785-af2e-3d09f7d205af'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdb587d0-0b1b-4791-a6f4-3188a44b3439","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:50Z","dns_nameservers":[],"updated_at":"2018-08-20T21:41:50Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"27b34922-8c01-4523-8a0f-b1a37f07ef8a","subnetpool_id":null,"name":"tempest-subnet-A-1-1364644761"}} 2018-08-20 21:41:51,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.345s 2018-08-20 21:41:51,249 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1699288781"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:41:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0af55bb2-5748-490b-b9db-2758d9e709df'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:41:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"7b97bca2-d00c-4367-a7af-110c0c324d25","name":"tempest-B-1699288781"}} 2018-08-20 21:41:52,602 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.352s 2018-08-20 21:41:52,603 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "7b97bca2-d00c-4367-a7af-110c0c324d25", "name": "tempest-subnet-B-1-758735980"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:41:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7a03934a-436f-4e8e-a29c-6fa70be87905'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b97bca2-d00c-4367-a7af-110c0c324d25","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:51Z","dns_nameservers":[],"updated_at":"2018-08-20T21:41:51Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"06b3a311-fca9-444c-81bf-f81f25200535","subnetpool_id":null,"name":"tempest-subnet-B-1-758735980"}} 2018-08-20 21:41:52,871 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.266s 2018-08-20 21:41:52,871 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1903965818"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-8b7d17d9-180e-4af3-9ecf-fa4c9f5ee192', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b7d17d9-180e-4af3-9ecf-fa4c9f5ee192'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzNnKPyrpEz3wjELgcEhh924DT5W2xjP1eZmRU53BmPCCJprQewdzSZ6VR0i2+9wE2z6tnmuXBP8LxH/wx2ciUFmsYOOHsbBhEYafuacxjtuaYPFKlGOjGs4ZI3ZwIx8rOdkGPj679exbNpw9soRh3KPwr4u6ltGaHdr0tqnpZNM/A+MvhbcHsKXD2mmNBMhzeRpFXuWyfdczhiuD8OKX3ZihZOqsD1KrG0a82F6qwdXIk5L99T7uioc3gDqfq/sHfb10k+Wv8mj9qruWZRVy2AhrrosBGFrwnY7yuA/uWAQjhdu89ds5xf81vnhjjc/4QHy1//5apP/4yWr3SYZJr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAszZyj8q6RM98IxC4HBIYfduA0+VtsYz9XmZkVOdwZjwgiaa0\nHsHc0melUdItvvcBNs+rZ5rlwT/C8R/8MdnIlBZrGDjh7GwYRGGn7mnMY7bmmDxS\npRjoxrOGSN2cCMfKznZBj4+u/XsWzacPbKEYdyj8K+LupbRmh3a9Lap6WTTPwPjL\n4W3B7Clw9ppjQTIc3kaRV7lsn3XM4Yrg/Dil92YoWTqrA9SqxtGvNheqsHVyJOS/\nfU+7oqHN4A6n6v7B329dJPlr/Jo/aq7lmUVctgIa66LARha8J2O8rgP7lgEI4Xbv\nPXbOcX/Nb54Y43P+EB8tf/+WqT/+Mlq90mGSawIDAQABAoIBACNNgHfO6a6QaNXH\nf10YO3bffJtBQMCPE4I7DVykUsHw6j/zdNvyOHvCKxDZJGXP5o9TjWJVYxkUZGR3\ndoijbB2v5Nzap7aY/JbL3fbbJIYoC3jFuUoIhCJQTw2fihM4uDy/kt6i4UfRrYZJ\neIJfoaAnlLVYeMZvqRraSx3pzTwxFKfphUNESgdaDxjduEMvcl1Q9Vv06jKMY4dT\nQ37Velz/NyaFuA3qbKULxkgAA40NkyajZXrnWUW0ORuyEEERw0+J5bmdjY22DclO\nyev/S2Rb6EYJdA9sW3qr3sO62H7a4g6FghwZxM//2hi6TDlTATfCbGXJR/CCLrHB\nOARN4AECgYEA3FYlR7WzZbxEl44N5hsFP0vCBKvy54l36Z829BNiU7HtWUgTOYAM\nCO1neP8oqavqHxUY+gXL0kK32+pOyTV95JbvKwkQaoYDgxtRDRGQPO2Ca4hHE09F\nkdq5hjm+YuN9qYVp0alX1fyhPuqw+NnnVdWU38m3ZVVhTFuaglyW6AECgYEA0DhM\nBGm5YfHdgN7qTNOIAuBh1ZYJa/4GpqA5nXhiVY29QfcAXiDxjKRh22ZH45vwzunA\ngXwtuo5TOWND0SmqLoTgs3ynOkUP8aoOQ982EXkdb9DIf53GH0D6dFSXhyJdSBdo\n6f1g/CZAbwSzSH9F7x/HBMZPiPqD7j21Nie+mmsCgYEAz5dSVHe66BUzQt8R9URr\n8zC7QY+HseHw2mmpatiAgX5XsxCXHEuqCxcxr+wnMYTJdjN4bsfbOuSlOUtOo4AE\ndsRF3fQSRWqyEGpCON/dV6omgI3K+URstXiv5uismZrgIEGUa3bzTKdSfGa+Chez\nP0mVlCsG4TBKFZkQv9XgUAECgYEApY3dgzS8nU+9mpWjHWqjHgZiQ3yECUV07E9B\nAB+TsAp+jFBkDnOLGxQoalWsmyCGGz5oPYwKn+ZB7cMrTMcf9NTaBFv8aqw2vSNF\nLFnxl3sBGMKcaDt+J6N2f8AyqtN777INTN6VmmafnKXUFrR7WmGd0AINgxAMjgSq\nbGC1f/kCgYBT/cD9cmgpv9JSwR2WJHG1HHH0nCwRGXuOnUzZalGlmHVB0ZZcjdT8\nosnxsNXFxoTIuwaSufs2DfU+iffxUalNNv/wF0qmzGIHuu/U5hgAXZ3PHb5IdC67\ndYb8luYm2f7Y5yVvlPsJ5ul7Aggt6fao8WheKdFbbADPEqTRReoylQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1903965818", "fingerprint": "4d:4c:07:12:04:61:ea:a4:e0:53:53:59:b0:37:d6:e6"}} 2018-08-20 21:41:54,297 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/ports 1.421s 2018-08-20 21:41:54,298 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "cdb587d0-0b1b-4791-a6f4-3188a44b3439", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-743963750", "security_groups": ["23098cba-fb81-4a8b-b7df-292e1d193e0d"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:41:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f602d8c-ae0e-410a-8f93-c415c89bdb4b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:41:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cdb587d0-0b1b-4791-a6f4-3188a44b3439","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:41:53Z","name":"tempest-port-smoke-743963750","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ee:76:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"27b34922-8c01-4523-8a0f-b1a37f07ef8a","ip_address":"10.101.11.10"}],"id":"b410ce20-a668-40e5-b116-534d42e00818","security_groups":["23098cba-fb81-4a8b-b7df-292e1d193e0d"],"device_id":""}} 2018-08-20 21:41:58,367 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.23:8774/v2.1/servers 4.068s 2018-08-20 21:41:58,367 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1903965818", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "cdb587d0-0b1b-4791-a6f4-3188a44b3439", "port": "b410ce20-a668-40e5-b116-534d42e00818"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-d5bc612a-75c3-458c-a835-901b86f52150', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5bc612a-75c3-458c-a835-901b86f52150'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "adminPass": "mT2jTDfNTv6C"}} 2018-08-20 21:41:58,757 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.385s 2018-08-20 21:41:58,757 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-f79aa9ea-bfb0-41ef-b187-162be5cc60f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f79aa9ea-bfb0-41ef-b187-162be5cc60f7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:41:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1903965818", "name": "server-1", "created": "2018-08-20T21:41:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:00,108 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.336s 2018-08-20 21:42:00,109 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-b0e5b1a8-82bb-48e3-b16e-20ba7ec56caf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0e5b1a8-82bb-48e3-b16e-20ba7ec56caf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:41:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1903965818", "name": "server-1", "created": "2018-08-20T21:41:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:01,772 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.649s 2018-08-20 21:42:01,773 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1335', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-f4fd5a07-c03a-4353-b035-9852761876bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f4fd5a07-c03a-4353-b035-9852761876bf'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:41:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1903965818", "name": "server-1", "created": "2018-08-20T21:41:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:41:59Z"}, "metadata": {}}} 2018-08-20 21:42:01,788 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 3 second wait 2018-08-20 21:42:03,198 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 204 DELETE http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 1.409s 2018-08-20 21:42:03,199 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-4a4af7c9-d7f5-4111-9ed0-36d44a7d4eca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a4af7c9-d7f5-4111-9ed0-36d44a7d4eca'} Body: 2018-08-20 21:42:03,244 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 404 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.044s 2018-08-20 21:42:03,244 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-88449d6f-eb39-4fed-98af-20062d6fea35', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:03 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88449d6f-eb39-4fed-98af-20062d6fea35'} Body: {"itemNotFound": {"message": "Instance eca803b1-45c2-4aee-8116-0f5c4a52c58e could not be found.", "code": 404}} 2018-08-20 21:42:04,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b410ce20-a668-40e5-b116-534d42e00818 1.350s 2018-08-20 21:42:04,597 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/b410ce20-a668-40e5-b116-534d42e00818', u'date': 'Mon, 20 Aug 2018 21:42:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-90c9be95-6165-4c7e-9934-9ae81ea91a0b'} Body: 2018-08-20 21:42:04,640 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1903965818 0.042s 2018-08-20 21:42:04,641 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1903965818', u'x-compute-request-id': 'req-f539b1af-bc5d-4208-9e70-2d0231460191', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f539b1af-bc5d-4208-9e70-2d0231460191'} Body: 2018-08-20 21:42:07,163 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/06b3a311-fca9-444c-81bf-f81f25200535 2.521s 2018-08-20 21:42:07,164 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/06b3a311-fca9-444c-81bf-f81f25200535', u'date': 'Mon, 20 Aug 2018 21:42:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7618b5c5-32aa-493d-a63e-68d64ff70d2f'} Body: 2018-08-20 21:42:09,184 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/7b97bca2-d00c-4367-a7af-110c0c324d25 2.019s 2018-08-20 21:42:09,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/7b97bca2-d00c-4367-a7af-110c0c324d25', u'date': 'Mon, 20 Aug 2018 21:42:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6efe73c5-6fd0-4a49-a1ce-6ea8993573b3'} Body: 2018-08-20 21:42:11,541 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/27b34922-8c01-4523-8a0f-b1a37f07ef8a 2.355s 2018-08-20 21:42:11,542 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/27b34922-8c01-4523-8a0f-b1a37f07ef8a', u'date': 'Mon, 20 Aug 2018 21:42:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ce7ba295-99ab-4e75-8b49-48ba9600297c'} Body: 2018-08-20 21:42:13,908 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/cdb587d0-0b1b-4791-a6f4-3188a44b3439 2.366s 2018-08-20 21:42:13,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/cdb587d0-0b1b-4791-a6f4-3188a44b3439', u'date': 'Mon, 20 Aug 2018 21:42:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fe7080ae-7e2f-42b8-900d-d314c8cbd756'} Body: 2018-08-20 21:42:14,595 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/23098cba-fb81-4a8b-b7df-292e1d193e0d 0.685s 2018-08-20 21:42:14,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/23098cba-fb81-4a8b-b7df-292e1d193e0d', u'date': 'Mon, 20 Aug 2018 21:42:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5c841d54-966d-4fe4-83ac-0747b3f019b7'} Body: 2018-08-20 21:42:15.364 63 INFO tempest.lib.common.rest_client [req-a9cd464d-8fe0-4ff5-ba4e-2eded5472f02 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.765s 2018-08-20 21:42:15.365 63 DEBUG tempest.lib.common.rest_client [req-a9cd464d-8fe0-4ff5-ba4e-2eded5472f02 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1607409408 description", "name": "tempest-secgroup-smoke-1607409408"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:42:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9cd464d-8fe0-4ff5-ba4e-2eded5472f02'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1607409408 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:14Z", "updated_at": "2018-08-20T21:42:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:42:14Z", "revision_number": 0, "id": "634d6f3e-f308-48ec-8f41-cf6cee13750c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:42:14Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:42:14Z", "revision_number": 0, "id": "d649635f-d4f9-46c8-ba53-c2637451a53a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:42:14Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "name": "tempest-secgroup-smoke-1607409408"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:16.149 63 INFO tempest.lib.common.rest_client [req-238f9815-cf4f-4592-a356-d80eb8c812ec ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.783s 2018-08-20 21:42:16.150 63 DEBUG tempest.lib.common.rest_client [req-238f9815-cf4f-4592-a356-d80eb8c812ec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-238f9815-cf4f-4592-a356-d80eb8c812ec'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:42:15Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:15Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3be9ded1-3af7-4205-888b-d31d6745f2e5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:16.933 63 INFO tempest.lib.common.rest_client [req-7e301086-53f9-44d0-9664-2ff52caf9764 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.782s 2018-08-20 21:42:16.934 63 DEBUG tempest.lib.common.rest_client [req-7e301086-53f9-44d0-9664-2ff52caf9764 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7e301086-53f9-44d0-9664-2ff52caf9764'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:42:16Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a315fc04-93f1-4193-ab68-521cbb49263a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:17.286 63 INFO tempest.lib.common.rest_client [req-742259e1-570f-43e5-9af5-c51ce6e29362 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.351s 2018-08-20 21:42:17.287 63 DEBUG tempest.lib.common.rest_client [req-742259e1-570f-43e5-9af5-c51ce6e29362 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-742259e1-570f-43e5-9af5-c51ce6e29362'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:42:17Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "80982d37-e6c6-410e-90e3-20c209861117"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:17.783 63 INFO tempest.lib.common.rest_client [req-792ef844-bf93-40ac-a856-87d5f6c62c39 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.495s 2018-08-20 21:42:17.784 63 DEBUG tempest.lib.common.rest_client [req-792ef844-bf93-40ac-a856-87d5f6c62c39 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-792ef844-bf93-40ac-a856-87d5f6c62c39'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:42:17Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5b7354a4-94a0-4f4c-a302-b6ec802fe504"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:18.442 63 INFO tempest.lib.common.rest_client [req-5ff1dd2d-2e7d-4c14-8c7e-404018322181 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.657s 2018-08-20 21:42:18.442 63 DEBUG tempest.lib.common.rest_client [req-5ff1dd2d-2e7d-4c14-8c7e-404018322181 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ff1dd2d-2e7d-4c14-8c7e-404018322181'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:18Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "38180578-7f2c-4ffa-8339-86641f1fda07"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:19.257 63 INFO tempest.lib.common.rest_client [req-9b3b94aa-7c00-48c3-a803-3f7b0f154096 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.813s 2018-08-20 21:42:19.257 63 DEBUG tempest.lib.common.rest_client [req-9b3b94aa-7c00-48c3-a803-3f7b0f154096 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b3b94aa-7c00-48c3-a803-3f7b0f154096'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:18Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6a726fee-3a9f-4ca0-b930-8f758461932d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:19.610 63 INFO tempest.lib.common.rest_client [req-6c0428ae-e8cc-4379-9a2b-4926f99a98d7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.352s 2018-08-20 21:42:19.610 63 DEBUG tempest.lib.common.rest_client [req-6c0428ae-e8cc-4379-9a2b-4926f99a98d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c0428ae-e8cc-4379-9a2b-4926f99a98d7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:19Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:19Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f9bd464d-35b9-4698-b3ca-e4e0482dbdb8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:20.221 63 INFO tempest.lib.common.rest_client [req-f3c5bfa5-4026-489b-afb1-e28d17db4516 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.609s 2018-08-20 21:42:20.221 63 DEBUG tempest.lib.common.rest_client [req-f3c5bfa5-4026-489b-afb1-e28d17db4516 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3c5bfa5-4026-489b-afb1-e28d17db4516'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:20Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:20Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ace062f-8341-4117-bbda-cb2c5aa3aa8c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:20.674 63 INFO tempest.lib.common.rest_client [req-eb7c311e-9343-45e5-b03b-2664134da19d ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.452s 2018-08-20 21:42:20.675 63 DEBUG tempest.lib.common.rest_client [req-eb7c311e-9343-45e5-b03b-2664134da19d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-518867376"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb7c311e-9343-45e5-b03b-2664134da19d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:42:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f169a025-bb1e-49a4-98e8-dfa93646df8e","name":"tempest-A-518867376"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:22.034 63 INFO tempest.lib.common.rest_client [req-667ea599-5df0-403e-aa51-4ed1f14c1541 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.357s 2018-08-20 21:42:22.034 63 DEBUG tempest.lib.common.rest_client [req-667ea599-5df0-403e-aa51-4ed1f14c1541 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "name": "tempest-subnet-A-1-1016708291"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-667ea599-5df0-403e-aa51-4ed1f14c1541'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f169a025-bb1e-49a4-98e8-dfa93646df8e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:21Z","dns_nameservers":[],"updated_at":"2018-08-20T21:42:21Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"385ded57-e87d-438d-b7c4-dc7c82f5011d","subnetpool_id":null,"name":"tempest-subnet-A-1-1016708291"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:22.261 63 INFO tempest.lib.common.rest_client [req-dd580fc4-f930-4d9d-9906-f1e5c27cc624 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.225s 2018-08-20 21:42:22.261 63 DEBUG tempest.lib.common.rest_client [req-dd580fc4-f930-4d9d-9906-f1e5c27cc624 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-153219887"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd580fc4-f930-4d9d-9906-f1e5c27cc624'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:42:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"db9a92ce-01bf-45f9-851f-62a46f99a99d","name":"tempest-B-153219887"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:23.094 63 INFO tempest.lib.common.rest_client [req-c92d81eb-fb28-4338-a571-e516e98d5fa1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.832s 2018-08-20 21:42:23.094 63 DEBUG tempest.lib.common.rest_client [req-c92d81eb-fb28-4338-a571-e516e98d5fa1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "name": "tempest-subnet-B-1-1859425232"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:42:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c92d81eb-fb28-4338-a571-e516e98d5fa1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db9a92ce-01bf-45f9-851f-62a46f99a99d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:22Z","dns_nameservers":[],"updated_at":"2018-08-20T21:42:22Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"6f1afd09-05e8-49b8-9230-8d895c53adae","subnetpool_id":null,"name":"tempest-subnet-B-1-1859425232"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:23.305 63 INFO tempest.lib.common.rest_client [req-f50b695f-1b4d-456e-b5cc-40f1630373c8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.210s 2018-08-20 21:42:23.306 63 DEBUG tempest.lib.common.rest_client [req-f50b695f-1b4d-456e-b5cc-40f1630373c8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--4384862", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '410', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:42:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f50b695f-1b4d-456e-b5cc-40f1630373c8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:42:23Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7", "name": "tempest-router--4384862"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:24.942 63 INFO tempest.lib.common.rest_client [req-99f2126d-fb86-437b-bc00-33bf5b90325a ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7 1.635s 2018-08-20 21:42:24.943 63 DEBUG tempest.lib.common.rest_client [req-99f2126d-fb86-437b-bc00-33bf5b90325a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '590', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7', u'date': 'Mon, 20 Aug 2018 21:42:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99f2126d-fb86-437b-bc00-33bf5b90325a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:42:24Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7", "name": "tempest-router--4384862"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:27.729 63 INFO tempest.lib.common.rest_client [req-4790a5f0-c2d0-41f1-bc0e-c2c588c51c03 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/add_router_interface 2.785s 2018-08-20 21:42:27.730 63 DEBUG tempest.lib.common.rest_client [req-4790a5f0-c2d0-41f1-bc0e-c2c588c51c03 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:42:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4790a5f0-c2d0-41f1-bc0e-c2c588c51c03'} Body: {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae", "subnet_ids": ["6f1afd09-05e8-49b8-9230-8d895c53adae"], "port_id": "daf6856a-7eb6-49e5-8763-005d12f263cc", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:28.755 63 INFO tempest.lib.common.rest_client [req-2151c7e9-cfb7-4eb0-9d4d-0767b0e87cd6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 1.024s 2018-08-20 21:42:28.756 63 DEBUG tempest.lib.common.rest_client [req-2151c7e9-cfb7-4eb0-9d4d-0767b0e87cd6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:42:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2151c7e9-cfb7-4eb0-9d4d-0767b0e87cd6'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "478c5fd2-7036-4657-8cdd-9c77a4932855"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:29.296 63 INFO tempest.lib.common.rest_client [req-36baf84b-8004-414d-a935-071edabce45b ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations 0.539s 2018-08-20 21:42:29.297 63 DEBUG tempest.lib.common.rest_client [req-36baf84b-8004-414d-a935-071edabce45b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations', u'date': 'Mon, 20 Aug 2018 21:42:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36baf84b-8004-414d-a935-071edabce45b'} Body: {"network_association": {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "id": "dd7c979d-2928-4289-807e-fee6e3a79837"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:29.988 63 INFO tempest.lib.common.rest_client [req-ac894adb-41e1-4abb-b7b6-07b097a39c9c ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations 0.690s 2018-08-20 21:42:29.988 63 DEBUG tempest.lib.common.rest_client [req-ac894adb-41e1-4abb-b7b6-07b097a39c9c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations', u'date': 'Mon, 20 Aug 2018 21:42:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac894adb-41e1-4abb-b7b6-07b097a39c9c'} Body: {"network_association": {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "id": "1d316af8-89ea-43cc-8378-64fbd6754aae"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:29.989 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 21:42:30.201 63 INFO tempest.lib.common.rest_client [req-fa60af27-e2b7-46bf-a903-271053fd2380 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.211s 2018-08-20 21:42:30.202 63 DEBUG tempest.lib.common.rest_client [req-fa60af27-e2b7-46bf-a903-271053fd2380 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-868294983"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fa60af27-e2b7-46bf-a903-271053fd2380', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa60af27-e2b7-46bf-a903-271053fd2380'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7TveS8VZPHdfQY5LUMM86Ql+2+ONz3OlSjdRe5TMJckrdcH+j/JOltgggLbB8F/rOp3bMgVEK17ylSWMFObG/0Tx6RI5NbBPXM+yCW2PXGbvMBPLomY3HLKwZFNE7a0sB2hyuoKpd+NMhZUFdrfkj5q5fFKnxiWcKMAy13q7zJ/HbTbZFwQJADgUJ0SDxj5i+XMdP1tOzJ7vjFYs5SehCVplZj3gaYIiGIXRKu7i7m8ZtYRv/HTO5EQEI2Hx4inbjjNgHaFl58NqX1ToOzOBSaFvpUHl0K4Dxj9etrZDmSE0jHBjYFTrDHYpP0p6707647ReMeUQOdp88V0ndm5eD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAu073kvFWTx3X0GOS1DDPOkJftvjjc9zpUo3UXuUzCXJK3XB/\no/yTpbYIIC2wfBf6zqd2zIFRCte8pUljBTmxv9E8ekSOTWwT1zPsgltj1xm7zATy\n6JmNxyysGRTRO2tLAdocrqCqXfjTIWVBXa35I+auXxSp8YlnCjAMtd6u8yfx2022\nRcECQA4FCdEg8Y+YvlzHT9bTsye74xWLOUnoQlaZWY94GmCIhiF0Sru4u5vGbWEb\n/x0zuREBCNh8eIp244zYB2hZefDal9U6DszgUmhb6VB5dCuA8Y/Xra2Q5khNIxwY\n2BU6wx2KT9Keu9O+uO0XjHlEDnafPFdJ3ZuXgwIDAQABAoIBAHGgtQW6TB6QvxRW\n44K/3Wa9Ty1DjVADSrPfAF9U8YIgiJQPJA+KMNONOx6yOOb+8RKeeq4TIOPP/kvS\n2jQYTOFNgD+4CQ+kqeCaSjbGVCnwHYHl2qoKRPz396r7evZt30HPXCj/pHp/cS1I\nLMA0wvfpgAyED5hMP2rpvTwzS7SLkxaonKyLT23bMg5P8ckVDxAC8S926izlkyaF\nWq57bdEzQkKRhkG04mXEI/sltw+teAW35/hfBTE/lkUfy68P+05G9OqQwyP94zbr\nFw1GjE9lzysIbG6Rx0kpXhvpC5sOJKaLmFgF3yUahxXe7Zh7PA5pbLC2RSxBwCWi\n1i68RRkCgYEA8C3fSPXFhD/WriQDiJqy+zpx71CkLfrtPw1pZoLi5XsqJXewQVuP\n6VBeqHLYiXXtLFJWSCg3xAvATHhNrrSxRMrbegwNrL2GvSddpzWVR4jHLWIP4KaF\n41jUBhj+m8NtLvQJ3otcozMKJ2BuPA+NflqvLY0cmbJ1uqVDQcjCXzUCgYEAx6WJ\n9wgBi43aeZ03BamXskzh1zB5y6QMxQQ8pHCdUQJeMsVkoiyTQabhP5xAEvNPNv5X\n9rSZ/5Ohi4yez7RBScCKJSwvIP7v1bcaLKaiUKM9I9V/JmFW8YL3GhVeQlwe4O44\npOvKqLxv2dmlqyy+CpP5Ix437li9Re2EXpzxWtcCgYB3ELaVa8l8E02wzIe368D4\nzHN5CQgrBy8fx91NhWtICjPNmTUWYXbJWh9i8HQqSPzHsRW29cEXfh/ZiPYxur/6\nc3o0Wc9ZqCcolGBYKTcU3FipRejLHKJZH0sUrsVhoJL66N4PphTJjt7kwGhFfAxP\n7FLViRP5mb/FRHJAJW8+VQKBgGhdJcDoA37DOakHQSMJo44GWKyX36NPb4lyDI1d\nfS9C0KEzxMZuDNBt/yO0d14wqIEz9iG2CSasMu9zI/Wp4dM+/jguX7ic7BzJKbqb\npRAINUbNLTmP+tYnQyr0bqC77Txh62RzCi6oysOT3eGccv+umLb97fj/lHnAjsiy\nvAxjAoGAJ+hQSj1Y+Iq8KM/z3eiNZX+KUFIZSFs4Hqhf3+BDoN5ybK5p9YogQScn\nIb3TWz05Ol4ojpXtmdYdGDVEpIQP2nl6kEY+1KO5pESU1yoLOkffW0tvG5B0mxvi\n5UXZ8vt6T/P1vc1giElqEBUMxy6WMATITJ+lrsEtfEG/QFKXFJs=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-868294983", "fingerprint": "41:6d:42:1b:2c:d1:de:2d:cc:b7:0d:ef:2e:0b:75:e3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:31.429 63 INFO tempest.lib.common.rest_client [req-e29c6192-a2b4-47d8-9358-395635cf829f ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 1.223s 2018-08-20 21:42:31.429 63 DEBUG tempest.lib.common.rest_client [req-e29c6192-a2b4-47d8-9358-395635cf829f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1102145380", "security_groups": ["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:42:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e29c6192-a2b4-47d8-9358-395635cf829f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:42:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f169a025-bb1e-49a4-98e8-dfa93646df8e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:42:30Z","name":"tempest-port-smoke-1102145380","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f6:e2:b5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"385ded57-e87d-438d-b7c4-dc7c82f5011d","ip_address":"10.101.11.10"}],"id":"efae3513-e0c7-4eec-b719-6fb9b0bb873c","security_groups":["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:34.343 63 INFO tempest.lib.common.rest_client [req-b70fbf61-5dbb-4a92-95d5-b65b9d885dad ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 2.912s 2018-08-20 21:42:34.343 63 DEBUG tempest.lib.common.rest_client [req-b70fbf61-5dbb-4a92-95d5-b65b9d885dad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-868294983", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "port": "efae3513-e0c7-4eec-b719-6fb9b0bb873c"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-b70fbf61-5dbb-4a92-95d5-b65b9d885dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b70fbf61-5dbb-4a92-95d5-b65b9d885dad'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "adminPass": "sP9VTXTeSP7w"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:35.226 63 INFO tempest.lib.common.rest_client [req-6a22a68b-bb30-45b9-8ac0-5d5279f4d177 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.876s 2018-08-20 21:42:35.227 63 DEBUG tempest.lib.common.rest_client [req-6a22a68b-bb30-45b9-8ac0-5d5279f4d177 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-6a22a68b-bb30-45b9-8ac0-5d5279f4d177', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a22a68b-bb30-45b9-8ac0-5d5279f4d177'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:36.574 63 INFO tempest.lib.common.rest_client [req-c238fcbf-cf3b-41db-bad7-61458d72e6c9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.333s 2018-08-20 21:42:36.575 63 DEBUG tempest.lib.common.rest_client [req-c238fcbf-cf3b-41db-bad7-61458d72e6c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-c238fcbf-cf3b-41db-bad7-61458d72e6c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c238fcbf-cf3b-41db-bad7-61458d72e6c9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:37.951 63 INFO tempest.lib.common.rest_client [req-77cbf352-9c6f-4321-84b7-82d7d10602c9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.360s 2018-08-20 21:42:37.952 63 DEBUG tempest.lib.common.rest_client [req-77cbf352-9c6f-4321-84b7-82d7d10602c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-77cbf352-9c6f-4321-84b7-82d7d10602c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-77cbf352-9c6f-4321-84b7-82d7d10602c9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:37.965 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-20 21:42:39.675 63 INFO tempest.lib.common.rest_client [req-b05b7bfa-5148-4828-9174-0c5810411941 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.708s 2018-08-20 21:42:39.676 63 DEBUG tempest.lib.common.rest_client [req-b05b7bfa-5148-4828-9174-0c5810411941 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-b05b7bfa-5148-4828-9174-0c5810411941', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b05b7bfa-5148-4828-9174-0c5810411941'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:39.687 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:42:41.749 63 INFO tempest.lib.common.rest_client [req-89242c06-8390-4151-a987-1206bf585ca2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 1.060s 2018-08-20 21:42:41.750 63 DEBUG tempest.lib.common.rest_client [req-89242c06-8390-4151-a987-1206bf585ca2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-89242c06-8390-4151-a987-1206bf585ca2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89242c06-8390-4151-a987-1206bf585ca2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:43.417 63 INFO tempest.lib.common.rest_client [req-29e566e7-d22b-4ea7-be78-b38a538bbdc7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.651s 2018-08-20 21:42:43.418 63 DEBUG tempest.lib.common.rest_client [req-29e566e7-d22b-4ea7-be78-b38a538bbdc7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-29e566e7-d22b-4ea7-be78-b38a538bbdc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29e566e7-d22b-4ea7-be78-b38a538bbdc7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:42:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:43.430 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:42:44.108 63 INFO tempest.lib.common.rest_client [req-198940ec-d8e0-4511-b335-a8e3a8adab39 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.677s 2018-08-20 21:42:44.109 63 DEBUG tempest.lib.common.rest_client [req-198940ec-d8e0-4511-b335-a8e3a8adab39 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-198940ec-d8e0-4511-b335-a8e3a8adab39', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-198940ec-d8e0-4511-b335-a8e3a8adab39'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:42:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:44.122 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: b2b539fe-03ae-4c2e-98dd-3aef0624bea8 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:42:45.189 63 INFO tempest.lib.common.rest_client [req-d352effb-a7d9-4ab4-91eb-888770eee788 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 1.066s 2018-08-20 21:42:45.190 63 DEBUG tempest.lib.common.rest_client [req-d352effb-a7d9-4ab4-91eb-888770eee788 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-542630267", "security_groups": ["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:42:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d352effb-a7d9-4ab4-91eb-888770eee788'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:42:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"db9a92ce-01bf-45f9-851f-62a46f99a99d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:42:44Z","name":"tempest-port-smoke-542630267","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:04:07:af","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"6f1afd09-05e8-49b8-9230-8d895c53adae","ip_address":"10.102.21.20"}],"id":"d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2","security_groups":["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:48.725 63 INFO tempest.lib.common.rest_client [req-e08cd38c-3da2-4612-838a-91fe054b66c7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 3.534s 2018-08-20 21:42:48.726 63 DEBUG tempest.lib.common.rest_client [req-e08cd38c-3da2-4612-838a-91fe054b66c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-868294983", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "port": "d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-e08cd38c-3da2-4612-838a-91fe054b66c7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e08cd38c-3da2-4612-838a-91fe054b66c7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "adminPass": "Bmn7hXDUYjSr"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:49.049 63 INFO tempest.lib.common.rest_client [req-0fc82f85-13bc-4d8b-bd22-d71185771747 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.319s 2018-08-20 21:42:49.050 63 DEBUG tempest.lib.common.rest_client [req-0fc82f85-13bc-4d8b-bd22-d71185771747 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-0fc82f85-13bc-4d8b-bd22-d71185771747', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fc82f85-13bc-4d8b-bd22-d71185771747'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:50.120 63 INFO tempest.lib.common.rest_client [req-afbf1f1a-d786-4b0a-bc3b-98e8cd8d060f ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.056s 2018-08-20 21:42:50.121 63 DEBUG tempest.lib.common.rest_client [req-afbf1f1a-d786-4b0a-bc3b-98e8cd8d060f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-afbf1f1a-d786-4b0a-bc3b-98e8cd8d060f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afbf1f1a-d786-4b0a-bc3b-98e8cd8d060f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:51.411 63 INFO tempest.lib.common.rest_client [req-1eb8921f-82a2-4227-b504-613c5a552522 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.275s 2018-08-20 21:42:51.412 63 DEBUG tempest.lib.common.rest_client [req-1eb8921f-82a2-4227-b504-613c5a552522 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-1eb8921f-82a2-4227-b504-613c5a552522', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1eb8921f-82a2-4227-b504-613c5a552522'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:52.745 63 INFO tempest.lib.common.rest_client [req-b4c2137c-733a-4d8c-8726-e53b95c4424b ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.317s 2018-08-20 21:42:52.745 63 DEBUG tempest.lib.common.rest_client [req-b4c2137c-733a-4d8c-8726-e53b95c4424b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-b4c2137c-733a-4d8c-8726-e53b95c4424b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b4c2137c-733a-4d8c-8726-e53b95c4424b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:52.759 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:42:54.386 63 INFO tempest.lib.common.rest_client [req-4609ee5e-fd7c-4e48-9e6f-14b459981d68 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.624s 2018-08-20 21:42:54.386 63 DEBUG tempest.lib.common.rest_client [req-4609ee5e-fd7c-4e48-9e6f-14b459981d68 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-4609ee5e-fd7c-4e48-9e6f-14b459981d68', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4609ee5e-fd7c-4e48-9e6f-14b459981d68'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:55.860 63 INFO tempest.lib.common.rest_client [req-b675bc2a-56e2-44c3-8af7-747737e4160c ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.458s 2018-08-20 21:42:55.860 63 DEBUG tempest.lib.common.rest_client [req-b675bc2a-56e2-44c3-8af7-747737e4160c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-b675bc2a-56e2-44c3-8af7-747737e4160c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b675bc2a-56e2-44c3-8af7-747737e4160c'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:55Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:55.873 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-20 21:42:57.783 63 INFO tempest.lib.common.rest_client [req-8dcd2787-54d5-4171-9701-5c66faa90830 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.907s 2018-08-20 21:42:57.783 63 DEBUG tempest.lib.common.rest_client [req-8dcd2787-54d5-4171-9701-5c66faa90830 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-8dcd2787-54d5-4171-9701-5c66faa90830', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8dcd2787-54d5-4171-9701-5c66faa90830'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:56Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:42:57.795 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait 2018-08-20 21:42:59.435 63 INFO tempest.lib.common.rest_client [req-5064b6f3-2bec-45c1-abd3-fa56c524ee75 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.639s 2018-08-20 21:42:59.436 63 DEBUG tempest.lib.common.rest_client [req-5064b6f3-2bec-45c1-abd3-fa56c524ee75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-5064b6f3-2bec-45c1-abd3-fa56c524ee75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5064b6f3-2bec-45c1-abd3-fa56c524ee75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:56Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:43:00.972 63 INFO tempest.lib.common.rest_client [req-860bead9-b8af-4bed-9ea8-ce987dc6333c ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.522s 2018-08-20 21:43:00.973 63 DEBUG tempest.lib.common.rest_client [req-860bead9-b8af-4bed-9ea8-ce987dc6333c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-860bead9-b8af-4bed-9ea8-ce987dc6333c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:43:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-860bead9-b8af-4bed-9ea8-ce987dc6333c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:56Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:43:02.709 63 INFO tempest.lib.common.rest_client [req-5899c816-86e5-4d26-8919-0e2541ad0ec9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.721s 2018-08-20 21:43:02.710 63 DEBUG tempest.lib.common.rest_client [req-5899c816-86e5-4d26-8919-0e2541ad0ec9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-5899c816-86e5-4d26-8919-0e2541ad0ec9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:43:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5899c816-86e5-4d26-8919-0e2541ad0ec9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:43:01Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:43:02.724 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2018-08-20 21:43:03.154 63 INFO tempest.lib.common.rest_client [req-553d7543-36c4-4b0d-b0f2-6c2d2d41fb0f ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.429s 2018-08-20 21:43:03.155 63 DEBUG tempest.lib.common.rest_client [req-553d7543-36c4-4b0d-b0f2-6c2d2d41fb0f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-553d7543-36c4-4b0d-b0f2-6c2d2d41fb0f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:43:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-553d7543-36c4-4b0d-b0f2-6c2d2d41fb0f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:43:01Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:43:03.166 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 6674293d-8c28-4d57-8a6b-a4fb511b3235 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:43:03.442 63 INFO tempest.lib.common.rest_client [req-ce807d91-204d-4f52-bf51-e9b5fc0d2389 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.275s 2018-08-20 21:43:03.443 63 DEBUG tempest.lib.common.rest_client [req-ce807d91-204d-4f52-bf51-e9b5fc0d2389 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--306554561", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:43:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce807d91-204d-4f52-bf51-e9b5fc0d2389'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:43:03Z", "admin_state_up": true, "updated_at": "2018-08-20T21:43:03Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a0f4802f-7761-4284-8b33-67863785dc15", "name": "tempest-router--306554561"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:43:05.202 63 INFO tempest.lib.common.rest_client [req-4ee999fd-b948-4ea6-ac32-1922bb81aa78 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15 1.758s 2018-08-20 21:43:05.203 63 DEBUG tempest.lib.common.rest_client [req-4ee999fd-b948-4ea6-ac32-1922bb81aa78 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15', u'date': 'Mon, 20 Aug 2018 21:43:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ee999fd-b948-4ea6-ac32-1922bb81aa78'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:43:03Z", "admin_state_up": true, "updated_at": "2018-08-20T21:43:04Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a0f4802f-7761-4284-8b33-67863785dc15", "name": "tempest-router--306554561"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:43:07.363 63 INFO tempest.lib.common.rest_client [req-0f008a6f-123d-4d59-a55a-296a1de2bc60 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/add_router_interface 2.160s 2018-08-20 21:43:07.364 63 DEBUG tempest.lib.common.rest_client [req-0f008a6f-123d-4d59-a55a-296a1de2bc60 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:43:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f008a6f-123d-4d59-a55a-296a1de2bc60'} Body: {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d", "subnet_ids": ["385ded57-e87d-438d-b7c4-dc7c82f5011d"], "port_id": "17cb12bb-bc06-4c7e-b1dd-6787fb48ab8a", "id": "a0f4802f-7761-4284-8b33-67863785dc15"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:43:09.256 63 INFO tempest.lib.common.rest_client [req-767bd87f-2332-4f41-b67d-09aee966b2f0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.891s 2018-08-20 21:43:09.257 63 DEBUG tempest.lib.common.rest_client [req-767bd87f-2332-4f41-b67d-09aee966b2f0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "efae3513-e0c7-4eec-b719-6fb9b0bb873c"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:43:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-767bd87f-2332-4f41-b67d-09aee966b2f0'} Body: {"floatingip": {"router_id": "a0f4802f-7761-4284-8b33-67863785dc15", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:43:08Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "efae3513-e0c7-4eec-b719-6fb9b0bb873c", "id": "eca55d1f-b699-4e79-a855-7f228bb14a90", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:43:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:43:09.258 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:43:25.290 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:43:25.354 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:43:25.387 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:43:25.502 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:43:25.502 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:43:25.504 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:43:25.564 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:43:25.568 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:43:30.576 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:43:30.576 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:44:40.642 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:44:40.643 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:44:40.648 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:44:40.712 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:44:40.744 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:44:45.752 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:44:45.753 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:45:55.814 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:45:55.815 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:45:55.815 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:55.820 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:55.883 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:45:55.884 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:55.890 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:45:55.891 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:77:59:c7 [ether] on eth0 2018-08-20 21:45:55.891 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:45:55.891 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:55.893 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:55.955 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:45:55.958 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:55.968 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 21:45:55.968 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:45:55.969 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:55.971 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:56.031 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:45:56.034 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:56.040 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:45:56.042 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:56.043 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:56.103 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:45:56.108 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:56.114 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:45:56.114 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:77:59:c7 [ether] on eth0 2018-08-20 21:45:56.115 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:45:56.115 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:56.117 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:56.179 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:45:56.181 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:46:01.188 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:46:01.189 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:47:11.240 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:47:11.241 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:47:11.246 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:47:11.345 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:47:11.372 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:47:16.380 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:47:16.381 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:48:26.451 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.204: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:48:27.906 63 INFO tempest.lib.common.rest_client [req-184ee7c9-f61e-44f9-98c3-03281fd425d5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/eca55d1f-b699-4e79-a855-7f228bb14a90 1.451s 2018-08-20 21:48:27.907 63 DEBUG tempest.lib.common.rest_client [req-184ee7c9-f61e-44f9-98c3-03281fd425d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/eca55d1f-b699-4e79-a855-7f228bb14a90', u'date': 'Mon, 20 Aug 2018 21:48:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-184ee7c9-f61e-44f9-98c3-03281fd425d5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:29.988 63 INFO tempest.lib.common.rest_client [req-3b30503c-28ee-4e74-8fc2-195513f33a24 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/remove_router_interface 2.080s 2018-08-20 21:48:29.989 63 DEBUG tempest.lib.common.rest_client [req-3b30503c-28ee-4e74-8fc2-195513f33a24 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:48:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b30503c-28ee-4e74-8fc2-195513f33a24'} Body: {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d", "subnet_ids": ["385ded57-e87d-438d-b7c4-dc7c82f5011d"], "port_id": "17cb12bb-bc06-4c7e-b1dd-6787fb48ab8a", "id": "a0f4802f-7761-4284-8b33-67863785dc15"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:32.099 63 INFO tempest.lib.common.rest_client [req-b947ca8c-8e07-41ab-a04d-2df3b1ffb667 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15 2.109s 2018-08-20 21:48:32.100 63 DEBUG tempest.lib.common.rest_client [req-b947ca8c-8e07-41ab-a04d-2df3b1ffb667 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15', u'date': 'Mon, 20 Aug 2018 21:48:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b947ca8c-8e07-41ab-a04d-2df3b1ffb667'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:32.535 63 INFO tempest.lib.common.rest_client [req-63159931-cbae-4a2d-961c-87693c2dfbff ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.434s 2018-08-20 21:48:32.536 63 DEBUG tempest.lib.common.rest_client [req-63159931-cbae-4a2d-961c-87693c2dfbff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-63159931-cbae-4a2d-961c-87693c2dfbff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63159931-cbae-4a2d-961c-87693c2dfbff'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:33.385 63 INFO tempest.lib.common.rest_client [req-ef1e400b-d03d-441c-9ac3-20f33f7eff41 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.848s 2018-08-20 21:48:33.385 63 DEBUG tempest.lib.common.rest_client [req-ef1e400b-d03d-441c-9ac3-20f33f7eff41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-ef1e400b-d03d-441c-9ac3-20f33f7eff41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef1e400b-d03d-441c-9ac3-20f33f7eff41'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:32Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:35.436 63 INFO tempest.lib.common.rest_client [req-1971b7bc-07da-4f55-a6fa-ffb7c9a60136 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 1.034s 2018-08-20 21:48:35.438 63 DEBUG tempest.lib.common.rest_client [req-1971b7bc-07da-4f55-a6fa-ffb7c9a60136 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-1971b7bc-07da-4f55-a6fa-ffb7c9a60136', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1971b7bc-07da-4f55-a6fa-ffb7c9a60136'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:33Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:36.538 63 INFO tempest.lib.common.rest_client [req-dd3e39b3-39f4-450f-a6b0-7bcc4f6930a6 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.086s 2018-08-20 21:48:36.538 63 DEBUG tempest.lib.common.rest_client [req-dd3e39b3-39f4-450f-a6b0-7bcc4f6930a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-dd3e39b3-39f4-450f-a6b0-7bcc4f6930a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:36 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-dd3e39b3-39f4-450f-a6b0-7bcc4f6930a6'} Body: {"itemNotFound": {"message": "Instance 6674293d-8c28-4d57-8a6b-a4fb511b3235 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:37.692 63 INFO tempest.lib.common.rest_client [req-7cada31a-1125-41d8-bf06-5a9dd7fcdac7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2 1.151s 2018-08-20 21:48:37.692 63 DEBUG tempest.lib.common.rest_client [req-7cada31a-1125-41d8-bf06-5a9dd7fcdac7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2', u'date': 'Mon, 20 Aug 2018 21:48:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7cada31a-1125-41d8-bf06-5a9dd7fcdac7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:38.122 63 INFO tempest.lib.common.rest_client [req-34d9b2ae-4998-448e-808c-8edf5d966ffe ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.429s 2018-08-20 21:48:38.123 63 DEBUG tempest.lib.common.rest_client [req-34d9b2ae-4998-448e-808c-8edf5d966ffe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-34d9b2ae-4998-448e-808c-8edf5d966ffe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-34d9b2ae-4998-448e-808c-8edf5d966ffe'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:39.040 63 INFO tempest.lib.common.rest_client [req-30319cea-035a-4720-b269-ed0f15cda330 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.916s 2018-08-20 21:48:39.041 63 DEBUG tempest.lib.common.rest_client [req-30319cea-035a-4720-b269-ed0f15cda330 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-30319cea-035a-4720-b269-ed0f15cda330', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30319cea-035a-4720-b269-ed0f15cda330'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:40.686 63 INFO tempest.lib.common.rest_client [req-6b18a41c-58e3-4930-aec5-0240ff77c273 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.630s 2018-08-20 21:48:40.687 63 DEBUG tempest.lib.common.rest_client [req-6b18a41c-58e3-4930-aec5-0240ff77c273 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1481', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-6b18a41c-58e3-4930-aec5-0240ff77c273', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b18a41c-58e3-4930-aec5-0240ff77c273'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:38Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:41.748 63 INFO tempest.lib.common.rest_client [req-269ddff1-f734-4eca-b4c1-ed542ee04062 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.046s 2018-08-20 21:48:41.750 63 DEBUG tempest.lib.common.rest_client [req-269ddff1-f734-4eca-b4c1-ed542ee04062 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-269ddff1-f734-4eca-b4c1-ed542ee04062', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-269ddff1-f734-4eca-b4c1-ed542ee04062'} Body: {"itemNotFound": {"message": "Instance b2b539fe-03ae-4c2e-98dd-3aef0624bea8 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:42.984 63 INFO tempest.lib.common.rest_client [req-7edc23cd-7cd2-45ed-b332-aed3a3f55bb5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/efae3513-e0c7-4eec-b719-6fb9b0bb873c 1.232s 2018-08-20 21:48:42.984 63 DEBUG tempest.lib.common.rest_client [req-7edc23cd-7cd2-45ed-b332-aed3a3f55bb5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/efae3513-e0c7-4eec-b719-6fb9b0bb873c', u'date': 'Mon, 20 Aug 2018 21:48:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7edc23cd-7cd2-45ed-b332-aed3a3f55bb5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:43.130 63 INFO tempest.lib.common.rest_client [req-ba6b7a4d-c990-4aba-aed2-a02a7beb69c7 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-868294983 0.144s 2018-08-20 21:48:43.130 63 DEBUG tempest.lib.common.rest_client [req-ba6b7a4d-c990-4aba-aed2-a02a7beb69c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-868294983', u'x-compute-request-id': 'req-ba6b7a4d-c990-4aba-aed2-a02a7beb69c7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba6b7a4d-c990-4aba-aed2-a02a7beb69c7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:44.839 63 INFO tempest.lib.common.rest_client [req-ebf09a19-73c0-4615-8a51-b03d824f3e67 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/remove_router_interface 1.707s 2018-08-20 21:48:44.839 63 DEBUG tempest.lib.common.rest_client [req-ebf09a19-73c0-4615-8a51-b03d824f3e67 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:48:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebf09a19-73c0-4615-8a51-b03d824f3e67'} Body: {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae", "subnet_ids": ["6f1afd09-05e8-49b8-9230-8d895c53adae"], "port_id": "daf6856a-7eb6-49e5-8763-005d12f263cc", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:46.649 63 INFO tempest.lib.common.rest_client [req-262fbd06-ab64-4130-8e76-1b2e768ebf35 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7 1.809s 2018-08-20 21:48:46.650 63 DEBUG tempest.lib.common.rest_client [req-262fbd06-ab64-4130-8e76-1b2e768ebf35 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7', u'date': 'Mon, 20 Aug 2018 21:48:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-262fbd06-ab64-4130-8e76-1b2e768ebf35'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:49.345 63 INFO tempest.lib.common.rest_client [req-0d0849be-2139-4ba5-af9f-a22b980b56c6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/6f1afd09-05e8-49b8-9230-8d895c53adae 2.694s 2018-08-20 21:48:49.346 63 DEBUG tempest.lib.common.rest_client [req-0d0849be-2139-4ba5-af9f-a22b980b56c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/6f1afd09-05e8-49b8-9230-8d895c53adae', u'date': 'Mon, 20 Aug 2018 21:48:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d0849be-2139-4ba5-af9f-a22b980b56c6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:52.362 63 INFO tempest.lib.common.rest_client [req-50972ec0-e9ef-4d63-96b2-aa34fc7c5533 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/db9a92ce-01bf-45f9-851f-62a46f99a99d 3.015s 2018-08-20 21:48:52.362 63 DEBUG tempest.lib.common.rest_client [req-50972ec0-e9ef-4d63-96b2-aa34fc7c5533 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/db9a92ce-01bf-45f9-851f-62a46f99a99d', u'date': 'Mon, 20 Aug 2018 21:48:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-50972ec0-e9ef-4d63-96b2-aa34fc7c5533'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:55.273 63 INFO tempest.lib.common.rest_client [req-5a409000-a08e-4f84-9ec6-ed28fb8a2963 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/385ded57-e87d-438d-b7c4-dc7c82f5011d 2.910s 2018-08-20 21:48:55.275 63 DEBUG tempest.lib.common.rest_client [req-5a409000-a08e-4f84-9ec6-ed28fb8a2963 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/385ded57-e87d-438d-b7c4-dc7c82f5011d', u'date': 'Mon, 20 Aug 2018 21:48:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5a409000-a08e-4f84-9ec6-ed28fb8a2963'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:57.453 63 INFO tempest.lib.common.rest_client [req-3f9df203-671c-4bd3-ae43-76ae1f545963 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f169a025-bb1e-49a4-98e8-dfa93646df8e 2.175s 2018-08-20 21:48:57.455 63 DEBUG tempest.lib.common.rest_client [req-3f9df203-671c-4bd3-ae43-76ae1f545963 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/f169a025-bb1e-49a4-98e8-dfa93646df8e', u'date': 'Mon, 20 Aug 2018 21:48:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3f9df203-671c-4bd3-ae43-76ae1f545963'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:57.789 63 INFO tempest.lib.common.rest_client [req-775faf07-4e64-4d08-b985-4922241e5ea3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/6b38e555-4edb-4943-b1bb-c6ea5f35ecac 0.333s 2018-08-20 21:48:57.789 63 DEBUG tempest.lib.common.rest_client [req-775faf07-4e64-4d08-b985-4922241e5ea3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/6b38e555-4edb-4943-b1bb-c6ea5f35ecac', u'date': 'Mon, 20 Aug 2018 21:48:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-775faf07-4e64-4d08-b985-4922241e5ea3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant5 [403.191905s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 192, in test_bgpvpn_variant5 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:42:15,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.765s 2018-08-20 21:42:15,365 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1607409408 description", "name": "tempest-secgroup-smoke-1607409408"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:42:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9cd464d-8fe0-4ff5-ba4e-2eded5472f02'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1607409408 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:14Z", "updated_at": "2018-08-20T21:42:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:42:14Z", "revision_number": 0, "id": "634d6f3e-f308-48ec-8f41-cf6cee13750c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:42:14Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:42:14Z", "revision_number": 0, "id": "d649635f-d4f9-46c8-ba53-c2637451a53a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:42:14Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "name": "tempest-secgroup-smoke-1607409408"}} 2018-08-20 21:42:16,149 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.783s 2018-08-20 21:42:16,150 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-238f9815-cf4f-4592-a356-d80eb8c812ec'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:42:15Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:15Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3be9ded1-3af7-4205-888b-d31d6745f2e5"}} 2018-08-20 21:42:16,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.782s 2018-08-20 21:42:16,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7e301086-53f9-44d0-9664-2ff52caf9764'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:42:16Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a315fc04-93f1-4193-ab68-521cbb49263a"}} 2018-08-20 21:42:17,286 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.351s 2018-08-20 21:42:17,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-742259e1-570f-43e5-9af5-c51ce6e29362'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:42:17Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "80982d37-e6c6-410e-90e3-20c209861117"}} 2018-08-20 21:42:17,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.495s 2018-08-20 21:42:17,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-792ef844-bf93-40ac-a856-87d5f6c62c39'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:42:17Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5b7354a4-94a0-4f4c-a302-b6ec802fe504"}} 2018-08-20 21:42:18,442 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.657s 2018-08-20 21:42:18,442 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ff1dd2d-2e7d-4c14-8c7e-404018322181'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:18Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "38180578-7f2c-4ffa-8339-86641f1fda07"}} 2018-08-20 21:42:19,257 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.813s 2018-08-20 21:42:19,257 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b3b94aa-7c00-48c3-a803-3f7b0f154096'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:18Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6a726fee-3a9f-4ca0-b930-8f758461932d"}} 2018-08-20 21:42:19,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.352s 2018-08-20 21:42:19,610 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c0428ae-e8cc-4379-9a2b-4926f99a98d7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:19Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:19Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f9bd464d-35b9-4698-b3ca-e4e0482dbdb8"}} 2018-08-20 21:42:20,221 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.609s 2018-08-20 21:42:20,221 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3c5bfa5-4026-489b-afb1-e28d17db4516'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:20Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:20Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ace062f-8341-4117-bbda-cb2c5aa3aa8c"}} 2018-08-20 21:42:20,674 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.452s 2018-08-20 21:42:20,675 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-518867376"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb7c311e-9343-45e5-b03b-2664134da19d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:42:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f169a025-bb1e-49a4-98e8-dfa93646df8e","name":"tempest-A-518867376"}} 2018-08-20 21:42:22,034 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.357s 2018-08-20 21:42:22,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "name": "tempest-subnet-A-1-1016708291"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-667ea599-5df0-403e-aa51-4ed1f14c1541'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f169a025-bb1e-49a4-98e8-dfa93646df8e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:21Z","dns_nameservers":[],"updated_at":"2018-08-20T21:42:21Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"385ded57-e87d-438d-b7c4-dc7c82f5011d","subnetpool_id":null,"name":"tempest-subnet-A-1-1016708291"}} 2018-08-20 21:42:22,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.225s 2018-08-20 21:42:22,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-153219887"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd580fc4-f930-4d9d-9906-f1e5c27cc624'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:42:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"db9a92ce-01bf-45f9-851f-62a46f99a99d","name":"tempest-B-153219887"}} 2018-08-20 21:42:23,094 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.832s 2018-08-20 21:42:23,094 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "name": "tempest-subnet-B-1-1859425232"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:42:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c92d81eb-fb28-4338-a571-e516e98d5fa1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db9a92ce-01bf-45f9-851f-62a46f99a99d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:22Z","dns_nameservers":[],"updated_at":"2018-08-20T21:42:22Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"6f1afd09-05e8-49b8-9230-8d895c53adae","subnetpool_id":null,"name":"tempest-subnet-B-1-1859425232"}} 2018-08-20 21:42:23,305 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.210s 2018-08-20 21:42:23,306 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--4384862", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '410', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:42:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f50b695f-1b4d-456e-b5cc-40f1630373c8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:42:23Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7", "name": "tempest-router--4384862"}} 2018-08-20 21:42:24,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7 1.635s 2018-08-20 21:42:24,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '590', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7', u'date': 'Mon, 20 Aug 2018 21:42:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99f2126d-fb86-437b-bc00-33bf5b90325a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:42:24Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7", "name": "tempest-router--4384862"}} 2018-08-20 21:42:27,729 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/add_router_interface 2.785s 2018-08-20 21:42:27,730 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:42:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4790a5f0-c2d0-41f1-bc0e-c2c588c51c03'} Body: {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae", "subnet_ids": ["6f1afd09-05e8-49b8-9230-8d895c53adae"], "port_id": "daf6856a-7eb6-49e5-8763-005d12f263cc", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7"} 2018-08-20 21:42:28,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 1.024s 2018-08-20 21:42:28,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:42:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2151c7e9-cfb7-4eb0-9d4d-0767b0e87cd6'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "478c5fd2-7036-4657-8cdd-9c77a4932855"}} 2018-08-20 21:42:29,296 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations 0.539s 2018-08-20 21:42:29,297 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations', u'date': 'Mon, 20 Aug 2018 21:42:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36baf84b-8004-414d-a935-071edabce45b'} Body: {"network_association": {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "id": "dd7c979d-2928-4289-807e-fee6e3a79837"}} 2018-08-20 21:42:29,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations 0.690s 2018-08-20 21:42:29,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations', u'date': 'Mon, 20 Aug 2018 21:42:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac894adb-41e1-4abb-b7b6-07b097a39c9c'} Body: {"network_association": {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "id": "1d316af8-89ea-43cc-8378-64fbd6754aae"}} 2018-08-20 21:42:29,989 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:42:30,201 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.211s 2018-08-20 21:42:30,202 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-868294983"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fa60af27-e2b7-46bf-a903-271053fd2380', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa60af27-e2b7-46bf-a903-271053fd2380'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7TveS8VZPHdfQY5LUMM86Ql+2+ONz3OlSjdRe5TMJckrdcH+j/JOltgggLbB8F/rOp3bMgVEK17ylSWMFObG/0Tx6RI5NbBPXM+yCW2PXGbvMBPLomY3HLKwZFNE7a0sB2hyuoKpd+NMhZUFdrfkj5q5fFKnxiWcKMAy13q7zJ/HbTbZFwQJADgUJ0SDxj5i+XMdP1tOzJ7vjFYs5SehCVplZj3gaYIiGIXRKu7i7m8ZtYRv/HTO5EQEI2Hx4inbjjNgHaFl58NqX1ToOzOBSaFvpUHl0K4Dxj9etrZDmSE0jHBjYFTrDHYpP0p6707647ReMeUQOdp88V0ndm5eD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAu073kvFWTx3X0GOS1DDPOkJftvjjc9zpUo3UXuUzCXJK3XB/\no/yTpbYIIC2wfBf6zqd2zIFRCte8pUljBTmxv9E8ekSOTWwT1zPsgltj1xm7zATy\n6JmNxyysGRTRO2tLAdocrqCqXfjTIWVBXa35I+auXxSp8YlnCjAMtd6u8yfx2022\nRcECQA4FCdEg8Y+YvlzHT9bTsye74xWLOUnoQlaZWY94GmCIhiF0Sru4u5vGbWEb\n/x0zuREBCNh8eIp244zYB2hZefDal9U6DszgUmhb6VB5dCuA8Y/Xra2Q5khNIxwY\n2BU6wx2KT9Keu9O+uO0XjHlEDnafPFdJ3ZuXgwIDAQABAoIBAHGgtQW6TB6QvxRW\n44K/3Wa9Ty1DjVADSrPfAF9U8YIgiJQPJA+KMNONOx6yOOb+8RKeeq4TIOPP/kvS\n2jQYTOFNgD+4CQ+kqeCaSjbGVCnwHYHl2qoKRPz396r7evZt30HPXCj/pHp/cS1I\nLMA0wvfpgAyED5hMP2rpvTwzS7SLkxaonKyLT23bMg5P8ckVDxAC8S926izlkyaF\nWq57bdEzQkKRhkG04mXEI/sltw+teAW35/hfBTE/lkUfy68P+05G9OqQwyP94zbr\nFw1GjE9lzysIbG6Rx0kpXhvpC5sOJKaLmFgF3yUahxXe7Zh7PA5pbLC2RSxBwCWi\n1i68RRkCgYEA8C3fSPXFhD/WriQDiJqy+zpx71CkLfrtPw1pZoLi5XsqJXewQVuP\n6VBeqHLYiXXtLFJWSCg3xAvATHhNrrSxRMrbegwNrL2GvSddpzWVR4jHLWIP4KaF\n41jUBhj+m8NtLvQJ3otcozMKJ2BuPA+NflqvLY0cmbJ1uqVDQcjCXzUCgYEAx6WJ\n9wgBi43aeZ03BamXskzh1zB5y6QMxQQ8pHCdUQJeMsVkoiyTQabhP5xAEvNPNv5X\n9rSZ/5Ohi4yez7RBScCKJSwvIP7v1bcaLKaiUKM9I9V/JmFW8YL3GhVeQlwe4O44\npOvKqLxv2dmlqyy+CpP5Ix437li9Re2EXpzxWtcCgYB3ELaVa8l8E02wzIe368D4\nzHN5CQgrBy8fx91NhWtICjPNmTUWYXbJWh9i8HQqSPzHsRW29cEXfh/ZiPYxur/6\nc3o0Wc9ZqCcolGBYKTcU3FipRejLHKJZH0sUrsVhoJL66N4PphTJjt7kwGhFfAxP\n7FLViRP5mb/FRHJAJW8+VQKBgGhdJcDoA37DOakHQSMJo44GWKyX36NPb4lyDI1d\nfS9C0KEzxMZuDNBt/yO0d14wqIEz9iG2CSasMu9zI/Wp4dM+/jguX7ic7BzJKbqb\npRAINUbNLTmP+tYnQyr0bqC77Txh62RzCi6oysOT3eGccv+umLb97fj/lHnAjsiy\nvAxjAoGAJ+hQSj1Y+Iq8KM/z3eiNZX+KUFIZSFs4Hqhf3+BDoN5ybK5p9YogQScn\nIb3TWz05Ol4ojpXtmdYdGDVEpIQP2nl6kEY+1KO5pESU1yoLOkffW0tvG5B0mxvi\n5UXZ8vt6T/P1vc1giElqEBUMxy6WMATITJ+lrsEtfEG/QFKXFJs=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-868294983", "fingerprint": "41:6d:42:1b:2c:d1:de:2d:cc:b7:0d:ef:2e:0b:75:e3"}} 2018-08-20 21:42:31,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 1.223s 2018-08-20 21:42:31,429 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1102145380", "security_groups": ["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:42:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e29c6192-a2b4-47d8-9358-395635cf829f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:42:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f169a025-bb1e-49a4-98e8-dfa93646df8e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:42:30Z","name":"tempest-port-smoke-1102145380","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f6:e2:b5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"385ded57-e87d-438d-b7c4-dc7c82f5011d","ip_address":"10.101.11.10"}],"id":"efae3513-e0c7-4eec-b719-6fb9b0bb873c","security_groups":["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"],"device_id":""}} 2018-08-20 21:42:34,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 2.912s 2018-08-20 21:42:34,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-868294983", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "port": "efae3513-e0c7-4eec-b719-6fb9b0bb873c"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-b70fbf61-5dbb-4a92-95d5-b65b9d885dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b70fbf61-5dbb-4a92-95d5-b65b9d885dad'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "adminPass": "sP9VTXTeSP7w"}} 2018-08-20 21:42:35,226 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.876s 2018-08-20 21:42:35,227 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-6a22a68b-bb30-45b9-8ac0-5d5279f4d177', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a22a68b-bb30-45b9-8ac0-5d5279f4d177'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:36,574 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.333s 2018-08-20 21:42:36,575 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-c238fcbf-cf3b-41db-bad7-61458d72e6c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c238fcbf-cf3b-41db-bad7-61458d72e6c9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:37,951 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.360s 2018-08-20 21:42:37,952 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-77cbf352-9c6f-4321-84b7-82d7d10602c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-77cbf352-9c6f-4321-84b7-82d7d10602c9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:37,965 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-20 21:42:39,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.708s 2018-08-20 21:42:39,676 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-b05b7bfa-5148-4828-9174-0c5810411941', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b05b7bfa-5148-4828-9174-0c5810411941'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:39,687 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:42:41,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 1.060s 2018-08-20 21:42:41,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-89242c06-8390-4151-a987-1206bf585ca2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89242c06-8390-4151-a987-1206bf585ca2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:43,417 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.651s 2018-08-20 21:42:43,418 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-29e566e7-d22b-4ea7-be78-b38a538bbdc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29e566e7-d22b-4ea7-be78-b38a538bbdc7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:42:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:43,430 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:42:44,108 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.677s 2018-08-20 21:42:44,109 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-198940ec-d8e0-4511-b335-a8e3a8adab39', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-198940ec-d8e0-4511-b335-a8e3a8adab39'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:42:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:44,122 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b2b539fe-03ae-4c2e-98dd-3aef0624bea8 with status: ACTIVE 2018-08-20 21:42:45,189 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 1.066s 2018-08-20 21:42:45,190 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-542630267", "security_groups": ["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:42:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d352effb-a7d9-4ab4-91eb-888770eee788'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:42:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"db9a92ce-01bf-45f9-851f-62a46f99a99d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:42:44Z","name":"tempest-port-smoke-542630267","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:04:07:af","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"6f1afd09-05e8-49b8-9230-8d895c53adae","ip_address":"10.102.21.20"}],"id":"d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2","security_groups":["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"],"device_id":""}} 2018-08-20 21:42:48,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 3.534s 2018-08-20 21:42:48,726 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-868294983", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "port": "d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-e08cd38c-3da2-4612-838a-91fe054b66c7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e08cd38c-3da2-4612-838a-91fe054b66c7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "adminPass": "Bmn7hXDUYjSr"}} 2018-08-20 21:42:49,049 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.319s 2018-08-20 21:42:49,050 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-0fc82f85-13bc-4d8b-bd22-d71185771747', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fc82f85-13bc-4d8b-bd22-d71185771747'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:50,120 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.056s 2018-08-20 21:42:50,121 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-afbf1f1a-d786-4b0a-bc3b-98e8cd8d060f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afbf1f1a-d786-4b0a-bc3b-98e8cd8d060f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:51,411 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.275s 2018-08-20 21:42:51,412 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-1eb8921f-82a2-4227-b504-613c5a552522', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1eb8921f-82a2-4227-b504-613c5a552522'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:52,745 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.317s 2018-08-20 21:42:52,745 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-b4c2137c-733a-4d8c-8726-e53b95c4424b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b4c2137c-733a-4d8c-8726-e53b95c4424b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:52,759 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:42:54,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.624s 2018-08-20 21:42:54,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-4609ee5e-fd7c-4e48-9e6f-14b459981d68', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4609ee5e-fd7c-4e48-9e6f-14b459981d68'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:55,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.458s 2018-08-20 21:42:55,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-b675bc2a-56e2-44c3-8af7-747737e4160c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b675bc2a-56e2-44c3-8af7-747737e4160c'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:55Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:55,873 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-20 21:42:57,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.907s 2018-08-20 21:42:57,783 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-8dcd2787-54d5-4171-9701-5c66faa90830', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8dcd2787-54d5-4171-9701-5c66faa90830'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:56Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:57,795 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait 2018-08-20 21:42:59,435 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.639s 2018-08-20 21:42:59,436 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-5064b6f3-2bec-45c1-abd3-fa56c524ee75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5064b6f3-2bec-45c1-abd3-fa56c524ee75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:56Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:43:00,972 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.522s 2018-08-20 21:43:00,973 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-860bead9-b8af-4bed-9ea8-ce987dc6333c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:43:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-860bead9-b8af-4bed-9ea8-ce987dc6333c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:56Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:43:02,709 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.721s 2018-08-20 21:43:02,710 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-5899c816-86e5-4d26-8919-0e2541ad0ec9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:43:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5899c816-86e5-4d26-8919-0e2541ad0ec9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:43:01Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:43:02,724 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2018-08-20 21:43:03,154 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.429s 2018-08-20 21:43:03,155 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-553d7543-36c4-4b0d-b0f2-6c2d2d41fb0f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:43:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-553d7543-36c4-4b0d-b0f2-6c2d2d41fb0f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:43:01Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:43:03,166 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6674293d-8c28-4d57-8a6b-a4fb511b3235 with status: ACTIVE 2018-08-20 21:43:03,442 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.275s 2018-08-20 21:43:03,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--306554561", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:43:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce807d91-204d-4f52-bf51-e9b5fc0d2389'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:43:03Z", "admin_state_up": true, "updated_at": "2018-08-20T21:43:03Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a0f4802f-7761-4284-8b33-67863785dc15", "name": "tempest-router--306554561"}} 2018-08-20 21:43:05,202 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15 1.758s 2018-08-20 21:43:05,203 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15', u'date': 'Mon, 20 Aug 2018 21:43:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ee999fd-b948-4ea6-ac32-1922bb81aa78'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:43:03Z", "admin_state_up": true, "updated_at": "2018-08-20T21:43:04Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a0f4802f-7761-4284-8b33-67863785dc15", "name": "tempest-router--306554561"}} 2018-08-20 21:43:07,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/add_router_interface 2.160s 2018-08-20 21:43:07,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:43:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f008a6f-123d-4d59-a55a-296a1de2bc60'} Body: {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d", "subnet_ids": ["385ded57-e87d-438d-b7c4-dc7c82f5011d"], "port_id": "17cb12bb-bc06-4c7e-b1dd-6787fb48ab8a", "id": "a0f4802f-7761-4284-8b33-67863785dc15"} 2018-08-20 21:43:09,256 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.891s 2018-08-20 21:43:09,257 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "efae3513-e0c7-4eec-b719-6fb9b0bb873c"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:43:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-767bd87f-2332-4f41-b67d-09aee966b2f0'} Body: {"floatingip": {"router_id": "a0f4802f-7761-4284-8b33-67863785dc15", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:43:08Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "efae3513-e0c7-4eec-b719-6fb9b0bb873c", "id": "eca55d1f-b699-4e79-a855-7f228bb14a90", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:43:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:43:09,258 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:43:25,290 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:43:25,354 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:43:25,387 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:43:25,502 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:43:25,502 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:43:25,504 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:43:25,564 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:43:25,568 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:43:30,576 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:43:30,576 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-20 21:44:40,642 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:44:40,643 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:44:40,648 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:44:40,712 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:44:40,744 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:44:45,752 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:44:45,753 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-20 21:45:55,814 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:45:55,815 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:45:55,815 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:55,820 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:55,883 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:45:55,884 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:55,890 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:45:55,891 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:77:59:c7 [ether] on eth0 2018-08-20 21:45:55,891 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:45:55,891 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:55,893 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:55,955 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:45:55,958 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:55,968 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:45:55,968 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:45:55,969 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:55,971 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:56,031 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:45:56,034 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:56,040 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:45:56,042 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:56,043 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:56,103 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:45:56,108 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:56,114 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:45:56,114 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:77:59:c7 [ether] on eth0 2018-08-20 21:45:56,115 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:45:56,115 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:56,117 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:56,179 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:45:56,181 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:46:01,188 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:46:01,189 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-20 21:47:11,240 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:47:11,241 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:47:11,246 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:47:11,345 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:47:11,372 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:47:16,380 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:47:16,381 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-20 21:48:26,451 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:48:26,452 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.204: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:48:27,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/eca55d1f-b699-4e79-a855-7f228bb14a90 1.451s 2018-08-20 21:48:27,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/eca55d1f-b699-4e79-a855-7f228bb14a90', u'date': 'Mon, 20 Aug 2018 21:48:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-184ee7c9-f61e-44f9-98c3-03281fd425d5'} Body: 2018-08-20 21:48:29,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/remove_router_interface 2.080s 2018-08-20 21:48:29,989 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:48:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b30503c-28ee-4e74-8fc2-195513f33a24'} Body: {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d", "subnet_ids": ["385ded57-e87d-438d-b7c4-dc7c82f5011d"], "port_id": "17cb12bb-bc06-4c7e-b1dd-6787fb48ab8a", "id": "a0f4802f-7761-4284-8b33-67863785dc15"} 2018-08-20 21:48:32,099 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15 2.109s 2018-08-20 21:48:32,100 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15', u'date': 'Mon, 20 Aug 2018 21:48:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b947ca8c-8e07-41ab-a04d-2df3b1ffb667'} Body: 2018-08-20 21:48:32,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.434s 2018-08-20 21:48:32,536 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-63159931-cbae-4a2d-961c-87693c2dfbff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63159931-cbae-4a2d-961c-87693c2dfbff'} Body: 2018-08-20 21:48:33,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.848s 2018-08-20 21:48:33,385 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-ef1e400b-d03d-441c-9ac3-20f33f7eff41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef1e400b-d03d-441c-9ac3-20f33f7eff41'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:32Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:48:35,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 1.034s 2018-08-20 21:48:35,438 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-1971b7bc-07da-4f55-a6fa-ffb7c9a60136', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1971b7bc-07da-4f55-a6fa-ffb7c9a60136'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:33Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:48:36,538 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.086s 2018-08-20 21:48:36,538 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-dd3e39b3-39f4-450f-a6b0-7bcc4f6930a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:36 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-dd3e39b3-39f4-450f-a6b0-7bcc4f6930a6'} Body: {"itemNotFound": {"message": "Instance 6674293d-8c28-4d57-8a6b-a4fb511b3235 could not be found.", "code": 404}} 2018-08-20 21:48:37,692 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2 1.151s 2018-08-20 21:48:37,692 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2', u'date': 'Mon, 20 Aug 2018 21:48:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7cada31a-1125-41d8-bf06-5a9dd7fcdac7'} Body: 2018-08-20 21:48:38,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.429s 2018-08-20 21:48:38,123 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-34d9b2ae-4998-448e-808c-8edf5d966ffe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-34d9b2ae-4998-448e-808c-8edf5d966ffe'} Body: 2018-08-20 21:48:39,040 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.916s 2018-08-20 21:48:39,041 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-30319cea-035a-4720-b269-ed0f15cda330', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30319cea-035a-4720-b269-ed0f15cda330'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:48:40,686 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.630s 2018-08-20 21:48:40,687 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1481', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-6b18a41c-58e3-4930-aec5-0240ff77c273', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b18a41c-58e3-4930-aec5-0240ff77c273'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:38Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:48:41,748 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.046s 2018-08-20 21:48:41,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-269ddff1-f734-4eca-b4c1-ed542ee04062', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-269ddff1-f734-4eca-b4c1-ed542ee04062'} Body: {"itemNotFound": {"message": "Instance b2b539fe-03ae-4c2e-98dd-3aef0624bea8 could not be found.", "code": 404}} 2018-08-20 21:48:42,984 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/efae3513-e0c7-4eec-b719-6fb9b0bb873c 1.232s 2018-08-20 21:48:42,984 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/efae3513-e0c7-4eec-b719-6fb9b0bb873c', u'date': 'Mon, 20 Aug 2018 21:48:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7edc23cd-7cd2-45ed-b332-aed3a3f55bb5'} Body: 2018-08-20 21:48:43,130 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-868294983 0.144s 2018-08-20 21:48:43,130 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-868294983', u'x-compute-request-id': 'req-ba6b7a4d-c990-4aba-aed2-a02a7beb69c7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba6b7a4d-c990-4aba-aed2-a02a7beb69c7'} Body: 2018-08-20 21:48:44,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/remove_router_interface 1.707s 2018-08-20 21:48:44,839 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:48:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebf09a19-73c0-4615-8a51-b03d824f3e67'} Body: {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae", "subnet_ids": ["6f1afd09-05e8-49b8-9230-8d895c53adae"], "port_id": "daf6856a-7eb6-49e5-8763-005d12f263cc", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7"} 2018-08-20 21:48:46,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7 1.809s 2018-08-20 21:48:46,650 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7', u'date': 'Mon, 20 Aug 2018 21:48:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-262fbd06-ab64-4130-8e76-1b2e768ebf35'} Body: 2018-08-20 21:48:49,345 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/6f1afd09-05e8-49b8-9230-8d895c53adae 2.694s 2018-08-20 21:48:49,346 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/6f1afd09-05e8-49b8-9230-8d895c53adae', u'date': 'Mon, 20 Aug 2018 21:48:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d0849be-2139-4ba5-af9f-a22b980b56c6'} Body: 2018-08-20 21:48:52,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/db9a92ce-01bf-45f9-851f-62a46f99a99d 3.015s 2018-08-20 21:48:52,362 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/db9a92ce-01bf-45f9-851f-62a46f99a99d', u'date': 'Mon, 20 Aug 2018 21:48:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-50972ec0-e9ef-4d63-96b2-aa34fc7c5533'} Body: 2018-08-20 21:48:55,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/385ded57-e87d-438d-b7c4-dc7c82f5011d 2.910s 2018-08-20 21:48:55,275 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/385ded57-e87d-438d-b7c4-dc7c82f5011d', u'date': 'Mon, 20 Aug 2018 21:48:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5a409000-a08e-4f84-9ec6-ed28fb8a2963'} Body: 2018-08-20 21:48:57,453 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f169a025-bb1e-49a4-98e8-dfa93646df8e 2.175s 2018-08-20 21:48:57,455 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/f169a025-bb1e-49a4-98e8-dfa93646df8e', u'date': 'Mon, 20 Aug 2018 21:48:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3f9df203-671c-4bd3-ae43-76ae1f545963'} Body: 2018-08-20 21:48:57,789 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/6b38e555-4edb-4943-b1bb-c6ea5f35ecac 0.333s 2018-08-20 21:48:57,789 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/6b38e555-4edb-4943-b1bb-c6ea5f35ecac', u'date': 'Mon, 20 Aug 2018 21:48:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-775faf07-4e64-4d08-b985-4922241e5ea3'} Body: 2018-08-20 21:48:58.124 63 INFO tempest.lib.common.rest_client [req-547c3f2e-6c5e-4ab5-88d0-a96d2b3a1724 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.304s 2018-08-20 21:48:58.125 63 DEBUG tempest.lib.common.rest_client [req-547c3f2e-6c5e-4ab5-88d0-a96d2b3a1724 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1844505893 description", "name": "tempest-secgroup-smoke-1844505893"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:48:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-547c3f2e-6c5e-4ab5-88d0-a96d2b3a1724'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1844505893 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:57Z", "updated_at": "2018-08-20T21:48:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:48:57Z", "revision_number": 0, "id": "18b80391-3440-4c54-8864-7a071e995d5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:48:57Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:48:57Z", "revision_number": 0, "id": "6eba57b9-fbd0-4618-9309-fa731a6dfa51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:48:57Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "name": "tempest-secgroup-smoke-1844505893"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:58.650 63 INFO tempest.lib.common.rest_client [req-660d9abf-7801-46ae-8ca5-60837a5ae585 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.523s 2018-08-20 21:48:58.651 63 DEBUG tempest.lib.common.rest_client [req-660d9abf-7801-46ae-8ca5-60837a5ae585 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:48:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-660d9abf-7801-46ae-8ca5-60837a5ae585'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:48:58Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:58Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "af05a579-319b-423d-9493-b9f0087e6cb4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:59.099 63 INFO tempest.lib.common.rest_client [req-58e925c5-8508-4d11-8a4e-c1a37685da0b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-20 21:48:59.100 63 DEBUG tempest.lib.common.rest_client [req-58e925c5-8508-4d11-8a4e-c1a37685da0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:48:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58e925c5-8508-4d11-8a4e-c1a37685da0b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:48:58Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:58Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a457cd69-8bb7-4c04-bbc3-b844d250adc4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:48:59.578 63 INFO tempest.lib.common.rest_client [req-c25ce5f1-3e07-4457-bb26-888b7b30f46b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.476s 2018-08-20 21:48:59.579 63 DEBUG tempest.lib.common.rest_client [req-c25ce5f1-3e07-4457-bb26-888b7b30f46b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:48:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c25ce5f1-3e07-4457-bb26-888b7b30f46b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:48:59Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:59Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "51318083-72a5-4bf1-a5cc-e39352747b55"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:00.016 63 INFO tempest.lib.common.rest_client [req-acaf3306-88bc-4d7d-b035-ae260cb650fe ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-20 21:49:00.017 63 DEBUG tempest.lib.common.rest_client [req-acaf3306-88bc-4d7d-b035-ae260cb650fe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-acaf3306-88bc-4d7d-b035-ae260cb650fe'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:48:59Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:59Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1379da9f-d9cc-434b-adb5-fd38ff616526"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:00.477 63 INFO tempest.lib.common.rest_client [req-9a5fb9be-a155-44c1-92eb-7867a7ef7ae7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.459s 2018-08-20 21:49:00.478 63 DEBUG tempest.lib.common.rest_client [req-9a5fb9be-a155-44c1-92eb-7867a7ef7ae7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a5fb9be-a155-44c1-92eb-7867a7ef7ae7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:00Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bfba7fe0-a0b2-4708-b3fe-92b1f11713eb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:00.962 63 INFO tempest.lib.common.rest_client [req-687a9aea-68cb-4151-ae85-ca17842de69d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.483s 2018-08-20 21:49:00.963 63 DEBUG tempest.lib.common.rest_client [req-687a9aea-68cb-4151-ae85-ca17842de69d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-687a9aea-68cb-4151-ae85-ca17842de69d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:00Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0249222f-0069-4427-af54-40ab1e82c341"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:01.172 63 INFO tempest.lib.common.rest_client [req-665dec04-43c9-4246-a6cf-968def552101 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.207s 2018-08-20 21:49:01.172 63 DEBUG tempest.lib.common.rest_client [req-665dec04-43c9-4246-a6cf-968def552101 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-665dec04-43c9-4246-a6cf-968def552101'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:01Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:01Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bdf2061d-84e3-4bcf-8fc7-625bbdadc1a6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:01.388 63 INFO tempest.lib.common.rest_client [req-13441dee-ddbc-422c-aadc-562a339bf3de ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.214s 2018-08-20 21:49:01.389 63 DEBUG tempest.lib.common.rest_client [req-13441dee-ddbc-422c-aadc-562a339bf3de ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13441dee-ddbc-422c-aadc-562a339bf3de'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:01Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:01Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4e6f1b6e-0980-4dcd-ae3b-5fa6adf1ad70"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:01.727 63 INFO tempest.lib.common.rest_client [req-1a8fa7aa-55d2-4839-a163-7d52e70aaf2f ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.336s 2018-08-20 21:49:01.727 63 DEBUG tempest.lib.common.rest_client [req-1a8fa7aa-55d2-4839-a163-7d52e70aaf2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1225828264"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:49:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a8fa7aa-55d2-4839-a163-7d52e70aaf2f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:49:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"39ffe8d3-788b-46b0-bbe6-ca24c4f65e66","name":"tempest-A-1225828264"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:02.642 63 INFO tempest.lib.common.rest_client [req-71b0443a-9fe3-4712-9b1a-426205891044 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.913s 2018-08-20 21:49:02.643 63 DEBUG tempest.lib.common.rest_client [req-71b0443a-9fe3-4712-9b1a-426205891044 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "name": "tempest-subnet-A-1-1621084826"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:49:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71b0443a-9fe3-4712-9b1a-426205891044'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39ffe8d3-788b-46b0-bbe6-ca24c4f65e66","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:02Z","dns_nameservers":[],"updated_at":"2018-08-20T21:49:02Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"b4883427-550b-486f-8b5e-81ce16309695","subnetpool_id":null,"name":"tempest-subnet-A-1-1621084826"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:03.109 63 INFO tempest.lib.common.rest_client [req-3fc6b7bc-b99d-4ec9-bf91-f72a6a8357a8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.466s 2018-08-20 21:49:03.110 63 DEBUG tempest.lib.common.rest_client [req-3fc6b7bc-b99d-4ec9-bf91-f72a6a8357a8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-958743964"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:49:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fc6b7bc-b99d-4ec9-bf91-f72a6a8357a8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:49:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e65251b9-6af5-4f1b-a495-8075c3f96cc6","name":"tempest-B-958743964"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:03.893 63 INFO tempest.lib.common.rest_client [req-06f81a25-e3cb-4606-b1d4-c4fb552faba5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.782s 2018-08-20 21:49:03.894 63 DEBUG tempest.lib.common.rest_client [req-06f81a25-e3cb-4606-b1d4-c4fb552faba5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "name": "tempest-subnet-B-1-187814137"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:49:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06f81a25-e3cb-4606-b1d4-c4fb552faba5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65251b9-6af5-4f1b-a495-8075c3f96cc6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:03Z","dns_nameservers":[],"updated_at":"2018-08-20T21:49:03Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3053a90d-6757-4e61-a19d-7ecba338587c","subnetpool_id":null,"name":"tempest-subnet-B-1-187814137"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:04.370 63 INFO tempest.lib.common.rest_client [req-ed4ec468-7333-4bbe-8286-7478f2f5ac89 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.474s 2018-08-20 21:49:04.370 63 DEBUG tempest.lib.common.rest_client [req-ed4ec468-7333-4bbe-8286-7478f2f5ac89 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:49:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed4ec468-7333-4bbe-8286-7478f2f5ac89'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "ff3f31ee-d7dc-4859-9778-b6796cadacec"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:04.901 63 INFO tempest.lib.common.rest_client [req-ab7bae6a-3b46-4efc-8a0d-dab186e30ebf ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations 0.529s 2018-08-20 21:49:04.902 63 DEBUG tempest.lib.common.rest_client [req-ab7bae6a-3b46-4efc-8a0d-dab186e30ebf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations', u'date': 'Mon, 20 Aug 2018 21:49:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab7bae6a-3b46-4efc-8a0d-dab186e30ebf'} Body: {"network_association": {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "id": "f1ba1994-6dc6-4aa7-a1db-5610bb599c66"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:05.888 63 INFO tempest.lib.common.rest_client [req-b3942772-3d9f-40d6-8dc6-b1ca4f7a64a1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations 0.985s 2018-08-20 21:49:05.889 63 DEBUG tempest.lib.common.rest_client [req-b3942772-3d9f-40d6-8dc6-b1ca4f7a64a1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations', u'date': 'Mon, 20 Aug 2018 21:49:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b3942772-3d9f-40d6-8dc6-b1ca4f7a64a1'} Body: {"network_association": {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "id": "9aa23ba0-7e1c-4ff3-a65e-f59aaf4d37dc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:05.889 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-20 21:49:06.668 63 INFO tempest.lib.common.rest_client [req-28bccab5-24cf-444b-aeba-ebe7cbab44bc ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.777s 2018-08-20 21:49:06.669 63 DEBUG tempest.lib.common.rest_client [req-28bccab5-24cf-444b-aeba-ebe7cbab44bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1385376668", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:49:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28bccab5-24cf-444b-aeba-ebe7cbab44bc'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:06Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:06Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e", "name": "tempest-router--1385376668"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:08.651 63 INFO tempest.lib.common.rest_client [req-f565108a-85ec-4b21-9769-ddae9dcb9ae0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e 1.982s 2018-08-20 21:49:08.652 63 DEBUG tempest.lib.common.rest_client [req-f565108a-85ec-4b21-9769-ddae9dcb9ae0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e', u'date': 'Mon, 20 Aug 2018 21:49:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f565108a-85ec-4b21-9769-ddae9dcb9ae0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:06Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:08Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e", "name": "tempest-router--1385376668"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:11.586 63 INFO tempest.lib.common.rest_client [req-0b56caa9-97a9-496f-badb-a84f5cc7b794 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/add_router_interface 2.932s 2018-08-20 21:49:11.587 63 DEBUG tempest.lib.common.rest_client [req-0b56caa9-97a9-496f-badb-a84f5cc7b794 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:49:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b56caa9-97a9-496f-badb-a84f5cc7b794'} Body: {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c", "subnet_ids": ["3053a90d-6757-4e61-a19d-7ecba338587c"], "port_id": "c209a68a-3f70-4333-ba5d-2adb8e6c5df0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:11.984 63 INFO tempest.lib.common.rest_client [req-fb56e7e2-9f57-4716-af67-5ccc1714aaca ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.395s 2018-08-20 21:49:11.985 63 DEBUG tempest.lib.common.rest_client [req-fb56e7e2-9f57-4716-af67-5ccc1714aaca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-747144705"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fb56e7e2-9f57-4716-af67-5ccc1714aaca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb56e7e2-9f57-4716-af67-5ccc1714aaca'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHSFiSSjXkNtwcVp2lAMUnrToiElj9f8q9erfHj8limUyLMdN8OOTAiW/Aa1p29N5sQFFBzg+kbFpQXnxVjImhQ1SpeIKWd2hQv219tz8WWb766KdsXpqaMCZdX2Hei/BXTLd1k16KfkFIJ7dJSMzb/3X9X20baoyQpDM1oM08ePwlOlTY8G4GMEIisWcm+JnnFHjszWM9aCPlGNlPJZ/qxLrfjFnQrHZpCLQlgkaA+hJ6qt/UpcKpo3fBkr/VFgpJQJIy2zVAPWPJhRvGBaDmAPvJMjVznaCiqEeApULCl/6Z/L55H9I0x1NYCj2Ak9UwTjTFBC4wVG1CRn1jUCY1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAx0hYkko15DbcHFadpQDFJ606IhJY/X/KvXq3x4/JYplMizHT\nfDjkwIlvwGtadvTebEBRQc4PpGxaUF58VYyJoUNUqXiClndoUL9tfbc/Flm++uin\nbF6amjAmXV9h3ovwV0y3dZNein5BSCe3SUjM2/91/V9tG2qMkKQzNaDNPHj8JTpU\n2PBuBjBCIrFnJviZ5xR47M1jPWgj5RjZTyWf6sS634xZ0Kx2aQi0JYJGgPoSeqrf\n1KXCqaN3wZK/1RYKSUCSMts1QD1jyYUbxgWg5gD7yTI1c52goqhHgKVCwpf+mfy+\neR/SNMdTWAo9gJPVME40xQQuMFRtQkZ9Y1AmNQIDAQABAoIBAG+288gWh/2Gb4AH\nYlp0gxGJ/5PIG1EIyZvM5qedyHRYodtKNFdoAXyZzybcR5t2DBY9PBAatxQilcKG\nJUdEAIeBmj1izDoTeEwD9BpMlrYt220G7YxHwH19TpR7ev7qDfKylAn6cj5LJseP\nVCVmBUmy/O7sBtsesOwI0JhYq5Ug9DSm00ewTkWaMqbrP82MB8NYVKDov1jImg4r\nNzlJhsc4U+3ynkLsywIXo8JRTOSi1G4ZgCN7pkt8moLsgk3RYX+tPxYcs6n722XO\n5NkcdUXA6fccLxzbqTCqcLeEFfriZFNvY84xWqFgFAN5Zu1SFwCr9klfiBwjZq29\nSPZkpEUCgYEA6p24pdGgSEQb18/tt89D0ufEG9Iw7Auhtj48dZEu8FW83N66GErj\nyOe8wsb4nBZd1rOauTuvxM4Na3Hqo4mxSmj7bQiTED/ihGQHrw99qYYqGNylpZuC\nVvlZ+YDve+5lC9hK0W/OksOzlK89rLfW3xYI9i76TFnU5sk4NYAgzL8CgYEA2XIw\n50AXgRpstoSywuyfOtpTpVVUGbM6cqZGEI2/DWUjcFZ4Et4YzA+Uhfh/NIRhUWgv\nsY4OrlniFW2+ov++TtUmnNw2h+MyadHMs+txzFaMtpfNZfOquaSZGOjQeZEvOdF3\nO2/krCxjTbIz/WeE/AxMvEYaJjX99IvpYUY9JgsCgYA1FTJt8hv9vcs+7QCwEeka\nku3ADbKb9ZXFEhfD0fF41y1AG/SnAmq/Tg9bUoF1b2oT5dcgCe0e7jADG2cnUUQX\nveEFLmd3ybyKj8ddSHf6HyzvKx0fdyvqWciNtyp4M9wQ7gMfl9h5RGYhQfUGWyH2\nn5mvebmQBNMy1FwvXqoNKQKBgD2gfXes1HyEjrcT2M4h3ecCJZ7AFjvKbhA8S7M5\nWSJkvayC9TjztTdwWvm1OegadLJrwsihqEuFseu81MDBlqAlDPJ7/wB4Rbtz+H4t\nhm0RQoQlddMlQgenPLSwlxU9LpNGaHJx/e9GDUbh8JYrFqeQnNbnT1XxC26ZkKU/\nEOmNAoGBALGLBgLeHuFiSUEU2Qf6beHrPMh+XMHP9hOLtJBH51X/lvI/SR/BVPjO\n3eTKAQTfcuvSlxBK15eLfiYogHlk83AU8rLasaSV6vytLm0AceoD/QWGSjYzCtDf\n+oZjrc4YB2B6hc5URPzxzSpzjpQjw2eevvf1ZQsQlobQwcSNKu+7\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-747144705", "fingerprint": "52:8e:91:59:ba:2f:0d:40:77:2e:bf:c2:2a:e2:c5:52"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:13.451 63 INFO tempest.lib.common.rest_client [req-6b9f9618-e0fb-4502-9edb-2e2eb4f0b882 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 1.461s 2018-08-20 21:49:13.451 63 DEBUG tempest.lib.common.rest_client [req-6b9f9618-e0fb-4502-9edb-2e2eb4f0b882 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-779763506", "security_groups": ["a1fd671b-95e5-4bd5-a854-57fbc13307ab"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:49:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b9f9618-e0fb-4502-9edb-2e2eb4f0b882'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:49:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"39ffe8d3-788b-46b0-bbe6-ca24c4f65e66","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:49:12Z","name":"tempest-port-smoke-779763506","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d4:cc:9d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"b4883427-550b-486f-8b5e-81ce16309695","ip_address":"10.101.11.10"}],"id":"00166889-f722-4fc7-b50e-787867a3da23","security_groups":["a1fd671b-95e5-4bd5-a854-57fbc13307ab"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:17.941 63 INFO tempest.lib.common.rest_client [req-b875efca-e9b5-4257-8ab0-b753d9998ce0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 4.487s 2018-08-20 21:49:17.942 63 DEBUG tempest.lib.common.rest_client [req-b875efca-e9b5-4257-8ab0-b753d9998ce0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-747144705", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "port": "00166889-f722-4fc7-b50e-787867a3da23"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-b875efca-e9b5-4257-8ab0-b753d9998ce0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b875efca-e9b5-4257-8ab0-b753d9998ce0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "adminPass": "Y2x26Dj4HSUV"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:18.282 63 INFO tempest.lib.common.rest_client [req-29e75846-e2da-4617-8314-33be1724adca ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.335s 2018-08-20 21:49:18.283 63 DEBUG tempest.lib.common.rest_client [req-29e75846-e2da-4617-8314-33be1724adca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-29e75846-e2da-4617-8314-33be1724adca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29e75846-e2da-4617-8314-33be1724adca'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:19.963 63 INFO tempest.lib.common.rest_client [req-9f33099c-b559-4c8b-8589-839d46a6d1eb ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.663s 2018-08-20 21:49:19.963 63 DEBUG tempest.lib.common.rest_client [req-9f33099c-b559-4c8b-8589-839d46a6d1eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-9f33099c-b559-4c8b-8589-839d46a6d1eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9f33099c-b559-4c8b-8589-839d46a6d1eb'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:21.728 63 INFO tempest.lib.common.rest_client [req-e45c40a4-627f-4628-8fe8-ef739042e2ac ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.749s 2018-08-20 21:49:21.728 63 DEBUG tempest.lib.common.rest_client [req-e45c40a4-627f-4628-8fe8-ef739042e2ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-e45c40a4-627f-4628-8fe8-ef739042e2ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e45c40a4-627f-4628-8fe8-ef739042e2ac'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:21.742 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-20 21:49:23.811 63 INFO tempest.lib.common.rest_client [req-106d3d34-45d6-47cf-a18b-53191c067ed9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 1.067s 2018-08-20 21:49:23.812 63 DEBUG tempest.lib.common.rest_client [req-106d3d34-45d6-47cf-a18b-53191c067ed9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-106d3d34-45d6-47cf-a18b-53191c067ed9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-106d3d34-45d6-47cf-a18b-53191c067ed9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:21Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:23.825 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:49:25.370 63 INFO tempest.lib.common.rest_client [req-842f633c-2bcf-47d0-92b5-013222ace039 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.543s 2018-08-20 21:49:25.371 63 DEBUG tempest.lib.common.rest_client [req-842f633c-2bcf-47d0-92b5-013222ace039 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-842f633c-2bcf-47d0-92b5-013222ace039', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-842f633c-2bcf-47d0-92b5-013222ace039'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:21Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:27.087 63 INFO tempest.lib.common.rest_client [req-ac8e3067-6e55-4bdd-a4ec-544fa653e65f ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.701s 2018-08-20 21:49:27.087 63 DEBUG tempest.lib.common.rest_client [req-ac8e3067-6e55-4bdd-a4ec-544fa653e65f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-ac8e3067-6e55-4bdd-a4ec-544fa653e65f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac8e3067-6e55-4bdd-a4ec-544fa653e65f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:27.099 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:49:27.845 63 INFO tempest.lib.common.rest_client [req-aed3d13c-6502-41cd-ac85-0bf262bfb5e7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.744s 2018-08-20 21:49:27.845 63 DEBUG tempest.lib.common.rest_client [req-aed3d13c-6502-41cd-ac85-0bf262bfb5e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-aed3d13c-6502-41cd-ac85-0bf262bfb5e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aed3d13c-6502-41cd-ac85-0bf262bfb5e7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:27.856 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:49:29.097 63 INFO tempest.lib.common.rest_client [req-2e8b0e6e-07f5-4c49-ada0-fb392e9f5cfd ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 1.241s 2018-08-20 21:49:29.098 63 DEBUG tempest.lib.common.rest_client [req-2e8b0e6e-07f5-4c49-ada0-fb392e9f5cfd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2141865912", "security_groups": ["a1fd671b-95e5-4bd5-a854-57fbc13307ab"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:49:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e8b0e6e-07f5-4c49-ada0-fb392e9f5cfd'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:49:28Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e65251b9-6af5-4f1b-a495-8075c3f96cc6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:49:28Z","name":"tempest-port-smoke-2141865912","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1d:db:d1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"3053a90d-6757-4e61-a19d-7ecba338587c","ip_address":"10.102.21.20"}],"id":"8098e2e4-0de8-4364-b4ae-235da97aef30","security_groups":["a1fd671b-95e5-4bd5-a854-57fbc13307ab"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:32.898 63 INFO tempest.lib.common.rest_client [req-0e2109c7-e65e-4e1d-93a3-d88976c322ed ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 3.798s 2018-08-20 21:49:32.899 63 DEBUG tempest.lib.common.rest_client [req-0e2109c7-e65e-4e1d-93a3-d88976c322ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-747144705", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "port": "8098e2e4-0de8-4364-b4ae-235da97aef30"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-0e2109c7-e65e-4e1d-93a3-d88976c322ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e2109c7-e65e-4e1d-93a3-d88976c322ed'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4abb485e-68e7-4585-974a-288309d9a298", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "adminPass": "b5nucKMQsGJr"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:33.244 63 INFO tempest.lib.common.rest_client [req-e41a4399-10e5-4193-9c41-16d1aa338381 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.342s 2018-08-20 21:49:33.245 63 DEBUG tempest.lib.common.rest_client [req-e41a4399-10e5-4193-9c41-16d1aa338381 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-e41a4399-10e5-4193-9c41-16d1aa338381', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e41a4399-10e5-4193-9c41-16d1aa338381'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:34.588 63 INFO tempest.lib.common.rest_client [req-01949375-6721-4eb0-b862-2deea78ad693 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.327s 2018-08-20 21:49:34.589 63 DEBUG tempest.lib.common.rest_client [req-01949375-6721-4eb0-b862-2deea78ad693 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-01949375-6721-4eb0-b862-2deea78ad693', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-01949375-6721-4eb0-b862-2deea78ad693'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:36.287 63 INFO tempest.lib.common.rest_client [req-c57017fb-2f53-4db3-9829-3eb5ef3b6608 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.684s 2018-08-20 21:49:36.288 63 DEBUG tempest.lib.common.rest_client [req-c57017fb-2f53-4db3-9829-3eb5ef3b6608 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-c57017fb-2f53-4db3-9829-3eb5ef3b6608', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c57017fb-2f53-4db3-9829-3eb5ef3b6608'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:36.300 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:49:37.682 63 INFO tempest.lib.common.rest_client [req-90283c2e-ade2-48c9-8369-6a4878d3e3fe ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.380s 2018-08-20 21:49:37.683 63 DEBUG tempest.lib.common.rest_client [req-90283c2e-ade2-48c9-8369-6a4878d3e3fe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-90283c2e-ade2-48c9-8369-6a4878d3e3fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90283c2e-ade2-48c9-8369-6a4878d3e3fe'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:37.697 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:49:39.676 63 INFO tempest.lib.common.rest_client [req-b48ea4f8-544f-42b4-b007-623966210328 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.978s 2018-08-20 21:49:39.677 63 DEBUG tempest.lib.common.rest_client [req-b48ea4f8-544f-42b4-b007-623966210328 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-b48ea4f8-544f-42b4-b007-623966210328', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b48ea4f8-544f-42b4-b007-623966210328'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:41.358 63 INFO tempest.lib.common.rest_client [req-9ae0d62a-19e4-462c-89aa-0ecdb9bf8eef ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.662s 2018-08-20 21:49:41.359 63 DEBUG tempest.lib.common.rest_client [req-9ae0d62a-19e4-462c-89aa-0ecdb9bf8eef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-9ae0d62a-19e4-462c-89aa-0ecdb9bf8eef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9ae0d62a-19e4-462c-89aa-0ecdb9bf8eef'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:43.600 63 INFO tempest.lib.common.rest_client [req-35ce378a-9381-41ae-80d7-350594b263fa ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 1.224s 2018-08-20 21:49:43.601 63 DEBUG tempest.lib.common.rest_client [req-35ce378a-9381-41ae-80d7-350594b263fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-35ce378a-9381-41ae-80d7-350594b263fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35ce378a-9381-41ae-80d7-350594b263fa'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-958743964": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:db:d1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:40Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:43.612 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:49:44.303 63 INFO tempest.lib.common.rest_client [req-72e541ed-60cd-46b7-83d0-2dd440ae485c ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.690s 2018-08-20 21:49:44.304 63 DEBUG tempest.lib.common.rest_client [req-72e541ed-60cd-46b7-83d0-2dd440ae485c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-72e541ed-60cd-46b7-83d0-2dd440ae485c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72e541ed-60cd-46b7-83d0-2dd440ae485c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-958743964": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:db:d1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:40Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:44.317 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 4abb485e-68e7-4585-974a-288309d9a298 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-20 21:49:44.761 63 INFO tempest.lib.common.rest_client [req-536b99ec-517e-4a39-a023-ab42c7fa4196 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.443s 2018-08-20 21:49:44.762 63 DEBUG tempest.lib.common.rest_client [req-536b99ec-517e-4a39-a023-ab42c7fa4196 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1412102011", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:49:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-536b99ec-517e-4a39-a023-ab42c7fa4196'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:44Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:44Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308", "name": "tempest-router--1412102011"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:46.333 63 INFO tempest.lib.common.rest_client [req-cd22eda7-a6be-4c6d-9852-912010dfd271 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308 1.570s 2018-08-20 21:49:46.334 63 DEBUG tempest.lib.common.rest_client [req-cd22eda7-a6be-4c6d-9852-912010dfd271 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308', u'date': 'Mon, 20 Aug 2018 21:49:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cd22eda7-a6be-4c6d-9852-912010dfd271'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:44Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:46Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308", "name": "tempest-router--1412102011"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:48.727 63 INFO tempest.lib.common.rest_client [req-055dcc9c-429b-4c9d-a448-c813783b170d ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/add_router_interface 2.392s 2018-08-20 21:49:48.727 63 DEBUG tempest.lib.common.rest_client [req-055dcc9c-429b-4c9d-a448-c813783b170d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b4883427-550b-486f-8b5e-81ce16309695"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:49:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-055dcc9c-429b-4c9d-a448-c813783b170d'} Body: {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b4883427-550b-486f-8b5e-81ce16309695", "subnet_ids": ["b4883427-550b-486f-8b5e-81ce16309695"], "port_id": "89539023-35a9-4e28-b787-664ff723b36b", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:50.754 63 INFO tempest.lib.common.rest_client [req-a50ec1c1-436e-496e-b58c-16a3e160c3d3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.025s 2018-08-20 21:49:50.754 63 DEBUG tempest.lib.common.rest_client [req-a50ec1c1-436e-496e-b58c-16a3e160c3d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "00166889-f722-4fc7-b50e-787867a3da23"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:49:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a50ec1c1-436e-496e-b58c-16a3e160c3d3'} Body: {"floatingip": {"router_id": "9879705a-f0f3-4721-8c20-9e7521d1d308", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:49:49Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "00166889-f722-4fc7-b50e-787867a3da23", "id": "0abb8046-59dd-498e-b8c3-79f41a1c02d0", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:49:50.756 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:50:00.776 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:50:00.840 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:50:00.841 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:50:00.955 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:50:00.956 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:50:00.958 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:50:01.017 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:50:01.022 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:50:06.030 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:50:06.031 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:51:16.099 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:51:16.100 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:51:16.104 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:51:16.164 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:51:16.168 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:51:21.175 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:51:21.175 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:52:31.246 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:52:31.247 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:52:31.247 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31.252 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31.347 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:52:31.380 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31.386 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:52:31.387 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:60:71:97 [ether] on eth0 2018-08-20 21:52:31.387 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:52:31.388 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31.390 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31.452 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:52:31.454 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31.463 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-20 21:52:31.463 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:52:31.463 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31.466 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31.527 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:52:31.531 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31.537 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:52:31.538 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31.539 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31.599 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:52:31.603 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31.608 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-20 21:52:31.608 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:60:71:97 [ether] on eth0 2018-08-20 21:52:31.609 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:52:31.609 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31.611 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31.671 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:52:31.675 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:36.683 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:52:36.683 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:53:46.754 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-20 21:53:46.754 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:53:46.759 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:53:46.861 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-20 21:53:46.886 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:53:51.894 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:53:51.895 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-20 21:55:01.940 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.203: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:55:03.197 63 INFO tempest.lib.common.rest_client [req-18402d40-42f0-4347-9600-4eb9176b133d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/0abb8046-59dd-498e-b8c3-79f41a1c02d0 1.253s 2018-08-20 21:55:03.198 63 DEBUG tempest.lib.common.rest_client [req-18402d40-42f0-4347-9600-4eb9176b133d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/0abb8046-59dd-498e-b8c3-79f41a1c02d0', u'date': 'Mon, 20 Aug 2018 21:55:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-18402d40-42f0-4347-9600-4eb9176b133d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:05.172 63 INFO tempest.lib.common.rest_client [req-c6fd059e-22e2-4ac9-b917-8b3e9eb719e7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/remove_router_interface 1.973s 2018-08-20 21:55:05.172 63 DEBUG tempest.lib.common.rest_client [req-c6fd059e-22e2-4ac9-b917-8b3e9eb719e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b4883427-550b-486f-8b5e-81ce16309695"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:55:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6fd059e-22e2-4ac9-b917-8b3e9eb719e7'} Body: {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b4883427-550b-486f-8b5e-81ce16309695", "subnet_ids": ["b4883427-550b-486f-8b5e-81ce16309695"], "port_id": "89539023-35a9-4e28-b787-664ff723b36b", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:07.033 63 INFO tempest.lib.common.rest_client [req-683da900-15bd-43c7-9bd9-7040b543f875 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308 1.859s 2018-08-20 21:55:07.033 63 DEBUG tempest.lib.common.rest_client [req-683da900-15bd-43c7-9bd9-7040b543f875 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308', u'date': 'Mon, 20 Aug 2018 21:55:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-683da900-15bd-43c7-9bd9-7040b543f875'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:07.474 63 INFO tempest.lib.common.rest_client [req-ca5e631e-2a4e-462a-9b38-c34f3e52159f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.439s 2018-08-20 21:55:07.474 63 DEBUG tempest.lib.common.rest_client [req-ca5e631e-2a4e-462a-9b38-c34f3e52159f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-ca5e631e-2a4e-462a-9b38-c34f3e52159f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca5e631e-2a4e-462a-9b38-c34f3e52159f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:08.410 63 INFO tempest.lib.common.rest_client [req-f5abc1d6-9628-404a-b196-ca11ba77d00b ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.935s 2018-08-20 21:55:08.411 63 DEBUG tempest.lib.common.rest_client [req-f5abc1d6-9628-404a-b196-ca11ba77d00b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-f5abc1d6-9628-404a-b196-ca11ba77d00b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5abc1d6-9628-404a-b196-ca11ba77d00b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-958743964": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:db:d1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:07Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:10.460 63 INFO tempest.lib.common.rest_client [req-248be8e2-96af-42b9-9ff6-9e602f4623ec ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 1.033s 2018-08-20 21:55:10.460 63 DEBUG tempest.lib.common.rest_client [req-248be8e2-96af-42b9-9ff6-9e602f4623ec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1342', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-248be8e2-96af-42b9-9ff6-9e602f4623ec', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-248be8e2-96af-42b9-9ff6-9e602f4623ec'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:08Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:11.576 63 INFO tempest.lib.common.rest_client [req-5cc27783-c4f2-429d-a107-ce2f2494d54f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.101s 2018-08-20 21:55:11.577 63 DEBUG tempest.lib.common.rest_client [req-5cc27783-c4f2-429d-a107-ce2f2494d54f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-5cc27783-c4f2-429d-a107-ce2f2494d54f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:11 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5cc27783-c4f2-429d-a107-ce2f2494d54f'} Body: {"itemNotFound": {"message": "Instance 4abb485e-68e7-4585-974a-288309d9a298 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:12.581 63 INFO tempest.lib.common.rest_client [req-92d77e9c-96ea-40b1-a861-face2c941806 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/8098e2e4-0de8-4364-b4ae-235da97aef30 1.002s 2018-08-20 21:55:12.581 63 DEBUG tempest.lib.common.rest_client [req-92d77e9c-96ea-40b1-a861-face2c941806 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/8098e2e4-0de8-4364-b4ae-235da97aef30', u'date': 'Mon, 20 Aug 2018 21:55:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-92d77e9c-96ea-40b1-a861-face2c941806'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:13.067 63 INFO tempest.lib.common.rest_client [req-f96ef8c5-56aa-4396-978f-8e02ee936c95 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.484s 2018-08-20 21:55:13.067 63 DEBUG tempest.lib.common.rest_client [req-f96ef8c5-56aa-4396-978f-8e02ee936c95 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-f96ef8c5-56aa-4396-978f-8e02ee936c95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f96ef8c5-56aa-4396-978f-8e02ee936c95'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:14.490 63 INFO tempest.lib.common.rest_client [req-da917a7b-a056-40cc-b0a0-e52dbcaa341d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 1.421s 2018-08-20 21:55:14.490 63 DEBUG tempest.lib.common.rest_client [req-da917a7b-a056-40cc-b0a0-e52dbcaa341d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-da917a7b-a056-40cc-b0a0-e52dbcaa341d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da917a7b-a056-40cc-b0a0-e52dbcaa341d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:12Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:16.236 63 INFO tempest.lib.common.rest_client [req-22cb8507-d21b-463d-82f8-7dceb7d28bfc ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.729s 2018-08-20 21:55:16.237 63 DEBUG tempest.lib.common.rest_client [req-22cb8507-d21b-463d-82f8-7dceb7d28bfc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-22cb8507-d21b-463d-82f8-7dceb7d28bfc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22cb8507-d21b-463d-82f8-7dceb7d28bfc'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:13Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:17.301 63 INFO tempest.lib.common.rest_client [req-efe698fe-d02e-40cf-9eec-9566aef591eb ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.049s 2018-08-20 21:55:17.301 63 DEBUG tempest.lib.common.rest_client [req-efe698fe-d02e-40cf-9eec-9566aef591eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-efe698fe-d02e-40cf-9eec-9566aef591eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-efe698fe-d02e-40cf-9eec-9566aef591eb'} Body: {"itemNotFound": {"message": "Instance c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:18.281 63 INFO tempest.lib.common.rest_client [req-0fb0a604-f076-4d7f-b472-f9ff1f769bab ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/00166889-f722-4fc7-b50e-787867a3da23 0.979s 2018-08-20 21:55:18.282 63 DEBUG tempest.lib.common.rest_client [req-0fb0a604-f076-4d7f-b472-f9ff1f769bab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/00166889-f722-4fc7-b50e-787867a3da23', u'date': 'Mon, 20 Aug 2018 21:55:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0fb0a604-f076-4d7f-b472-f9ff1f769bab'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:18.361 63 INFO tempest.lib.common.rest_client [req-7d486a1d-3d31-4c38-b0da-2c0cbf0ed4d9 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-747144705 0.078s 2018-08-20 21:55:18.362 63 DEBUG tempest.lib.common.rest_client [req-7d486a1d-3d31-4c38-b0da-2c0cbf0ed4d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-747144705', u'x-compute-request-id': 'req-7d486a1d-3d31-4c38-b0da-2c0cbf0ed4d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7d486a1d-3d31-4c38-b0da-2c0cbf0ed4d9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:20.183 63 INFO tempest.lib.common.rest_client [req-4a0ad0b6-db4a-428a-9669-553150cd2546 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/remove_router_interface 1.820s 2018-08-20 21:55:20.184 63 DEBUG tempest.lib.common.rest_client [req-4a0ad0b6-db4a-428a-9669-553150cd2546 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:55:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a0ad0b6-db4a-428a-9669-553150cd2546'} Body: {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c", "subnet_ids": ["3053a90d-6757-4e61-a19d-7ecba338587c"], "port_id": "c209a68a-3f70-4333-ba5d-2adb8e6c5df0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:22.064 63 INFO tempest.lib.common.rest_client [req-dfac6d19-4a00-4028-87b7-e1a9d26bbb73 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e 1.879s 2018-08-20 21:55:22.064 63 DEBUG tempest.lib.common.rest_client [req-dfac6d19-4a00-4028-87b7-e1a9d26bbb73 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e', u'date': 'Mon, 20 Aug 2018 21:55:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dfac6d19-4a00-4028-87b7-e1a9d26bbb73'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:24.870 63 INFO tempest.lib.common.rest_client [req-5ca0f45f-a55b-4e89-b68f-7afe5ee94142 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3053a90d-6757-4e61-a19d-7ecba338587c 2.805s 2018-08-20 21:55:24.871 63 DEBUG tempest.lib.common.rest_client [req-5ca0f45f-a55b-4e89-b68f-7afe5ee94142 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3053a90d-6757-4e61-a19d-7ecba338587c', u'date': 'Mon, 20 Aug 2018 21:55:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5ca0f45f-a55b-4e89-b68f-7afe5ee94142'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:27.473 63 INFO tempest.lib.common.rest_client [req-77cc1290-32e0-416a-839a-34ee44a699f3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/e65251b9-6af5-4f1b-a495-8075c3f96cc6 2.601s 2018-08-20 21:55:27.474 63 DEBUG tempest.lib.common.rest_client [req-77cc1290-32e0-416a-839a-34ee44a699f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/e65251b9-6af5-4f1b-a495-8075c3f96cc6', u'date': 'Mon, 20 Aug 2018 21:55:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-77cc1290-32e0-416a-839a-34ee44a699f3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:29.876 63 INFO tempest.lib.common.rest_client [req-d85e46db-49fe-434a-a255-d5b288053301 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b4883427-550b-486f-8b5e-81ce16309695 2.401s 2018-08-20 21:55:29.876 63 DEBUG tempest.lib.common.rest_client [req-d85e46db-49fe-434a-a255-d5b288053301 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/b4883427-550b-486f-8b5e-81ce16309695', u'date': 'Mon, 20 Aug 2018 21:55:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d85e46db-49fe-434a-a255-d5b288053301'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:31.784 63 INFO tempest.lib.common.rest_client [req-45f7aa44-cd35-479b-94e9-f479e875f022 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/39ffe8d3-788b-46b0-bbe6-ca24c4f65e66 1.907s 2018-08-20 21:55:31.785 63 DEBUG tempest.lib.common.rest_client [req-45f7aa44-cd35-479b-94e9-f479e875f022 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/39ffe8d3-788b-46b0-bbe6-ca24c4f65e66', u'date': 'Mon, 20 Aug 2018 21:55:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-45f7aa44-cd35-479b-94e9-f479e875f022'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:32.093 63 INFO tempest.lib.common.rest_client [req-17b9b7fc-f211-4dfb-a927-f2bca90a2629 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/a1fd671b-95e5-4bd5-a854-57fbc13307ab 0.306s 2018-08-20 21:55:32.093 63 DEBUG tempest.lib.common.rest_client [req-17b9b7fc-f211-4dfb-a927-f2bca90a2629 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/a1fd671b-95e5-4bd5-a854-57fbc13307ab', u'date': 'Mon, 20 Aug 2018 21:55:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-17b9b7fc-f211-4dfb-a927-f2bca90a2629'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant6 [394.274742s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 214, in test_bgpvpn_variant6 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:48:58,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.304s 2018-08-20 21:48:58,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1844505893 description", "name": "tempest-secgroup-smoke-1844505893"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:48:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-547c3f2e-6c5e-4ab5-88d0-a96d2b3a1724'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1844505893 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:57Z", "updated_at": "2018-08-20T21:48:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:48:57Z", "revision_number": 0, "id": "18b80391-3440-4c54-8864-7a071e995d5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:48:57Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:48:57Z", "revision_number": 0, "id": "6eba57b9-fbd0-4618-9309-fa731a6dfa51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:48:57Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "name": "tempest-secgroup-smoke-1844505893"}} 2018-08-20 21:48:58,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.523s 2018-08-20 21:48:58,651 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:48:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-660d9abf-7801-46ae-8ca5-60837a5ae585'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:48:58Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:58Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "af05a579-319b-423d-9493-b9f0087e6cb4"}} 2018-08-20 21:48:59,099 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-20 21:48:59,100 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:48:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58e925c5-8508-4d11-8a4e-c1a37685da0b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:48:58Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:58Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a457cd69-8bb7-4c04-bbc3-b844d250adc4"}} 2018-08-20 21:48:59,578 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.476s 2018-08-20 21:48:59,579 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:48:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c25ce5f1-3e07-4457-bb26-888b7b30f46b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:48:59Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:59Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "51318083-72a5-4bf1-a5cc-e39352747b55"}} 2018-08-20 21:49:00,016 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-20 21:49:00,017 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-acaf3306-88bc-4d7d-b035-ae260cb650fe'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:48:59Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:59Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1379da9f-d9cc-434b-adb5-fd38ff616526"}} 2018-08-20 21:49:00,477 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.459s 2018-08-20 21:49:00,478 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a5fb9be-a155-44c1-92eb-7867a7ef7ae7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:00Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bfba7fe0-a0b2-4708-b3fe-92b1f11713eb"}} 2018-08-20 21:49:00,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.483s 2018-08-20 21:49:00,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-687a9aea-68cb-4151-ae85-ca17842de69d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:00Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0249222f-0069-4427-af54-40ab1e82c341"}} 2018-08-20 21:49:01,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.207s 2018-08-20 21:49:01,172 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-665dec04-43c9-4246-a6cf-968def552101'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:01Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:01Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bdf2061d-84e3-4bcf-8fc7-625bbdadc1a6"}} 2018-08-20 21:49:01,388 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.214s 2018-08-20 21:49:01,389 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13441dee-ddbc-422c-aadc-562a339bf3de'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:01Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:01Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4e6f1b6e-0980-4dcd-ae3b-5fa6adf1ad70"}} 2018-08-20 21:49:01,727 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.336s 2018-08-20 21:49:01,727 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1225828264"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:49:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a8fa7aa-55d2-4839-a163-7d52e70aaf2f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:49:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"39ffe8d3-788b-46b0-bbe6-ca24c4f65e66","name":"tempest-A-1225828264"}} 2018-08-20 21:49:02,642 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.913s 2018-08-20 21:49:02,643 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "name": "tempest-subnet-A-1-1621084826"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:49:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71b0443a-9fe3-4712-9b1a-426205891044'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39ffe8d3-788b-46b0-bbe6-ca24c4f65e66","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:02Z","dns_nameservers":[],"updated_at":"2018-08-20T21:49:02Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"b4883427-550b-486f-8b5e-81ce16309695","subnetpool_id":null,"name":"tempest-subnet-A-1-1621084826"}} 2018-08-20 21:49:03,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.466s 2018-08-20 21:49:03,110 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-958743964"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:49:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fc6b7bc-b99d-4ec9-bf91-f72a6a8357a8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:49:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e65251b9-6af5-4f1b-a495-8075c3f96cc6","name":"tempest-B-958743964"}} 2018-08-20 21:49:03,893 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.782s 2018-08-20 21:49:03,894 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "name": "tempest-subnet-B-1-187814137"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:49:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06f81a25-e3cb-4606-b1d4-c4fb552faba5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65251b9-6af5-4f1b-a495-8075c3f96cc6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:03Z","dns_nameservers":[],"updated_at":"2018-08-20T21:49:03Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3053a90d-6757-4e61-a19d-7ecba338587c","subnetpool_id":null,"name":"tempest-subnet-B-1-187814137"}} 2018-08-20 21:49:04,370 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.474s 2018-08-20 21:49:04,370 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:49:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed4ec468-7333-4bbe-8286-7478f2f5ac89'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "ff3f31ee-d7dc-4859-9778-b6796cadacec"}} 2018-08-20 21:49:04,901 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations 0.529s 2018-08-20 21:49:04,902 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations', u'date': 'Mon, 20 Aug 2018 21:49:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab7bae6a-3b46-4efc-8a0d-dab186e30ebf'} Body: {"network_association": {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "id": "f1ba1994-6dc6-4aa7-a1db-5610bb599c66"}} 2018-08-20 21:49:05,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations 0.985s 2018-08-20 21:49:05,889 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations', u'date': 'Mon, 20 Aug 2018 21:49:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b3942772-3d9f-40d6-8dc6-b1ca4f7a64a1'} Body: {"network_association": {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "id": "9aa23ba0-7e1c-4ff3-a65e-f59aaf4d37dc"}} 2018-08-20 21:49:05,889 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:49:06,668 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.777s 2018-08-20 21:49:06,669 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1385376668", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:49:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28bccab5-24cf-444b-aeba-ebe7cbab44bc'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:06Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:06Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e", "name": "tempest-router--1385376668"}} 2018-08-20 21:49:08,651 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e 1.982s 2018-08-20 21:49:08,652 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e', u'date': 'Mon, 20 Aug 2018 21:49:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f565108a-85ec-4b21-9769-ddae9dcb9ae0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:06Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:08Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e", "name": "tempest-router--1385376668"}} 2018-08-20 21:49:11,586 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/add_router_interface 2.932s 2018-08-20 21:49:11,587 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:49:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b56caa9-97a9-496f-badb-a84f5cc7b794'} Body: {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c", "subnet_ids": ["3053a90d-6757-4e61-a19d-7ecba338587c"], "port_id": "c209a68a-3f70-4333-ba5d-2adb8e6c5df0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e"} 2018-08-20 21:49:11,984 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.395s 2018-08-20 21:49:11,985 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-747144705"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fb56e7e2-9f57-4716-af67-5ccc1714aaca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb56e7e2-9f57-4716-af67-5ccc1714aaca'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHSFiSSjXkNtwcVp2lAMUnrToiElj9f8q9erfHj8limUyLMdN8OOTAiW/Aa1p29N5sQFFBzg+kbFpQXnxVjImhQ1SpeIKWd2hQv219tz8WWb766KdsXpqaMCZdX2Hei/BXTLd1k16KfkFIJ7dJSMzb/3X9X20baoyQpDM1oM08ePwlOlTY8G4GMEIisWcm+JnnFHjszWM9aCPlGNlPJZ/qxLrfjFnQrHZpCLQlgkaA+hJ6qt/UpcKpo3fBkr/VFgpJQJIy2zVAPWPJhRvGBaDmAPvJMjVznaCiqEeApULCl/6Z/L55H9I0x1NYCj2Ak9UwTjTFBC4wVG1CRn1jUCY1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAx0hYkko15DbcHFadpQDFJ606IhJY/X/KvXq3x4/JYplMizHT\nfDjkwIlvwGtadvTebEBRQc4PpGxaUF58VYyJoUNUqXiClndoUL9tfbc/Flm++uin\nbF6amjAmXV9h3ovwV0y3dZNein5BSCe3SUjM2/91/V9tG2qMkKQzNaDNPHj8JTpU\n2PBuBjBCIrFnJviZ5xR47M1jPWgj5RjZTyWf6sS634xZ0Kx2aQi0JYJGgPoSeqrf\n1KXCqaN3wZK/1RYKSUCSMts1QD1jyYUbxgWg5gD7yTI1c52goqhHgKVCwpf+mfy+\neR/SNMdTWAo9gJPVME40xQQuMFRtQkZ9Y1AmNQIDAQABAoIBAG+288gWh/2Gb4AH\nYlp0gxGJ/5PIG1EIyZvM5qedyHRYodtKNFdoAXyZzybcR5t2DBY9PBAatxQilcKG\nJUdEAIeBmj1izDoTeEwD9BpMlrYt220G7YxHwH19TpR7ev7qDfKylAn6cj5LJseP\nVCVmBUmy/O7sBtsesOwI0JhYq5Ug9DSm00ewTkWaMqbrP82MB8NYVKDov1jImg4r\nNzlJhsc4U+3ynkLsywIXo8JRTOSi1G4ZgCN7pkt8moLsgk3RYX+tPxYcs6n722XO\n5NkcdUXA6fccLxzbqTCqcLeEFfriZFNvY84xWqFgFAN5Zu1SFwCr9klfiBwjZq29\nSPZkpEUCgYEA6p24pdGgSEQb18/tt89D0ufEG9Iw7Auhtj48dZEu8FW83N66GErj\nyOe8wsb4nBZd1rOauTuvxM4Na3Hqo4mxSmj7bQiTED/ihGQHrw99qYYqGNylpZuC\nVvlZ+YDve+5lC9hK0W/OksOzlK89rLfW3xYI9i76TFnU5sk4NYAgzL8CgYEA2XIw\n50AXgRpstoSywuyfOtpTpVVUGbM6cqZGEI2/DWUjcFZ4Et4YzA+Uhfh/NIRhUWgv\nsY4OrlniFW2+ov++TtUmnNw2h+MyadHMs+txzFaMtpfNZfOquaSZGOjQeZEvOdF3\nO2/krCxjTbIz/WeE/AxMvEYaJjX99IvpYUY9JgsCgYA1FTJt8hv9vcs+7QCwEeka\nku3ADbKb9ZXFEhfD0fF41y1AG/SnAmq/Tg9bUoF1b2oT5dcgCe0e7jADG2cnUUQX\nveEFLmd3ybyKj8ddSHf6HyzvKx0fdyvqWciNtyp4M9wQ7gMfl9h5RGYhQfUGWyH2\nn5mvebmQBNMy1FwvXqoNKQKBgD2gfXes1HyEjrcT2M4h3ecCJZ7AFjvKbhA8S7M5\nWSJkvayC9TjztTdwWvm1OegadLJrwsihqEuFseu81MDBlqAlDPJ7/wB4Rbtz+H4t\nhm0RQoQlddMlQgenPLSwlxU9LpNGaHJx/e9GDUbh8JYrFqeQnNbnT1XxC26ZkKU/\nEOmNAoGBALGLBgLeHuFiSUEU2Qf6beHrPMh+XMHP9hOLtJBH51X/lvI/SR/BVPjO\n3eTKAQTfcuvSlxBK15eLfiYogHlk83AU8rLasaSV6vytLm0AceoD/QWGSjYzCtDf\n+oZjrc4YB2B6hc5URPzxzSpzjpQjw2eevvf1ZQsQlobQwcSNKu+7\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-747144705", "fingerprint": "52:8e:91:59:ba:2f:0d:40:77:2e:bf:c2:2a:e2:c5:52"}} 2018-08-20 21:49:13,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 1.461s 2018-08-20 21:49:13,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-779763506", "security_groups": ["a1fd671b-95e5-4bd5-a854-57fbc13307ab"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:49:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b9f9618-e0fb-4502-9edb-2e2eb4f0b882'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:49:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"39ffe8d3-788b-46b0-bbe6-ca24c4f65e66","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:49:12Z","name":"tempest-port-smoke-779763506","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d4:cc:9d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"b4883427-550b-486f-8b5e-81ce16309695","ip_address":"10.101.11.10"}],"id":"00166889-f722-4fc7-b50e-787867a3da23","security_groups":["a1fd671b-95e5-4bd5-a854-57fbc13307ab"],"device_id":""}} 2018-08-20 21:49:17,941 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 4.487s 2018-08-20 21:49:17,942 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-747144705", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "port": "00166889-f722-4fc7-b50e-787867a3da23"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-b875efca-e9b5-4257-8ab0-b753d9998ce0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b875efca-e9b5-4257-8ab0-b753d9998ce0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "adminPass": "Y2x26Dj4HSUV"}} 2018-08-20 21:49:18,282 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.335s 2018-08-20 21:49:18,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-29e75846-e2da-4617-8314-33be1724adca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29e75846-e2da-4617-8314-33be1724adca'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:19,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.663s 2018-08-20 21:49:19,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-9f33099c-b559-4c8b-8589-839d46a6d1eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9f33099c-b559-4c8b-8589-839d46a6d1eb'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:21,728 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.749s 2018-08-20 21:49:21,728 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-e45c40a4-627f-4628-8fe8-ef739042e2ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e45c40a4-627f-4628-8fe8-ef739042e2ac'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:21,742 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-20 21:49:23,811 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 1.067s 2018-08-20 21:49:23,812 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-106d3d34-45d6-47cf-a18b-53191c067ed9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-106d3d34-45d6-47cf-a18b-53191c067ed9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:21Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:23,825 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:49:25,370 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.543s 2018-08-20 21:49:25,371 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-842f633c-2bcf-47d0-92b5-013222ace039', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-842f633c-2bcf-47d0-92b5-013222ace039'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:21Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:27,087 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.701s 2018-08-20 21:49:27,087 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-ac8e3067-6e55-4bdd-a4ec-544fa653e65f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac8e3067-6e55-4bdd-a4ec-544fa653e65f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:27,099 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:49:27,845 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.744s 2018-08-20 21:49:27,845 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-aed3d13c-6502-41cd-ac85-0bf262bfb5e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aed3d13c-6502-41cd-ac85-0bf262bfb5e7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:27,856 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c with status: ACTIVE 2018-08-20 21:49:29,097 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 1.241s 2018-08-20 21:49:29,098 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2141865912", "security_groups": ["a1fd671b-95e5-4bd5-a854-57fbc13307ab"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:49:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e8b0e6e-07f5-4c49-ada0-fb392e9f5cfd'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:49:28Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e65251b9-6af5-4f1b-a495-8075c3f96cc6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:49:28Z","name":"tempest-port-smoke-2141865912","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1d:db:d1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"3053a90d-6757-4e61-a19d-7ecba338587c","ip_address":"10.102.21.20"}],"id":"8098e2e4-0de8-4364-b4ae-235da97aef30","security_groups":["a1fd671b-95e5-4bd5-a854-57fbc13307ab"],"device_id":""}} 2018-08-20 21:49:32,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 3.798s 2018-08-20 21:49:32,899 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-747144705", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "port": "8098e2e4-0de8-4364-b4ae-235da97aef30"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-0e2109c7-e65e-4e1d-93a3-d88976c322ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e2109c7-e65e-4e1d-93a3-d88976c322ed'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4abb485e-68e7-4585-974a-288309d9a298", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "adminPass": "b5nucKMQsGJr"}} 2018-08-20 21:49:33,244 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.342s 2018-08-20 21:49:33,245 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-e41a4399-10e5-4193-9c41-16d1aa338381', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e41a4399-10e5-4193-9c41-16d1aa338381'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:34,588 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.327s 2018-08-20 21:49:34,589 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-01949375-6721-4eb0-b862-2deea78ad693', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-01949375-6721-4eb0-b862-2deea78ad693'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:36,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.684s 2018-08-20 21:49:36,288 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-c57017fb-2f53-4db3-9829-3eb5ef3b6608', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c57017fb-2f53-4db3-9829-3eb5ef3b6608'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:36,300 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:49:37,682 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.380s 2018-08-20 21:49:37,683 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-90283c2e-ade2-48c9-8369-6a4878d3e3fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90283c2e-ade2-48c9-8369-6a4878d3e3fe'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:37,697 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:49:39,676 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.978s 2018-08-20 21:49:39,677 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-b48ea4f8-544f-42b4-b007-623966210328', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b48ea4f8-544f-42b4-b007-623966210328'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:41,358 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.662s 2018-08-20 21:49:41,359 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-9ae0d62a-19e4-462c-89aa-0ecdb9bf8eef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9ae0d62a-19e4-462c-89aa-0ecdb9bf8eef'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:43,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 1.224s 2018-08-20 21:49:43,601 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-35ce378a-9381-41ae-80d7-350594b263fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35ce378a-9381-41ae-80d7-350594b263fa'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-958743964": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:db:d1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:40Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:43,612 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:49:44,303 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.690s 2018-08-20 21:49:44,304 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-72e541ed-60cd-46b7-83d0-2dd440ae485c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72e541ed-60cd-46b7-83d0-2dd440ae485c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-958743964": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:db:d1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:40Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:44,317 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 4abb485e-68e7-4585-974a-288309d9a298 with status: ACTIVE 2018-08-20 21:49:44,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.443s 2018-08-20 21:49:44,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1412102011", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:49:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-536b99ec-517e-4a39-a023-ab42c7fa4196'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:44Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:44Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308", "name": "tempest-router--1412102011"}} 2018-08-20 21:49:46,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308 1.570s 2018-08-20 21:49:46,334 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308', u'date': 'Mon, 20 Aug 2018 21:49:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cd22eda7-a6be-4c6d-9852-912010dfd271'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:44Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:46Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308", "name": "tempest-router--1412102011"}} 2018-08-20 21:49:48,727 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/add_router_interface 2.392s 2018-08-20 21:49:48,727 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b4883427-550b-486f-8b5e-81ce16309695"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:49:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-055dcc9c-429b-4c9d-a448-c813783b170d'} Body: {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b4883427-550b-486f-8b5e-81ce16309695", "subnet_ids": ["b4883427-550b-486f-8b5e-81ce16309695"], "port_id": "89539023-35a9-4e28-b787-664ff723b36b", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308"} 2018-08-20 21:49:50,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.025s 2018-08-20 21:49:50,754 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "00166889-f722-4fc7-b50e-787867a3da23"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:49:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a50ec1c1-436e-496e-b58c-16a3e160c3d3'} Body: {"floatingip": {"router_id": "9879705a-f0f3-4721-8c20-9e7521d1d308", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:49:49Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "00166889-f722-4fc7-b50e-787867a3da23", "id": "0abb8046-59dd-498e-b8c3-79f41a1c02d0", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:49:50,756 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:50:00,776 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:50:00,840 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:50:00,841 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:50:00,955 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:50:00,956 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:50:00,958 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:50:01,017 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:50:01,022 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:50:06,030 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:50:06,031 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-20 21:51:16,099 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:51:16,100 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:51:16,104 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:51:16,164 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:51:16,168 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:51:21,175 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:51:21,175 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-20 21:52:31,246 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:52:31,247 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:52:31,247 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31,252 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31,347 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:52:31,380 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31,386 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:52:31,387 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:60:71:97 [ether] on eth0 2018-08-20 21:52:31,387 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:52:31,388 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31,390 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31,452 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:52:31,454 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31,463 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:52:31,463 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:52:31,463 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31,466 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31,527 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:52:31,531 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31,537 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:52:31,538 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31,539 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31,599 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:52:31,603 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31,608 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:52:31,608 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:60:71:97 [ether] on eth0 2018-08-20 21:52:31,609 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:52:31,609 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31,611 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31,671 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:52:31,675 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:36,683 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:52:36,683 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-20 21:53:46,754 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:53:46,754 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:53:46,759 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:53:46,861 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:53:46,886 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:53:51,894 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:53:51,895 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-20 21:55:01,940 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:55:01,941 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.203: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:55:03,197 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/0abb8046-59dd-498e-b8c3-79f41a1c02d0 1.253s 2018-08-20 21:55:03,198 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/0abb8046-59dd-498e-b8c3-79f41a1c02d0', u'date': 'Mon, 20 Aug 2018 21:55:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-18402d40-42f0-4347-9600-4eb9176b133d'} Body: 2018-08-20 21:55:05,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/remove_router_interface 1.973s 2018-08-20 21:55:05,172 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b4883427-550b-486f-8b5e-81ce16309695"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:55:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6fd059e-22e2-4ac9-b917-8b3e9eb719e7'} Body: {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b4883427-550b-486f-8b5e-81ce16309695", "subnet_ids": ["b4883427-550b-486f-8b5e-81ce16309695"], "port_id": "89539023-35a9-4e28-b787-664ff723b36b", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308"} 2018-08-20 21:55:07,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308 1.859s 2018-08-20 21:55:07,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308', u'date': 'Mon, 20 Aug 2018 21:55:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-683da900-15bd-43c7-9bd9-7040b543f875'} Body: 2018-08-20 21:55:07,474 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.439s 2018-08-20 21:55:07,474 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-ca5e631e-2a4e-462a-9b38-c34f3e52159f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca5e631e-2a4e-462a-9b38-c34f3e52159f'} Body: 2018-08-20 21:55:08,410 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.935s 2018-08-20 21:55:08,411 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-f5abc1d6-9628-404a-b196-ca11ba77d00b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5abc1d6-9628-404a-b196-ca11ba77d00b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-958743964": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:db:d1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:07Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:55:10,460 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 1.033s 2018-08-20 21:55:10,460 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1342', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-248be8e2-96af-42b9-9ff6-9e602f4623ec', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-248be8e2-96af-42b9-9ff6-9e602f4623ec'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:08Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:55:11,576 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.101s 2018-08-20 21:55:11,577 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-5cc27783-c4f2-429d-a107-ce2f2494d54f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:11 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5cc27783-c4f2-429d-a107-ce2f2494d54f'} Body: {"itemNotFound": {"message": "Instance 4abb485e-68e7-4585-974a-288309d9a298 could not be found.", "code": 404}} 2018-08-20 21:55:12,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/8098e2e4-0de8-4364-b4ae-235da97aef30 1.002s 2018-08-20 21:55:12,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/8098e2e4-0de8-4364-b4ae-235da97aef30', u'date': 'Mon, 20 Aug 2018 21:55:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-92d77e9c-96ea-40b1-a861-face2c941806'} Body: 2018-08-20 21:55:13,067 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.484s 2018-08-20 21:55:13,067 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-f96ef8c5-56aa-4396-978f-8e02ee936c95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f96ef8c5-56aa-4396-978f-8e02ee936c95'} Body: 2018-08-20 21:55:14,490 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 1.421s 2018-08-20 21:55:14,490 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-da917a7b-a056-40cc-b0a0-e52dbcaa341d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da917a7b-a056-40cc-b0a0-e52dbcaa341d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:12Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:55:16,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.729s 2018-08-20 21:55:16,237 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-22cb8507-d21b-463d-82f8-7dceb7d28bfc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22cb8507-d21b-463d-82f8-7dceb7d28bfc'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:13Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:55:17,301 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.049s 2018-08-20 21:55:17,301 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-efe698fe-d02e-40cf-9eec-9566aef591eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-efe698fe-d02e-40cf-9eec-9566aef591eb'} Body: {"itemNotFound": {"message": "Instance c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c could not be found.", "code": 404}} 2018-08-20 21:55:18,281 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/00166889-f722-4fc7-b50e-787867a3da23 0.979s 2018-08-20 21:55:18,282 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/00166889-f722-4fc7-b50e-787867a3da23', u'date': 'Mon, 20 Aug 2018 21:55:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0fb0a604-f076-4d7f-b472-f9ff1f769bab'} Body: 2018-08-20 21:55:18,361 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-747144705 0.078s 2018-08-20 21:55:18,362 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-747144705', u'x-compute-request-id': 'req-7d486a1d-3d31-4c38-b0da-2c0cbf0ed4d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7d486a1d-3d31-4c38-b0da-2c0cbf0ed4d9'} Body: 2018-08-20 21:55:20,183 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/remove_router_interface 1.820s 2018-08-20 21:55:20,184 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:55:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a0ad0b6-db4a-428a-9669-553150cd2546'} Body: {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c", "subnet_ids": ["3053a90d-6757-4e61-a19d-7ecba338587c"], "port_id": "c209a68a-3f70-4333-ba5d-2adb8e6c5df0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e"} 2018-08-20 21:55:22,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e 1.879s 2018-08-20 21:55:22,064 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e', u'date': 'Mon, 20 Aug 2018 21:55:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dfac6d19-4a00-4028-87b7-e1a9d26bbb73'} Body: 2018-08-20 21:55:24,870 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3053a90d-6757-4e61-a19d-7ecba338587c 2.805s 2018-08-20 21:55:24,871 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3053a90d-6757-4e61-a19d-7ecba338587c', u'date': 'Mon, 20 Aug 2018 21:55:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5ca0f45f-a55b-4e89-b68f-7afe5ee94142'} Body: 2018-08-20 21:55:27,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/e65251b9-6af5-4f1b-a495-8075c3f96cc6 2.601s 2018-08-20 21:55:27,474 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/e65251b9-6af5-4f1b-a495-8075c3f96cc6', u'date': 'Mon, 20 Aug 2018 21:55:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-77cc1290-32e0-416a-839a-34ee44a699f3'} Body: 2018-08-20 21:55:29,876 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b4883427-550b-486f-8b5e-81ce16309695 2.401s 2018-08-20 21:55:29,876 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/b4883427-550b-486f-8b5e-81ce16309695', u'date': 'Mon, 20 Aug 2018 21:55:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d85e46db-49fe-434a-a255-d5b288053301'} Body: 2018-08-20 21:55:31,784 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/39ffe8d3-788b-46b0-bbe6-ca24c4f65e66 1.907s 2018-08-20 21:55:31,785 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/39ffe8d3-788b-46b0-bbe6-ca24c4f65e66', u'date': 'Mon, 20 Aug 2018 21:55:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-45f7aa44-cd35-479b-94e9-f479e875f022'} Body: 2018-08-20 21:55:32,093 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/a1fd671b-95e5-4bd5-a854-57fbc13307ab 0.306s 2018-08-20 21:55:32,093 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/a1fd671b-95e5-4bd5-a854-57fbc13307ab', u'date': 'Mon, 20 Aug 2018 21:55:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-17b9b7fc-f211-4dfb-a927-f2bca90a2629'} Body: 2018-08-20 21:55:32.810 63 INFO tempest.lib.common.rest_client [req-7cd3352e-9a5b-4e6e-9df2-c3aec8439295 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d 0.689s 2018-08-20 21:55:32.810 63 DEBUG tempest.lib.common.rest_client [req-7cd3352e-9a5b-4e6e-9df2-c3aec8439295 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d', u'date': 'Mon, 20 Aug 2018 21:55:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7cd3352e-9a5b-4e6e-9df2-c3aec8439295'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:33.277 63 INFO tempest.lib.common.rest_client [req-15b46840-1384-43da-914e-0e2a7a9d057e ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d 0.466s 2018-08-20 21:55:33.277 63 DEBUG tempest.lib.common.rest_client [req-15b46840-1384-43da-914e-0e2a7a9d057e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d', u'date': 'Mon, 20 Aug 2018 21:55:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-15b46840-1384-43da-914e-0e2a7a9d057e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:33.634 63 INFO tempest.lib.common.rest_client [req-3ef8f045-8b38-4581-9d4b-c10f637e070e ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49 0.356s 2018-08-20 21:55:33.635 63 DEBUG tempest.lib.common.rest_client [req-3ef8f045-8b38-4581-9d4b-c10f637e070e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49', u'date': 'Mon, 20 Aug 2018 21:55:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3ef8f045-8b38-4581-9d4b-c10f637e070e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:34.085 63 INFO tempest.lib.common.rest_client [req-7b4c8811-3ecf-421c-86f1-3c28d93ecf47 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6 0.449s 2018-08-20 21:55:34.085 63 DEBUG tempest.lib.common.rest_client [req-7b4c8811-3ecf-421c-86f1-3c28d93ecf47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6', u'date': 'Mon, 20 Aug 2018 21:55:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7b4c8811-3ecf-421c-86f1-3c28d93ecf47'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:34.455 63 INFO tempest.lib.common.rest_client [req-32576382-f40c-4fd9-9897-8418d699357d ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ac7150af-d596-4328-b148-8381362be63a 0.369s 2018-08-20 21:55:34.456 63 DEBUG tempest.lib.common.rest_client [req-32576382-f40c-4fd9-9897-8418d699357d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ac7150af-d596-4328-b148-8381362be63a', u'date': 'Mon, 20 Aug 2018 21:55:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-32576382-f40c-4fd9-9897-8418d699357d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:34.827 63 INFO tempest.lib.common.rest_client [req-c46414fb-2e10-4ebe-bfa9-05e9e8af254d ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/017374e9-6337-4a5b-90a0-ee770257e0f6 0.371s 2018-08-20 21:55:34.828 63 DEBUG tempest.lib.common.rest_client [req-c46414fb-2e10-4ebe-bfa9-05e9e8af254d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/017374e9-6337-4a5b-90a0-ee770257e0f6', u'date': 'Mon, 20 Aug 2018 21:55:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c46414fb-2e10-4ebe-bfa9-05e9e8af254d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:35.186 63 INFO tempest.lib.common.rest_client [req-508cf689-93cb-4f04-bdaf-33d14eaf427a ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18 0.357s 2018-08-20 21:55:35.186 63 DEBUG tempest.lib.common.rest_client [req-508cf689-93cb-4f04-bdaf-33d14eaf427a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18', u'date': 'Mon, 20 Aug 2018 21:55:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-508cf689-93cb-4f04-bdaf-33d14eaf427a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:35.581 63 INFO tempest.lib.common.rest_client [req-0d0b4c1a-8daf-4e44-a2ca-c4ddad2483e8 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c 0.394s 2018-08-20 21:55:35.581 63 DEBUG tempest.lib.common.rest_client [req-0d0b4c1a-8daf-4e44-a2ca-c4ddad2483e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c', u'date': 'Mon, 20 Aug 2018 21:55:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d0b4c1a-8daf-4e44-a2ca-c4ddad2483e8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:35.958 63 INFO tempest.lib.common.rest_client [req-0ffbf0e4-1bc6-489f-b758-ab13b93d996c ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fc777782-76cd-4b35-aeff-a10f884b410c 0.376s 2018-08-20 21:55:35.958 63 DEBUG tempest.lib.common.rest_client [req-0ffbf0e4-1bc6-489f-b758-ab13b93d996c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fc777782-76cd-4b35-aeff-a10f884b410c', u'date': 'Mon, 20 Aug 2018 21:55:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0ffbf0e4-1bc6-489f-b758-ab13b93d996c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:36.126 63 INFO tempest.lib.common.rest_client [req-995cce38-9ec1-44d2-8bd3-8fe806351e70 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1808332-7d39-4a5a-b3cc-0393bdd1fab3 0.167s 2018-08-20 21:55:36.126 63 DEBUG tempest.lib.common.rest_client [req-995cce38-9ec1-44d2-8bd3-8fe806351e70 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1808332-7d39-4a5a-b3cc-0393bdd1fab3', u'date': 'Mon, 20 Aug 2018 21:55:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-995cce38-9ec1-44d2-8bd3-8fe806351e70'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:36.553 63 INFO tempest.lib.common.rest_client [req-527823c8-28b0-42f7-9124-f55a3d8826b3 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753 0.425s 2018-08-20 21:55:36.553 63 DEBUG tempest.lib.common.rest_client [req-527823c8-28b0-42f7-9124-f55a3d8826b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753', u'date': 'Mon, 20 Aug 2018 21:55:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-527823c8-28b0-42f7-9124-f55a3d8826b3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:36.671 63 INFO tempest.lib.common.rest_client [req-0057b8be-f231-4837-8e36-89a1606d149c ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17 0.117s 2018-08-20 21:55:36.671 63 DEBUG tempest.lib.common.rest_client [req-0057b8be-f231-4837-8e36-89a1606d149c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17', u'date': 'Mon, 20 Aug 2018 21:55:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0057b8be-f231-4837-8e36-89a1606d149c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:37.042 63 INFO tempest.lib.common.rest_client [req-e995b996-f82f-49da-9135-51b4ec5e9727 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/79b2311f-3d9e-4700-823f-3e0e4dc5e838 0.370s 2018-08-20 21:55:37.043 63 DEBUG tempest.lib.common.rest_client [req-e995b996-f82f-49da-9135-51b4ec5e9727 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/79b2311f-3d9e-4700-823f-3e0e4dc5e838', u'date': 'Mon, 20 Aug 2018 21:55:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e995b996-f82f-49da-9135-51b4ec5e9727'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:37.144 63 INFO tempest.lib.common.rest_client [req-693802f9-1b41-4622-9cbc-d438d0ce03cc ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc 0.100s 2018-08-20 21:55:37.144 63 DEBUG tempest.lib.common.rest_client [req-693802f9-1b41-4622-9cbc-d438d0ce03cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc', u'date': 'Mon, 20 Aug 2018 21:55:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-693802f9-1b41-4622-9cbc-d438d0ce03cc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:37.503 63 INFO tempest.lib.common.rest_client [req-c83d4a34-a5f5-4626-9361-e717a02a728a ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b 0.358s 2018-08-20 21:55:37.504 63 DEBUG tempest.lib.common.rest_client [req-c83d4a34-a5f5-4626-9361-e717a02a728a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b', u'date': 'Mon, 20 Aug 2018 21:55:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c83d4a34-a5f5-4626-9361-e717a02a728a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:37.941 63 INFO tempest.lib.common.rest_client [req-f743a9c5-22e3-434d-8031-d9fce0f41ea5 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f 0.436s 2018-08-20 21:55:37.941 63 DEBUG tempest.lib.common.rest_client [req-f743a9c5-22e3-434d-8031-d9fce0f41ea5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f', u'date': 'Mon, 20 Aug 2018 21:55:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f743a9c5-22e3-434d-8031-d9fce0f41ea5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:38.069 63 INFO tempest.lib.common.rest_client [req-a195029a-4942-47bf-ab89-5c7ff5aa12ef ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423 0.127s 2018-08-20 21:55:38.069 63 DEBUG tempest.lib.common.rest_client [req-a195029a-4942-47bf-ab89-5c7ff5aa12ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423', u'date': 'Mon, 20 Aug 2018 21:55:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a195029a-4942-47bf-ab89-5c7ff5aa12ef'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:38.486 63 INFO tempest.lib.common.rest_client [req-7a94ba40-13b8-4b4b-8f57-ddceb7b2a9d4 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855 0.416s 2018-08-20 21:55:38.486 63 DEBUG tempest.lib.common.rest_client [req-7a94ba40-13b8-4b4b-8f57-ddceb7b2a9d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855', u'date': 'Mon, 20 Aug 2018 21:55:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7a94ba40-13b8-4b4b-8f57-ddceb7b2a9d4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:38.586 63 INFO tempest.lib.common.rest_client [req-6f816793-98c7-466a-a903-4422403d54e4 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec 0.099s 2018-08-20 21:55:38.587 63 DEBUG tempest.lib.common.rest_client [req-6f816793-98c7-466a-a903-4422403d54e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec', u'date': 'Mon, 20 Aug 2018 21:55:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6f816793-98c7-466a-a903-4422403d54e4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:38.966 63 INFO tempest.lib.common.rest_client [req-75a877de-bdbc-4f4a-9896-a57f1f2ce96f ] Request (TestBGPVPNBasic:tearDownClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:55:38.967 63 DEBUG tempest.lib.common.rest_client [req-75a877de-bdbc-4f4a-9896-a57f1f2ce96f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:55:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-75a877de-bdbc-4f4a-9896-a57f1f2ce96f'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:39.355 63 INFO tempest.lib.common.rest_client [req-10527c6b-43ca-4194-a908-000551f2181d ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/c4dbd00cd58e43d3bafb89126fac9640 0.387s 2018-08-20 21:55:39.356 63 DEBUG tempest.lib.common.rest_client [req-10527c6b-43ca-4194-a908-000551f2181d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/c4dbd00cd58e43d3bafb89126fac9640', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:55:38 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-10527c6b-43ca-4194-a908-000551f2181d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:39.753 63 INFO tempest.lib.common.rest_client [req-a59ebfdd-6cb7-4932-9b06-d999f732e150 ] Request (TestBGPVPNBasic:tearDownClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:55:39.754 63 DEBUG tempest.lib.common.rest_client [req-a59ebfdd-6cb7-4932-9b06-d999f732e150 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:55:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a59ebfdd-6cb7-4932-9b06-d999f732e150'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:55:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:40.208 63 INFO tempest.lib.common.rest_client [req-7e186d53-f907-426d-9f72-20db82ce90e6 ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=f9029491474e4fcf9a7c70d225ab2c66&name=default 0.453s 2018-08-20 21:55:40.209 63 DEBUG tempest.lib.common.rest_client [req-7e186d53-f907-426d-9f72-20db82ce90e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups?tenant_id=f9029491474e4fcf9a7c70d225ab2c66&name=default', u'date': 'Mon, 20 Aug 2018 21:55:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7e186d53-f907-426d-9f72-20db82ce90e6'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f9029491474e4fcf9a7c70d225ab2c66", "created_at": "2018-08-20T21:55:39Z", "updated_at": "2018-08-20T21:55:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:55:40Z", "revision_number": 0, "id": "35f5aaca-fafc-461f-84da-3193f8a309ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:55:40Z", "security_group_id": "dea2666a-7f63-4fc7-bfe2-436661cbdef9", "tenant_id": "f9029491474e4fcf9a7c70d225ab2c66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9029491474e4fcf9a7c70d225ab2c66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:55:40Z", "revision_number": 0, "id": "917a6b32-d41a-4ea1-ab29-fc8512227f69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:55:40Z", "security_group_id": "dea2666a-7f63-4fc7-bfe2-436661cbdef9", "tenant_id": "f9029491474e4fcf9a7c70d225ab2c66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9029491474e4fcf9a7c70d225ab2c66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:55:40Z", "revision_number": 0, "id": "9919cd9e-7bbc-418a-82fb-05e5380e1546", "remote_group_id": "dea2666a-7f63-4fc7-bfe2-436661cbdef9", "remote_ip_prefix": null, "created_at": "2018-08-20T21:55:40Z", "security_group_id": "dea2666a-7f63-4fc7-bfe2-436661cbdef9", "tenant_id": "f9029491474e4fcf9a7c70d225ab2c66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9029491474e4fcf9a7c70d225ab2c66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:55:40Z", "revision_number": 0, "id": "bfa449bc-797e-4274-8ff5-b1ad0a9f572c", "remote_group_id": "dea2666a-7f63-4fc7-bfe2-436661cbdef9", "remote_ip_prefix": null, "created_at": "2018-08-20T21:55:40Z", "security_group_id": "dea2666a-7f63-4fc7-bfe2-436661cbdef9", "tenant_id": "f9029491474e4fcf9a7c70d225ab2c66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9029491474e4fcf9a7c70d225ab2c66"}], "revision_number": 1, "project_id": "f9029491474e4fcf9a7c70d225ab2c66", "id": "dea2666a-7f63-4fc7-bfe2-436661cbdef9", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:40.558 63 INFO tempest.lib.common.rest_client [req-4a6b4db0-0009-4942-936a-bbfe74bb61e3 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/dea2666a-7f63-4fc7-bfe2-436661cbdef9 0.348s 2018-08-20 21:55:40.559 63 DEBUG tempest.lib.common.rest_client [req-4a6b4db0-0009-4942-936a-bbfe74bb61e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/dea2666a-7f63-4fc7-bfe2-436661cbdef9', u'date': 'Mon, 20 Aug 2018 21:55:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4a6b4db0-0009-4942-936a-bbfe74bb61e3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:40.859 63 INFO tempest.lib.common.rest_client [req-183fcd60-c3d3-415a-9f19-71815f0236d8 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/f9029491474e4fcf9a7c70d225ab2c66 0.299s 2018-08-20 21:55:40.859 63 DEBUG tempest.lib.common.rest_client [req-183fcd60-c3d3-415a-9f19-71815f0236d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/f9029491474e4fcf9a7c70d225ab2c66', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:55:40 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-183fcd60-c3d3-415a-9f19-71815f0236d8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:41.145 63 INFO tempest.lib.common.rest_client [req-e2d026ae-dd1c-43c2-a23b-d96837e1cedb ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/fb3b0c49b9664ba08b7bfb395d65a59d 0.284s 2018-08-20 21:55:41.145 63 DEBUG tempest.lib.common.rest_client [req-e2d026ae-dd1c-43c2-a23b-d96837e1cedb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/fb3b0c49b9664ba08b7bfb395d65a59d', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:55:40 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-e2d026ae-dd1c-43c2-a23b-d96837e1cedb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:41.564 63 INFO tempest.lib.common.rest_client [req-e4588c44-cadd-48c8-aa69-b415997ddc33 ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=95e9a3b8a0d84525b537f790adf52ac9&name=default 0.418s 2018-08-20 21:55:41.565 63 DEBUG tempest.lib.common.rest_client [req-e4588c44-cadd-48c8-aa69-b415997ddc33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups?tenant_id=95e9a3b8a0d84525b537f790adf52ac9&name=default', u'date': 'Mon, 20 Aug 2018 21:55:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4588c44-cadd-48c8-aa69-b415997ddc33'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "95e9a3b8a0d84525b537f790adf52ac9", "created_at": "2018-08-20T21:55:41Z", "updated_at": "2018-08-20T21:55:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:55:41Z", "revision_number": 0, "id": "0f3b21b2-138a-4069-8979-2ff3552520cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:55:41Z", "security_group_id": "619255e7-da25-46b1-9368-de94e4b43083", "tenant_id": "95e9a3b8a0d84525b537f790adf52ac9", "port_range_min": null, "ethertype": "IPv4", "project_id": "95e9a3b8a0d84525b537f790adf52ac9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:55:41Z", "revision_number": 0, "id": "3ac9af3d-8be9-4056-a906-23f34d518200", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:55:41Z", "security_group_id": "619255e7-da25-46b1-9368-de94e4b43083", "tenant_id": "95e9a3b8a0d84525b537f790adf52ac9", "port_range_min": null, "ethertype": "IPv6", "project_id": "95e9a3b8a0d84525b537f790adf52ac9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:55:41Z", "revision_number": 0, "id": "7cd6a956-f17c-4953-9e1a-37282a3a603b", "remote_group_id": "619255e7-da25-46b1-9368-de94e4b43083", "remote_ip_prefix": null, "created_at": "2018-08-20T21:55:41Z", "security_group_id": "619255e7-da25-46b1-9368-de94e4b43083", "tenant_id": "95e9a3b8a0d84525b537f790adf52ac9", "port_range_min": null, "ethertype": "IPv4", "project_id": "95e9a3b8a0d84525b537f790adf52ac9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:55:41Z", "revision_number": 0, "id": "8e422e8a-449a-4e3a-89c3-f8a890a54bb5", "remote_group_id": "619255e7-da25-46b1-9368-de94e4b43083", "remote_ip_prefix": null, "created_at": "2018-08-20T21:55:41Z", "security_group_id": "619255e7-da25-46b1-9368-de94e4b43083", "tenant_id": "95e9a3b8a0d84525b537f790adf52ac9", "port_range_min": null, "ethertype": "IPv6", "project_id": "95e9a3b8a0d84525b537f790adf52ac9"}], "revision_number": 1, "project_id": "95e9a3b8a0d84525b537f790adf52ac9", "id": "619255e7-da25-46b1-9368-de94e4b43083", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:42.103 63 INFO tempest.lib.common.rest_client [req-0690f834-b8f4-4421-840d-f184fe20f074 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/619255e7-da25-46b1-9368-de94e4b43083 0.538s 2018-08-20 21:55:42.104 63 DEBUG tempest.lib.common.rest_client [req-0690f834-b8f4-4421-840d-f184fe20f074 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/619255e7-da25-46b1-9368-de94e4b43083', u'date': 'Mon, 20 Aug 2018 21:55:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0690f834-b8f4-4421-840d-f184fe20f074'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:42.553 63 INFO tempest.lib.common.rest_client [req-ba76b238-2347-4e3b-a7a9-84cc9283da21 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/95e9a3b8a0d84525b537f790adf52ac9 0.448s 2018-08-20 21:55:42.553 63 DEBUG tempest.lib.common.rest_client [req-ba76b238-2347-4e3b-a7a9-84cc9283da21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/95e9a3b8a0d84525b537f790adf52ac9', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:55:42 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-ba76b238-2347-4e3b-a7a9-84cc9283da21'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:43.762 63 INFO tempest.lib.common.rest_client [req-36338994-2d8b-43ab-888a-945cd9872311 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/6781ccc7c1ed469cb8c7a41efec3b330 1.208s 2018-08-20 21:55:43.762 63 DEBUG tempest.lib.common.rest_client [req-36338994-2d8b-43ab-888a-945cd9872311 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/6781ccc7c1ed469cb8c7a41efec3b330', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:55:42 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-36338994-2d8b-43ab-888a-945cd9872311'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:44.099 63 INFO tempest.lib.common.rest_client [req-b2ecfcb7-de81-455b-a014-bf09aa0f1951 ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=5de6542c36a24c72be615f783fe47ba0&name=default 0.336s 2018-08-20 21:55:44.099 63 DEBUG tempest.lib.common.rest_client [req-b2ecfcb7-de81-455b-a014-bf09aa0f1951 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups?tenant_id=5de6542c36a24c72be615f783fe47ba0&name=default', u'date': 'Mon, 20 Aug 2018 21:55:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2ecfcb7-de81-455b-a014-bf09aa0f1951'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:54Z", "updated_at": "2018-08-20T20:30:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:54Z", "revision_number": 0, "id": "83b922bf-e39a-4216-a286-ff72e480b09f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:54Z", "security_group_id": "82dad1b1-1e0d-456b-b991-4d95273e7be6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:54Z", "revision_number": 0, "id": "bceae83a-4292-4bc9-8a17-cbf0efd05148", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:54Z", "security_group_id": "82dad1b1-1e0d-456b-b991-4d95273e7be6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:54Z", "revision_number": 0, "id": "cd4fb867-2e5b-4090-8dc6-429c9e79bd51", "remote_group_id": "82dad1b1-1e0d-456b-b991-4d95273e7be6", "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:54Z", "security_group_id": "82dad1b1-1e0d-456b-b991-4d95273e7be6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:54Z", "revision_number": 0, "id": "d79f2294-e73d-4636-ba95-454dc407c34f", "remote_group_id": "82dad1b1-1e0d-456b-b991-4d95273e7be6", "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:54Z", "security_group_id": "82dad1b1-1e0d-456b-b991-4d95273e7be6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "82dad1b1-1e0d-456b-b991-4d95273e7be6", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:44.763 63 INFO tempest.lib.common.rest_client [req-26331723-0476-4747-ab7e-eb0a49f8ae59 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/82dad1b1-1e0d-456b-b991-4d95273e7be6 0.662s 2018-08-20 21:55:44.763 63 DEBUG tempest.lib.common.rest_client [req-26331723-0476-4747-ab7e-eb0a49f8ae59 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/82dad1b1-1e0d-456b-b991-4d95273e7be6', u'date': 'Mon, 20 Aug 2018 21:55:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-26331723-0476-4747-ab7e-eb0a49f8ae59'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-20 21:55:45.123 63 INFO tempest.lib.common.rest_client [req-67bfc0a5-153a-4c0d-aa7c-c87f4b25f265 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/5de6542c36a24c72be615f783fe47ba0 0.359s 2018-08-20 21:55:45.124 63 DEBUG tempest.lib.common.rest_client [req-67bfc0a5-153a-4c0d-aa7c-c87f4b25f265 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/5de6542c36a24c72be615f783fe47ba0', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:55:44 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-67bfc0a5-153a-4c0d-aa7c-c87f4b25f265'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 ============================== Failed 19 tests - output below: ============================== networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target[id-559013fd-1e34-4fde-9599-f8aafe9ae716] ---------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/api/test_bgpvpn.py", line 178, in test_update_route_target export_targets=['64512:6'] File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 50, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:30:34,931 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.125s 2018-08-20 20:30:34,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": ["64512:2"], "export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--1422111067"}} Response - Headers: {'status': '201', u'content-length': '365', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b3aed80-a70a-4c19-bbd0-b21054600691'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--1422111067", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "5d725084dc2c4f5fb5a5696532a7fac7", "route_targets": ["64512:1"], "project_id": "5d725084dc2c4f5fb5a5696532a7fac7", "type": "l3", "id": "567b093c-6fc2-4664-beb7-d2935aabd324"}} 2018-08-20 20:30:34,984 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/567b093c-6fc2-4664-beb7-d2935aabd324 0.051s 2018-08-20 20:30:34,984 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:4"], "import_targets": ["64512:5"], "export_targets": ["64512:6"]}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/567b093c-6fc2-4664-beb7-d2935aabd324', u'date': 'Mon, 20 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf700d3e-ed7b-4a49-8de1-48fc8855cb1d'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic[compute,id-afdd6cad-871a-4343-b97b-6319c76c815d,network] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 83, in test_bgpvpn_basic self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:30:54,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.658s 2018-08-20 20:30:54,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-780025396 description", "name": "tempest-secgroup-smoke-780025396"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:30:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c924715e-173c-46c5-9539-f4a16d5c6dd8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-780025396 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:54Z", "updated_at": "2018-08-20T20:30:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:54Z", "revision_number": 0, "id": "1a29a2ca-21d4-490d-889e-e813e1a545ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:54Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:30:54Z", "revision_number": 0, "id": "53cfc295-ca47-4c27-a8c1-c26a1e6bb482", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:30:54Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e66da639-8b64-4f46-9798-b44645f5a165", "name": "tempest-secgroup-smoke-780025396"}} 2018-08-20 20:30:55,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.464s 2018-08-20 20:30:55,409 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-477f03d9-57bf-46aa-8db8-4008175d2b98'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:30:55Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ae144c69-9aef-4b97-ab21-8e49dc2e191b"}} 2018-08-20 20:30:55,851 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.442s 2018-08-20 20:30:55,852 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afaf8915-2a7a-47bb-b186-074a9695976d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:30:55Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "21eed4f8-8135-40f7-93f8-b3c073eb21df"}} 2018-08-20 20:30:56,342 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.489s 2018-08-20 20:30:56,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a616391b-b703-4557-b241-8e9bbb1f3f50'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:30:56Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f9f3b52c-a66c-481b-bd30-874c24df341b"}} 2018-08-20 20:30:56,797 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.453s 2018-08-20 20:30:56,798 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9df19e6e-630c-496a-9d6a-0f11e9fb5f08'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:30:56Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "efeca2f9-7767-4058-ba58-21ae589a41cf"}} 2018-08-20 20:30:57,271 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.472s 2018-08-20 20:30:57,271 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-60d41b2d-90f8-4524-a6bc-e0d02bf1a12f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:57Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "37c6ce36-1c5e-4fcb-8312-439538409652"}} 2018-08-20 20:30:57,474 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-20 20:30:57,475 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70af15b2-86f4-4713-9c46-c73bd6dfff64'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:57Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "06c3a201-1040-478a-9035-940f6cb7a536"}} 2018-08-20 20:30:57,845 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.370s 2018-08-20 20:30:57,846 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f221ab6c-c315-49d9-aee6-50313619af8c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:57Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bba55164-51e4-4650-a717-40e707e5d778"}} 2018-08-20 20:30:58,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.451s 2018-08-20 20:30:58,298 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:30:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6dcde3ff-7afe-409d-9f43-e59a275ef504'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:30:58Z", "security_group_id": "e66da639-8b64-4f46-9798-b44645f5a165", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:30:58Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "cd5eb1d7-0e8c-4e6c-9517-92ac025615d9"}} 2018-08-20 20:30:58,873 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.574s 2018-08-20 20:30:58,874 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1274864626"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:30:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49492147-a1d4-4e10-b5a1-32b6f8742d51'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"8592f7c1-d822-47f4-b541-844dd52c914e","name":"tempest-A-1274864626"}} 2018-08-20 20:30:59,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.609s 2018-08-20 20:30:59,484 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "name": "tempest-subnet-A-1-1643723052"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:30:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db28d233-86cd-45b5-8f3b-987213227597'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8592f7c1-d822-47f4-b541-844dd52c914e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:30:59Z","dns_nameservers":[],"updated_at":"2018-08-20T20:30:59Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"47760ed0-4826-45c1-95bf-82416edda5f0","subnetpool_id":null,"name":"tempest-subnet-A-1-1643723052"}} 2018-08-20 20:31:00,101 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.615s 2018-08-20 20:31:00,102 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1368629416"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:31:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27232b47-c240-49a4-8ae1-8a2b97ed8d96'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:30:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:30:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"0b99f611-2583-4b18-91f8-05e070777168","name":"tempest-B-1368629416"}} 2018-08-20 20:31:01,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.082s 2018-08-20 20:31:01,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "0b99f611-2583-4b18-91f8-05e070777168", "name": "tempest-subnet-B-1-1059101111"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:31:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abafc613-4733-4af6-8167-9aee469302a0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b99f611-2583-4b18-91f8-05e070777168","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:31:00Z","dns_nameservers":[],"updated_at":"2018-08-20T20:31:00Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"b3e48db3-4d65-46fd-9367-674c6ceed95c","subnetpool_id":null,"name":"tempest-subnet-B-1-1059101111"}} 2018-08-20 20:31:01,657 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.470s 2018-08-20 20:31:01,657 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1915398023"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2981aef6-3013-47a8-b288-7636c7569d90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2981aef6-3013-47a8-b288-7636c7569d90'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD1O+3ErG+GMD/EuE0UJblmGctsdmA3X/1jtSoRvF9Z/3TPa07T5clq/F2ee5wd7aC/pI/DGa+HKFPhACT21MM0ggS5jXSZ53XJSLMZ+tUIK2vPRJmlj6auVRcypV0GvDK16TXaG/QXxs9fy3CfxQcvYYfRxcocfUClegYJ8HUXlrNH/zUhfBc+WhE8z+6G9JlXWNHmb54GVHPdvdOn/SM/35C5shoEwQC9F7kPD/JZkAVTSS8PoS5EzwyVhli5itIwT0YmLL0b+exiQ9a1ozux7YrWfhOD8hEtRVwYoFSTM4OtjCXqiNPMnGAlAAIj0Qt1PhSUx9OevE9B9y7sGEuh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA9TvtxKxvhjA/xLhNFCW5ZhnLbHZgN1/9Y7UqEbxfWf90z2tO\n0+XJavxdnnucHe2gv6SPwxmvhyhT4QAk9tTDNIIEuY10med1yUizGfrVCCtrz0SZ\npY+mrlUXMqVdBrwytek12hv0F8bPX8twn8UHL2GH0cXKHH1ApXoGCfB1F5azR/81\nIXwXPloRPM/uhvSZV1jR5m+eBlRz3b3Tp/0jP9+QubIaBMEAvRe5Dw/yWZAFU0kv\nD6EuRM8MlYZYuYrSME9GJiy9G/nsYkPWtaM7se2K1n4Tg/IRLUVcGKBUkzODrYwl\n6ojTzJxgJQACI9ELdT4UlMfTnrxPQfcu7BhLoQIDAQABAoIBAQCS/11C6une0cUn\nsiHh1csQPJ4HYd3C07MbtViGURgG5m2qd3RE6BSYILYtbYLjHbGhro7OL/NbXP0K\nff+qRVbNfrI+V2BxcKDWCtHw3L4dq4lwMHq5FyaekTrajOz6QI1VJXm2R9NE/VMI\n5PWZj40DBb9YKus/sISzrDU6d/x4KhzRbZ7Q28QmCXAmSTvsPA3PfZsI//Cy2jZI\ncsSYtARwwTzBYWJaEqoY8VxLVQEkiJwNGwcKxUqi2nRcBUTAo9Nqye/l29YW2rAe\nniQCn6aA6cThr1kcpbKxy/Z2Eu9qPPxv0s9JcYYM/EFlP2SICQMG0wL4JXfsIXMy\nQRsziXXBAoGBAP/3hcBxJGVUA5QcjhX2Z/WgN+Wom9kcsYifw1AiCpvzAt1GXwjs\nYZI9GQA/y83TuyOQF7Tqjt4NVj8lI64WkZbNNayDNtWQCUtE4dgo0S5adGLHHKfX\nRxcpt2dZrS8iQwDP4zPb4fbFd2tJFnCKoPD6t/KVY+7hgJ/781Swdh69AoGBAPVE\nDQRnZDNMVoAmynj+tPouYxblQnaDH6PhaMTFd7iqU3NV7vkKDjusNR1lZrrdZ2X8\ns8HKR4g7m/9d0L2gcPtFttD6Ll10UY03q1QfKRtwpt2XZP/jn78HSnEfVb8YmOJK\nViNE8XgiQ8Bt5/4/Z42dpgAkgZU5xTdlKaO5N9C1AoGAfPpfXRIhQjReNvAmVATm\nx6B+Cm1kAwMmj93p4HNumKxzxpS4jEPWdC/OyDdeDFaINhoB6TzpmvQKG3TH0hWE\n6oux3FSI7oeQcibk2sU7NZXG4//yNuU++clNmnHHxI7HBlt6xPRkhTfvUfvyr+qQ\nIHlaXWCh1Z5XTkYXjk9GrUUCgYAW0jgr2rr2EvpRfkqEq56HUN2jeb2PbW/6PbUT\n6hPTuPV+29Yakhb08ncWvyKp7IP8d2D6fSnewT0oq8AKhO0+VCRImZ7Kz1HvQ+jL\nMQMQLJE6OSYKsVFh4vnIQNQnrdA77hLJwVZ+iSGovBFEFP47rRmPFdaA3hk9qEoR\nk+BfqQKBgQCVSyB9UxUCaFB4x7AaMXN2lmeXhEk3h9JvfxBCaHYnudaayE7sDxoJ\nurivczHj+g62YrouQr/eNDLs/d0Ev4No+ttn3YIx3Z19KATDZD+uAPhdu6aJOzJi\n6nO7gIToMhXYq3Upow6z80aW1bMrtMRHPKA6+FgnbIlRIngx46wZRQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1915398023", "fingerprint": "1f:02:87:2e:87:9f:ce:fa:e6:b7:84:ed:50:92:76:06"}} 2018-08-20 20:31:02,576 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 0.912s 2018-08-20 20:31:02,576 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1847574499", "security_groups": ["e66da639-8b64-4f46-9798-b44645f5a165"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:31:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-057d1854-6905-4f49-a6e4-7996a0deb59b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:31:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8592f7c1-d822-47f4-b541-844dd52c914e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:31:02Z","name":"tempest-port-smoke-1847574499","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3e:77:87","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"47760ed0-4826-45c1-95bf-82416edda5f0","ip_address":"10.101.11.10"}],"id":"59873c39-d21a-4294-8369-fe293ebff023","security_groups":["e66da639-8b64-4f46-9798-b44645f5a165"],"device_id":""}} 2018-08-20 20:31:05,583 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 3.006s 2018-08-20 20:31:05,584 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1915398023", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "8592f7c1-d822-47f4-b541-844dd52c914e", "port": "59873c39-d21a-4294-8369-fe293ebff023"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-2c4c5f83-15bf-4416-8503-dc6a19d80965', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2c4c5f83-15bf-4416-8503-dc6a19d80965'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "adminPass": "e52CSdoAqHdc"}} 2018-08-20 20:31:05,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.321s 2018-08-20 20:31:05,910 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-51350156-8d6f-453c-aff2-048b7f62361f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51350156-8d6f-453c-aff2-048b7f62361f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:07,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.608s 2018-08-20 20:31:07,533 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-763987ab-d9a0-4dc6-996d-0d346b37174d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-763987ab-d9a0-4dc6-996d-0d346b37174d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:08,918 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.369s 2018-08-20 20:31:08,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-29bb64a5-d5d8-4144-afa6-3905d78f6c3d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29bb64a5-d5d8-4144-afa6-3905d78f6c3d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:08,931 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:31:11,248 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 1.315s 2018-08-20 20:31:11,248 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-7a57ac28-de9f-4a42-81a0-8908b6f4f303', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a57ac28-de9f-4a42-81a0-8908b6f4f303'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:12,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.657s 2018-08-20 20:31:12,919 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-11f9662d-6153-4074-bb52-e8d57a94cfd6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11f9662d-6153-4074-bb52-e8d57a94cfd6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:14,651 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.719s 2018-08-20 20:31:14,652 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-da79d0fe-0f1f-4ac4-a3a7-09fd3372987f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da79d0fe-0f1f-4ac4-a3a7-09fd3372987f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:16,579 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.912s 2018-08-20 20:31:16,580 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-07dffbf2-f80f-4a25-b701-50a660414466', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-07dffbf2-f80f-4a25-b701-50a660414466'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:14Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:16,592 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 20:31:17,521 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.928s 2018-08-20 20:31:17,521 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-211985cf-9f49-47bc-9885-a40218141daf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-211985cf-9f49-47bc-9885-a40218141daf'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:14Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:17,533 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c2cce5b1-390f-4095-b7ab-96dba9bbe712 with status: ACTIVE 2018-08-20 20:31:18,772 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 1.237s 2018-08-20 20:31:18,772 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0b99f611-2583-4b18-91f8-05e070777168", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-103068718", "security_groups": ["e66da639-8b64-4f46-9798-b44645f5a165"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:31:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97cdc4db-3c2a-4b64-b20a-1e4339994ce9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:31:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0b99f611-2583-4b18-91f8-05e070777168","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:31:18Z","name":"tempest-port-smoke-103068718","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:24:d8:24","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"b3e48db3-4d65-46fd-9367-674c6ceed95c","ip_address":"10.102.21.20"}],"id":"d0af2d91-ff73-4478-be12-e92aee969efc","security_groups":["e66da639-8b64-4f46-9798-b44645f5a165"],"device_id":""}} 2018-08-20 20:31:21,178 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 2.404s 2018-08-20 20:31:21,179 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1915398023", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "0b99f611-2583-4b18-91f8-05e070777168", "port": "d0af2d91-ff73-4478-be12-e92aee969efc"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-7149025c-73d2-43ab-b8da-7cdc1a4c2532', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7149025c-73d2-43ab-b8da-7cdc1a4c2532'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "adminPass": "JEhmrBKujrE2"}} 2018-08-20 20:31:21,247 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.061s 2018-08-20 20:31:21,248 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-c39b7e56-9c54-4628-9c14-5ba502ecef21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c39b7e56-9c54-4628-9c14-5ba502ecef21'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:22,841 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.578s 2018-08-20 20:31:22,841 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-d7ef7527-39dc-426b-9dc3-fd2029a8a767', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7ef7527-39dc-426b-9dc3-fd2029a8a767'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:24,471 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.616s 2018-08-20 20:31:24,471 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-c6ac7349-ed85-4580-916d-a2287531bf6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c6ac7349-ed85-4580-916d-a2287531bf6d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:23Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:24,484 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 20:31:26,198 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.712s 2018-08-20 20:31:26,199 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-06dd7ca7-3c4f-411b-bbff-5a9c50d90eac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-06dd7ca7-3c4f-411b-bbff-5a9c50d90eac'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:26,211 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 20:31:27,930 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.717s 2018-08-20 20:31:27,930 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-20baebaf-5393-46dc-a823-62a2967f0067', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-20baebaf-5393-46dc-a823-62a2967f0067'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:29,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.714s 2018-08-20 20:31:29,660 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-d7aab067-a1ef-402f-832d-a05585a9cdb5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7aab067-a1ef-402f-832d-a05585a9cdb5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:31:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:32,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 1.440s 2018-08-20 20:31:32,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-761283a9-2e9f-497d-9661-81f93cbd5164', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-761283a9-2e9f-497d-9661-81f93cbd5164'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:30Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:32,138 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 20:31:32,932 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.793s 2018-08-20 20:31:32,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-2ee6cae3-b180-4a88-b0ed-6b107dca75ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:31:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2ee6cae3-b180-4a88-b0ed-6b107dca75ed'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:31:30Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:31:32,944 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d2d9d428-4648-4fa1-8308-05183e44b973 with status: ACTIVE 2018-08-20 20:31:33,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.379s 2018-08-20 20:31:33,325 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:31:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2a4ab88-347a-42e7-84db-4a3cf3c93daa'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "5fccd604-2a88-4736-99a1-b4a6c766144d"}} 2018-08-20 20:31:33,845 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations 0.519s 2018-08-20 20:31:33,845 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations', u'date': 'Mon, 20 Aug 2018 20:31:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ea7a333-5a3a-4aed-b9ce-cb2fb58a9ef8'} Body: {"network_association": {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "id": "0bd84fd7-2e49-435e-acaa-821f5eb7476c"}} 2018-08-20 20:31:34,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations 0.297s 2018-08-20 20:31:34,144 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0b99f611-2583-4b18-91f8-05e070777168"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5fccd604-2a88-4736-99a1-b4a6c766144d/network_associations', u'date': 'Mon, 20 Aug 2018 20:31:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d509a96-4d3c-47be-8fe2-7397fa0f5f73'} Body: {"network_association": {"network_id": "0b99f611-2583-4b18-91f8-05e070777168", "id": "e39aaa83-31d4-4c33-b91c-f19da92d0860"}} 2018-08-20 20:31:34,144 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 20:31:34,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/routers 0.173s 2018-08-20 20:31:34,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1606587466", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:31:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25ff9151-b7b0-4d29-9560-648690693e57'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:31:34Z", "admin_state_up": true, "updated_at": "2018-08-20T20:31:34Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a", "name": "tempest-router--1606587466"}} 2018-08-20 20:31:35,782 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a 1.463s 2018-08-20 20:31:35,783 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a', u'date': 'Mon, 20 Aug 2018 20:31:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3043b0ba-f114-469c-8c66-71783583250d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:31:34Z", "admin_state_up": true, "updated_at": "2018-08-20T20:31:35Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a", "name": "tempest-router--1606587466"}} 2018-08-20 20:31:37,766 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/add_router_interface 1.982s 2018-08-20 20:31:37,766 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:31:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f58a1ab1-4384-4520-a318-193464c2119d'} Body: {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0", "subnet_ids": ["47760ed0-4826-45c1-95bf-82416edda5f0"], "port_id": "7c2c2e9b-b139-4343-b98d-7ac82dfd58e4", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a"} 2018-08-20 20:31:40,083 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.316s 2018-08-20 20:31:40,084 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "59873c39-d21a-4294-8369-fe293ebff023"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:31:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f73baa4-37f3-4ad3-a88e-a0577ba33aa4'} Body: {"floatingip": {"router_id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:31:38Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "59873c39-d21a-4294-8369-fe293ebff023", "id": "0d38848e-b861-4429-b964-6bb9c9d5745b", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:31:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 20:31:40,087 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:31:42,090 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:31:42,158 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:31:42,188 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:31:42,302 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:31:42,303 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:31:42,306 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:31:42,368 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:31:42,370 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:31:47,377 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:31:47,378 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 20:32:57,398 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:32:57,398 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:32:57,401 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:32:57,463 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:32:57,466 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:33:02,472 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:33:02,473 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 20:34:12,487 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:34:12,488 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:34:12,488 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12,493 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12,596 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:34:12,622 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12,629 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:34:12,629 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9d:0f:44 [ether] on eth0 2018-08-20 20:34:12,629 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 20:34:12,630 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12,632 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12,691 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:34:12,696 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12,705 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 20:34:12,706 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 20:34:12,706 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12,708 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12,767 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:34:12,772 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12,778 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:34:12,779 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12,781 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12,843 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:34:12,845 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:12,850 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:34:12,851 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9d:0f:44 [ether] on eth0 2018-08-20 20:34:12,851 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:34:12,852 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:34:12,853 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:34:12,915 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:34:12,917 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:34:17,924 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:34:17,924 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 20:35:27,954 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:35:27,955 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 20:35:27,959 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:35:28,062 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:35:28,087 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 20:35:33,096 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:35:33,097 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 20:36:43,168 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:36:43,169 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:36:43.169 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:36:44,440 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/0d38848e-b861-4429-b964-6bb9c9d5745b 1.266s 2018-08-20 20:36:44,441 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/0d38848e-b861-4429-b964-6bb9c9d5745b', u'date': 'Mon, 20 Aug 2018 20:36:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-da77e07a-152e-4544-bb37-ef21602c1df8'} Body: 2018-08-20 20:36:46,476 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/remove_router_interface 2.034s 2018-08-20 20:36:46,476 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:36:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a14462e1-c0b8-4487-ab7b-44e43794c639'} Body: {"network_id": "8592f7c1-d822-47f4-b541-844dd52c914e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "47760ed0-4826-45c1-95bf-82416edda5f0", "subnet_ids": ["47760ed0-4826-45c1-95bf-82416edda5f0"], "port_id": "7c2c2e9b-b139-4343-b98d-7ac82dfd58e4", "id": "fb83effd-9cb8-4e18-a0df-b7d3318e1d4a"} 2018-08-20 20:36:48,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a 1.707s 2018-08-20 20:36:48,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fb83effd-9cb8-4e18-a0df-b7d3318e1d4a', u'date': 'Mon, 20 Aug 2018 20:36:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-492099ba-790f-4c22-8586-5923bd063c8c'} Body: 2018-08-20 20:36:48,639 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.453s 2018-08-20 20:36:48,640 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-4cb6398a-0b46-44a1-b2d5-5bd8fe21388c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4cb6398a-0b46-44a1-b2d5-5bd8fe21388c'} Body: 2018-08-20 20:36:49,748 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 1.107s 2018-08-20 20:36:49,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-583cb8db-742c-4475-8cc1-92f771956ad1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-583cb8db-742c-4475-8cc1-92f771956ad1'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:48Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:36:51,309 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.550s 2018-08-20 20:36:51,310 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-55f71bd0-bcc3-451c-a198-ddf37f135ab6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55f71bd0-bcc3-451c-a198-ddf37f135ab6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1368629416": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:d8:24", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d2d9d428-4648-4fa1-8308-05183e44b973", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d2d9d428-4648-4fa1-8308-05183e44b973", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:49Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-2", "created": "2018-08-20T20:31:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:36:52,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973 0.058s 2018-08-20 20:36:52,384 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d2d9d428-4648-4fa1-8308-05183e44b973', u'x-compute-request-id': 'req-08ee3d24-ddd5-4851-ace4-08622ebbd8e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-08ee3d24-ddd5-4851-ace4-08622ebbd8e0'} Body: {"itemNotFound": {"message": "Instance d2d9d428-4648-4fa1-8308-05183e44b973 could not be found.", "code": 404}} 2018-08-20 20:36:53,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d0af2d91-ff73-4478-be12-e92aee969efc 1.306s 2018-08-20 20:36:53,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/d0af2d91-ff73-4478-be12-e92aee969efc', u'date': 'Mon, 20 Aug 2018 20:36:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b06131c-2a38-44b5-87c9-974fad915366'} Body: 2018-08-20 20:36:53,873 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.180s 2018-08-20 20:36:53,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-df76821b-81b9-49b2-90e0-d9150a23637e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df76821b-81b9-49b2-90e0-d9150a23637e'} Body: 2018-08-20 20:36:54,747 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.873s 2018-08-20 20:36:54,748 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-b96bb13a-1b53-4d83-b2d7-dc9926481663', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b96bb13a-1b53-4d83-b2d7-dc9926481663'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:36:56,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.615s 2018-08-20 20:36:56,383 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-a9796963-b32c-4ed0-b66e-c4c45b306862', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a9796963-b32c-4ed0-b66e-c4c45b306862'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1274864626": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:77:87", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:31:14.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c2cce5b1-390f-4095-b7ab-96dba9bbe712", "security_groups": [{"name": "tempest-secgroup-smoke-780025396"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:36:54Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1915398023", "name": "server-1", "created": "2018-08-20T20:31:05Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:36:57,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712 0.051s 2018-08-20 20:36:57,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c2cce5b1-390f-4095-b7ab-96dba9bbe712', u'x-compute-request-id': 'req-4b8d13b3-a1cb-4a32-90d2-af061fb8227c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:57 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4b8d13b3-a1cb-4a32-90d2-af061fb8227c'} Body: {"itemNotFound": {"message": "Instance c2cce5b1-390f-4095-b7ab-96dba9bbe712 could not be found.", "code": 404}} 2018-08-20 20:36:58,605 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/59873c39-d21a-4294-8369-fe293ebff023 1.155s 2018-08-20 20:36:58,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/59873c39-d21a-4294-8369-fe293ebff023', u'date': 'Mon, 20 Aug 2018 20:36:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b5cd9ea5-6a5b-4062-a377-a73729444180'} Body: 2018-08-20 20:36:58,653 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1915398023 0.045s 2018-08-20 20:36:58,653 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1915398023', u'x-compute-request-id': 'req-665fee05-d8a2-4fdc-b06b-aafa05f1fbc0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:36:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-665fee05-d8a2-4fdc-b06b-aafa05f1fbc0'} Body: 2018-08-20 20:37:01,680 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b3e48db3-4d65-46fd-9367-674c6ceed95c 3.025s 2018-08-20 20:37:01,681 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/b3e48db3-4d65-46fd-9367-674c6ceed95c', u'date': 'Mon, 20 Aug 2018 20:37:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31703d88-f4c9-4914-b018-e285de98f10f'} Body: 2018-08-20 20:37:03,395 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0b99f611-2583-4b18-91f8-05e070777168 1.713s 2018-08-20 20:37:03,395 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/0b99f611-2583-4b18-91f8-05e070777168', u'date': 'Mon, 20 Aug 2018 20:37:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79874c0a-59a0-4b7d-b844-db231ab1d71a'} Body: 2018-08-20 20:37:05,853 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/47760ed0-4826-45c1-95bf-82416edda5f0 2.456s 2018-08-20 20:37:05,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/47760ed0-4826-45c1-95bf-82416edda5f0', u'date': 'Mon, 20 Aug 2018 20:37:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-62867829-d599-48b7-9308-0d60b4607220'} Body: 2018-08-20 20:37:07,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/8592f7c1-d822-47f4-b541-844dd52c914e 1.867s 2018-08-20 20:37:07,722 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/8592f7c1-d822-47f4-b541-844dd52c914e', u'date': 'Mon, 20 Aug 2018 20:37:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e60d0928-c1fb-4d8b-be5d-eba653f99593'} Body: 2018-08-20 20:37:08,209 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/e66da639-8b64-4f46-9798-b44645f5a165 0.485s 2018-08-20 20:37:08,209 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/e66da639-8b64-4f46-9798-b44645f5a165', u'date': 'Mon, 20 Aug 2018 20:37:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e65a8d3e-742f-4307-887a-6e0debe421ab'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_bgpvpn[compute,id-dc92643f-1b2c-4a3e-bc5e-ea780d721ef7,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 740, in test_bgpvpn_negative_delete_bgpvpn self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:37:08,748 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.510s 2018-08-20 20:37:08,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1310926129 description", "name": "tempest-secgroup-smoke-1310926129"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:37:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c5555cf-ca5b-48f4-9e6f-3b0d93f8316e'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1310926129 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:08Z", "updated_at": "2018-08-20T20:37:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:37:08Z", "revision_number": 0, "id": "86a7c006-e11c-471d-a83c-31022259b43c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:37:08Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:37:08Z", "revision_number": 0, "id": "eb68239e-d04f-481d-96e6-4f3c35718b18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:37:08Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "58b63f53-5108-4a79-9b26-4dae80783d29", "name": "tempest-secgroup-smoke-1310926129"}} 2018-08-20 20:37:09,221 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.471s 2018-08-20 20:37:09,222 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-513dd085-8ced-4b71-96c7-0b039f5577d2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f6471a16-f74f-421c-819b-2f61d21ec2d1"}} 2018-08-20 20:37:09,394 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 20:37:09,395 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c66f281d-1638-49e3-99e7-7be5ce861eae'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0d1c6799-f7e5-41d0-a546-70dcd6bba5ef"}} 2018-08-20 20:37:09,599 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.203s 2018-08-20 20:37:09,600 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7b6d3a8-bd14-4dc4-92fa-35f8eda9e234'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fbaaa4a4-3761-40b4-91ee-93eb16e90965"}} 2018-08-20 20:37:09,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.356s 2018-08-20 20:37:09,958 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad3bc7f2-b381-466c-9219-68739cfab09c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:37:09Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dafe521f-23f8-498b-8c3a-391578dd4009"}} 2018-08-20 20:37:10,735 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.776s 2018-08-20 20:37:10,736 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-829588e3-4484-4bce-9c08-630ec03af3e1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:10Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b46f7ff7-fad8-47d0-9b26-6407a74fbcbc"}} 2018-08-20 20:37:10,922 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 20:37:10,922 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17d806b3-e261-4f8a-86ff-a0c235228bc8'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:10Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "128fcf65-7bd1-4607-9e2e-2bd18ddddeb5"}} 2018-08-20 20:37:11,766 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.842s 2018-08-20 20:37:11,767 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-988d1de5-efa9-45b4-9968-2acd8a07926c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:11Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:11Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "32d34ebc-7c9f-48fa-ba3b-4a3c7f27999d"}} 2018-08-20 20:37:12,191 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.423s 2018-08-20 20:37:12,192 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:37:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ff574c2-4a0e-4d95-949d-29e69bbd1cfe'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:37:12Z", "security_group_id": "58b63f53-5108-4a79-9b26-4dae80783d29", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:12Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "30e1b04f-11a6-4c21-9255-f7d1de80a748"}} 2018-08-20 20:37:12,435 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/networks 0.242s 2018-08-20 20:37:12,436 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1875236657"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:37:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18bd77b0-a246-4951-bb7b-924e86afde1e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:37:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3e80189a-6da5-4513-b054-7126c69b2336","name":"tempest-A-1875236657"}} 2018-08-20 20:37:13,339 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.902s 2018-08-20 20:37:13,340 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "name": "tempest-subnet-A-1-1245477001"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:37:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1828a7f-db25-4ecf-9098-3257cfa5a6cf'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e80189a-6da5-4513-b054-7126c69b2336","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:12Z","dns_nameservers":[],"updated_at":"2018-08-20T20:37:12Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5","subnetpool_id":null,"name":"tempest-subnet-A-1-1245477001"}} 2018-08-20 20:37:14,310 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/networks 0.968s 2018-08-20 20:37:14,310 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-2081129672"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:37:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c770e5ea-30c3-4207-bcf5-a37f8e576523'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:37:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"db4ad12a-a533-4abc-8916-9bf3baf744af","name":"tempest-B-2081129672"}} 2018-08-20 20:37:15,243 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.932s 2018-08-20 20:37:15,244 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af", "name": "tempest-subnet-B-1-1415402874"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:37:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ba3e733-46b5-4262-b6ab-88ddec9e4071'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db4ad12a-a533-4abc-8916-9bf3baf744af","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:37:14Z","dns_nameservers":[],"updated_at":"2018-08-20T20:37:14Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e228d54c-65e3-4ad1-af3e-0d2a345014d3","subnetpool_id":null,"name":"tempest-subnet-B-1-1415402874"}} 2018-08-20 20:37:15,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.425s 2018-08-20 20:37:15,671 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:37:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ec54e8d-7563-42e8-a17b-edb1c71e84a9'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "894b1358-3bfa-4b48-a44a-2d3c62e31f5d"}} 2018-08-20 20:37:16,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations 0.990s 2018-08-20 20:37:16,663 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations', u'date': 'Mon, 20 Aug 2018 20:37:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7fc31b54-5b32-4ead-a5d6-ba85cc1863fc'} Body: {"network_association": {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "id": "93e06ac3-64f6-4cab-bd58-7ab4fe13381a"}} 2018-08-20 20:37:17,547 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations 0.883s 2018-08-20 20:37:17,548 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/894b1358-3bfa-4b48-a44a-2d3c62e31f5d/network_associations', u'date': 'Mon, 20 Aug 2018 20:37:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a770098c-5884-4681-8d55-f200f9a69fb0'} Body: {"network_association": {"network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af", "id": "1b786477-3686-4730-8c76-520b58656ab5"}} 2018-08-20 20:37:17,548 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 20:37:17,674 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.124s 2018-08-20 20:37:17,674 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-2026940317"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-0adc1e97-fe07-4d0d-93ac-25b3f40f7c29', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0adc1e97-fe07-4d0d-93ac-25b3f40f7c29'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDt3TaFhKbgDBZKsBDzkTZ3II0r66JDjcD3LuPJ1Cq8mxBlUhQ1oH6AjADT7MB6EihDFi0KD1725hOqNe8FPztaAzB0VCnV6UswAgmsPFIbCeZONPraiky3W2DFINpON/QJPRgJyqYaMJ3rLQSq5BHvcMhVKdzB4j2oHLVU28q+avE0EaIAlf2eNvHhx2CHZiF+YCQhkm7BMqYQu+2leLtvUEV00dEQcWCagyLb2ac7VUFCehmIDJlpwzZppPPyDclwega+jO4sOKDdh8B7gAnIEFPdZ6+LMgNfcNGetSqCw3kGfowJ8vSqXetU7QMHUNIpvzoyTpYuMv+K+97rrWMj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7d02hYSm4AwWSrAQ85E2dyCNK+uiQ43A9y7jydQqvJsQZVIU\nNaB+gIwA0+zAehIoQxYtCg9e9uYTqjXvBT87WgMwdFQp1elLMAIJrDxSGwnmTjT6\n2opMt1tgxSDaTjf0CT0YCcqmGjCd6y0EquQR73DIVSncweI9qBy1VNvKvmrxNBGi\nAJX9njbx4cdgh2YhfmAkIZJuwTKmELvtpXi7b1BFdNHREHFgmoMi29mnO1VBQnoZ\niAyZacM2aaTz8g3JcHoGvozuLDig3YfAe4AJyBBT3WevizIDX3DRnrUqgsN5Bn6M\nCfL0ql3rVO0DB1DSKb86Mk6WLjL/ivve661jIwIDAQABAoIBAQCssnWJTxxRgrUU\nmOxVytJ+f1W/057F6T92t8aOnMpCkVrAFW2y2cm+zucy9qtwdYph2tHsgehy3ezd\nIbdeWeBfo/0kGI8fTfhW7MPVFx6NnwxlL7YJwWudnGyP8yBMtfcqVf8D7OvYDAA7\n5T2ETX5wF7R7kJ9E7VvSmLVW3RVAVcJRJRSNUHbAacl8I3qfgPmqtI3doEUqPTZG\n+RP1EXLoS1ElRlTIe3oAHYLWjMTcYF7Hxvc+G5+t0UqPnvodiuSpwB6LepLHFVDp\n+MVe4Ocy/y6JWlWXlCPOQmJsK0YTvV5StEnjomcZdYeHqD6j0Xv0JJbRETduB/Su\nJ/zcYnxhAoGBAPuoPJ8AfTzXHoNh5uvYSHNPPPcBP40DSjUzqRi/vyY67+O7Z28R\nxRwB+z9smRtQm7Qy1a6wXqP3H/H+dyUM7p42bTPSfmjzvY4mXipNanIlWiYFxCDx\nuNvmU5hireZ/z/xPlddqiI+HDe1Y773NdLUZtuhMDyrJKIwRk6jwbilJAoGBAPH4\nCqdfqjNcNbNNPnnPu5fj7pZXF+OiBpw0kdIOS3NX1KlMkQMgg0z1dcNIQjezN1gk\nC5fTaewOl+b7QIWaczpPMKTDI8gQ3w75hfqN/XTWS3iR+3mVwGmlsX9xZATMtgjK\n6MRVUXAU/K4VCmsBXgDRk43QpAa8R0lQg5nuubULAoGAJmwbRVN3y5A0km6iKSQO\ne7x/XF8OauMzs0e9649rCdU5xxVXx3d5FruetqJIBgmanDqesVswN+yFLhdh7YA5\n9mHs7lqW/kMoj8l/2wmS1Paq+t8qgLUnOjvCS6PVVTnycV1dTVRwoSlHkRNhFyOF\nTBku+eyS7D9mN2x/lO2QhDECgYEAt4bXLdQVmBccc/7moCW7t50eXdF5QSKnuNr2\nr0hAWiAIIND+PEzwyfJze8bW0sCP/b55PJMSCAWZmYyAh9V6CIP/9Tg9b4W8afNA\nd6Yy0+emHrE6+CFpa7hNRMiQgEN03n5oxmGf/08ryC4VVMwYrK5JKItTnfg4aZcz\n+hFjsbkCgYEAlbnpdnGCA7qadJkm7NLS+Xs7Q9bL72G1kO3De51RXUHM1nFUoXqC\nTnruThjhlHIP2CJbM4l7UBxQimpwpJvuDeWJW07a3cg06pE3yoNqLIvPH2JQHVnZ\n92AsAdhedO3/C9A9P/TJ+7aN92fO1Hd5SmwlNfeZD4kd0a0Q6f28hx4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-2026940317", "fingerprint": "b3:ff:17:71:be:50:ef:77:8b:9a:72:8f:68:e6:8a:00"}} 2018-08-20 20:37:18,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/ports 0.852s 2018-08-20 20:37:18,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-364309250", "security_groups": ["58b63f53-5108-4a79-9b26-4dae80783d29"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:37:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0bae122-d1ef-4edf-9b31-6b4bfb6aef1d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:37:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3e80189a-6da5-4513-b054-7126c69b2336","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:37:18Z","name":"tempest-port-smoke-364309250","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:c0:d6:a0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5","ip_address":"10.101.11.10"}],"id":"b14c7393-48c1-4741-9270-4cfa316c280b","security_groups":["58b63f53-5108-4a79-9b26-4dae80783d29"],"device_id":""}} 2018-08-20 20:37:21,923 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.23:8774/v2.1/servers 3.390s 2018-08-20 20:37:21,923 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-2026940317", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "3e80189a-6da5-4513-b054-7126c69b2336", "port": "b14c7393-48c1-4741-9270-4cfa316c280b"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-f681123c-5128-4eb3-9f3a-85102b8536d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f681123c-5128-4eb3-9f3a-85102b8536d5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "adminPass": "5PtytuHeSzmT"}} 2018-08-20 20:37:22,246 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.318s 2018-08-20 20:37:22,247 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-c5da2427-c35e-48c5-af08-2a9cbf30cfc1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5da2427-c35e-48c5-af08-2a9cbf30cfc1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:23,583 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.322s 2018-08-20 20:37:23,584 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-27c6a335-b00c-4f68-aef8-6e12a8b10b74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27c6a335-b00c-4f68-aef8-6e12a8b10b74'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:24,968 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.371s 2018-08-20 20:37:24,969 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-765477c6-43ff-4a66-a086-5a5955cc8c3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-765477c6-43ff-4a66-a086-5a5955cc8c3a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:24Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:24,981 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-20 20:37:26,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.300s 2018-08-20 20:37:26,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-0216f858-41df-47de-9b70-36afed658203', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0216f858-41df-47de-9b70-36afed658203'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:26,296 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-20 20:37:27,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.635s 2018-08-20 20:37:27,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-f2397157-1cd0-4c6a-8e41-89e0dbf60c8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f2397157-1cd0-4c6a-8e41-89e0dbf60c8f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:27Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:27,947 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 5 second wait 2018-08-20 20:37:29,979 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 1.030s 2018-08-20 20:37:29,979 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-e3e5d102-b630-4222-9d60-2f84d4d2669c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e3e5d102-b630-4222-9d60-2f84d4d2669c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:28Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:29,992 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 7 second wait 2018-08-20 20:37:31,786 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.792s 2018-08-20 20:37:31,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-1545d222-145c-4578-a277-1b781a4611fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1545d222-145c-4578-a277-1b781a4611fa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:28Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:33,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.621s 2018-08-20 20:37:33,422 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-a8596d89-e5fe-41c2-9f98-0f44e39a5fed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8596d89-e5fe-41c2-9f98-0f44e39a5fed'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:28Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:35,219 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.783s 2018-08-20 20:37:35,220 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-356bdf67-f076-436a-8f52-b5c9714d43d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-356bdf67-f076-436a-8f52-b5c9714d43d9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1875236657": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d6:a0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:33.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:33Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:35,245 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2018-08-20 20:37:35,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.372s 2018-08-20 20:37:35,623 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-4991ea59-c2a5-4700-83da-c76bedc6863d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4991ea59-c2a5-4700-83da-c76bedc6863d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1875236657": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d6:a0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:33.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:33Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:35,637 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6dd7c272-7f3c-446e-9d9a-e10ce118c1ef with status: ACTIVE 2018-08-20 20:37:36,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/ports 1.101s 2018-08-20 20:37:36,741 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "db4ad12a-a533-4abc-8916-9bf3baf744af", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-895571415", "security_groups": ["58b63f53-5108-4a79-9b26-4dae80783d29"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:37:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fe87f39c-bbc8-4ca9-9625-e111e98042f1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:37:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"db4ad12a-a533-4abc-8916-9bf3baf744af","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:37:36Z","name":"tempest-port-smoke-895571415","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4b:da:a3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e228d54c-65e3-4ad1-af3e-0d2a345014d3","ip_address":"10.102.21.20"}],"id":"3e723800-8a9d-428e-8675-b82d088c7c7a","security_groups":["58b63f53-5108-4a79-9b26-4dae80783d29"],"device_id":""}} 2018-08-20 20:37:40,540 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.23:8774/v2.1/servers 3.797s 2018-08-20 20:37:40,541 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-2026940317", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "db4ad12a-a533-4abc-8916-9bf3baf744af", "port": "3e723800-8a9d-428e-8675-b82d088c7c7a"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-0f423383-9a03-432c-9972-e6f84acd93ca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f423383-9a03-432c-9972-e6f84acd93ca'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "adminPass": "wVnTVqhLY9F3"}} 2018-08-20 20:37:41,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.741s 2018-08-20 20:37:41,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-f19f27c4-2721-4d4b-9e86-cd063ad02fd9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f19f27c4-2721-4d4b-9e86-cd063ad02fd9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:42,630 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.328s 2018-08-20 20:37:42,631 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-a6fc95be-33ac-434e-b330-031f08df5ee7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6fc95be-33ac-434e-b330-031f08df5ee7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:44,018 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.373s 2018-08-20 20:37:44,019 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-1d279861-a02e-4a05-99c0-f6ca1f186567', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d279861-a02e-4a05-99c0-f6ca1f186567'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:44,032 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:37:45,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.688s 2018-08-20 20:37:45,723 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-c9ee4522-7d62-4242-aa35-e1bcda54b256', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9ee4522-7d62-4242-aa35-e1bcda54b256'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:47,075 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.338s 2018-08-20 20:37:47,075 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-df3de601-90e2-41a1-956f-7d35ff368c69', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df3de601-90e2-41a1-956f-7d35ff368c69'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:48,735 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.645s 2018-08-20 20:37:48,736 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-78e90e3b-7864-4410-9dae-a4843eefd508', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78e90e3b-7864-4410-9dae-a4843eefd508'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:37:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:50,373 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.623s 2018-08-20 20:37:50,374 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-69733896-3dc0-43c8-9c0b-4ac21d1b3e66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69733896-3dc0-43c8-9c0b-4ac21d1b3e66'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2081129672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:da:a3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:48.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:50,388 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 20:37:51,031 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.641s 2018-08-20 20:37:51,031 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-cc38244c-f2bc-4331-8e9e-2c3cbb300248', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:37:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cc38244c-f2bc-4331-8e9e-2c3cbb300248'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2081129672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:da:a3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:48.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:37:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:37:51,045 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 71061f3e-3dfd-4ea3-83df-685c69d474a9 with status: ACTIVE 2018-08-20 20:37:51,154 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/routers 0.108s 2018-08-20 20:37:51,155 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--2085633022", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db1f46ba-be81-48d2-acb3-7df43a8116de'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:51Z", "admin_state_up": true, "updated_at": "2018-08-20T20:37:51Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b", "name": "tempest-router--2085633022"}} 2018-08-20 20:37:52,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b 1.575s 2018-08-20 20:37:52,732 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b', u'date': 'Mon, 20 Aug 2018 20:37:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81d5daa9-c7cd-4007-a8b9-895e4a2ec9b5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:51Z", "admin_state_up": true, "updated_at": "2018-08-20T20:37:52Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b", "name": "tempest-router--2085633022"}} 2018-08-20 20:37:54,780 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/add_router_interface 2.046s 2018-08-20 20:37:54,781 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:37:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ff866cf1-d5b2-471f-ae17-ea050232eb23'} Body: {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5", "subnet_ids": ["fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"], "port_id": "7ba13784-7ce6-4a99-ae9a-682783605f4c", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b"} 2018-08-20 20:37:56,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.154s 2018-08-20 20:37:56,937 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "b14c7393-48c1-4741-9270-4cfa316c280b"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:37:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-590950e0-62d4-496b-b02c-147520f5e8e7'} Body: {"floatingip": {"router_id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:37:56Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "b14c7393-48c1-4741-9270-4cfa316c280b", "id": "1adfa1d4-a9cb-4991-9c5d-477ed3a4a470", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:37:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 20:37:56,938 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:37:59,945 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:38:00,006 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:38:00,010 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:38:00,125 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:38:00,126 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:38:00,129 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:38:00,187 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:38:00,194 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:38:05,201 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:38:05,202 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:39:15,258 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:39:15,258 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:39:15,261 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:39:15,323 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:39:15,326 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:39:20,334 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:39:20,334 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:40:30,380 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:40:30,381 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:40:30,381 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30,387 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30,487 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:40:30,514 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30,521 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:40:30,522 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:0d:f8:20 [ether] on eth0 2018-08-20 20:40:30,522 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 20:40:30,523 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30,525 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30,586 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:40:30,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30,598 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 20:40:30,599 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 20:40:30,599 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30,601 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30,659 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:40:30,665 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30,671 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:40:30,672 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30,674 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30,735 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:40:30,738 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:30,744 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:40:30,744 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:0d:f8:20 [ether] on eth0 2018-08-20 20:40:30,745 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:40:30,745 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:40:30,747 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:40:30,807 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:40:30,811 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:40:35,818 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:40:35,819 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:41:45,828 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:41:45,829 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:41:45,833 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:41:45,933 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:41:45,961 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:41:50,969 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:41:50,969 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:43:01,040 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:43:01,041 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.208: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:43:01.041 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:43:02,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1adfa1d4-a9cb-4991-9c5d-477ed3a4a470 1.386s 2018-08-20 20:43:02,430 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/1adfa1d4-a9cb-4991-9c5d-477ed3a4a470', u'date': 'Mon, 20 Aug 2018 20:43:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a695c79d-785d-4764-be0a-042152f90b0b'} Body: 2018-08-20 20:43:04,414 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/remove_router_interface 1.983s 2018-08-20 20:43:04,415 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:43:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4745484-0d56-4e38-af4d-7e749eea0819'} Body: {"network_id": "3e80189a-6da5-4513-b054-7126c69b2336", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5", "subnet_ids": ["fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5"], "port_id": "7ba13784-7ce6-4a99-ae9a-682783605f4c", "id": "8f190117-09e1-4b94-b7b4-00b4c8aed44b"} 2018-08-20 20:43:06,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b 1.774s 2018-08-20 20:43:06,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/8f190117-09e1-4b94-b7b4-00b4c8aed44b', u'date': 'Mon, 20 Aug 2018 20:43:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-32000565-d7a9-46b2-9476-6f03dfa68519'} Body: 2018-08-20 20:43:06,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.458s 2018-08-20 20:43:06,650 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-71198830-9a0c-4698-a6e9-9b0f2ce816fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71198830-9a0c-4698-a6e9-9b0f2ce816fe'} Body: 2018-08-20 20:43:07,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 1.131s 2018-08-20 20:43:07,783 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-b496728b-f625-4689-b38d-e3f248752f16', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b496728b-f625-4689-b38d-e3f248752f16'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2081129672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:da:a3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:48.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "71061f3e-3dfd-4ea3-83df-685c69d474a9", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:06Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-2", "created": "2018-08-20T20:37:40Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:08,863 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9 0.063s 2018-08-20 20:43:08,863 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/71061f3e-3dfd-4ea3-83df-685c69d474a9', u'x-compute-request-id': 'req-373e17cf-65ca-41ea-a7f4-32ed1943a154', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:08 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-373e17cf-65ca-41ea-a7f4-32ed1943a154'} Body: {"itemNotFound": {"message": "Instance 71061f3e-3dfd-4ea3-83df-685c69d474a9 could not be found.", "code": 404}} 2018-08-20 20:43:09,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/3e723800-8a9d-428e-8675-b82d088c7c7a 0.695s 2018-08-20 20:43:09,561 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/3e723800-8a9d-428e-8675-b82d088c7c7a', u'date': 'Mon, 20 Aug 2018 20:43:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0315dc31-6f95-4fda-ade8-8b4dbe47cc6f'} Body: 2018-08-20 20:43:09,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.201s 2018-08-20 20:43:09,764 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-2d4f5ab3-673d-4bc0-a7da-288d7bf84990', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d4f5ab3-673d-4bc0-a7da-288d7bf84990'} Body: 2018-08-20 20:43:10,939 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 1.174s 2018-08-20 20:43:10,940 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-5aa13293-314e-4ec9-b5b1-07828db86ec0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5aa13293-314e-4ec9-b5b1-07828db86ec0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1875236657": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d6:a0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:37:33.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6dd7c272-7f3c-446e-9d9a-e10ce118c1ef", "security_groups": [{"name": "tempest-secgroup-smoke-1310926129"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:09Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2026940317", "name": "server-1", "created": "2018-08-20T20:37:21Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:12,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef 0.045s 2018-08-20 20:43:12,000 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6dd7c272-7f3c-446e-9d9a-e10ce118c1ef', u'x-compute-request-id': 'req-fdf63ed2-ae28-4f3f-9530-2e98b9802f1a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:11 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-fdf63ed2-ae28-4f3f-9530-2e98b9802f1a'} Body: {"itemNotFound": {"message": "Instance 6dd7c272-7f3c-446e-9d9a-e10ce118c1ef could not be found.", "code": 404}} 2018-08-20 20:43:13,224 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b14c7393-48c1-4741-9270-4cfa316c280b 1.222s 2018-08-20 20:43:13,224 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/b14c7393-48c1-4741-9270-4cfa316c280b', u'date': 'Mon, 20 Aug 2018 20:43:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eda1037e-1ec4-498b-a007-827d796ae177'} Body: 2018-08-20 20:43:13,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2026940317 0.042s 2018-08-20 20:43:13,269 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2026940317', u'x-compute-request-id': 'req-f6ceebab-79a3-4504-9fcf-fd54bdf1d4b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6ceebab-79a3-4504-9fcf-fd54bdf1d4b2'} Body: 2018-08-20 20:43:16,106 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e228d54c-65e3-4ad1-af3e-0d2a345014d3 2.835s 2018-08-20 20:43:16,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e228d54c-65e3-4ad1-af3e-0d2a345014d3', u'date': 'Mon, 20 Aug 2018 20:43:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-85491e5e-069c-49a7-86c2-915de2936b7d'} Body: 2018-08-20 20:43:17,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/db4ad12a-a533-4abc-8916-9bf3baf744af 1.799s 2018-08-20 20:43:17,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/db4ad12a-a533-4abc-8916-9bf3baf744af', u'date': 'Mon, 20 Aug 2018 20:43:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ba37af40-ea7b-4935-86d2-0cc50a34fca2'} Body: 2018-08-20 20:43:20,490 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5 2.582s 2018-08-20 20:43:20,491 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/fe3d4f08-9f42-41ac-936d-5c83b9d8a3a5', u'date': 'Mon, 20 Aug 2018 20:43:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-40d96268-968e-47cb-a584-d8383e640dd4'} Body: 2018-08-20 20:43:22,359 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3e80189a-6da5-4513-b054-7126c69b2336 1.867s 2018-08-20 20:43:22,360 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3e80189a-6da5-4513-b054-7126c69b2336', u'date': 'Mon, 20 Aug 2018 20:43:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2c1b5f23-83f2-424d-8eea-f8f0845fba45'} Body: 2018-08-20 20:43:22,616 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/58b63f53-5108-4a79-9b26-4dae80783d29 0.255s 2018-08-20 20:43:22,617 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/58b63f53-5108-4a79-9b26-4dae80783d29', u'date': 'Mon, 20 Aug 2018 20:43:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b9c1ce98-b7f0-4352-9ea9-39894a3b959d'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_net_association[compute,id-2e6bf893-1410-4ef6-9948-1877f3a8f3d1,network] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 768, in test_bgpvpn_negative_delete_net_association self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:43:23,135 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.492s 2018-08-20 20:43:23,136 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1803529974 description", "name": "tempest-secgroup-smoke-1803529974"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1bc243a-9170-4c19-bd9a-0a4f5e13effb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1803529974 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:23Z", "updated_at": "2018-08-20T20:43:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:43:23Z", "revision_number": 0, "id": "74df7332-2cd2-45ad-8805-8a20ced0a567", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:43:23Z", "revision_number": 0, "id": "815e0667-43e3-41ff-95c3-be0756902807", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9bd601a1-4872-447a-8058-3295e44ec39c", "name": "tempest-secgroup-smoke-1803529974"}} 2018-08-20 20:43:23,519 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.382s 2018-08-20 20:43:23,520 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8442254-4ae2-4a2e-bc8a-d30f3600bee1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:23Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3d4dd197-96bd-4ef3-8c04-732454dcf73e"}} 2018-08-20 20:43:23,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.459s 2018-08-20 20:43:23,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-012525b3-c902-4f17-9187-2299f59a1dd3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:43:23Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:23Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "16fa2de4-40bb-4785-a1bd-48c1d05788e0"}} 2018-08-20 20:43:24,734 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.753s 2018-08-20 20:43:24,735 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ff36245-47d6-43e0-a195-7484ff3e3196'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:43:24Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:24Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "df09fc7a-7a01-43de-a0cd-1970e0d42749"}} 2018-08-20 20:43:25,177 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.441s 2018-08-20 20:43:25,178 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-318f52f1-0d0b-4e61-951c-db86ef8c5c4a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bed28d50-d4c1-4b40-b7a3-58bdc6072e3d"}} 2018-08-20 20:43:25,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.471s 2018-08-20 20:43:25,651 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58df33e9-c896-4877-bc8a-ad8f248afccc'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "73e0c9ba-971d-4d0f-902a-1cdce68d5568"}} 2018-08-20 20:43:25,800 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.148s 2018-08-20 20:43:25,800 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2cc37015-3470-4473-8cbd-080f7df06e4f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ed1583e-06e7-4918-94a3-5a91adc9a28a"}} 2018-08-20 20:43:25,985 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 20:43:25,986 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1d148a7-3a64-434d-b611-9aab7042902c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:25Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3a7442bd-a0c5-4006-9213-05558aebbfef"}} 2018-08-20 20:43:26,177 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-20 20:43:26,177 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:43:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-efa27c7b-fd4b-4e7d-9d37-07d764c452ee'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:43:26Z", "security_group_id": "9bd601a1-4872-447a-8058-3295e44ec39c", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:43:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5bfbdf99-d02b-40e2-8a58-29ade50e5f89"}} 2018-08-20 20:43:26,441 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.262s 2018-08-20 20:43:26,441 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-467117939"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:43:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1d4047e-64bf-4f26-b1a0-18e1a8a66336'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:43:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"80fe5ea9-3f96-48b2-9794-6f9755b25e7e","name":"tempest-A-467117939"}} 2018-08-20 20:43:27,500 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.058s 2018-08-20 20:43:27,501 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "name": "tempest-subnet-A-1-1317750527"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:43:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b58a1dd-8b83-418c-afb5-950ad58c682f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"80fe5ea9-3f96-48b2-9794-6f9755b25e7e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:26Z","dns_nameservers":[],"updated_at":"2018-08-20T20:43:26Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"28bf4b72-db9f-4dc7-84a2-5d748245d6ac","subnetpool_id":null,"name":"tempest-subnet-A-1-1317750527"}} 2018-08-20 20:43:27,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.266s 2018-08-20 20:43:27,769 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1740015373"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:43:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-358d5fc9-34a9-4e2a-9053-75d15143dea9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:43:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"bd8f3351-11c9-4a91-ad00-b6abaf4f9db5","name":"tempest-B-1740015373"}} 2018-08-20 20:43:28,529 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.758s 2018-08-20 20:43:28,530 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "name": "tempest-subnet-B-1-1765590698"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:43:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-968cf5d2-8612-4c74-a64a-e95ffbd94326'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd8f3351-11c9-4a91-ad00-b6abaf4f9db5","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:43:28Z","dns_nameservers":[],"updated_at":"2018-08-20T20:43:28Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc","subnetpool_id":null,"name":"tempest-subnet-B-1-1765590698"}} 2018-08-20 20:43:29,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.664s 2018-08-20 20:43:29,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:43:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42bc198c-88cd-4282-ad46-ac02f4facfe8'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "f7319046-5901-46c9-8b79-cdb96a71dc49"}} 2018-08-20 20:43:29,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations 0.718s 2018-08-20 20:43:29,915 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations', u'date': 'Mon, 20 Aug 2018 20:43:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8460f130-4137-4644-94a6-a229ab69b006'} Body: {"network_association": {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "id": "f0d4c9d1-2f2c-49ba-9a78-5ce856877ab2"}} 2018-08-20 20:43:30,514 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations 0.598s 2018-08-20 20:43:30,515 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f7319046-5901-46c9-8b79-cdb96a71dc49/network_associations', u'date': 'Mon, 20 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71884426-847d-466b-b7c9-29c3592091d9'} Body: {"network_association": {"network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "id": "f3ff0fa9-f63c-490f-9b99-a40a19552b69"}} 2018-08-20 20:43:30,973 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.457s 2018-08-20 20:43:30,973 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1325582443"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-3d998db1-0d17-4b57-bd2f-adae3c7fe2d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3d998db1-0d17-4b57-bd2f-adae3c7fe2d5'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/9HwEyWvm9eqdii63eOyXmrmFinZrzQdFuLSTHgoCQ8ALShLMfEJYOmZCiwtix41kMfksSUnBPFvCJzIl6Nsm27Vo6fOW2aP+oh6vKz1YF12a5PuJXxhprj+lQ9IVLon1614ENgmf3BLW9Ae3S8NWOPAtGwMaMuDuuoJNBtzfxgg2DMfYfq3d5ApO5y55uBCrqE8g3S8JFW+wihhLgfJMbWsWWKLTwWg6vNOmrbc7Km589gUu7rLSb+G8+CeQZYedHFOoaoNwOfenDrLO8y+CoHbnkZs0uJ2Ug77Bh1k9qV80mIxR4oP/1NxfekKYEg5/CK7ntMwobftCTFJcS6H7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv/R8BMlr5vXqnYout3jsl5q5hYp2a80HRbi0kx4KAkPAC0oS\nzHxCWDpmQosLYseNZDH5LElJwTxbwicyJejbJtu1aOnzltmj/qIerys9WBddmuT7\niV8Yaa4/pUPSFS6J9eteBDYJn9wS1vQHt0vDVjjwLRsDGjLg7rqCTQbc38YINgzH\n2H6t3eQKTucuebgQq6hPIN0vCRVvsIoYS4HyTG1rFlii08FoOrzTpq23OypufPYF\nLu6y0m/hvPgnkGWHnRxTqGqDcDn3pw6yzvMvgqB255GbNLidlIO+wYdZPalfNJiM\nUeKD/9TcX3pCmBIOfwiu57TMKG37QkxSXEuh+wIDAQABAoIBAQCRs3CjbYQSplz0\nQZveNdJX7OCfBY+HmfPIL0AZXza3q1dM+me0gSkWsRVHsyTsUI35HJmGzQZHv5ni\nkD/XWJ1oLGLRhKsZuI9rSwFBcu+4OtwZI2/uQJlWNiYnOohu/YlIeeQ+DApYJgLC\n2C43KjHV85gSlKtRKodjjXw0HV5wFx1W7BV0QD/ZVZwX4NwIjHto/cI54GbdifBn\nRRVdQtzGff2mIwuw4IkwSwtu3QKOrgX6sM880x4HrNKIPUqaO2dvnIoafbtjp/85\nP8xWCWfC3GMZ1IPyazEGPIKz/+q7H2yMkHdc3GDxWPdnJaixbiXZbLw4un5KzjD1\nIfGpHKAhAoGBAPawAZo8j8pWldJwD9bzMotD0UMG2GgkmXAgN9mD0jq1utfg+GZd\nkWPGyC3MOwxlvnX9lRssITlOaD+4yuV6MIu7rB0mC9tkNgaG5aqeAd2mhZz3oWKr\n6RTBVaH2t8nwwMyjKO69rrZUcABhH89ZAMTf3uhu3o1pT6G0L+QrniALAoGBAMcz\nisG9+NIN1MkEkDtFPnJPhJvCzqEj1Jye9wj5aIN0kvIK+PEN20dqskSRtBWQMlWh\ncqNde5lA8wLD8oj/027yCPxgigeUcL1Cr7N6zDoGscfWOCqf3Ck8gW41VwveyH4W\nC1ylpPHSw2MKb7cdVa9VluXpxyK389aBGhMTWQvRAoGAWF+ZU13azUvThH3szr51\nHvr+npp3MGfcKBUCrQPSboHoG6pWkqV2jl4KHI4LoVdZsf9USVW32UXDhwB2f1sU\nxRpIgHC+0qvFxvTQlhzg4jzjpOX5hNW9PFg+izVNhiSfjS/uXAjL7Dm3ngstUCS8\nZ8sjmfUN+W7+vhlFBuKxVR0CgYAooFRuSwZSIMwC61FXJTolKh6LfeGSb7JO9wS+\n6c7s8Ht/rckzsHXGTPZqkaS+uRfq6vBsbQZmLR7is3/lfPdsKyS2BCJihV2w28bl\nveek9fSQIxp1ZwEJz/M9vNcx7o/JV0md7ZKEV03OBzTdjbgJ+FS8Mz+PzyCF4PKm\nbU294QKBgDoOTb2ek6SJWcGu6iiySHUzEx2s2626HpceGNmuZR/1HaX0IvwATAzz\nAqgvkT6hcv1jgT6et1vXrhEqPr4/iTo4bw59NX56/gHglGxgQnEQ/nkibqC+9Ozl\n76B/PXj/TwuTl7Sd4pS6gXn73ZTEic+cQGGgLw/A+IlUyF5g3TjF\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1325582443", "fingerprint": "0d:c7:10:1c:c0:0a:97:c0:08:68:9f:e0:99:aa:4d:7e"}} 2018-08-20 20:43:32,049 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.072s 2018-08-20 20:43:32,050 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1840358347", "security_groups": ["9bd601a1-4872-447a-8058-3295e44ec39c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:43:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b49e1e20-af3d-44ae-bca8-b0dfe87dd3bb'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:43:31Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"80fe5ea9-3f96-48b2-9794-6f9755b25e7e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:43:31Z","name":"tempest-port-smoke-1840358347","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9d:dd:aa","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"28bf4b72-db9f-4dc7-84a2-5d748245d6ac","ip_address":"10.101.11.10"}],"id":"c49f1d15-50a0-4b69-b4e7-f35454eb6cee","security_groups":["9bd601a1-4872-447a-8058-3295e44ec39c"],"device_id":""}} 2018-08-20 20:43:34,904 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.23:8774/v2.1/servers 2.853s 2018-08-20 20:43:34,905 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1325582443", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "port": "c49f1d15-50a0-4b69-b4e7-f35454eb6cee"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-11df815c-9102-48ef-a0c1-ce29d0483753', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11df815c-9102-48ef-a0c1-ce29d0483753'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "adminPass": "PT76SVLWMnZy"}} 2018-08-20 20:43:35,564 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.654s 2018-08-20 20:43:35,564 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-c7050e85-a39c-475b-a539-3990f67054f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c7050e85-a39c-475b-a539-3990f67054f2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:37,241 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.662s 2018-08-20 20:43:37,242 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-478c2868-2e43-48cc-8626-416523d2b72c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-478c2868-2e43-48cc-8626-416523d2b72c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:39,583 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 1.326s 2018-08-20 20:43:39,584 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-1cf9a04e-5409-431e-9ca3-4ab6e63e67c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1cf9a04e-5409-431e-9ca3-4ab6e63e67c1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:38Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:39,597 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-20 20:43:41,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 1.243s 2018-08-20 20:43:41,843 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-93d93d92-4ec0-4f12-b66b-7e2ca629f69c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93d93d92-4ec0-4f12-b66b-7e2ca629f69c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:38Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:43,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.792s 2018-08-20 20:43:43,650 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-3d0f2f43-b31f-4e19-8ef4-81f74c6ee758', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3d0f2f43-b31f-4e19-8ef4-81f74c6ee758'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-467117939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:dd:aa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:43,663 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 20:43:44,419 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.755s 2018-08-20 20:43:44,419 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-53a92e00-40bf-4429-8351-1db1c672f6d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-53a92e00-40bf-4429-8351-1db1c672f6d5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-467117939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:dd:aa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:44,433 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c7824f08-2abf-4c02-b9b9-d983b952ecde with status: ACTIVE 2018-08-20 20:43:45,597 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.163s 2018-08-20 20:43:45,598 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-252303202", "security_groups": ["9bd601a1-4872-447a-8058-3295e44ec39c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:43:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c871d41-2c8d-4aec-a8b0-0b88afb4482a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:43:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd8f3351-11c9-4a91-ad00-b6abaf4f9db5","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:43:44Z","name":"tempest-port-smoke-252303202","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1d:b7:8a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc","ip_address":"10.102.21.20"}],"id":"38f01b9c-6bed-4695-b1cb-9a8b55033d2b","security_groups":["9bd601a1-4872-447a-8058-3295e44ec39c"],"device_id":""}} 2018-08-20 20:43:48,891 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.23:8774/v2.1/servers 3.292s 2018-08-20 20:43:48,891 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1325582443", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bd8f3351-11c9-4a91-ad00-b6abaf4f9db5", "port": "38f01b9c-6bed-4695-b1cb-9a8b55033d2b"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-4c1b1041-5309-4590-aaa7-df9e5e7cc8a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c1b1041-5309-4590-aaa7-df9e5e7cc8a5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "adminPass": "x5w88EBeiCQ7"}} 2018-08-20 20:43:49,201 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.306s 2018-08-20 20:43:49,202 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-50ba2035-6841-4214-9013-5b80e9c89c5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50ba2035-6841-4214-9013-5b80e9c89c5a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:50,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.343s 2018-08-20 20:43:50,560 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-3b35eac7-e6c6-44f2-a4fa-8abd49ff36e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b35eac7-e6c6-44f2-a4fa-8abd49ff36e0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:52,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.898s 2018-08-20 20:43:52,473 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-753d9f58-2a3b-41cc-9e7f-4061ea018c72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-753d9f58-2a3b-41cc-9e7f-4061ea018c72'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:52,486 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:43:53,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.325s 2018-08-20 20:43:53,814 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-f45ad171-a05d-49ba-9ad4-feda8feda9e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f45ad171-a05d-49ba-9ad4-feda8feda9e9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:55,615 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.787s 2018-08-20 20:43:55,616 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-31759968-f892-42a4-a20f-fbeb59b4f2df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31759968-f892-42a4-a20f-fbeb59b4f2df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:57,071 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.439s 2018-08-20 20:43:57,072 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-eb16592e-3396-4633-9aeb-7611d9dd34f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb16592e-3396-4633-9aeb-7611d9dd34f9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:43:51Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:59,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 1.065s 2018-08-20 20:43:59,153 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-19d3b3c5-fe94-4b5c-bfdd-f4f533d1abcb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-19d3b3c5-fe94-4b5c-bfdd-f4f533d1abcb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1740015373": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b7:8a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:43:59,166 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 20:44:00,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 1.005s 2018-08-20 20:44:00,173 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-3b4cb278-b232-48de-99e9-922ff641d3fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:43:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b4cb278-b232-48de-99e9-922ff641d3fd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1740015373": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b7:8a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:43:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:44:00,186 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 0999d35b-6b4c-462d-90b0-b87728eeb0fc with status: ACTIVE 2018-08-20 20:44:00,291 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.104s 2018-08-20 20:44:00,292 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1330565382", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9191ee2-9f85-4fdf-a757-d6a1f1a9d27c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:44:00Z", "admin_state_up": true, "updated_at": "2018-08-20T20:44:00Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "807dc107-f501-40af-b8c6-19fff761a1bd", "name": "tempest-router--1330565382"}} 2018-08-20 20:44:01,819 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd 1.526s 2018-08-20 20:44:01,819 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd', u'date': 'Mon, 20 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c421007-0382-49f7-b33e-17abff1c1543'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:44:00Z", "admin_state_up": true, "updated_at": "2018-08-20T20:44:01Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "807dc107-f501-40af-b8c6-19fff761a1bd", "name": "tempest-router--1330565382"}} 2018-08-20 20:44:04,074 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/add_router_interface 2.253s 2018-08-20 20:44:04,075 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:44:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90fdf0f6-058a-4f62-895d-8be3eb8cea1c'} Body: {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac", "subnet_ids": ["28bf4b72-db9f-4dc7-84a2-5d748245d6ac"], "port_id": "f5fa0005-0464-4277-8032-f30847361393", "id": "807dc107-f501-40af-b8c6-19fff761a1bd"} 2018-08-20 20:44:06,255 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.178s 2018-08-20 20:44:06,256 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "c49f1d15-50a0-4b69-b4e7-f35454eb6cee"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:44:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e47e8ab3-cc07-40c3-bd7a-d6ad3c511d17'} Body: {"floatingip": {"router_id": "807dc107-f501-40af-b8c6-19fff761a1bd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:44:04Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "c49f1d15-50a0-4b69-b4e7-f35454eb6cee", "id": "b762606f-6c7f-4dcb-8ce0-b1dc1847ce5a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:44:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 20:44:06,257 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:44:08,260 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:44:08,319 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:44:08,324 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:44:08,438 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:44:08,439 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:44:08,441 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:44:08,502 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:44:08,505 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:44:13,512 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:44:13,513 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-20 20:45:23,583 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:45:23,584 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:45:23,587 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:45:23,649 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:45:23,651 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:45:28,658 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:45:28,659 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-20 20:46:38,708 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:46:38,709 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:46:38,709 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38,716 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:38,817 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:46:38,842 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:38,848 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:46:38,849 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f9:1f:fb [ether] on eth0 2018-08-20 20:46:38,849 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 20:46:38,849 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38,851 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:38,913 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:46:38,916 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:38,924 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 20:46:38,924 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 20:46:38,925 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38,926 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:38,984 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:46:38,991 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:38,997 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:46:38,997 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:38,999 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:39,055 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:46:39,062 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:39,067 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:46:39,068 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f9:1f:fb [ether] on eth0 2018-08-20 20:46:39,068 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:46:39,069 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:46:39,070 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:46:39,128 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:46:39,134 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:46:44,141 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:46:44,141 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-20 20:47:54,175 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:47:54,176 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-20 20:47:54,182 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:47:54,283 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:47:54,309 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-20 20:47:59,318 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:47:59,318 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-20 20:49:09,388 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:49:09,389 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:49:09.389 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:49:10,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/b762606f-6c7f-4dcb-8ce0-b1dc1847ce5a 1.446s 2018-08-20 20:49:10,837 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/b762606f-6c7f-4dcb-8ce0-b1dc1847ce5a', u'date': 'Mon, 20 Aug 2018 20:49:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c9824d7a-1e07-4731-8711-29bfbce69534'} Body: 2018-08-20 20:49:12,917 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/remove_router_interface 2.079s 2018-08-20 20:49:12,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:49:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4d8160e-d1c2-44cf-8b69-dacfd3dfccc0'} Body: {"network_id": "80fe5ea9-3f96-48b2-9794-6f9755b25e7e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "28bf4b72-db9f-4dc7-84a2-5d748245d6ac", "subnet_ids": ["28bf4b72-db9f-4dc7-84a2-5d748245d6ac"], "port_id": "f5fa0005-0464-4277-8032-f30847361393", "id": "807dc107-f501-40af-b8c6-19fff761a1bd"} 2018-08-20 20:49:14,859 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd 1.941s 2018-08-20 20:49:14,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/807dc107-f501-40af-b8c6-19fff761a1bd', u'date': 'Mon, 20 Aug 2018 20:49:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4cc96b16-735d-421b-aa2a-c69f8b197473'} Body: 2018-08-20 20:49:15,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.440s 2018-08-20 20:49:15,301 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-8efc30d8-4e9c-4086-a9f8-a7c5c258abb4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8efc30d8-4e9c-4086-a9f8-a7c5c258abb4'} Body: 2018-08-20 20:49:16,707 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 1.404s 2018-08-20 20:49:16,707 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-34f2f7e3-d6ed-4678-acdb-501b8870f409', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-34f2f7e3-d6ed-4678-acdb-501b8870f409'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1740015373": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b7:8a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0999d35b-6b4c-462d-90b0-b87728eeb0fc", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:49:15Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-2", "created": "2018-08-20T20:43:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:17,768 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc 0.046s 2018-08-20 20:49:17,769 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0999d35b-6b4c-462d-90b0-b87728eeb0fc', u'x-compute-request-id': 'req-e1caf0db-6c14-492e-ac6f-035cde2f4362', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e1caf0db-6c14-492e-ac6f-035cde2f4362'} Body: {"itemNotFound": {"message": "Instance 0999d35b-6b4c-462d-90b0-b87728eeb0fc could not be found.", "code": 404}} 2018-08-20 20:49:18,778 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/38f01b9c-6bed-4695-b1cb-9a8b55033d2b 1.009s 2018-08-20 20:49:18,779 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/38f01b9c-6bed-4695-b1cb-9a8b55033d2b', u'date': 'Mon, 20 Aug 2018 20:49:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8dc16a62-fe31-4d19-9c07-a599ad6df58f'} Body: 2018-08-20 20:49:19,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.258s 2018-08-20 20:49:19,038 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-f39fe4d5-aff6-42f4-885f-96c0651eb66d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f39fe4d5-aff6-42f4-885f-96c0651eb66d'} Body: 2018-08-20 20:49:20,056 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 1.016s 2018-08-20 20:49:20,056 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-43e3712e-2416-4e5c-8471-edefa0b29013', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43e3712e-2416-4e5c-8471-edefa0b29013'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-467117939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:dd:aa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:43:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c7824f08-2abf-4c02-b9b9-d983b952ecde", "security_groups": [{"name": "tempest-secgroup-smoke-1803529974"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:49:18Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1325582443", "name": "server-1", "created": "2018-08-20T20:43:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:21,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde 0.051s 2018-08-20 20:49:21,126 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c7824f08-2abf-4c02-b9b9-d983b952ecde', u'x-compute-request-id': 'req-0d44700b-670e-436e-98e1-d0be12236311', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0d44700b-670e-436e-98e1-d0be12236311'} Body: {"itemNotFound": {"message": "Instance c7824f08-2abf-4c02-b9b9-d983b952ecde could not be found.", "code": 404}} 2018-08-20 20:49:21,767 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c49f1d15-50a0-4b69-b4e7-f35454eb6cee 0.640s 2018-08-20 20:49:21,768 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c49f1d15-50a0-4b69-b4e7-f35454eb6cee', u'date': 'Mon, 20 Aug 2018 20:49:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-00dffc18-2e22-43fb-8d08-8f9bde50a40f'} Body: 2018-08-20 20:49:21,811 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1325582443 0.042s 2018-08-20 20:49:21,811 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1325582443', u'x-compute-request-id': 'req-a8bcd716-5cd0-4311-bfa1-95c7bf262e23', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8bcd716-5cd0-4311-bfa1-95c7bf262e23'} Body: 2018-08-20 20:49:24,411 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc 2.599s 2018-08-20 20:49:24,412 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/d831e6dd-db03-40dc-abc9-5a7c3d1cd2bc', u'date': 'Mon, 20 Aug 2018 20:49:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41da12cc-6975-4a81-bb98-4bb98d4acaa2'} Body: 2018-08-20 20:49:26,701 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bd8f3351-11c9-4a91-ad00-b6abaf4f9db5 2.287s 2018-08-20 20:49:26,701 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/bd8f3351-11c9-4a91-ad00-b6abaf4f9db5', u'date': 'Mon, 20 Aug 2018 20:49:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1aa845d8-f645-4071-8967-97369f786c25'} Body: 2018-08-20 20:49:29,358 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/28bf4b72-db9f-4dc7-84a2-5d748245d6ac 2.656s 2018-08-20 20:49:29,359 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/28bf4b72-db9f-4dc7-84a2-5d748245d6ac', u'date': 'Mon, 20 Aug 2018 20:49:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f61a17d9-b4c6-4b7f-9a1b-af6c46f3bc78'} Body: 2018-08-20 20:49:30,840 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/80fe5ea9-3f96-48b2-9794-6f9755b25e7e 1.481s 2018-08-20 20:49:30,841 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/80fe5ea9-3f96-48b2-9794-6f9755b25e7e', u'date': 'Mon, 20 Aug 2018 20:49:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-14dcb774-8402-4642-86a0-7f3545b62489'} Body: 2018-08-20 20:49:31,176 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/9bd601a1-4872-447a-8058-3295e44ec39c 0.335s 2018-08-20 20:49:31,177 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/9bd601a1-4872-447a-8058-3295e44ec39c', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41fb73e8-9a9d-4b24-8517-a5e001dc18d0'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_router_association[compute,id-9ebf4342-4448-4d63-98f9-44d3a606b6cf,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 800, in test_bgpvpn_negative_delete_router_association self._create_servers() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 964, in _create_servers security_group_ids, self.os_primary, port_security) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 943, in _create_server clients, wait_until='ACTIVE', name=name, **create_server_kwargs) File "/src/tempest/tempest/common/compute.py", line 258, in create_test_server server['id']) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/src/tempest/tempest/common/compute.py", line 229, in create_test_server clients.servers_client, server['id'], wait_until) File "/src/tempest/tempest/common/waiters.py", line 76, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server e6824870-fa72-4baf-a2b2-719017f29466 failed to build and is in ERROR status Details: {u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance e6824870-fa72-4baf-a2b2-719017f29466.', u'code': 500, u'created': u'2018-08-20T20:49:56Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:49:31,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.285s 2018-08-20 20:49:31,482 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-979789173 description", "name": "tempest-secgroup-smoke-979789173"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7dc0672-566e-4d1d-8432-26f13c99f3fd'} Body: {"security_group": {"description": "tempest-secgroup-smoke-979789173 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:31Z", "updated_at": "2018-08-20T20:49:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:49:31Z", "revision_number": 0, "id": "d2d84787-d7ac-446a-ad2e-8a2a3d7d6f48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:49:31Z", "revision_number": 0, "id": "fa1dc8f4-9efa-43f9-86df-24fbf8c8cad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "name": "tempest-secgroup-smoke-979789173"}} 2018-08-20 20:49:31,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.242s 2018-08-20 20:49:31,727 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffe086dd-55cb-4f59-ba07-0f6dcbd207d4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "89470d38-9589-499b-9387-cca729c6fe1f"}} 2018-08-20 20:49:31,973 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.245s 2018-08-20 20:49:31,974 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fffc0ac7-e2e5-40da-9c03-9e1c282501b7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:49:31Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1a91fee8-0046-4e72-916e-350db987ccdd"}} 2018-08-20 20:49:32,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.506s 2018-08-20 20:49:32,482 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fdeab288-9b37-4c3f-a2f5-fea436290730'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:49:32Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:32Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1600c39f-141e-4d86-9d03-9b6fb32de097"}} 2018-08-20 20:49:32,680 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.197s 2018-08-20 20:49:32,680 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c3c6d7e-7c94-4f19-a2fc-0bbe1643a10d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:49:32Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:32Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4fd9ac1f-3a82-4293-a434-b16da19819ae"}} 2018-08-20 20:49:33,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.429s 2018-08-20 20:49:33,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-beee602b-3f88-4ac4-805f-09b4c2d53140'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:32Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:32Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bf8add00-9d32-47cd-8657-e680b42ca6ea"}} 2018-08-20 20:49:33,835 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.723s 2018-08-20 20:49:33,836 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b496aa4-8bb5-4bd5-8dfb-7b1eb9c774f3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:33Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:33Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a6b726dc-0b9a-46a2-b588-5e73cb62f4fe"}} 2018-08-20 20:49:34,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-20 20:49:34,284 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-735ff611-b21e-46ba-86b5-d30007f9160a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:34Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:34Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "93b95df7-2bcb-465e-8823-51b7c8c1d2cd"}} 2018-08-20 20:49:34,714 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.428s 2018-08-20 20:49:34,714 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:49:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d863d5f6-7914-4772-9151-38dabda160e5'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:49:34Z", "security_group_id": "364b98ac-6649-4b56-ae49-095dba3cd97a", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:34Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bf02bfb1-1a32-4d92-b454-d9b5798aa5b5"}} 2018-08-20 20:49:35,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.572s 2018-08-20 20:49:35,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1357961893"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:49:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97e5ae52-3178-4894-8380-ec68bc3d8cd0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:49:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a022fcfa-42fa-4706-ab90-f9bf69c58279","name":"tempest-A-1357961893"}} 2018-08-20 20:49:36,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.155s 2018-08-20 20:49:36,444 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "name": "tempest-subnet-A-1-1049332851"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:49:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-88dfdffc-ef92-4234-abf0-857ca096fedb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a022fcfa-42fa-4706-ab90-f9bf69c58279","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:36Z","dns_nameservers":[],"updated_at":"2018-08-20T20:49:36Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a83820a4-4475-4e3c-ad3d-c944613a8535","subnetpool_id":null,"name":"tempest-subnet-A-1-1049332851"}} 2018-08-20 20:49:36,940 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.495s 2018-08-20 20:49:36,940 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-410883307"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:49:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03d553e0-60c3-4578-aa27-41ccef168c19'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:49:36Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f131de66-84c0-413a-8f05-d12d5856be9c","name":"tempest-B-410883307"}} 2018-08-20 20:49:37,874 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.933s 2018-08-20 20:49:37,875 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "f131de66-84c0-413a-8f05-d12d5856be9c", "name": "tempest-subnet-B-1-1835603967"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:49:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1772e8c9-c1d7-49a7-bc44-30cc5011e7a9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f131de66-84c0-413a-8f05-d12d5856be9c","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:49:37Z","dns_nameservers":[],"updated_at":"2018-08-20T20:49:37Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a2bc4519-2f01-458f-b056-cf05daab015a","subnetpool_id":null,"name":"tempest-subnet-B-1-1835603967"}} 2018-08-20 20:49:38,050 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.173s 2018-08-20 20:49:38,050 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--818129533", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:49:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23ef4a47-636a-4442-81bc-e9d1c12eb442'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:37Z", "admin_state_up": true, "updated_at": "2018-08-20T20:49:37Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675", "name": "tempest-router--818129533"}} 2018-08-20 20:49:39,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675 1.849s 2018-08-20 20:49:39,901 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675', u'date': 'Mon, 20 Aug 2018 20:49:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dc2691c1-9811-4f4d-b427-908153cd06f3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:49:37Z", "admin_state_up": true, "updated_at": "2018-08-20T20:49:39Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675", "name": "tempest-router--818129533"}} 2018-08-20 20:49:42,543 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/add_router_interface 2.641s 2018-08-20 20:49:42,544 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:49:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22532eb9-b21e-453b-ba64-77fd11b93366'} Body: {"network_id": "f131de66-84c0-413a-8f05-d12d5856be9c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a", "subnet_ids": ["a2bc4519-2f01-458f-b056-cf05daab015a"], "port_id": "b4d4407c-cabe-45fc-ac8a-e5f423656c93", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675"} 2018-08-20 20:49:43,003 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.458s 2018-08-20 20:49:43,003 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:49:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33767cad-882b-49db-8782-b53c19c447ff'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "e440dedd-2ed5-4e5c-ade7-301b66b4f2c6"}} 2018-08-20 20:49:43,786 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/network_associations 0.781s 2018-08-20 20:49:43,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/network_associations', u'date': 'Mon, 20 Aug 2018 20:49:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73373032-faa5-4a79-ac9a-b9189799eaa2'} Body: {"network_association": {"network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "id": "c24fc787-d463-4332-8bc7-a310fe4aebde"}} 2018-08-20 20:49:44,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/router_associations 1.101s 2018-08-20 20:49:44,889 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e440dedd-2ed5-4e5c-ade7-301b66b4f2c6/router_associations', u'date': 'Mon, 20 Aug 2018 20:49:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62c055cf-f342-40d2-92c4-404d66c8556a'} Body: {"router_association": {"router_id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675", "id": "6a252384-88a5-44e2-b855-b640e7dcdc50"}} 2018-08-20 20:49:45,035 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.146s 2018-08-20 20:49:45,036 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-853646865"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-49dbcd3f-f315-4d2c-804c-f4939f2a9c9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49dbcd3f-f315-4d2c-804c-f4939f2a9c9c'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz/Cg2cOHF+3Iq1gHOmGpFSUPD1nNDleMvW0xhBMC2Y+ZrahxiVJ9BxdlBB8Lrhl8n5AUgkpPtdcFw2EceTG7DIfeIMpEQzlDJw2QamjdZ3paEhWRpVIaiLVPhZpiQRHY7IXn9u5xP/ENMdlQm22YXtOuGzbTz2Aa4NnCjUMrwABpuHHJlUUa0sR6hfwWXGkH7oXu5G/5AbBvg43kuc+R96LMfXDQ42LZktb0FHIauf0mgYRjWogKLHPQAscukrMW0yuQbZ2K7ZXjmT5NMIGR1sxI5jM6XTk6ax9Y782d3CdqKXjOEdnf3RBPtKw1Gv7z47CN5Nrti0mi4XsP88sVr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs/woNnDhxftyKtYBzphqRUlDw9ZzQ5XjL1tMYQTAtmPma2oc\nYlSfQcXZQQfC64ZfJ+QFIJKT7XXBcNhHHkxuwyH3iDKREM5QycNkGpo3Wd6WhIVk\naVSGoi1T4WaYkER2OyF5/bucT/xDTHZUJttmF7Trhs2089gGuDZwo1DK8AAabhxy\nZVFGtLEeoX8FlxpB+6F7uRv+QGwb4ON5LnPkfeizH1w0ONi2ZLW9BRyGrn9JoGEY\n1qICixz0ALHLpKzFtMrkG2diu2V45k+TTCBkdbMSOYzOl05OmsfWO/Nndwnail4z\nhHZ390QT7SsNRr+8+OwjeTa7YtJouF7D/PLFawIDAQABAoIBAQCNAmQ66stnwiza\n9Jmr02uG5vSJbO0XKUo5Yuz/Iasd+jyfMR4Vx7iR3kDsmvkSb08DwLhnoY71vokU\nMM3fJgCtLmJxOTTAFvPibwtxcBsndKU2JA/cGdX1H1AVSr0CYjDC+OJLcP3xCHFt\naVNasg9VSXAxR96aIEh7cGNlADpONmV8bXA5fD1ht4MedyVu/1U6AC1btTI2U5Bv\ngvRZhTl/3x75kxMMln3FaGHiuzY5GDK5FwXghxw9hWm3QGgIgKD6KZ10y/XW29wp\n7qSj7d9ajJxkfavB2yr6flac+GNhH/JRDMITaRv9AT6hDE7nMDkP+GtRH8DPamEY\nxvP5kXd5AoGBAOSOA9p/G+Oaz4yXcJ32j6l+aQbzcfqgGYWoDnpquJFK+/kY0afl\n5Pbd6a95ji+wVviqfoagixJeP4kbXv+T29OxROVW6kzPceKZP6cznL290soqOXbh\nzCFdtnFL8nXED4vE/dmw9WJCC31WyNl04eyAQuLOAvqSNCeP60kKMkzPAoGBAMmZ\nEAeDd0LfYeC/Giq/sb+oE7+Q3anNk1g3m8hrzYnPDKl4DfKpMLGZ+2MsDQ5hxK3p\nKtYuWLpf3LpzwSNiRGfuTPGT7I/OsiRwhItKw675CCEBRSGxwSd4uPBza+eLmkcH\nJ5sgGzszfgX+1o2bp4RQ6AS3QK/XlmYyhHBAPXylAoGBANCN7mJAvpgwOdeWkQLz\nbCBD416eYpFJ6kAWHDAElique8LPrPBCTW4fDRA8IUzO4m3CVfZPJNg7/EoGGeep\nalx/U9jaOK6iVM9q+7R82jghsOkdIpaib/y6YLJ9lN91aqIlvWYZnbBth8J1oI0d\npNKEL4R6bClto/29y/s4PLHtAoGBAJvAdsLnThfLT+p8mrHWYnSpXYCOYsNSwXjR\nlbj1mNnUrnqr91K4ZpeAWNlY6klnPbYDRAYvzntHntgqoFg/Doyhbq7h002Tqsw+\nZhjbzW18l0wwmAGdPJbLTU7wTbiZgbtIis/tsTw+3ymwpoDHdlfizi7+iaqRTHBu\nrSWwbBDFAoGAcsHNQyCEe4gX+5S8V+C6Bs5pchS74RYJ6Xwp8FojXsDCApf/hux0\nzx4+v8eNm62C9eet6JNsYRKH824GKMLZzMBtH9bbGbu3HV5p/J+QsiUyHC/ECIyg\nX9etUwGtjSgjgsXmSNZoxDkIdP2jMc5UUfUGSns0B99orgy54e/dnBY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-853646865", "fingerprint": "40:ef:ce:47:fe:54:b4:59:43:d7:41:22:d1:54:4a:ae"}} 2018-08-20 20:49:46,258 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.218s 2018-08-20 20:49:46,258 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1662552793", "security_groups": ["364b98ac-6649-4b56-ae49-095dba3cd97a"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:49:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a9e4f57-06ec-4a50-be30-36ae544a6d45'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:49:45Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a022fcfa-42fa-4706-ab90-f9bf69c58279","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:49:45Z","name":"tempest-port-smoke-1662552793","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:68:52:a2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a83820a4-4475-4e3c-ad3d-c944613a8535","ip_address":"10.101.11.10"}],"id":"f72c911a-b088-4ac8-a6e7-a9e9f837fbd9","security_groups":["364b98ac-6649-4b56-ae49-095dba3cd97a"],"device_id":""}} 2018-08-20 20:49:49,809 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.23:8774/v2.1/servers 3.549s 2018-08-20 20:49:49,810 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-853646865", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "a022fcfa-42fa-4706-ab90-f9bf69c58279", "port": "f72c911a-b088-4ac8-a6e7-a9e9f837fbd9"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-1cc69db5-aaf7-4e16-8f6f-6a339293d20b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1cc69db5-aaf7-4e16-8f6f-6a339293d20b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6824870-fa72-4baf-a2b2-719017f29466", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "adminPass": "9Kq2dqhPUVg3"}} 2018-08-20 20:49:50,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.250s 2018-08-20 20:49:50,065 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-ec433717-95d0-4c3c-8c56-d36b09c528ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec433717-95d0-4c3c-8c56-d36b09c528ce'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:51,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.735s 2018-08-20 20:49:51,819 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-994be6c3-68b4-4768-ad20-6806eed2b9bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-994be6c3-68b4-4768-ad20-6806eed2b9bc'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:53,223 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.388s 2018-08-20 20:49:53,224 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-40ea6b81-9980-4881-b4a7-1e8d86fa934e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-40ea6b81-9980-4881-b4a7-1e8d86fa934e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:53,233 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 20:49:54,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.621s 2018-08-20 20:49:54,857 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1265', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-3b2c7e73-f45d-4b1a-bd8a-e8b0f1d725d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b2c7e73-f45d-4b1a-bd8a-e8b0f1d725d0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:54,869 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-20 20:49:56,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.365s 2018-08-20 20:49:56,237 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-02da0f57-a0ad-493f-a352-52945cbe10cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-02da0f57-a0ad-493f-a352-52945cbe10cb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:49:54Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:49:56,244 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 6 second wait 2018-08-20 20:49:57,341 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.095s 2018-08-20 20:49:57,342 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1457', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-7f76e2d2-ac83-4338-938a-e10f3a25c25e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f76e2d2-ac83-4338-938a-e10f3a25c25e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e6824870-fa72-4baf-a2b2-719017f29466", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e6824870-fa72-4baf-a2b2-719017f29466", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T20:49:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-853646865", "name": "server-1", "created": "2018-08-20T20:49:49Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance e6824870-fa72-4baf-a2b2-719017f29466.", "code": 500, "created": "2018-08-20T20:49:56Z"}, "metadata": {}}} 2018-08-20 20:49:57,354 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 7 second wait 2018-08-20 20:49:58,542 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 204 DELETE http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 1.187s 2018-08-20 20:49:58,543 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-37c9ab22-55d4-442a-8ca6-4fb64f334db7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37c9ab22-55d4-442a-8ca6-4fb64f334db7'} Body: 2018-08-20 20:49:58,593 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 404 GET http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466 0.049s 2018-08-20 20:49:58,593 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e6824870-fa72-4baf-a2b2-719017f29466', u'x-compute-request-id': 'req-560c5c7b-b1c2-4f2f-956e-e72ab884f523', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-560c5c7b-b1c2-4f2f-956e-e72ab884f523'} Body: {"itemNotFound": {"message": "Instance e6824870-fa72-4baf-a2b2-719017f29466 could not be found.", "code": 404}} 2018-08-20 20:49:59,593 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/f72c911a-b088-4ac8-a6e7-a9e9f837fbd9 0.997s 2018-08-20 20:49:59,594 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/f72c911a-b088-4ac8-a6e7-a9e9f837fbd9', u'date': 'Mon, 20 Aug 2018 20:49:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7a0eff0-e756-4f45-af42-12097aa177fc'} Body: 2018-08-20 20:49:59,661 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-853646865 0.066s 2018-08-20 20:49:59,661 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-853646865', u'x-compute-request-id': 'req-87260b77-2c13-4ba8-bf58-09ad36b5dc58', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:49:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87260b77-2c13-4ba8-bf58-09ad36b5dc58'} Body: 2018-08-20 20:50:01,387 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/remove_router_interface 1.725s 2018-08-20 20:50:01,388 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:50:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-893e871d-dfe4-49fa-852c-3182eb4d1e9b'} Body: {"network_id": "f131de66-84c0-413a-8f05-d12d5856be9c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2bc4519-2f01-458f-b056-cf05daab015a", "subnet_ids": ["a2bc4519-2f01-458f-b056-cf05daab015a"], "port_id": "b4d4407c-cabe-45fc-ac8a-e5f423656c93", "id": "4ff9f5bb-6bc5-49e8-852a-f401895a2675"} 2018-08-20 20:50:02,894 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675 1.506s 2018-08-20 20:50:02,895 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4ff9f5bb-6bc5-49e8-852a-f401895a2675', u'date': 'Mon, 20 Aug 2018 20:50:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7fd2adf5-645b-4f37-9cf8-2cf0fa5e8bc2'} Body: 2018-08-20 20:50:05,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a2bc4519-2f01-458f-b056-cf05daab015a 2.454s 2018-08-20 20:50:05,351 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a2bc4519-2f01-458f-b056-cf05daab015a', u'date': 'Mon, 20 Aug 2018 20:50:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-51ff493a-6325-4698-abbe-7892a16d66e3'} Body: 2018-08-20 20:50:06,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f131de66-84c0-413a-8f05-d12d5856be9c 1.457s 2018-08-20 20:50:06,809 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/f131de66-84c0-413a-8f05-d12d5856be9c', u'date': 'Mon, 20 Aug 2018 20:50:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f77c4ad-cc57-4372-a443-7ddf9c24fbe9'} Body: 2018-08-20 20:50:09,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a83820a4-4475-4e3c-ad3d-c944613a8535 3.060s 2018-08-20 20:50:09,870 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a83820a4-4475-4e3c-ad3d-c944613a8535', u'date': 'Mon, 20 Aug 2018 20:50:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f4bc3225-5ce4-4acd-97f6-6dcb70eae114'} Body: 2018-08-20 20:50:11,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/a022fcfa-42fa-4706-ab90-f9bf69c58279 1.849s 2018-08-20 20:50:11,720 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/a022fcfa-42fa-4706-ab90-f9bf69c58279', u'date': 'Mon, 20 Aug 2018 20:50:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4cc5c5f2-b0a9-4f0e-b332-94c7144e3bb8'} Body: 2018-08-20 20:50:12,216 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/364b98ac-6649-4b56-ae49-095dba3cd97a 0.495s 2018-08-20 20:50:12,216 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/364b98ac-6649-4b56-ae49-095dba3cd97a', u'date': 'Mon, 20 Aug 2018 20:50:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-289984cf-917c-45dc-8564-e293ed9875c2'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_disjoint_import_export[compute,id-be4471b3-5f57-4022-b719-b45a673a728b,network] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 827, in test_bgpvpn_negative_update_to_disjoint_import_export self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:52:29,348 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.372s 2018-08-20 20:52:29,349 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1957135011 description", "name": "tempest-secgroup-smoke-1957135011"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:52:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d666f936-3ff4-49f2-aa04-5fc8cff0cedb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1957135011 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:29Z", "updated_at": "2018-08-20T20:52:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:52:29Z", "revision_number": 0, "id": "4940afee-2982-466b-a130-71d16570e89d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:52:29Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:52:29Z", "revision_number": 0, "id": "cfd90a30-9224-47f4-b195-99f45185b1f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:52:29Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "name": "tempest-secgroup-smoke-1957135011"}} 2018-08-20 20:52:29,606 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.255s 2018-08-20 20:52:29,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66115ec3-0772-488f-ad1f-f428742eaf16'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:52:29Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:29Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1e7092d0-b8e6-4bce-95a1-b4a2e20f08a4"}} 2018-08-20 20:52:30,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.711s 2018-08-20 20:52:30,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb45926e-fd3a-4a57-a60c-2787d77e2d6d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ca20c34-2b0d-4b46-b34e-62d81861e83f"}} 2018-08-20 20:52:30,516 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-20 20:52:30,516 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7056d96c-48c5-4275-93e8-c1fe5162e7f8'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a37a3635-2ded-4eab-b2ae-5199547ea08f"}} 2018-08-20 20:52:30,689 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 20:52:30,690 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ef5789b-dba9-4272-81ee-78f05d6530ed'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9870aee7-8dba-4acd-a828-8280cf977abe"}} 2018-08-20 20:52:30,907 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.216s 2018-08-20 20:52:30,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8acf9f68-2811-493f-83cc-5ec6649fb1d0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:30Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:30Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9401dd30-99fa-4f56-9871-4f8ecf43b60f"}} 2018-08-20 20:52:31,097 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-20 20:52:31,097 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce2214a5-0d14-4f93-a786-f605e2d6c270'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:31Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5d20199c-36bb-4c4b-abd1-bfd76bab1e74"}} 2018-08-20 20:52:31,361 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.262s 2018-08-20 20:52:31,361 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84c92fef-b4e2-44ae-88f2-a147905bc188'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:31Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dc51b0b9-1496-418e-9b7a-c6b98234f7bc"}} 2018-08-20 20:52:31,803 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.441s 2018-08-20 20:52:31,804 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:52:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-859df26e-8550-4844-a9fc-6f00445d937f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:52:31Z", "security_group_id": "cd16770d-1c9d-42dd-a014-109b8a4abc2d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:52:31Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "667eaa2e-b0ce-408f-bc08-cc8d8e7c9c10"}} 2018-08-20 20:52:32,061 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.256s 2018-08-20 20:52:32,061 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1137146535"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:52:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-372ac037-f7e4-4e8a-a4c4-a590d8c2f7b3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:52:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"599827b1-6bf0-406e-b1d2-d17091311552","name":"tempest-A-1137146535"}} 2018-08-20 20:52:32,705 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.643s 2018-08-20 20:52:32,706 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "name": "tempest-subnet-A-1-503247800"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:52:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d860b6b-e685-4c12-a67a-49ca6a49638e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"599827b1-6bf0-406e-b1d2-d17091311552","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:32Z","dns_nameservers":[],"updated_at":"2018-08-20T20:52:32Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"12f14eb2-ad60-46d6-ac4c-9ea67e8b6973","subnetpool_id":null,"name":"tempest-subnet-A-1-503247800"}} 2018-08-20 20:52:33,023 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.316s 2018-08-20 20:52:33,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-148748507"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:52:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81d56751-8444-4d15-bc7a-c1a4abc4f166'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:52:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"542ef2d0-73a5-43bf-bcd8-2b054bb4613b","name":"tempest-B-148748507"}} 2018-08-20 20:52:34,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.005s 2018-08-20 20:52:34,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "name": "tempest-subnet-B-1-1456171136"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:52:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eba637dd-8955-4770-b291-6e043f1e67d3'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"542ef2d0-73a5-43bf-bcd8-2b054bb4613b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:52:33Z","dns_nameservers":[],"updated_at":"2018-08-20T20:52:33Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"10fd4e48-e1f4-43da-8a68-195ef2593eba","subnetpool_id":null,"name":"tempest-subnet-B-1-1456171136"}} 2018-08-20 20:52:34,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.419s 2018-08-20 20:52:34,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:52:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c4a53139-305c-4aff-a40c-e10e312b9a8b'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "787ccbe5-4f09-4dfa-98b1-025e44a79e18"}} 2018-08-20 20:52:34,638 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.186s 2018-08-20 20:52:34,639 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-203679161"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-ae805a56-80fa-46df-900d-a5d7748dfabb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae805a56-80fa-46df-900d-a5d7748dfabb'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtGjMybUcB0x33S3BWAYB39CpyLhoJZo2K82uEqd+u58S2UcZUbNli6bt72+TobK+ROoWOZDqlIToZ6h+bmkDMiTscbv8MuJwkWWG8NW8mP52iyjf/5oCwngqcWzHt9w3Gv9qvGe7t8nBs2RyHtzoYrL2CkoSSHY2kZhxhA7ozjRQejxs4FkgSEw9wq8m1oODntlZQPf95HMs0ViDX3u0TI2n90FSJBtbiorFm18J/1Fy9K+ZrNk5g7Gnl6mbfugahpG2+TUNbIdDIEEyCmf2g05TbCdPGY1/zkvqoeNLr+dvAWYRoqgKHC9cbMeFIUp5MT4HkYgSgjFfoYQCageKZ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA7RozMm1HAdMd90twVgGAd/Qqci4aCWaNivNrhKnfrufEtlHG\nVGzZYum7e9vk6GyvkTqFjmQ6pSE6Geofm5pAzIk7HG7/DLicJFlhvDVvJj+doso3\n/+aAsJ4KnFsx7fcNxr/arxnu7fJwbNkch7c6GKy9gpKEkh2NpGYcYQO6M40UHo8b\nOBZIEhMPcKvJtaDg57ZWUD3/eRzLNFYg197tEyNp/dBUiQbW4qKxZtfCf9RcvSvm\nazZOYOxp5epm37oGoaRtvk1DWyHQyBBMgpn9oNOU2wnTxmNf85L6qHjS6/nbwFmE\naKoChwvXGzHhSFKeTE+B5GIEoIxX6GEAmoHimQIDAQABAoIBAQCyKCmoDmx4doXh\nt5GlTmOVvqXWPcXaonBgpB96A5rL9eLdi/yWm2OM60uw+b2610/ktDB+mdlnEtxx\ndHZjmThvd/4uk0iZ6m2I8pB5tzzZZJuyIniJlE3GaDpY2j1eLXDwkmBjifz6Vl0b\nrNe/MnI48DNF1Yo/sG0pxoA0dXSIHltQxWBwaARqz+gy6kKZRzu0v5vwyF9ZScLd\n1EJWVOmvX5qKdklcnzwvGUCyCmUd2EcugmYeJVNvFlRd3lEOIANb/Sp78/8m2Ytu\nJmjbM/vNMONX+A3UaMchRv6F/h5OmTp2sN3T4rt9fK4WP3SAUWGVdPMdI0DZPe93\n8NezMM4BAoGBAPxqL/BQIEo7Xs6odw7xtYComnCzIVjbeKS+sVRsRM49vgxB6z/V\nxj0QTTw+yprHGmLnA80PWE3QpTsFohmGIn/j+ZfqTgKpn/6xAS3Ez60diNAlzUp6\nMhzPVSceOyR1kx0io4SA5+ZgClugDtMiGYp+/EqNOvANCjX2z/iEtdEJAoGBAPB4\nVa3W2EBTEuTAinUAoS0nnWakGOLpM8wW02XenqyhEg3EymG6dwQBrNuNQzRHuO5N\nTObjUyulv+BwRRBWPQrJD1e0RdATrIVBnZvKYyiaLuFbsujYdT3ZXt6jm1aE6xMf\n/czPPRy2cduJNOyWm2IpU8D9FGre1P6f/QokxDkRAoGBANjcmodLMBLW42OGFZQ/\nUoNRWC8Pl8zx8rsIIu63fn37SfbaA7X6grEf+luSTxufiCoE9J0PW/yvD+aftl9b\ngPSD94LviUp8VbvKc4rRFuRTBaJfd/tO9RMPhsdvD70JTvWvNvG2loa1aPDDmTkI\niQ0WgMfEgyiO64DlplSMIHGRAoGAKX3Z6sDjV1X+MJI4Ua/mH5ByTD+MO7rZQSG/\nIBilcEvqfY2zDeHKn1papRdevSqS8itMVZprw2A6F1PH1uXKao3+o7drRFfgsK19\nsF/fdCYGaMQVvq96q01SXUAFkYwls4sVk70+YjHou2SVSS1DalCPLwF8AGSqg7S/\nSHzHjsECgYEAozM6B9xdWQr/dsJB6W+XRHHr3rGJGDWjXX5WHRwPmycP1+9Yy9aG\nQdgKLqddPN8J3BMLw86p5iEqD2/iR/7Q5cB20m2OZPA0RUaGe094JfO3eCjMYtEr\npYTVCGUdnh6re/TwY/P/iMEexI74bqFtznNa1wKLc3wUZc7NibAB0is=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-203679161", "fingerprint": "fc:a4:d4:f6:6c:8c:5f:29:e7:14:81:ed:5f:0e:de:01"}} 2018-08-20 20:52:35,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.255s 2018-08-20 20:52:35,898 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2084563727", "security_groups": ["cd16770d-1c9d-42dd-a014-109b8a4abc2d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:52:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1173b7ac-652c-47d1-8744-09dfa7b5cfe9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:52:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"599827b1-6bf0-406e-b1d2-d17091311552","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:52:35Z","name":"tempest-port-smoke-2084563727","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9c:ac:20","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"12f14eb2-ad60-46d6-ac4c-9ea67e8b6973","ip_address":"10.101.11.10"}],"id":"03cc596f-989b-4b8a-9a23-65ade24ec5b5","security_groups":["cd16770d-1c9d-42dd-a014-109b8a4abc2d"],"device_id":""}} 2018-08-20 20:52:38,674 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 2.774s 2018-08-20 20:52:38,675 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-203679161", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "599827b1-6bf0-406e-b1d2-d17091311552", "port": "03cc596f-989b-4b8a-9a23-65ade24ec5b5"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-a6bae721-31db-4393-9e62-f658625d987c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6bae721-31db-4393-9e62-f658625d987c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "adminPass": "usBTo2oYsaV8"}} 2018-08-20 20:52:38,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.058s 2018-08-20 20:52:38,737 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-764e4e52-3e12-409a-ac26-5f5d2ac5a9ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-764e4e52-3e12-409a-ac26-5f5d2ac5a9ed'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:40,075 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.323s 2018-08-20 20:52:40,076 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-a94af218-fbe2-43a5-8b72-96ec0c1ee54a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a94af218-fbe2-43a5-8b72-96ec0c1ee54a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:41,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.366s 2018-08-20 20:52:41,458 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-94988516-bb3e-49af-9eed-b8b097230594', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94988516-bb3e-49af-9eed-b8b097230594'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:43,112 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.638s 2018-08-20 20:52:43,112 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-6d0fe779-20fe-426b-acf9-31336380556c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d0fe779-20fe-426b-acf9-31336380556c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:43,126 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 5 second wait 2018-08-20 20:52:44,841 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.713s 2018-08-20 20:52:44,841 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-b2e51ff6-31ef-48f2-9a11-3193a358a308', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2e51ff6-31ef-48f2-9a11-3193a358a308'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:46,583 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.726s 2018-08-20 20:52:46,583 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-45882093-2d79-43ad-a8b9-644d65ec6ece', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-45882093-2d79-43ad-a8b9-644d65ec6ece'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:48,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.714s 2018-08-20 20:52:48,312 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-5afd8b27-2306-4dcb-90d6-1173261ea88c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5afd8b27-2306-4dcb-90d6-1173261ea88c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1137146535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:ac:20", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:48,325 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 20:52:48,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.602s 2018-08-20 20:52:48,930 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-687d7323-89c1-4b36-bf86-da6bcadd3692', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-687d7323-89c1-4b36-bf86-da6bcadd3692'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1137146535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:ac:20", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:48,941 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 1a00d2bb-27a5-4158-ae35-6d6b776a41dc with status: ACTIVE 2018-08-20 20:52:49,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.053s 2018-08-20 20:52:49,995 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1005356338", "security_groups": ["cd16770d-1c9d-42dd-a014-109b8a4abc2d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:52:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-656a9246-dba5-40b0-9b1f-98f5b398d266'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:52:49Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"542ef2d0-73a5-43bf-bcd8-2b054bb4613b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:52:49Z","name":"tempest-port-smoke-1005356338","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4f:da:f1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"10fd4e48-e1f4-43da-8a68-195ef2593eba","ip_address":"10.102.21.20"}],"id":"e8592439-9075-4562-8535-b31e04c9048c","security_groups":["cd16770d-1c9d-42dd-a014-109b8a4abc2d"],"device_id":""}} 2018-08-20 20:52:52,925 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 2.928s 2018-08-20 20:52:52,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-203679161", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "port": "e8592439-9075-4562-8535-b31e04c9048c"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ca03e542-7e1b-4710-8592-02da7d603a6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca03e542-7e1b-4710-8592-02da7d603a6e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "adminPass": "uAwLSLKBB4vo"}} 2018-08-20 20:52:53,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.357s 2018-08-20 20:52:53,288 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-4ecf6fd3-1801-4634-9c08-088379f60ef6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ecf6fd3-1801-4634-9c08-088379f60ef6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:54,612 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.310s 2018-08-20 20:52:54,612 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-712ef1dd-3001-4356-9ec8-990e92e29456', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-712ef1dd-3001-4356-9ec8-990e92e29456'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:56,322 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.696s 2018-08-20 20:52:56,323 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-6732977b-502a-4291-85ea-465d7cd8b0f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6732977b-502a-4291-85ea-465d7cd8b0f7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:56,335 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:52:57,990 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.653s 2018-08-20 20:52:57,991 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-a681fc16-a367-4fe8-a762-5dd1ceae1b56', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a681fc16-a367-4fe8-a762-5dd1ceae1b56'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:52:59,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.744s 2018-08-20 20:52:59,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-58995077-ac49-4924-9666-228d65ce70b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:52:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58995077-ac49-4924-9666-228d65ce70b9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:52:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:53:01,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.694s 2018-08-20 20:53:01,459 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-bad7578e-acf0-4cde-b25a-c7656b27dd62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:53:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bad7578e-acf0-4cde-b25a-c7656b27dd62'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-148748507": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:da:f1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:59Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:53:01,473 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 20:53:02,263 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.790s 2018-08-20 20:53:02,264 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-e05b14c9-3e96-4b6e-97aa-8d1b0ef132f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:53:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e05b14c9-3e96-4b6e-97aa-8d1b0ef132f4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-148748507": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:da:f1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:52:59Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:53:02,277 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6e667ce2-8c10-4d80-ad54-70be821b161f with status: ACTIVE 2018-08-20 20:53:02,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations 0.307s 2018-08-20 20:53:02,585 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations', u'date': 'Mon, 20 Aug 2018 20:53:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72688054-ff55-46c0-a429-b8a4b7516ac8'} Body: {"network_association": {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "id": "c683c0c2-414e-4dc3-a5bd-49537a02ee40"}} 2018-08-20 20:53:02,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations 0.384s 2018-08-20 20:53:02,971 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/787ccbe5-4f09-4dfa-98b1-025e44a79e18/network_associations', u'date': 'Mon, 20 Aug 2018 20:53:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fe17652e-28ec-4056-a2f7-2c68fc06fe30'} Body: {"network_association": {"network_id": "542ef2d0-73a5-43bf-bcd8-2b054bb4613b", "id": "f0571e42-427a-4244-b8b1-e07daeb3ce4b"}} 2018-08-20 20:53:02,971 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 20:53:03,176 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/routers 0.204s 2018-08-20 20:53:03,177 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1398259104", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:53:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-69f8f33a-7355-4e5e-8b68-1be4244ee589'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:53:03Z", "admin_state_up": true, "updated_at": "2018-08-20T20:53:03Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9", "name": "tempest-router--1398259104"}} 2018-08-20 20:53:04,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9 1.510s 2018-08-20 20:53:04,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9', u'date': 'Mon, 20 Aug 2018 20:53:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35f297be-d885-48c6-a4a7-cadba3b55bb7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:53:03Z", "admin_state_up": true, "updated_at": "2018-08-20T20:53:04Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9", "name": "tempest-router--1398259104"}} 2018-08-20 20:53:07,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/add_router_interface 2.843s 2018-08-20 20:53:07,533 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:53:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa2009be-777a-4cd2-bd1d-a59670096bba'} Body: {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973", "subnet_ids": ["12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"], "port_id": "7e9690d3-60aa-45a2-b56d-5e96c17e422f", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9"} 2018-08-20 20:53:09,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.031s 2018-08-20 20:53:09,567 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "03cc596f-989b-4b8a-9a23-65ade24ec5b5"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:53:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ea1809f-809d-4570-abe9-2b626a272808'} Body: {"floatingip": {"router_id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:53:08Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "03cc596f-989b-4b8a-9a23-65ade24ec5b5", "id": "3fe7035b-f41b-43cd-9ed2-f4938393a2fc", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:53:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 20:53:09,569 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:53:17,584 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:53:17,648 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:53:17,649 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:53:17,764 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:53:17,764 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:53:17,766 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:53:17,826 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:53:17,831 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:53:22,840 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:53:22,840 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:54:32,905 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:54:32,905 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:54:32,909 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:54:32,972 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:54:32,973 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:54:37,981 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:54:37,981 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:55:48,052 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:55:48,052 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:55:48,053 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48,057 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48,156 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:55:48,185 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48,190 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:55:48,191 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:da:7b:2d [ether] on eth0 2018-08-20 20:55:48,192 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 20:55:48,192 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48,194 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48,252 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:55:48,259 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48,268 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 20:55:48,268 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 20:55:48,269 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48,270 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48,332 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:55:48,335 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48,340 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 20:55:48,341 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48,343 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48,404 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:55:48,407 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:48,413 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 20:55:48,414 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:da:7b:2d [ether] on eth0 2018-08-20 20:55:48,414 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:55:48,414 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:55:48,416 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:55:48,476 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:55:48,480 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:55:53,488 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:55:53,488 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:57:03,536 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:57:03,537 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-20 20:57:03,541 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:57:03,642 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:57:03,669 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-20 20:57:08,677 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.208 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:57:08,677 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-20 20:58:18,717 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 20:58:18,718 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.208: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 20:58:18.718 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 20:58:20,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/3fe7035b-f41b-43cd-9ed2-f4938393a2fc 1.492s 2018-08-20 20:58:20,213 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/3fe7035b-f41b-43cd-9ed2-f4938393a2fc', u'date': 'Mon, 20 Aug 2018 20:58:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6828c9a-fc2b-49d3-938f-c5f6d8b7a490'} Body: 2018-08-20 20:58:22,243 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/remove_router_interface 2.028s 2018-08-20 20:58:22,243 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9/remove_router_interface', u'date': 'Mon, 20 Aug 2018 20:58:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-154c2da6-9d48-417e-a6c2-8cc126882c74'} Body: {"network_id": "599827b1-6bf0-406e-b1d2-d17091311552", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "12f14eb2-ad60-46d6-ac4c-9ea67e8b6973", "subnet_ids": ["12f14eb2-ad60-46d6-ac4c-9ea67e8b6973"], "port_id": "7e9690d3-60aa-45a2-b56d-5e96c17e422f", "id": "230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9"} 2018-08-20 20:58:24,012 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9 1.768s 2018-08-20 20:58:24,013 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/230f2515-1c3b-4f9a-8fbb-33ae4d0e73b9', u'date': 'Mon, 20 Aug 2018 20:58:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-67d8e6f4-e82c-44a5-8fa3-7ff62c3f59be'} Body: 2018-08-20 20:58:24,848 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.834s 2018-08-20 20:58:24,849 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-37cf214a-8895-421f-9b28-37941c41b15c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37cf214a-8895-421f-9b28-37941c41b15c'} Body: 2018-08-20 20:58:25,775 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.925s 2018-08-20 20:58:25,775 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-5d12ebcd-abde-4954-9464-d65efc697782', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d12ebcd-abde-4954-9464-d65efc697782'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-148748507": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:da:f1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:58:24Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:27,444 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.651s 2018-08-20 20:58:27,445 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1342', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-c1e4388a-3877-4ab4-8db6-180eb7060e9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1e4388a-3877-4ab4-8db6-180eb7060e9b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6e667ce2-8c10-4d80-ad54-70be821b161f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:59.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6e667ce2-8c10-4d80-ad54-70be821b161f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:58:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-2", "created": "2018-08-20T20:52:52Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:28,502 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f 0.043s 2018-08-20 20:58:28,502 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6e667ce2-8c10-4d80-ad54-70be821b161f', u'x-compute-request-id': 'req-8a938031-3046-481d-88e2-4c9043fdc36f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8a938031-3046-481d-88e2-4c9043fdc36f'} Body: {"itemNotFound": {"message": "Instance 6e667ce2-8c10-4d80-ad54-70be821b161f could not be found.", "code": 404}} 2018-08-20 20:58:29,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e8592439-9075-4562-8535-b31e04c9048c 0.776s 2018-08-20 20:58:29,280 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/e8592439-9075-4562-8535-b31e04c9048c', u'date': 'Mon, 20 Aug 2018 20:58:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-73f7c705-6aee-46ff-a7e4-aa13618c861b'} Body: 2018-08-20 20:58:29,483 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.202s 2018-08-20 20:58:29,484 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-8d417a9b-906d-4319-ac45-d80418184797', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d417a9b-906d-4319-ac45-d80418184797'} Body: 2018-08-20 20:58:30,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 1.286s 2018-08-20 20:58:30,772 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-0e631f56-754c-42af-afa7-63df2e128666', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e631f56-754c-42af-afa7-63df2e128666'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1137146535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:ac:20", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:52:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1a00d2bb-27a5-4158-ae35-6d6b776a41dc", "security_groups": [{"name": "tempest-secgroup-smoke-1957135011"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:58:29Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-203679161", "name": "server-1", "created": "2018-08-20T20:52:38Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:31,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc 0.056s 2018-08-20 20:58:31,843 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1a00d2bb-27a5-4158-ae35-6d6b776a41dc', u'x-compute-request-id': 'req-6becb81e-48e8-4e75-bc90-524803d2ed4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6becb81e-48e8-4e75-bc90-524803d2ed4a'} Body: {"itemNotFound": {"message": "Instance 1a00d2bb-27a5-4158-ae35-6d6b776a41dc could not be found.", "code": 404}} 2018-08-20 20:58:32,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/03cc596f-989b-4b8a-9a23-65ade24ec5b5 0.896s 2018-08-20 20:58:32,741 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/03cc596f-989b-4b8a-9a23-65ade24ec5b5', u'date': 'Mon, 20 Aug 2018 20:58:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e217f4fc-77c3-4d4e-b886-0e5370893bff'} Body: 2018-08-20 20:58:32,797 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-203679161 0.055s 2018-08-20 20:58:32,797 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-203679161', u'x-compute-request-id': 'req-87b5e380-17d4-48f8-9aa4-2fcbb9a461ad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87b5e380-17d4-48f8-9aa4-2fcbb9a461ad'} Body: 2018-08-20 20:58:35,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/10fd4e48-e1f4-43da-8a68-195ef2593eba 2.407s 2018-08-20 20:58:35,207 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/10fd4e48-e1f4-43da-8a68-195ef2593eba', u'date': 'Mon, 20 Aug 2018 20:58:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-72a451f8-1cc4-47fd-ab38-9e6d7b397fd0'} Body: 2018-08-20 20:58:36,947 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/542ef2d0-73a5-43bf-bcd8-2b054bb4613b 1.740s 2018-08-20 20:58:36,948 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/542ef2d0-73a5-43bf-bcd8-2b054bb4613b', u'date': 'Mon, 20 Aug 2018 20:58:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cfd0cddb-83b2-4cd3-aad5-82303ef2b0d4'} Body: 2018-08-20 20:58:39,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/12f14eb2-ad60-46d6-ac4c-9ea67e8b6973 2.742s 2018-08-20 20:58:39,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/12f14eb2-ad60-46d6-ac4c-9ea67e8b6973', u'date': 'Mon, 20 Aug 2018 20:58:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d6095af3-73a5-4537-b8b3-8336fc0d6297'} Body: 2018-08-20 20:58:41,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/599827b1-6bf0-406e-b1d2-d17091311552 1.818s 2018-08-20 20:58:41,511 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/599827b1-6bf0-406e-b1d2-d17091311552', u'date': 'Mon, 20 Aug 2018 20:58:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b58d486b-0a63-4626-b5f2-7dc4ef6da46d'} Body: 2018-08-20 20:58:41,803 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/cd16770d-1c9d-42dd-a014-109b8a4abc2d 0.291s 2018-08-20 20:58:41,804 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/cd16770d-1c9d-42dd-a014-109b8a4abc2d', u'date': 'Mon, 20 Aug 2018 20:58:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c23cf8f4-e958-4065-b58e-97b2d4e92e4e'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_empty_rt_list[compute,id-fb37a546-7263-4ffe-a42c-77eca377ff1a,network] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 852, in test_bgpvpn_negative_update_to_empty_rt_list self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 20:58:42,293 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.464s 2018-08-20 20:58:42,293 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-295091329 description", "name": "tempest-secgroup-smoke-295091329"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07a5c433-9058-4092-8afa-a3ec9e01dfff'} Body: {"security_group": {"description": "tempest-secgroup-smoke-295091329 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:42Z", "updated_at": "2018-08-20T20:58:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:58:42Z", "revision_number": 0, "id": "6adbb3b7-8e8b-4293-abbd-ee28661bd037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T20:58:42Z", "revision_number": 0, "id": "bb3f4f14-682b-46e2-b785-6b092b7d819c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7884db4f-8ad1-4259-b260-edfef22501ef", "name": "tempest-secgroup-smoke-295091329"}} 2018-08-20 20:58:42,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.237s 2018-08-20 20:58:42,532 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-01398d27-be11-4784-8d28-ca85801a0be2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:42Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1317e437-c030-45a9-82fd-d591eca3455c"}} 2018-08-20 20:58:43,053 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.519s 2018-08-20 20:58:43,053 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72a46c22-1812-4db8-85db-752f6d8785c9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T20:58:42Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:42Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b2a1d94f-a6b7-4ab4-85f0-c856ddcf8729"}} 2018-08-20 20:58:43,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.546s 2018-08-20 20:58:43,601 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5e3f06a-3279-47a5-b6b2-d0b95a45e7b7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:58:43Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:43Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "654bb02e-7f93-4392-bb66-e9919da97216"}} 2018-08-20 20:58:44,071 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.469s 2018-08-20 20:58:44,071 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02f5d5d1-c60f-48e3-8ccf-93ace620451a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T20:58:43Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:43Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "77c5e96e-d54b-46e1-9f69-37a090735a8c"}} 2018-08-20 20:58:44,274 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-20 20:58:44,275 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de4aebcf-71bb-4372-b91b-ad46ef06e42e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:44Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:44Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "d7d46310-f886-4eed-b1d7-1ff82f34da2c"}} 2018-08-20 20:58:44,748 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.472s 2018-08-20 20:58:44,748 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f9440e9-ba82-4407-9eea-625dba3b9e87'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:44Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:44Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "98f0042e-3b7e-4722-af10-37b839a44731"}} 2018-08-20 20:58:45,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.483s 2018-08-20 20:58:45,233 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a42e50cb-4572-430a-a811-57952396d45c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:45Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:45Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8ed39244-8cd5-43a7-ac8d-0ae15094828f"}} 2018-08-20 20:58:45,707 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.473s 2018-08-20 20:58:45,707 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 20:58:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59cb6d0d-94c9-4758-b56e-4dc24b84a03e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T20:58:45Z", "security_group_id": "7884db4f-8ad1-4259-b260-edfef22501ef", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:58:45Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a979ee13-5720-4c13-9d36-3d4dc3c3c707"}} 2018-08-20 20:58:45,968 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/networks 0.260s 2018-08-20 20:58:45,969 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1188077727"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:58:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74d5baf1-b74d-4143-ac09-fd08a2c27e40'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:58:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e866bd26-1345-47d3-9e08-81825647bba4","name":"tempest-A-1188077727"}} 2018-08-20 20:58:46,931 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.961s 2018-08-20 20:58:46,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "name": "tempest-subnet-A-1-612854735"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:58:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1e99b0ab-1c32-42ba-9983-276c207903fb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e866bd26-1345-47d3-9e08-81825647bba4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:46Z","dns_nameservers":[],"updated_at":"2018-08-20T20:58:46Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f0318fb9-dd00-4b09-940b-787405e54399","subnetpool_id":null,"name":"tempest-subnet-A-1-612854735"}} 2018-08-20 20:58:47,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/networks 0.233s 2018-08-20 20:58:47,166 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-842610255"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 20:58:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84f045b2-bbde-4be4-8756-49e8c19bb6b1'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T20:58:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"bed87f64-6608-4b58-a9a9-79be5a0f6d05","name":"tempest-B-842610255"}} 2018-08-20 20:58:48,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.699s 2018-08-20 20:58:48,867 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "name": "tempest-subnet-B-1-833542328"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 20:58:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-229bd257-81b1-41da-943e-b244574e1fe7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bed87f64-6608-4b58-a9a9-79be5a0f6d05","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T20:58:47Z","dns_nameservers":[],"updated_at":"2018-08-20T20:58:47Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e1652715-97d7-4b1b-9545-93ce0a0652cb","subnetpool_id":null,"name":"tempest-subnet-B-1-833542328"}} 2018-08-20 20:58:49,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.641s 2018-08-20 20:58:49,511 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 20:58:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55a634d6-f3a2-4488-bbcb-ab593e942635'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "9750c8e5-c069-4a8d-b35c-c0813d3df13c"}} 2018-08-20 20:58:49,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.178s 2018-08-20 20:58:49,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1319598166"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-efde3144-4f73-48c9-b284-7ab9b477cff2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efde3144-4f73-48c9-b284-7ab9b477cff2'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD06EYxhxCA3JXMI/Vyry5r50OctKBdXAGCbnq7RtZuT8zyhjNVpMwbnL8Ov7DtIA+pcNKl/t2/CM49H+h1/FCWLiRhix1RZuPvGo/yP68ik7/uZJ1ONYvXMIFQHy01HlOeWcczz4g3kzwk020UCIWq33+kLSR3S1H/gopUCpagKdklwd9SNhUqVsH/jq+yIKwxw4f7E6SU40BoyV7N+bFWrjXUyT1pSpkkGSwmMXHYCl1H3fxAGPc7sBIzswv0bImmd6OTkkMUD348OsjlRCHu1EEQ5C+1Mzp7tbrIH6nruQCNyK/KuYnQlAKf0863uAKnmYpQe3pStnyYwyUQY7J Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAw9OhGMYcQgNyVzCP1cq8ua+dDnLSgXVwBgm56u0bWbk/M8oY\nzVaTMG5y/Dr+w7SAPqXDSpf7dvwjOPR/odfxQli4kYYsdUWbj7xqP8j+vIpO/7mS\ndTjWL1zCBUB8tNR5TnlnHM8+IN5M8JNNtFAiFqt9/pC0kd0tR/4KKVAqWoCnZJcH\nfUjYVKlbB/46vsiCsMcOH+xOklONAaMlezfmxVq411Mk9aUqZJBksJjFx2ApdR93\n8QBj3O7ASM7ML9GyJpnejk5JDFA9+PDrI5UQh7tRBEOQvtTM6e7W6yB+p67kAjci\nvyrmJ0JQCn9POt7gCp5mKUHt6UrZ8mMMlEGOyQIDAQABAoIBAD3jXD5gHf4e6Lv1\ndP+0GwD0J0axsyWG3+iImmFMniA1E2xiqoP6oHnl7iEY4/slyIIEETw53Bc2iEsv\nukaD4JN/RpV3OgW2AfvjKBEQjLE5ZM4c79RsKgS94/OU9dSQceYDKDtKo+/vUZGW\nfDBIQv23JRKW2PpgVDc0ajG0TC5dfPz830cbHWGoXLMTurSV+ZOx2X+wSk+1u7BA\nAhMYcB+7LYVpOcHrU0L0xFuL9MGPviZWxB8EMfCQBdQYL25gTjYy6JkCiBn5/+tw\nGckmJHClgoBWRd1/wY52yYI3ihRGjwm6mM/Z3ZxKgGIak/sY6utr9NLr1zA+W/kh\nac4hFiECgYEA5D6dWRRFZiDcOZ9E9HMygvqmbtVOnkvoyGjtHgHrKpVYv+54cGF6\nSUBsioET8awJgs8wUX5YikSBNxZD69v5KA/YQTbhPQfheYdXISVs20rvV0Sh61PU\np4IhKRoE8I0wofw9IGHdvHuoVWEPT2P6V1ttKecA8E00juymBceCMRcCgYEA26PT\nj1AQ7+snCFmW/Z1Z5xHYeYAWfrx6pUbK9obqA2EC5WxH+lleujQoghRsAYX5aSsp\n2ru5VwPi080EdHekxL4+tmiXpoLGc0uIH7TKAVcscYTJ0EkD6kwc4dCy/GgB03ja\n1KbVv0xg93DXc46/rR4M8YT9VKwizHZlFghvax8CgYEAmkv58w5RHAl61zlkVBzM\nON9ZQ/PPghOu+kx0f6SsZc0wgg+kO9Sp5ns25Sr9YJL8mwGVmIHhORe2gpb6s6ex\nd/O+Ldf7zFZXhuCHdlDmlhjCVCyBiaTSTasa375HOJc6GUd7yzhdvd2anp1OzEy6\nH/QeiAUyDUEkFrrEQYPt72ECgYEA2dqJQSD9a7smoBWcujmUrqj4uqrdpR911vF8\n50GyY1+Z682XJy3102NguoVfC7PDSxlRDnAcyb5FAifcP1lcyPiaY3si0DnudPV6\nM1iy9Nlub7pyInIJvB96llDW95yCEytQgpRodrJfi48VZL02SZQA6p4qWA3VBlB4\nu33qZakCgYEAtx4m7H31IJQLQUkmIcYgwIk2VnfzKO0QaBJkZV/2Lf+IWM5oLALb\npQnyMGiDohcdsXRpTWUZLcxf0buDizTBFxS/XP4InmV8gPm+28/buN6k3qHGRraP\niZAjRDeCGEOXE35hVWhOEjRvZh2nIt1CXge3xFba8MXE7BYN0CBU+40=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1319598166", "fingerprint": "54:22:3b:73:fa:b5:40:a5:ed:0f:e4:be:32:8b:c4:20"}} 2018-08-20 20:58:50,716 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/ports 1.022s 2018-08-20 20:58:50,717 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2118693683", "security_groups": ["7884db4f-8ad1-4259-b260-edfef22501ef"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:58:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-627ff420-c491-41d5-9b25-258f78603799'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:58:50Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e866bd26-1345-47d3-9e08-81825647bba4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:58:50Z","name":"tempest-port-smoke-2118693683","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:01:e1:e2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"f0318fb9-dd00-4b09-940b-787405e54399","ip_address":"10.101.11.10"}],"id":"7d1548e8-11d0-4dd7-8898-08677599c9ae","security_groups":["7884db4f-8ad1-4259-b260-edfef22501ef"],"device_id":""}} 2018-08-20 20:58:54,379 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.23:8774/v2.1/servers 3.661s 2018-08-20 20:58:54,380 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1319598166", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "e866bd26-1345-47d3-9e08-81825647bba4", "port": "7d1548e8-11d0-4dd7-8898-08677599c9ae"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-3b868af5-0bf8-438f-b306-6c4a248376ef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b868af5-0bf8-438f-b306-6c4a248376ef'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "adminPass": "NMGYhjCGR8vu"}} 2018-08-20 20:58:54,701 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.317s 2018-08-20 20:58:54,702 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-4b1aaeb6-0e01-4969-a64b-bd5575742047', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b1aaeb6-0e01-4969-a64b-bd5575742047'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:56,475 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.759s 2018-08-20 20:58:56,475 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-82bbef6d-1343-4570-a18e-b75327519141', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82bbef6d-1343-4570-a18e-b75327519141'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:58,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.740s 2018-08-20 20:58:58,233 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-13b0c390-335f-4505-8645-8c5ae08aad50', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13b0c390-335f-4505-8645-8c5ae08aad50'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:58:58,245 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-20 20:59:00,569 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 1.322s 2018-08-20 20:59:00,570 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-bc556fbf-1964-4bed-a271-16ef5a32b7a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:58:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bc556fbf-1964-4bed-a271-16ef5a32b7a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:57Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:00,582 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2018-08-20 20:59:02,328 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.744s 2018-08-20 20:59:02,329 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-ba0b03aa-f8a2-4d77-836e-87f69707b0a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba0b03aa-f8a2-4d77-836e-87f69707b0a9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:58:57Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:03,676 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.332s 2018-08-20 20:59:03,677 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-fc9fed42-1af4-425e-8236-45bf06af4ff8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc9fed42-1af4-425e-8236-45bf06af4ff8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1188077727": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e1:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:01Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:03,690 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 20:59:04,120 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.429s 2018-08-20 20:59:04,120 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-491d3882-61b2-43f7-b960-e673a3a469ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-491d3882-61b2-43f7-b960-e673a3a469ff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1188077727": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e1:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:01Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:04,133 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: bcbf17a1-a5ee-44a1-b887-72c448b7c332 with status: ACTIVE 2018-08-20 20:59:04,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/ports 0.750s 2018-08-20 20:59:04,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-624689077", "security_groups": ["7884db4f-8ad1-4259-b260-edfef22501ef"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 20:59:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f7cbd618-cfca-4e81-b566-d4e2a9a7115d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T20:59:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bed87f64-6608-4b58-a9a9-79be5a0f6d05","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T20:59:04Z","name":"tempest-port-smoke-624689077","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:bd:e3:39","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e1652715-97d7-4b1b-9545-93ce0a0652cb","ip_address":"10.102.21.20"}],"id":"6013d4f2-f5b2-41f9-a83c-8917ad549451","security_groups":["7884db4f-8ad1-4259-b260-edfef22501ef"],"device_id":""}} 2018-08-20 20:59:08,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.23:8774/v2.1/servers 3.511s 2018-08-20 20:59:08,397 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1319598166", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "port": "6013d4f2-f5b2-41f9-a83c-8917ad549451"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-a5594900-17d4-4204-99da-0a7e331f511b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a5594900-17d4-4204-99da-0a7e331f511b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "adminPass": "hR2sVXQ82CFV"}} 2018-08-20 20:59:08,803 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.401s 2018-08-20 20:59:08,804 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-797a0e3e-d64f-43ff-bcb4-957f26a19694', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-797a0e3e-d64f-43ff-bcb4-957f26a19694'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:10,081 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.263s 2018-08-20 20:59:10,082 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-237eca81-ffd7-4a22-b274-28f2a0e4eb53', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-237eca81-ffd7-4a22-b274-28f2a0e4eb53'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:11,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.388s 2018-08-20 20:59:11,485 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-d5f4a143-cb08-4876-a098-25fa0997619f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5f4a143-cb08-4876-a098-25fa0997619f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:11,498 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 20:59:12,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.433s 2018-08-20 20:59:12,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-60bbba21-26ae-469b-8d34-84543187c9d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60bbba21-26ae-469b-8d34-84543187c9d7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:14,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.411s 2018-08-20 20:59:14,361 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-30753b9b-01c0-436c-b40d-353e24c810d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30753b9b-01c0-436c-b40d-353e24c810d0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:16,461 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 1.087s 2018-08-20 20:59:16,462 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-a3e15700-cf6a-42a4-9c17-dae6b4408128', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3e15700-cf6a-42a4-9c17-dae6b4408128'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T20:59:10Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:18,700 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 1.225s 2018-08-20 20:59:18,700 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-11975e0b-17c1-42a0-9d1c-5a83f8b79729', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11975e0b-17c1-42a0-9d1c-5a83f8b79729'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-842610255": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:e3:39", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:18,713 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 20:59:19,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.896s 2018-08-20 20:59:19,610 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-a99485a8-dd75-40f8-93d4-2311e9c9cf09', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 20:59:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a99485a8-dd75-40f8-93d4-2311e9c9cf09'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-842610255": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:e3:39", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T20:59:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 20:59:19,625 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b872a39e-7583-4162-9246-e5aba11a6c1f with status: ACTIVE 2018-08-20 20:59:19,932 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations 0.306s 2018-08-20 20:59:19,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations', u'date': 'Mon, 20 Aug 2018 20:59:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cef22e1f-8e78-4946-b16e-692bf05e9193'} Body: {"network_association": {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "id": "1c48fd16-fa54-4908-9fef-92b0b3b44c11"}} 2018-08-20 20:59:20,328 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations 0.395s 2018-08-20 20:59:20,329 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/9750c8e5-c069-4a8d-b35c-c0813d3df13c/network_associations', u'date': 'Mon, 20 Aug 2018 20:59:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bf1ab8f-e41d-4777-97d3-6b48d7e74e1a'} Body: {"network_association": {"network_id": "bed87f64-6608-4b58-a9a9-79be5a0f6d05", "id": "2e74d4e6-a41c-4e16-85fd-335228c4de30"}} 2018-08-20 20:59:20,330 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 20:59:20,544 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/routers 0.213s 2018-08-20 20:59:20,545 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--2071311594", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 20:59:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f6a961b-8ad0-41bf-8826-4de4b29accff'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:59:20Z", "admin_state_up": true, "updated_at": "2018-08-20T20:59:20Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb", "name": "tempest-router--2071311594"}} 2018-08-20 20:59:21,998 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb 1.452s 2018-08-20 20:59:21,998 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb', u'date': 'Mon, 20 Aug 2018 20:59:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a10853d6-d9dd-49e0-b93e-e9a8dbf627b8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:59:20Z", "admin_state_up": true, "updated_at": "2018-08-20T20:59:21Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb", "name": "tempest-router--2071311594"}} 2018-08-20 20:59:24,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/add_router_interface 2.232s 2018-08-20 20:59:24,233 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/add_router_interface', u'date': 'Mon, 20 Aug 2018 20:59:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ca262ba-456a-426e-9504-b7279f3b663a'} Body: {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399", "subnet_ids": ["f0318fb9-dd00-4b09-940b-787405e54399"], "port_id": "5791bfe5-232f-4777-9810-08c333b33bab", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb"} 2018-08-20 20:59:26,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.046s 2018-08-20 20:59:26,281 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "7d1548e8-11d0-4dd7-8898-08677599c9ae"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 20:59:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a6557ad-6067-45ca-ac78-e800e47306b4'} Body: {"floatingip": {"router_id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T20:59:25Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "7d1548e8-11d0-4dd7-8898-08677599c9ae", "id": "a3f0998f-99eb-4dff-9367-fcf38aa42a2e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T20:59:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 20:59:26,282 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 20:59:42,312 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:59:42,417 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:59:42,441 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 20:59:42,555 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 20:59:42,556 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 20:59:42,559 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 20:59:42,618 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 20:59:42,623 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 20:59:47,630 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 20:59:47,631 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:00:57,688 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:00:57,689 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:00:57,693 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:00:57,794 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:00:57,822 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:01:02,829 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:01:02,830 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:02:12,897 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:02:12,898 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:02:12,898 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:12,903 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13,001 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:02:13,030 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13,036 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:02:13,037 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:fb:16:e8 [ether] on eth0 2018-08-20 21:02:13,037 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:02:13,037 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13,039 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13,102 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:02:13,103 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13,112 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:02:13,112 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:02:13,113 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13,115 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13,173 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:02:13,179 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13,185 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:02:13,185 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13,187 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13,246 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:02:13,251 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:13,257 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:02:13,257 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:fb:16:e8 [ether] on eth0 2018-08-20 21:02:13,258 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:02:13,258 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:02:13,260 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:02:13,321 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:02:13,325 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:02:18,332 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:02:18,332 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:03:28,393 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:03:28,394 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:03:28,400 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:03:28,499 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:03:28,526 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:03:33,534 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:03:33,534 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:04:43,600 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:04:43,601 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:04:43.601 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:04:44,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/a3f0998f-99eb-4dff-9367-fcf38aa42a2e 1.266s 2018-08-20 21:04:44,870 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/a3f0998f-99eb-4dff-9367-fcf38aa42a2e', u'date': 'Mon, 20 Aug 2018 21:04:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cb8ee98f-5781-4015-b8ef-927b66a3f2fe'} Body: 2018-08-20 21:04:46,847 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/remove_router_interface 1.976s 2018-08-20 21:04:46,848 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:04:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bac62fca-4197-4cf6-81b1-29d3bc829fb7'} Body: {"network_id": "e866bd26-1345-47d3-9e08-81825647bba4", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "f0318fb9-dd00-4b09-940b-787405e54399", "subnet_ids": ["f0318fb9-dd00-4b09-940b-787405e54399"], "port_id": "5791bfe5-232f-4777-9810-08c333b33bab", "id": "be2d1958-d5dc-4dbd-8b07-0fc3a81733fb"} 2018-08-20 21:04:48,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb 1.812s 2018-08-20 21:04:48,662 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/be2d1958-d5dc-4dbd-8b07-0fc3a81733fb', u'date': 'Mon, 20 Aug 2018 21:04:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99afdc24-2ef2-4513-ac4a-6eda32f6087a'} Body: 2018-08-20 21:04:49,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.818s 2018-08-20 21:04:49,482 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-51e40170-be5d-4081-bce0-6d40575060fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51e40170-be5d-4081-bce0-6d40575060fd'} Body: 2018-08-20 21:04:50,775 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 1.292s 2018-08-20 21:04:50,775 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-fc9a0943-ff94-4bf3-81ea-dda448f9948f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc9a0943-ff94-4bf3-81ea-dda448f9948f'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-842610255": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:e3:39", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b872a39e-7583-4162-9246-e5aba11a6c1f", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b872a39e-7583-4162-9246-e5aba11a6c1f", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:04:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-2", "created": "2018-08-20T20:59:08Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:04:51,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f 0.051s 2018-08-20 21:04:51,843 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b872a39e-7583-4162-9246-e5aba11a6c1f', u'x-compute-request-id': 'req-a9462262-8005-4652-b4e3-def647cef07c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a9462262-8005-4652-b4e3-def647cef07c'} Body: {"itemNotFound": {"message": "Instance b872a39e-7583-4162-9246-e5aba11a6c1f could not be found.", "code": 404}} 2018-08-20 21:04:52,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/6013d4f2-f5b2-41f9-a83c-8917ad549451 0.876s 2018-08-20 21:04:52,721 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/6013d4f2-f5b2-41f9-a83c-8917ad549451', u'date': 'Mon, 20 Aug 2018 21:04:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b680ad6d-3f6a-4314-9d59-c220c0de2da8'} Body: 2018-08-20 21:04:52,895 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.173s 2018-08-20 21:04:52,896 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-ff7327a1-4152-4ff5-8bd9-daf91209a06a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff7327a1-4152-4ff5-8bd9-daf91209a06a'} Body: 2018-08-20 21:04:54,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 1.294s 2018-08-20 21:04:54,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-6f2b9467-77f6-4a64-ad2e-93e47446e7b8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f2b9467-77f6-4a64-ad2e-93e47446e7b8'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1188077727": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e1:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T20:59:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "bcbf17a1-a5ee-44a1-b887-72c448b7c332", "security_groups": [{"name": "tempest-secgroup-smoke-295091329"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:04:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1319598166", "name": "server-1", "created": "2018-08-20T20:58:54Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:04:55,256 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332 0.049s 2018-08-20 21:04:55,257 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/bcbf17a1-a5ee-44a1-b887-72c448b7c332', u'x-compute-request-id': 'req-16f40738-1b6f-4d5f-bf1a-bc7cff827335', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-16f40738-1b6f-4d5f-bf1a-bc7cff827335'} Body: {"itemNotFound": {"message": "Instance bcbf17a1-a5ee-44a1-b887-72c448b7c332 could not be found.", "code": 404}} 2018-08-20 21:04:55,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/7d1548e8-11d0-4dd7-8898-08677599c9ae 0.623s 2018-08-20 21:04:55,882 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/7d1548e8-11d0-4dd7-8898-08677599c9ae', u'date': 'Mon, 20 Aug 2018 21:04:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d955af8f-981d-47fb-b6ef-ce764e314e21'} Body: 2018-08-20 21:04:55,968 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1319598166 0.085s 2018-08-20 21:04:55,969 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1319598166', u'x-compute-request-id': 'req-70b6abcc-20ac-42c6-a7c4-d35664d4b787', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:04:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-70b6abcc-20ac-42c6-a7c4-d35664d4b787'} Body: 2018-08-20 21:04:58,597 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e1652715-97d7-4b1b-9545-93ce0a0652cb 2.627s 2018-08-20 21:04:58,598 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e1652715-97d7-4b1b-9545-93ce0a0652cb', u'date': 'Mon, 20 Aug 2018 21:04:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-343a0331-18e4-4d99-8df4-84f712b604d8'} Body: 2018-08-20 21:05:00,630 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bed87f64-6608-4b58-a9a9-79be5a0f6d05 2.031s 2018-08-20 21:05:00,631 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/bed87f64-6608-4b58-a9a9-79be5a0f6d05', u'date': 'Mon, 20 Aug 2018 21:05:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-217db87d-5e11-41cb-a7f0-cd7370bea1ac'} Body: 2018-08-20 21:05:03,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/f0318fb9-dd00-4b09-940b-787405e54399 2.721s 2018-08-20 21:05:03,354 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/f0318fb9-dd00-4b09-940b-787405e54399', u'date': 'Mon, 20 Aug 2018 21:05:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8e94c799-63a2-4664-9e3e-a1557c0f0d7b'} Body: 2018-08-20 21:05:05,102 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/e866bd26-1345-47d3-9e08-81825647bba4 1.746s 2018-08-20 21:05:05,102 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/e866bd26-1345-47d3-9e08-81825647bba4', u'date': 'Mon, 20 Aug 2018 21:05:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd8ddcc9-498f-4083-9d04-e4a014c040f2'} Body: 2018-08-20 21:05:05,644 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7884db4f-8ad1-4259-b260-edfef22501ef 0.541s 2018-08-20 21:05:05,644 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/7884db4f-8ad1-4259-b260-edfef22501ef', u'date': 'Mon, 20 Aug 2018 21:05:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3194062b-5cd8-4154-99c8-fea91de8885c'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_tenant_separation_and_local_connectivity[compute,id-f762e6ac-920e-4d0f-aa67-02bdd4ab8433,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 539, in test_bgpvpn_tenant_separation_and_local_connectivity [self.networks[NET_A], IP_A_S1_3]]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 964, in _create_servers security_group_ids, self.os_primary, port_security) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 943, in _create_server clients, wait_until='ACTIVE', name=name, **create_server_kwargs) File "/src/tempest/tempest/common/compute.py", line 258, in create_test_server server['id']) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/src/tempest/tempest/common/compute.py", line 229, in create_test_server clients.servers_client, server['id'], wait_until) File "/src/tempest/tempest/common/waiters.py", line 76, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server 1adbf5e9-922a-41f8-958f-628ae4d705a4 failed to build and is in ERROR status Details: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-20T21:05:29Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:05:15,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.238s 2018-08-20 21:05:15,566 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-2001723311 description", "name": "tempest-secgroup-smoke-2001723311"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:05:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-209bf885-bad9-48e0-b3d2-241b5ede47d5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2001723311 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:15Z", "updated_at": "2018-08-20T21:05:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:15Z", "revision_number": 0, "id": "3bee84e7-c787-4140-a466-69d73692fdae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:15Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:15Z", "revision_number": 0, "id": "64df6443-28d7-4962-b820-e17c175e187a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:15Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e949d44c-475c-40c7-be18-8d917b889d85", "name": "tempest-secgroup-smoke-2001723311"}} 2018-08-20 21:05:15,793 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 21:05:15,794 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d973cdb6-8017-4cc8-8cf9-103e5baab00b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:15Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:15Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6c635051-8272-44cc-befc-1cf6b4b2fa03"}} 2018-08-20 21:05:16,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.412s 2018-08-20 21:05:16,207 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51715fd3-dd6b-424c-b724-83b9ed12452e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:16Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "78aaf610-f6cb-40ac-aec4-6a811153b47d"}} 2018-08-20 21:05:16,651 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.443s 2018-08-20 21:05:16,652 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6617d36c-4e8b-42f9-bf49-14fcd39f471a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:16Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "80d02319-cf96-4bae-a661-4f553fa23bcd"}} 2018-08-20 21:05:17,027 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.374s 2018-08-20 21:05:17,027 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3542e010-c24d-4aad-9364-f95a717e022d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:16Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "76022758-981e-459b-b1d8-de5372f81b1f"}} 2018-08-20 21:05:17,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.161s 2018-08-20 21:05:17,190 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a94f4bb2-70df-4b1d-8c06-02959e1eef55'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "85484458-2293-4b0f-a5d4-dad815753125"}} 2018-08-20 21:05:17,368 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.177s 2018-08-20 21:05:17,369 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca42fe04-63bd-47a3-80a1-15abc21fb0fc'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "28af8ef9-df9d-4967-b9dd-dd60392f0409"}} 2018-08-20 21:05:17,548 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.178s 2018-08-20 21:05:17,549 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba1e54f5-c34a-45c5-bf24-8b5daff9f419'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "355d5a95-ffb3-4ece-9893-d58fb83d43d6"}} 2018-08-20 21:05:17,734 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 21:05:17,734 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1bd699a6-0884-4b76-ac2d-54e40a46bb9f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:17Z", "security_group_id": "e949d44c-475c-40c7-be18-8d917b889d85", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "cf802a52-b79b-453e-90b7-be732e127fe0"}} 2018-08-20 21:05:18,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/networks 0.272s 2018-08-20 21:05:18,009 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-596510243"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca9d3c79-e89a-47ae-b849-a12f95c9db28'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","name":"tempest-A-596510243"}} 2018-08-20 21:05:18,984 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.974s 2018-08-20 21:05:18,984 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "name": "tempest-subnet-A-1-2071654379"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-88ac61d6-d730-4c2e-bab1-e6ea58c65e69'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:18Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:18Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"82d0387b-49c4-4eac-8cba-088b48137193","subnetpool_id":null,"name":"tempest-subnet-A-1-2071654379"}} 2018-08-20 21:05:19,642 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.656s 2018-08-20 21:05:19,643 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.12.0/24", "network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "name": "tempest-subnet-A-2-1579734048"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e241cc7a-279a-40c4-ae4d-cadd18493f69'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:19Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:19Z","gateway_ip":"10.101.12.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.12.2","end":"10.101.12.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.12.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"7d5f7b1a-db10-48a4-a08a-a0284d1ea8f0","subnetpool_id":null,"name":"tempest-subnet-A-2-1579734048"}} 2018-08-20 21:05:19,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/networks 0.262s 2018-08-20 21:05:19,906 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-Bis-1568047354"}} Response - Headers: {'status': '201', u'content-length': '561', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f25a9626-13b9-4918-bd95-518d427acf0c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"dbb57b08-1507-419a-acc5-214119aa619b","name":"tempest-A-Bis-1568047354"}} 2018-08-20 21:05:20,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.658s 2018-08-20 21:05:20,566 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "dbb57b08-1507-419a-acc5-214119aa619b", "name": "tempest-subnet-A-Bis-1-304700317"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d91fbbf0-4ac2-4b74-b215-7f56232f043e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbb57b08-1507-419a-acc5-214119aa619b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:20Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:20Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"0713c121-449b-4961-a5fe-3da6170034ad","subnetpool_id":null,"name":"tempest-subnet-A-Bis-1-304700317"}} 2018-08-20 21:05:21,211 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.643s 2018-08-20 21:05:21,212 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.12.0/24", "network_id": "dbb57b08-1507-419a-acc5-214119aa619b", "name": "tempest-subnet-A-Bis-2-105846171"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6303b0bf-aa10-4ba2-9642-b5ef39604501'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbb57b08-1507-419a-acc5-214119aa619b","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:20Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:20Z","gateway_ip":"10.101.12.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.12.2","end":"10.101.12.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.12.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f8cb433f-6119-4d99-8986-2c3cb51182a4","subnetpool_id":null,"name":"tempest-subnet-A-Bis-2-105846171"}} 2018-08-20 21:05:21,747 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.534s 2018-08-20 21:05:21,747 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn-a", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '332', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:05:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44f818b9-259b-4664-9461-c6d1e847901d'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "fc777782-76cd-4b35-aeff-a10f884b410c"}} 2018-08-20 21:05:22,329 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.580s 2018-08-20 21:05:22,329 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_targets": ["64512:2"]}} Response - Headers: {'status': '201', u'content-length': '336', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:05:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6662c554-f90c-4b4e-82be-7a80bc5ac37f'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:2"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "b1808332-7d39-4a5a-b3cc-0393bdd1fab3"}} 2018-08-20 21:05:22,656 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fc777782-76cd-4b35-aeff-a10f884b410c/network_associations 0.325s 2018-08-20 21:05:22,656 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fc777782-76cd-4b35-aeff-a10f884b410c/network_associations', u'date': 'Mon, 20 Aug 2018 21:05:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6a9cea4-2aff-4200-8325-d320d8f7909e'} Body: {"network_association": {"network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "id": "fb788538-b3d8-4ae8-957e-debee979db79"}} 2018-08-20 21:05:23,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1808332-7d39-4a5a-b3cc-0393bdd1fab3/network_associations 0.448s 2018-08-20 21:05:23,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "dbb57b08-1507-419a-acc5-214119aa619b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1808332-7d39-4a5a-b3cc-0393bdd1fab3/network_associations', u'date': 'Mon, 20 Aug 2018 21:05:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1d89f795-f7b0-4c9f-b245-5b8d48cde2b7'} Body: {"network_association": {"network_id": "dbb57b08-1507-419a-acc5-214119aa619b", "id": "d2f7a41b-1a05-48ac-b110-28c81ae63da3"}} 2018-08-20 21:05:23,571 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.464s 2018-08-20 21:05:23,571 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-661332927"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d53dddd3-240e-48f8-9445-c42cc9dcffbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d53dddd3-240e-48f8-9445-c42cc9dcffbd'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJozAGoXU7+D7v9riwhppL3t1hvkqXwnZ7DRB/pIosXqcPLfPJr9iiuBvTwzhBJMkKBt46FeQZ7IAqMxYRhCZnfiBKGbZoRO7eujjRiTbA442a16//u0v959LQBjUnc0+N+nTgdrVeJ2TMVayhUEw48toInkNpK+/iABsVdzBLmyFOcELZ2hwI8sVDyw3KXx1RsBPchTqC44QYS2TFP61dfwRB0vK7jfk+jGEBe+1I823PLJ/D+KjPj6rCIyZ09ibdj2gJVC1xg+TWctoTMgs5GBXONP3Wq3ljNMo1XsIATV/lqq+C/pCpP8U7Ene9pvsKkun7QawqmjtPNhY0dlll Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAyaMwBqF1O/g+7/a4sIaaS97dYb5Kl8J2ew0Qf6SKLF6nDy3z\nya/Yorgb08M4QSTJCgbeOhXkGeyAKjMWEYQmZ34gShm2aETu3ro40Yk2wOONmtev\n/7tL/efS0AY1J3NPjfp04Ha1XidkzFWsoVBMOPLaCJ5DaSvv4gAbFXcwS5shTnBC\n2docCPLFQ8sNyl8dUbAT3IU6guOEGEtkxT+tXX8EQdLyu435PoxhAXvtSPNtzyyf\nw/ioz4+qwiMmdPYm3Y9oCVQtcYPk1nLaEzILORgVzjT91qt5YzTKNV7CAE1f5aqv\ngv6QqT/FOxJ3vab7CpLp+0GsKpo7TzYWNHZZZQIDAQABAoIBABtSMT+0wN3PVTfO\nhlfk5SNCn1yPHCxT/RnPO10QPmikqp4z68R4PzJNH/ghi43IHjVtmM7mCHI6yWLu\naR8WeN2tCVMBCOY38OXc9bXukayxKI7CiuZrynAs6TOmo60kwrLKLOv9KbYIQHAv\na6Sv7KQKw+BHEXs+qNJGkWTnMXQM43SFrOgb2FKa7rVXyeVWrt697HUQtzUcfC64\n/nkd3PV0eoLgJ6m96BV4s2b2OB0YkeHA2TxR36kB8CbI6kWcLFi2bbVI+uX5Hwjr\npe7KDcDYlDL1E6eYZZNCTddaY6mlPfq7x81b5sMLrbtIfPDUl4iPnNYYyJs7WWF9\n7Jnd2EECgYEA41/JpwZvLUSA6eSEAdoPr7NRMNuB25WWpB7I5oFa3ha63KPcRuXG\nCDyOU87y244ByPYa1vcaJnOC7KV8Eu48XvaNRaOJXZlw9+LzTCmSa/wTRAUAquEk\no7eBd4Tj0XXkECHGwFIXZnvpo/b8IxPPSm4HXemgTnBm9jmmh+0gTKsCgYEA4wXp\nc0x6JFF/MhTTwNYAbmJ/xlHQvVFJm9icZ5pBWRkPV2BO7fitIroDVLPfWg19b4FZ\n4rZois9RqvLgtBZ0EvJ1udCcrjO/wRKOWQclBrU5uBWBoBXtxwkb/2JKMIonl7j/\n/4hvlEwrq+en2ikbQRF/3CnqSGTAvnysNX3s0i8CgYEAvialZeGjqJ/Zj8FkBIhx\nBedYxxtMBm+bg7WbHeqgK4umyk7fMQuICetavAweXi7snzvyRkRwwidoHrBmiw5h\nvqlCjDKv9m8UYrqR7ef2ZAhztDba0A1pruEQjPu96rZE/JjCtqPwneyTAGTViCBR\nA1XxI0D2p6Ko+NJNyu8sS/ECgYEAktSZB8R33xOCs856omcGwl4cjBUQb9GqTQzN\nI8jF6S1nGbklc4551FMAooDvvVuqPDsp+pLFjLnH9Uu+/1riWfrNH5AINjcsF2C8\nBmKzlOITYbcvLm3gavG+VO+qUjiYoO27TPdeS0j0metrSZN6mBwMWUYWzBm1+73A\n15wJVmsCgYAkqMcTzcI4ybgUKOqzUYYzdAbuqp3ZIQSMZxK958/VuOCYfY0dMq2J\nOZ950MlxXw204L+nVZIZDHDuPJx3P6UwWgXdzw37X8vDFsEa6dAw2WaCVqqg+GPv\nVJFIH5+BHxgSllpB6LHZpgGgupNrG1Am+bzYWemVqSrZLk8/o4eFKg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-661332927", "fingerprint": "5f:06:00:44:5d:de:34:18:51:98:fe:01:e5:7c:ed:34"}} 2018-08-20 21:05:24,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/ports 1.384s 2018-08-20 21:05:24,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-831441168", "security_groups": ["e949d44c-475c-40c7-be18-8d917b889d85"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:05:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-720a87cd-7382-48ca-97e3-f8124a6eb36d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:05:24Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c23c32f-3c0d-4643-8511-a70cf119f9f3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:05:24Z","name":"tempest-port-smoke-831441168","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:30:a5:40","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"82d0387b-49c4-4eac-8cba-088b48137193","ip_address":"10.101.11.10"}],"id":"09972dba-09fe-464d-8bf9-703333977553","security_groups":["e949d44c-475c-40c7-be18-8d917b889d85"],"device_id":""}} 2018-08-20 21:05:29,017 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.23:8774/v2.1/servers 4.049s 2018-08-20 21:05:29,018 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-661332927", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "3c23c32f-3c0d-4643-8511-a70cf119f9f3", "port": "09972dba-09fe-464d-8bf9-703333977553"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-bfe76592-83bd-41ee-ae8e-191bd3d8fdb9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bfe76592-83bd-41ee-ae8e-191bd3d8fdb9'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1adbf5e9-922a-41f8-958f-628ae4d705a4", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "bookmark"}], "adminPass": "dz32Hm8Vtr7o"}} 2018-08-20 21:05:29,393 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.367s 2018-08-20 21:05:29,394 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-056aac32-0e96-4747-bcbd-78c3a07a7286', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-056aac32-0e96-4747-bcbd-78c3a07a7286'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1adbf5e9-922a-41f8-958f-628ae4d705a4", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:05:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661332927", "name": "server-1", "created": "2018-08-20T21:05:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:05:30,711 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.301s 2018-08-20 21:05:30,711 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1334', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-81e29792-75d4-4927-86bd-bb9143590c7d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81e29792-75d4-4927-86bd-bb9143590c7d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1adbf5e9-922a-41f8-958f-628ae4d705a4", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:05:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661332927", "name": "server-1", "created": "2018-08-20T21:05:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:05:29Z"}, "metadata": {}}} 2018-08-20 21:05:30,726 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2018-08-20 21:05:31,394 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 204 DELETE http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.667s 2018-08-20 21:05:31,395 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-2294e596-bdee-494f-978c-9381c6e79de8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2294e596-bdee-494f-978c-9381c6e79de8'} Body: 2018-08-20 21:05:31,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 404 GET http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4 0.043s 2018-08-20 21:05:31,439 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/1adbf5e9-922a-41f8-958f-628ae4d705a4', u'x-compute-request-id': 'req-91365d70-ad2c-406e-9d54-5a95ee4f08a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-91365d70-ad2c-406e-9d54-5a95ee4f08a2'} Body: {"itemNotFound": {"message": "Instance 1adbf5e9-922a-41f8-958f-628ae4d705a4 could not be found.", "code": 404}} 2018-08-20 21:05:32,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/09972dba-09fe-464d-8bf9-703333977553 0.902s 2018-08-20 21:05:32,344 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/09972dba-09fe-464d-8bf9-703333977553', u'date': 'Mon, 20 Aug 2018 21:05:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ebce3ee3-eb5e-434e-8203-7fed3a2b5f39'} Body: 2018-08-20 21:05:32,423 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661332927 0.078s 2018-08-20 21:05:32,423 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661332927', u'x-compute-request-id': 'req-6dbd75df-24ce-40ea-a9e0-ead652ab0f13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6dbd75df-24ce-40ea-a9e0-ead652ab0f13'} Body: 2018-08-20 21:05:35,129 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/f8cb433f-6119-4d99-8986-2c3cb51182a4 2.704s 2018-08-20 21:05:35,129 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/f8cb433f-6119-4d99-8986-2c3cb51182a4', u'date': 'Mon, 20 Aug 2018 21:05:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6317f75a-899c-4d65-9e76-848d4c4a1ea9'} Body: 2018-08-20 21:05:37,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/0713c121-449b-4961-a5fe-3da6170034ad 2.540s 2018-08-20 21:05:37,671 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/0713c121-449b-4961-a5fe-3da6170034ad', u'date': 'Mon, 20 Aug 2018 21:05:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f5200884-8523-4b2e-bcf1-d30e5aef2266'} Body: 2018-08-20 21:05:39,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/dbb57b08-1507-419a-acc5-214119aa619b 1.989s 2018-08-20 21:05:39,662 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/dbb57b08-1507-419a-acc5-214119aa619b', u'date': 'Mon, 20 Aug 2018 21:05:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6431e2ae-b44d-497b-b857-7db0915018d1'} Body: 2018-08-20 21:05:42,157 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/7d5f7b1a-db10-48a4-a08a-a0284d1ea8f0 2.493s 2018-08-20 21:05:42,157 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/7d5f7b1a-db10-48a4-a08a-a0284d1ea8f0', u'date': 'Mon, 20 Aug 2018 21:05:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-65f35947-3fa5-47a0-84a8-12b7c3990a00'} Body: 2018-08-20 21:05:44,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/82d0387b-49c4-4eac-8cba-088b48137193 2.627s 2018-08-20 21:05:44,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/82d0387b-49c4-4eac-8cba-088b48137193', u'date': 'Mon, 20 Aug 2018 21:05:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a78e6c08-6903-4e6f-a5c1-61359a670c08'} Body: 2018-08-20 21:05:47,153 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3c23c32f-3c0d-4643-8511-a70cf119f9f3 2.366s 2018-08-20 21:05:47,154 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3c23c32f-3c0d-4643-8511-a70cf119f9f3', u'date': 'Mon, 20 Aug 2018 21:05:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4e0d3427-216c-4e49-b831-9b33a0e468a8'} Body: 2018-08-20 21:05:47,400 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/e949d44c-475c-40c7-be18-8d917b889d85 0.244s 2018-08-20 21:05:47,400 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/e949d44c-475c-40c7-be18-8d917b889d85', u'date': 'Mon, 20 Aug 2018 21:05:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b6aed190-3509-438c-a636-a4be389e6d0e'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_and_unassociated_net[compute,id-08d4f40e-3cec-485b-9da2-76e67fbd9881,network] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 303, in test_bgpvpn_update_route_targets_and_unassociated_net self._update_l3_bgpvpn(rts=[RT1], import_rts=[], export_rts=[]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 994, in _update_l3_bgpvpn import_targets=import_rts) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 50, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:05:47,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.250s 2018-08-20 21:05:47,670 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-311401068 description", "name": "tempest-secgroup-smoke-311401068"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:05:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5186ae95-2bbc-48e4-9e1c-c70a7a2eba5a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-311401068 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:47Z", "updated_at": "2018-08-20T21:05:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:47Z", "revision_number": 0, "id": "18d56b91-3526-4562-9160-9d5c442b534c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:47Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:05:47Z", "revision_number": 0, "id": "491909d2-ae15-4ebc-8671-552d6564876d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:05:47Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "name": "tempest-secgroup-smoke-311401068"}} 2018-08-20 21:05:48,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.597s 2018-08-20 21:05:48,268 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ad4c5b7-a6a7-447a-bf0c-a96937069162'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dae09f6f-26d9-4888-a901-b5a53dfc7153"}} 2018-08-20 21:05:48,465 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.195s 2018-08-20 21:05:48,466 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-589131d4-c183-4df3-8c94-9f6d9677a1a2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "55956085-decf-4cc1-9105-b1cd857cba94"}} 2018-08-20 21:05:48,656 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-20 21:05:48,656 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a838b12e-53ef-4308-b0f4-fd92aa5053ef'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c9e86bb9-1204-45be-a9bf-e94e11a2be3c"}} 2018-08-20 21:05:48,817 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.159s 2018-08-20 21:05:48,817 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3020febd-9bb8-4d11-b98e-1887c5667319'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:05:48Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "d990f6f1-20b1-4650-b1ab-135411da442f"}} 2018-08-20 21:05:49,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.430s 2018-08-20 21:05:49,249 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06ae8bbf-3ef8-41b3-b03f-0818492b7894'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "251a6719-c43a-4e65-8245-4c1c3d3f1342"}} 2018-08-20 21:05:49,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.418s 2018-08-20 21:05:49,669 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-127b31cc-0e2d-467c-9308-1ea483268395'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c9576d60-379d-4d7d-88e3-0f6a850ee05b"}} 2018-08-20 21:05:49,883 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.212s 2018-08-20 21:05:49,883 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-417af05f-036c-4872-ab30-eb303ebd2548'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "49b63a27-b024-4483-912b-04bc7d5e6cc5"}} 2018-08-20 21:05:50,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.166s 2018-08-20 21:05:50,052 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:05:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-308decbe-3e92-4ff9-9703-5bb0a91b8260'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:05:49Z", "security_group_id": "62708b2c-90c4-4bcc-982a-ac9ad9866011", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:05:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "dad7f105-253e-4f0a-b158-85aced6e0473"}} 2018-08-20 21:05:50,390 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.337s 2018-08-20 21:05:50,391 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-705039132"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5033d97-1f30-4b28-abb5-4a8cd698fcf2'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"fb379e7a-201a-4a95-b31d-0e6a22a9479e","name":"tempest-A-705039132"}} 2018-08-20 21:05:51,061 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.669s 2018-08-20 21:05:51,062 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "name": "tempest-subnet-A-1-294340540"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1bc8e48-d139-4410-b00b-a2b9ec46e030'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb379e7a-201a-4a95-b31d-0e6a22a9479e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:50Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:50Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3c85254e-5cd8-44d3-9976-1b30b9cb52f3","subnetpool_id":null,"name":"tempest-subnet-A-1-294340540"}} 2018-08-20 21:05:51,570 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.507s 2018-08-20 21:05:51,571 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-138387845"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:05:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c64c7d0-9fd2-46be-895b-d98d0da9752f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:05:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"fe8c59b9-3be8-4b87-871c-d181abd257f1","name":"tempest-B-138387845"}} 2018-08-20 21:05:52,301 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.728s 2018-08-20 21:05:52,301 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "name": "tempest-subnet-B-1-1416406379"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:05:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cf1c029-d46a-4b79-acb0-b3e3d396de23'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe8c59b9-3be8-4b87-871c-d181abd257f1","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:05:51Z","dns_nameservers":[],"updated_at":"2018-08-20T21:05:51Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"8ea5fb4a-6125-4f2a-b20a-5b05111bb0de","subnetpool_id":null,"name":"tempest-subnet-B-1-1416406379"}} 2018-08-20 21:05:52,468 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.166s 2018-08-20 21:05:52,469 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-678727132"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fe40e264-3b16-4704-acec-c74446aca40c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fe40e264-3b16-4704-acec-c74446aca40c'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDI8cppz4EuOjpfXTaARYdDBASKXvMhA0pPrQXkMjU/vzGbH4YbqnXPRnVipy18Pc/v/nR/hApc2zafNFTzu7kFQxM+kiCyAHEwyBI9WP4k3ZxGEK3691A2yK9eqTmehs91BzT+eWRaVd8uc2rGDXE8Sf1N4sooGFOxuH/bJRg1icleFrYf/LxHClG5eIIGjaDLakgzZbO4OurFaTBfoYNKB25HuyxrsKEqiEprDdVdnsZahfWuPtou5HpsQUBPKfXd+/KreFPtztI4jqAZkatK+njcSUtqgjM5Gi86hQDi5sa3/Ymui2xWOusODXYTVS8waY2zWiMbDC/41x+bSkfv Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyPHKac+BLjo6X102gEWHQwQEil7zIQNKT60F5DI1P78xmx+G\nG6p1z0Z1YqctfD3P7/50f4QKXNs2nzRU87u5BUMTPpIgsgBxMMgSPVj+JN2cRhCt\n+vdQNsivXqk5nobPdQc0/nlkWlXfLnNqxg1xPEn9TeLKKBhTsbh/2yUYNYnJXha2\nH/y8RwpRuXiCBo2gy2pIM2WzuDrqxWkwX6GDSgduR7ssa7ChKohKaw3VXZ7GWoX1\nrj7aLuR6bEFATyn13fvyq3hT7c7SOI6gGZGrSvp43ElLaoIzORovOoUA4ubGt/2J\nrotsVjrrDg12E1UvMGmNs1ojGwwv+Ncfm0pH7wIDAQABAoIBAHAahIQ3Yag6j+o4\nBHnXUDjQ+v9/LUCTp1d//bNrV02zCqeyFI1GsebrNf3NqpCPo3wOh0vEjEt1eKmk\n9mfrqLMI0qmruFXV7U/7rkFPbql+gPqNv6ItazDFESFMY3rPVtnBJY16h8Pl+Fbf\nyQeo5C1wUcKr7YAk4jxZ4+qMbU8gC/sFWAKXwnq2euw9zqnWbFBmnHyUzHFJZxfj\nAmgATa51fS6pRZYjLj2LBTt8faRYTjSeUmNwQfs7sKzG1DzXiCpF5TvrWaa/8o/2\nosX+w7y8SY/C/kNiLVj3WIbMU7eKBRHvfBnzCnfOF+emaY+YF0bKLvg9FUWTR9qF\nny8Dk9ECgYEA8kLEINHNP/Sk//bpKZeVlNOV9CJN1KJeyqwe1dGAqWMg9aEKUUfg\nANsb65wNtQRAbpP/LgPjgOh8nM0k4stWu4h5dXp8d28aJtwwaT7+ypTq9XUAYHWf\nskTNRGIs81VbwyF4YUHY3djX+wjz2nIFMp0vi6suCYh9vGF/7wceTxMCgYEA1Fct\nwrEJ4ODjyd0pZJAmXqApC0SE/pCd2UJurVLN1wo1jVyGSIa3kjQbghDucib/du1T\nqOMfeS3GkqEBOB0VDUH8/v36hRyZaL8LBxVEH5Oueu5RWQlMiLC21IlNNeXzHNKi\nPj8GEjrWXxICVuZ+IuzBZYK3rWPWJ21KmkJ0kzUCgYARGpukQYu/LzOTCsitchFS\nf5m/schS8d/FaV+H8xGlY+VI0kTbNjrfdJjFCrCBDjrKU9KZWhbu2/soSueGx5pp\nBRqmK66r9AEhqzwTwinU/ayVBdyv8r4CpQ7k/BV2XJls7mkEXNTF3PBqvdgRnSk2\nyJg5wS0v6R4PdcbFhngiVwKBgBYMW1cM9P6hu2VZjpO/mAxZSwm9eqXINGu7xyw+\nHduHVtov0k2zl1oaCQUvZuL5g6tAp2Aw/TKi+yx8hVjjRC1VPcTocFvkBVXoCGga\n4DD7L7HaDx5UpdrHpqRZAWhoUR8cC/a0qpe3/kxu3UlSs6RCuy4kLZhWdoUvhwCP\nh/VFAoGBAJzZap/HegoG9MoSMIBsCmEBoxOhvXKSfUi/+AEtl7hCSjZoArmBZOgR\nZKUkDIyvSdgOGxz1hJvEKaggnACBClofdiGmKJIAWh+9I3druF4RINUdTOPRmDPJ\nyJTOrPYWdR90ZwJ5HbURWQGsVDvOBisBQQ2irs8K3TCjri58zI8o\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-678727132", "fingerprint": "37:ef:43:0f:f4:fc:79:31:03:e7:94:54:e3:b4:a3:18"}} 2018-08-20 21:05:53,972 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 1.498s 2018-08-20 21:05:53,973 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-6638157", "security_groups": ["62708b2c-90c4-4bcc-982a-ac9ad9866011"]}} Response - Headers: {'status': '201', u'content-length': '721', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:05:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8df9ec8c-62cd-4e6f-a26d-d10a09cef2d2'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:05:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fb379e7a-201a-4a95-b31d-0e6a22a9479e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:05:53Z","name":"tempest-port-smoke-6638157","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9f:63:fb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"3c85254e-5cd8-44d3-9976-1b30b9cb52f3","ip_address":"10.101.11.10"}],"id":"1f713584-3f2c-4e13-85ef-84f585b29d25","security_groups":["62708b2c-90c4-4bcc-982a-ac9ad9866011"],"device_id":""}} 2018-08-20 21:05:59,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 5.412s 2018-08-20 21:05:59,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-678727132", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "port": "1f713584-3f2c-4e13-85ef-84f585b29d25"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-97d04026-2bed-4fdb-ae78-adb95bae089e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97d04026-2bed-4fdb-ae78-adb95bae089e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "adminPass": "7QrdSZ6J3ZPm"}} 2018-08-20 21:06:00,023 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.631s 2018-08-20 21:06:00,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-f0146cac-1b39-4017-8eee-992e1f3d53f6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:05:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0146cac-1b39-4017-8eee-992e1f3d53f6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:05:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:01,371 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.333s 2018-08-20 21:06:01,372 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-a3b56002-d975-42a1-9872-ba3421205161', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3b56002-d975-42a1-9872-ba3421205161'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:02,735 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.345s 2018-08-20 21:06:02,736 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-88b4a3b7-e4ad-475f-bae4-7658f5653220', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88b4a3b7-e4ad-475f-bae4-7658f5653220'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:02Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:02,749 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-20 21:06:04,886 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 1.135s 2018-08-20 21:06:04,887 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-350f4bf7-931f-47b9-b1d1-efd0e16f9ff4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-350f4bf7-931f-47b9-b1d1-efd0e16f9ff4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:04,898 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:06:06,630 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.730s 2018-08-20 21:06:06,631 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-89847a55-3c3c-4ab8-9c39-754863063d0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89847a55-3c3c-4ab8-9c39-754863063d0a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:08,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.678s 2018-08-20 21:06:08,324 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-29c5eed8-c09c-4314-94d1-f62b936bb37a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29c5eed8-c09c-4314-94d1-f62b936bb37a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-705039132": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:63:fb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:07.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:08,338 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:06:09,469 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 1.131s 2018-08-20 21:06:09,470 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-3dfc1dae-0dba-4812-b637-1447d5f2a72d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dfc1dae-0dba-4812-b637-1447d5f2a72d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-705039132": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:63:fb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:07.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:09,483 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9c811c11-fb6f-44a0-be22-5dd2606bb109 with status: ACTIVE 2018-08-20 21:06:10,534 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 1.050s 2018-08-20 21:06:10,535 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1716131932", "security_groups": ["62708b2c-90c4-4bcc-982a-ac9ad9866011"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:06:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4b99d3c-29c8-4ef1-9658-b486e0e7821b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:06:09Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fe8c59b9-3be8-4b87-871c-d181abd257f1","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:06:10Z","name":"tempest-port-smoke-1716131932","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0c:d6:22","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"8ea5fb4a-6125-4f2a-b20a-5b05111bb0de","ip_address":"10.102.21.20"}],"id":"ae26723e-b120-49c6-9444-292732d6c221","security_groups":["62708b2c-90c4-4bcc-982a-ac9ad9866011"],"device_id":""}} 2018-08-20 21:06:13,358 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 2.822s 2018-08-20 21:06:13,358 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-678727132", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "port": "ae26723e-b120-49c6-9444-292732d6c221"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-c071e74e-b8e2-4ace-9df3-2d44497aecb2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c071e74e-b8e2-4ace-9df3-2d44497aecb2'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "adminPass": "zUwjTc5k8b4K"}} 2018-08-20 21:06:13,668 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.306s 2018-08-20 21:06:13,669 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-60f1a471-59e7-4914-aeb7-52dff4e3e81d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60f1a471-59e7-4914-aeb7-52dff4e3e81d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:14,949 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.265s 2018-08-20 21:06:14,949 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-b7e50e51-d7ef-41d9-8d05-3e7619458360', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7e50e51-d7ef-41d9-8d05-3e7619458360'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:16,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.270s 2018-08-20 21:06:16,235 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-8fd75d9b-3bcb-428e-a851-555dcdc40f40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8fd75d9b-3bcb-428e-a851-555dcdc40f40'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:15Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:16,249 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:06:18,003 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.752s 2018-08-20 21:06:18,004 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-a3763db4-4b2d-4210-8fb5-b7d78d7fe9ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3763db4-4b2d-4210-8fb5-b7d78d7fe9ae'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:18,018 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:06:19,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.865s 2018-08-20 21:06:19,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-a8f37e2c-9199-4bdd-a2a1-c67e8aa09da3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8f37e2c-9199-4bdd-a2a1-c67e8aa09da3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:21,795 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.894s 2018-08-20 21:06:21,796 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-58caa217-7bd5-4a22-97d9-1d834961d0b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58caa217-7bd5-4a22-97d9-1d834961d0b0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:06:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:23,336 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.525s 2018-08-20 21:06:23,337 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-c9566637-bd0f-4647-86a6-b7d7a58a3c8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9566637-bd0f-4647-86a6-b7d7a58a3c8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-138387845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:d6:22", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:21.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:23,350 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:06:23,902 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.551s 2018-08-20 21:06:23,902 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-9cd99865-6ad0-4509-98c7-e42988b3c091', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cd99865-6ad0-4509-98c7-e42988b3c091'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-138387845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:d6:22", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:21.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:23,915 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 with status: ACTIVE 2018-08-20 21:06:24,069 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/routers 0.152s 2018-08-20 21:06:24,069 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--157678761", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:06:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33e52f41-9df2-44dc-8063-1ca7b45ff744'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:06:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:06:23Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20", "name": "tempest-router--157678761"}} 2018-08-20 21:06:25,565 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20 1.494s 2018-08-20 21:06:25,565 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20', u'date': 'Mon, 20 Aug 2018 21:06:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63f54a0b-4384-4fde-83ed-581c6bb5fe84'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:06:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:06:25Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20", "name": "tempest-router--157678761"}} 2018-08-20 21:06:27,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/add_router_interface 2.357s 2018-08-20 21:06:27,924 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:06:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35dbfada-82a7-431a-a5e6-6177d63c3166'} Body: {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3", "subnet_ids": ["3c85254e-5cd8-44d3-9976-1b30b9cb52f3"], "port_id": "d8cdc86f-6814-4298-85ed-a2e1c9d98c84", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20"} 2018-08-20 21:06:29,993 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.067s 2018-08-20 21:06:29,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "1f713584-3f2c-4e13-85ef-84f585b29d25"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:06:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae1e8edb-15a2-430a-9f0c-2bc1a5e08897'} Body: {"floatingip": {"router_id": "310986a8-c61b-49f3-aa42-fc551b2fbf20", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:06:28Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.220", "revision_number": 0, "port_id": "1f713584-3f2c-4e13-85ef-84f585b29d25", "id": "d468bbfd-3af3-462f-8c35-04695d73e3c4", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:06:28Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:06:30,465 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.471s 2018-08-20 21:06:30,466 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": ["64512:2"], "export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:06:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fd31e382-00d9-49e0-8259-c4566388377d'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "a34da8d7-06b3-45d8-8094-ec341ddb6753"}} 2018-08-20 21:06:31,133 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations 0.666s 2018-08-20 21:06:31,134 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations', u'date': 'Mon, 20 Aug 2018 21:06:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-09f3d9d9-9944-4b42-a73d-9ea2e6db53dd'} Body: {"network_association": {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "id": "e5d5fdfa-d796-491c-89f9-367b7082476b"}} 2018-08-20 21:06:31,136 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:32,139 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:32,241 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:06:32,268 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:32,383 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:06:32,384 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:32,386 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:32,446 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:06:32,450 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:37,458 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.220 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:06:37,458 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.220. 2018-08-20 21:06:37,459 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075983 seconds 2018-08-20 21:06:37,840 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations 0.380s 2018-08-20 21:06:37,841 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753/network_associations', u'date': 'Mon, 20 Aug 2018 21:06:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-beebdf40-f265-46ab-bbe9-66a13ae63885'} Body: {"network_association": {"network_id": "fe8c59b9-3be8-4b87-871c-d181abd257f1", "id": "197fb329-de0d-4526-a93c-75f3e177651a"}} 2018-08-20 21:06:37,842 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:37,844 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:37,908 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:06:37,909 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:38,024 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:06:38,024 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-20 21:06:38,026 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:06:38,086 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:06:38,091 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-20 21:06:43,099 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.220 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:06:43,099 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.220. 2018-08-20 21:06:43,100 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.076164 seconds 2018-08-20 21:06:43,100 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN a34da8d7-06b3-45d8-8094-ec341ddb6753 2018-08-20 21:06:43,453 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753 0.352s 2018-08-20 21:06:43,454 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": [], "export_targets": []}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/a34da8d7-06b3-45d8-8094-ec341ddb6753', u'date': 'Mon, 20 Aug 2018 21:06:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7dc71ca8-dcf4-4375-aafa-1a046d62dbc3'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-20 21:06:44,655 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/d468bbfd-3af3-462f-8c35-04695d73e3c4 1.199s 2018-08-20 21:06:44,656 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/d468bbfd-3af3-462f-8c35-04695d73e3c4', u'date': 'Mon, 20 Aug 2018 21:06:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3c8d4496-07f5-4954-a67c-e0f87c190ed7'} Body: 2018-08-20 21:06:46,338 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/remove_router_interface 1.681s 2018-08-20 21:06:46,339 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:06:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a52bceb-c18a-4920-b8c1-cd1be22da4a3'} Body: {"network_id": "fb379e7a-201a-4a95-b31d-0e6a22a9479e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3c85254e-5cd8-44d3-9976-1b30b9cb52f3", "subnet_ids": ["3c85254e-5cd8-44d3-9976-1b30b9cb52f3"], "port_id": "d8cdc86f-6814-4298-85ed-a2e1c9d98c84", "id": "310986a8-c61b-49f3-aa42-fc551b2fbf20"} 2018-08-20 21:06:47,848 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20 1.508s 2018-08-20 21:06:47,849 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/310986a8-c61b-49f3-aa42-fc551b2fbf20', u'date': 'Mon, 20 Aug 2018 21:06:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-13e0fd52-ccc1-4394-b2ea-dd339ca4a1b6'} Body: 2018-08-20 21:06:48,026 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.176s 2018-08-20 21:06:48,027 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-cd5b4e4c-a006-48c1-b486-030ab33c261f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd5b4e4c-a006-48c1-b486-030ab33c261f'} Body: 2018-08-20 21:06:48,778 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.750s 2018-08-20 21:06:48,779 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-63a412b0-1b77-4e2e-a8c2-160c106f1e9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63a412b0-1b77-4e2e-a8c2-160c106f1e9c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-138387845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:d6:22", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:21.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c0000f4f-ca3b-443b-830b-6eff3b4ddbf7", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-2", "created": "2018-08-20T21:06:13Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:49,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 0.062s 2018-08-20 21:06:49,857 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0000f4f-ca3b-443b-830b-6eff3b4ddbf7', u'x-compute-request-id': 'req-95debfb1-6bfc-494d-956c-a581b65af2b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-95debfb1-6bfc-494d-956c-a581b65af2b0'} Body: {"itemNotFound": {"message": "Instance c0000f4f-ca3b-443b-830b-6eff3b4ddbf7 could not be found.", "code": 404}} 2018-08-20 21:06:50,477 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/ae26723e-b120-49c6-9444-292732d6c221 0.619s 2018-08-20 21:06:50,478 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/ae26723e-b120-49c6-9444-292732d6c221', u'date': 'Mon, 20 Aug 2018 21:06:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-486b53e8-7898-4c3a-a3c1-751d0fa66199'} Body: 2018-08-20 21:06:50,643 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.164s 2018-08-20 21:06:50,643 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-910e434f-db9f-4caa-9c49-90eb6446feb1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-910e434f-db9f-4caa-9c49-90eb6446feb1'} Body: 2018-08-20 21:06:51,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 1.046s 2018-08-20 21:06:51,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-1f831d02-7b90-4b76-a3f7-7b1bc9673ca9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f831d02-7b90-4b76-a3f7-7b1bc9673ca9'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-705039132": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:63:fb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:06:07.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "9c811c11-fb6f-44a0-be22-5dd2606bb109", "security_groups": [{"name": "tempest-secgroup-smoke-311401068"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:06:50Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-678727132", "name": "server-1", "created": "2018-08-20T21:05:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:06:52,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109 0.043s 2018-08-20 21:06:52,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9c811c11-fb6f-44a0-be22-5dd2606bb109', u'x-compute-request-id': 'req-623a6c0c-9454-497d-9974-48a100f54dbc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-623a6c0c-9454-497d-9974-48a100f54dbc'} Body: {"itemNotFound": {"message": "Instance 9c811c11-fb6f-44a0-be22-5dd2606bb109 could not be found.", "code": 404}} 2018-08-20 21:06:53,396 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1f713584-3f2c-4e13-85ef-84f585b29d25 0.645s 2018-08-20 21:06:53,397 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/1f713584-3f2c-4e13-85ef-84f585b29d25', u'date': 'Mon, 20 Aug 2018 21:06:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b7c831d8-659c-484f-a929-9a0dc0528f08'} Body: 2018-08-20 21:06:53,459 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-678727132 0.062s 2018-08-20 21:06:53,460 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-678727132', u'x-compute-request-id': 'req-f5869c54-2dc3-4017-a127-0d87dcef67b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:06:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5869c54-2dc3-4017-a127-0d87dcef67b4'} Body: 2018-08-20 21:06:55,998 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/8ea5fb4a-6125-4f2a-b20a-5b05111bb0de 2.537s 2018-08-20 21:06:55,999 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/8ea5fb4a-6125-4f2a-b20a-5b05111bb0de', u'date': 'Mon, 20 Aug 2018 21:06:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d23c4dd4-ba00-4728-8ffb-a810be80ed4c'} Body: 2018-08-20 21:06:57,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/fe8c59b9-3be8-4b87-871c-d181abd257f1 1.725s 2018-08-20 21:06:57,726 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/fe8c59b9-3be8-4b87-871c-d181abd257f1', u'date': 'Mon, 20 Aug 2018 21:06:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d83ad756-3d6c-46ce-b454-be3020f53a8c'} Body: 2018-08-20 21:07:00,338 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3c85254e-5cd8-44d3-9976-1b30b9cb52f3 2.611s 2018-08-20 21:07:00,339 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3c85254e-5cd8-44d3-9976-1b30b9cb52f3', u'date': 'Mon, 20 Aug 2018 21:07:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7d69671-0d1a-4fae-9e91-b4a64dc97446'} Body: 2018-08-20 21:07:02,254 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/fb379e7a-201a-4a95-b31d-0e6a22a9479e 1.915s 2018-08-20 21:07:02,255 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/fb379e7a-201a-4a95-b31d-0e6a22a9479e', u'date': 'Mon, 20 Aug 2018 21:07:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2bd6b4ed-5ef0-4827-9556-542d1a32a956'} Body: 2018-08-20 21:07:02,558 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/62708b2c-90c4-4bcc-982a-ac9ad9866011 0.301s 2018-08-20 21:07:02,558 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/62708b2c-90c4-4bcc-982a-ac9ad9866011', u'date': 'Mon, 20 Aug 2018 21:07:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5b5b7863-52f6-4f72-a5e8-926b8c7cf86a'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_common_target[compute,id-bf417cad-0bc4-446a-b367-850aa619ca4f,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 264, in test_bgpvpn_update_route_targets_common_target self._create_servers() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 964, in _create_servers security_group_ids, self.os_primary, port_security) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 943, in _create_server clients, wait_until='ACTIVE', name=name, **create_server_kwargs) File "/src/tempest/tempest/common/compute.py", line 258, in create_test_server server['id']) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/src/tempest/tempest/common/compute.py", line 229, in create_test_server clients.servers_client, server['id'], wait_until) File "/src/tempest/tempest/common/waiters.py", line 76, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server 67118027-e221-41b9-ae20-2d7725272ffe failed to build and is in ERROR status Details: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-20T21:07:12Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:07:02,931 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.347s 2018-08-20 21:07:02,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1278620172 description", "name": "tempest-secgroup-smoke-1278620172"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:07:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c91812d3-5167-4521-8d37-9de8ef959e18'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1278620172 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:02Z", "updated_at": "2018-08-20T21:07:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:02Z", "revision_number": 0, "id": "09b4c1d1-2c4d-4364-bd2f-2f84a7a33ac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:02Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:02Z", "revision_number": 0, "id": "e8e02714-5ddc-4773-9a3e-bce6dd51daa5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:02Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "name": "tempest-secgroup-smoke-1278620172"}} 2018-08-20 21:07:03,182 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.249s 2018-08-20 21:07:03,182 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-630421c5-3b2e-4103-a380-8ed5cb777892'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fe9c2d0f-a336-41dd-ab60-bcf58795e488"}} 2018-08-20 21:07:03,578 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.394s 2018-08-20 21:07:03,578 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80cda4b2-62f5-4363-8901-8b608615281b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b59015a3-463a-433d-8ed4-29c6432ea68c"}} 2018-08-20 21:07:03,847 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.267s 2018-08-20 21:07:03,847 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f6c1f2f4-bd36-4c42-9c33-fa22efffc9a9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0eeed943-4d7c-4e37-9945-7405cb9002d4"}} 2018-08-20 21:07:04,140 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.292s 2018-08-20 21:07:04,141 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-75109dc2-b9cb-405d-9c20-059e924824eb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:03Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:03Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "03d9bcc6-3642-48d3-b682-13e956d75c93"}} 2018-08-20 21:07:04,349 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.207s 2018-08-20 21:07:04,350 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ecad8eac-e64a-4035-a8f5-68b429899050'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4f33a79c-c3c9-4965-8b60-a69e9d9207af"}} 2018-08-20 21:07:04,577 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.226s 2018-08-20 21:07:04,578 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ec7ecc87-37b5-416c-ab6e-6970f3d16473'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "68216b94-205d-4dc5-b08e-7e16dbf42819"}} 2018-08-20 21:07:04,801 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.222s 2018-08-20 21:07:04,801 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-265fc604-9ffa-4857-b247-a9676d8c8d5d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f682761a-1af9-4a89-8eb6-0139cf727887"}} 2018-08-20 21:07:04,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.194s 2018-08-20 21:07:04,997 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea9a409f-7ecf-418a-9eca-88d5cd978c4b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:04Z", "security_group_id": "de8412ac-2495-4485-b7bd-40edbb0b573e", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:04Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c819eefc-0c24-405b-a556-de72da45fcad"}} 2018-08-20 21:07:05,271 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/networks 0.273s 2018-08-20 21:07:05,272 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-2015901916"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50a53a37-805a-45f0-bc48-31588c298015'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f03cd42c-37db-49e5-93a3-b24b880388eb","name":"tempest-A-2015901916"}} 2018-08-20 21:07:05,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.656s 2018-08-20 21:07:05,930 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "f03cd42c-37db-49e5-93a3-b24b880388eb", "name": "tempest-subnet-A-1-535026173"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa1cfd00-bcc6-4096-964e-503874a930b3'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f03cd42c-37db-49e5-93a3-b24b880388eb","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:05Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:05Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"4788b040-57cf-4e08-b078-2065606b35eb","subnetpool_id":null,"name":"tempest-subnet-A-1-535026173"}} 2018-08-20 21:07:06,205 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/networks 0.273s 2018-08-20 21:07:06,205 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1598999426"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59bcc40e-0d7e-4d80-886b-8fba6a80aa94'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"50c4ef8e-39f1-41bb-a531-71ab5534ba7d","name":"tempest-B-1598999426"}} 2018-08-20 21:07:06,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.718s 2018-08-20 21:07:06,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "50c4ef8e-39f1-41bb-a531-71ab5534ba7d", "name": "tempest-subnet-B-1-1661556522"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c82e71c-9328-4835-bdb1-0b23d8e6ce43'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c4ef8e-39f1-41bb-a531-71ab5534ba7d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:06Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:06Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"181f4ca3-adc7-4c23-b7a7-76892a208b0e","subnetpool_id":null,"name":"tempest-subnet-B-1-1661556522"}} 2018-08-20 21:07:07,052 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.126s 2018-08-20 21:07:07,053 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-579490388"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-6a04aaee-76d0-4f70-ac29-f0b35fe2f246', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a04aaee-76d0-4f70-ac29-f0b35fe2f246'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1HlByNSqybF7MxREBmHcV6lQw1dBqrrrckRibUODPaPRu1+RLrPR7kwQhCTJEGvpj9P15gfs1+SfOANhU6b41ZEZU8dg3sQaIaF5K3cYSXPqi5UbAKoDmMZjGDdIidiXwfaC6JNST/CF/oshO58M60TvZiMef1p2QirOjnwM7/48LV7VEG5XgiYo85XQ2TmSsftRPu75l3UMdfT+mLUgPEiN8+fPiXHCqlmr+vpECiyGTnRIKrQ0yeM81aeGk18FcSus1m55lyZLsjWQTwBUYBgPVj0ne40FuPbHbeEUVqXWAxUEgiccSobYs9sE59zjqaGDtFZj5VwKlNRTHBlfZ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAtR5QcjUqsmxezMURAZh3FepUMNXQaq663JEYm1Dgz2j0btfk\nS6z0e5MEIQkyRBr6Y/T9eYH7NfknzgDYVOm+NWRGVPHYN7EGiGheSt3GElz6ouVG\nwCqA5jGYxg3SInYl8H2guiTUk/whf6LITufDOtE72YjHn9adkIqzo58DO/+PC1e1\nRBuV4ImKPOV0Nk5krH7UT7u+Zd1DHX0/pi1IDxIjfPnz4lxwqpZq/r6RAoshk50S\nCq0NMnjPNWnhpNfBXErrNZueZcmS7I1kE8AVGAYD1Y9J3uNBbj2x23hFFal1gMVB\nIInHEqG2LPbBOfc46mhg7RWY+VcCpTUUxwZX2QIDAQABAoIBACULz06c+1/FdNqT\nkHfwFKOh65iVk2zO0p/c+diDAYjLIfwuIp8sAFHqb1TGicaOchrR+KrK4HRYw0CK\nwbUUnnhTS2OCmERD7F8oYekUVbhZ1lZNaVxTFUyAZoxUNWAhJH99YsvQTr76Omve\nAvTIyREVzRUguhxCjLYM+NOF6eZydjifKCc6+rNTuTk7JLUXzcj3U/uSdN3Q0SAE\nPxxg9vm6qNa4xe+fmMh4Vfu1Jw0O8jJ+TPF4iPNGfywZXFF4WvJDL78r3Rtm8rFg\nPGLcXv2a5sxHdJsF5hAomey8XtFGuuIs3msAKkfitEZx83u/OdJ2Adif6i6JLgUs\nrhgKdpECgYEA48UCvviwx7qNH3AiLHscoiVFppu856WfkqLsTWGK7HCTNC9ZfoDJ\ncp0W9jcujRf12882EGzpJO+jKd6QlisTmlpOdyMDrWX12r61GSZwOw9GghAl8Xm/\nSN64ceiCZ4Wtn1444uvdyL5UyGNCE9nIsmuiARYPQg19xA9USldrHn0CgYEAy5EX\nPmYX+zs7tuJzTToMXp2B/2m8kAwe7LcKWIXBNmKYK66IvwNRjp5PkgktsAloAcWx\nBPGOKMaKWwUj4ZChyc0G0rZXdqM0Lajo2skWwOInhcJQGc3Nr/1WMTzXqXi7V3bK\nnTD5lKTCB98+RmiXEo+pBBCqRl/WyhW4s0a1UY0CgYBwzVw7yhx6/ifwHu+9ycb3\ngrAJAG5A5yStUaTn+dv8lxBAMwcGgK/D5Iq/q7qRRAGOOAQVhGq+0TOkg8ZlqLXP\nptPfaubiVHG7QOGdsAy7IyiPN4IjImGarDr6puUWcfz3xYk00Q2I4sJIb+gEvsIH\nowibsxohY18a32CmZL73XQKBgBJuiro9qEI5NMj0bBg7/0652EF2I3qvfkVUtX0a\nb0orVzftT7hr5oCRWQcSCa78ywwOCF84N/T9NR3Us1EDNYL+K3X8yKKXWGwh9SOK\nPaMtVwLHe1U6yzr6J0nCBozzv5LF0Ma23oJVALSRxCO/6J3noBgcIi7JEruth9HD\nvzspAoGAWpJj5+CZevpg+Ii+iYO56YhLAAtI5JHBolu1YbkCQ+NNAyObK2JJhmzK\nC+G9wxmcAjtKQ8Z60gMw3IeD5qya0XiafCD+9senmDYtzjBtZbFmAyYAx700REZz\n1x2HB9xywersTLzuOEJIY2laePrrC5vHMg0CdHLhF2sY8tpDxCU=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-579490388", "fingerprint": "71:ec:21:9d:b0:70:aa:07:26:5e:77:33:f9:01:fb:89"}} 2018-08-20 21:07:07,990 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/ports 0.933s 2018-08-20 21:07:07,990 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f03cd42c-37db-49e5-93a3-b24b880388eb", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1570592664", "security_groups": ["de8412ac-2495-4485-b7bd-40edbb0b573e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:07:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-448fe462-950b-4919-877a-3f600dbd1d1f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:07:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f03cd42c-37db-49e5-93a3-b24b880388eb","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:07:07Z","name":"tempest-port-smoke-1570592664","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:31:7e:80","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"4788b040-57cf-4e08-b078-2065606b35eb","ip_address":"10.101.11.10"}],"id":"3d74ba43-cea5-4536-a76f-2aa03cbee614","security_groups":["de8412ac-2495-4485-b7bd-40edbb0b573e"],"device_id":""}} 2018-08-20 21:07:11,544 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.23:8774/v2.1/servers 3.552s 2018-08-20 21:07:11,545 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-579490388", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "f03cd42c-37db-49e5-93a3-b24b880388eb", "port": "3d74ba43-cea5-4536-a76f-2aa03cbee614"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-eb401096-39b6-40df-8562-4d17badb9f32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb401096-39b6-40df-8562-4d17badb9f32'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67118027-e221-41b9-ae20-2d7725272ffe", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "bookmark"}], "adminPass": "h7LPFvjtfRqP"}} 2018-08-20 21:07:12,336 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 0.787s 2018-08-20 21:07:12,336 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-6244c4d3-3ed9-4818-b341-b4e48b8c86f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6244c4d3-3ed9-4818-b341-b4e48b8c86f3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "67118027-e221-41b9-ae20-2d7725272ffe", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579490388", "name": "server-1", "created": "2018-08-20T21:07:11Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:14,022 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 0.671s 2018-08-20 21:07:14,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1334', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-d9a2ee82-effe-4e9f-ae24-330019ac10b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9a2ee82-effe-4e9f-ae24-330019ac10b1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/67118027-e221-41b9-ae20-2d7725272ffe", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "67118027-e221-41b9-ae20-2d7725272ffe", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:07:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579490388", "name": "server-1", "created": "2018-08-20T21:07:11Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:07:12Z"}, "metadata": {}}} 2018-08-20 21:07:14,038 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2018-08-20 21:07:15,207 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 204 DELETE http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 1.169s 2018-08-20 21:07:15,208 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-db337814-5f94-47f8-baad-1f3c24d25602', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-db337814-5f94-47f8-baad-1f3c24d25602'} Body: 2018-08-20 21:07:15,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 404 GET http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe 0.063s 2018-08-20 21:07:15,272 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/67118027-e221-41b9-ae20-2d7725272ffe', u'x-compute-request-id': 'req-af2b50bc-d003-46e4-9763-e5474d31b9ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:15 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-af2b50bc-d003-46e4-9763-e5474d31b9ac'} Body: {"itemNotFound": {"message": "Instance 67118027-e221-41b9-ae20-2d7725272ffe could not be found.", "code": 404}} 2018-08-20 21:07:16,001 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/3d74ba43-cea5-4536-a76f-2aa03cbee614 0.727s 2018-08-20 21:07:16,002 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/3d74ba43-cea5-4536-a76f-2aa03cbee614', u'date': 'Mon, 20 Aug 2018 21:07:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6906ef69-944e-46a1-bcd8-9dbde17e01f5'} Body: 2018-08-20 21:07:16,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-579490388 0.048s 2018-08-20 21:07:16,052 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-579490388', u'x-compute-request-id': 'req-a75d3bbc-c9f4-4e6a-9844-a717a2752cca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a75d3bbc-c9f4-4e6a-9844-a717a2752cca'} Body: 2018-08-20 21:07:18,468 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/181f4ca3-adc7-4c23-b7a7-76892a208b0e 2.415s 2018-08-20 21:07:18,469 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/181f4ca3-adc7-4c23-b7a7-76892a208b0e', u'date': 'Mon, 20 Aug 2018 21:07:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-68f950b9-ea38-4ff7-b046-92ccf5362365'} Body: 2018-08-20 21:07:20,706 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/50c4ef8e-39f1-41bb-a531-71ab5534ba7d 2.236s 2018-08-20 21:07:20,707 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/50c4ef8e-39f1-41bb-a531-71ab5534ba7d', u'date': 'Mon, 20 Aug 2018 21:07:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e332acf2-4e95-4ba4-8829-5bd498bf7eb8'} Body: 2018-08-20 21:07:23,191 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4788b040-57cf-4e08-b078-2065606b35eb 2.483s 2018-08-20 21:07:23,192 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/4788b040-57cf-4e08-b078-2065606b35eb', u'date': 'Mon, 20 Aug 2018 21:07:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79db661d-f3cc-44b4-a697-d144df8d5642'} Body: 2018-08-20 21:07:24,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f03cd42c-37db-49e5-93a3-b24b880388eb 1.621s 2018-08-20 21:07:24,814 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/f03cd42c-37db-49e5-93a3-b24b880388eb', u'date': 'Mon, 20 Aug 2018 21:07:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ab4f1022-5606-4924-8ccd-81a7296855f1'} Body: 2018-08-20 21:07:25,106 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/de8412ac-2495-4485-b7bd-40edbb0b573e 0.291s 2018-08-20 21:07:25,107 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/de8412ac-2495-4485-b7bd-40edbb0b573e', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ecf83708-58f7-4e12-809e-00f122743a8d'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_disjoint_targets[compute,id-133497a1-2788-40f7-be01-b3b64b5ef8cd,network] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 239, in test_bgpvpn_update_route_targets_disjoint_targets self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:07:25,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.292s 2018-08-20 21:07:25,405 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1743109541 description", "name": "tempest-secgroup-smoke-1743109541"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4fc0572e-bac7-4374-a48f-3a42e7fed30d'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1743109541 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:25Z", "updated_at": "2018-08-20T21:07:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:25Z", "revision_number": 0, "id": "7e48bfef-fefe-4495-89a2-ec575abb030e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:07:25Z", "revision_number": 0, "id": "89e596c2-725c-4189-beb5-20e29bf0f37b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "name": "tempest-secgroup-smoke-1743109541"}} 2018-08-20 21:07:25,687 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.281s 2018-08-20 21:07:25,687 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18495f3e-803c-49df-aec8-ed856c729c0c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "46259752-7cef-4b09-b0ae-bd38c54c459d"}} 2018-08-20 21:07:25,913 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.225s 2018-08-20 21:07:25,913 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5e1d7388-fbb4-4c4f-b0ae-83c3ef354014'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:07:25Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:25Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fa1e5fcf-9d33-405a-b553-b62a01a4a58f"}} 2018-08-20 21:07:26,314 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.399s 2018-08-20 21:07:26,314 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc1fdae7-b80f-4781-9492-b23c4a9228ac'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7229c244-be38-4365-9f11-7dbcf2e21369"}} 2018-08-20 21:07:26,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.220s 2018-08-20 21:07:26,536 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56e72e24-fb5f-4acf-a4c8-a22fd88ec2e5'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4dd20c60-fc95-44d2-9147-62040cb930fa"}} 2018-08-20 21:07:26,727 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-20 21:07:26,728 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f772053a-a711-4099-830a-e38a4ac78530'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6e9d9a49-0122-429a-9650-952201075e8d"}} 2018-08-20 21:07:26,973 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.244s 2018-08-20 21:07:26,973 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d8baf80-6463-4b8e-8e89-5ccb836b981b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:26Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:26Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "986f4582-e295-4973-8ef0-1573e41e62e4"}} 2018-08-20 21:07:27,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.169s 2018-08-20 21:07:27,144 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9ac6997-a893-4d08-9da1-d6910a981488'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:27Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:27Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "90ac10c4-21cc-427d-999b-10225558784d"}} 2018-08-20 21:07:27,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.187s 2018-08-20 21:07:27,332 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:07:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-496044df-725f-4218-95a5-2b51467f16d3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:07:27Z", "security_group_id": "8a641b93-3fe3-4a27-b465-6f5ebe2c7593", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:27Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "2af34a32-9d95-4e62-b9d9-85f2ebc15e5e"}} 2018-08-20 21:07:27,611 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/networks 0.278s 2018-08-20 21:07:27,612 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-844856925"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57aeefe2-e47c-4d3f-a76a-2ca19676c869'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"4f7659b0-ef1e-432a-8b2c-e30a2a7012b0","name":"tempest-A-844856925"}} 2018-08-20 21:07:29,067 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.454s 2018-08-20 21:07:29,067 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "name": "tempest-subnet-A-1-1595674733"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa17c33b-49e1-46ad-83fa-da7282407d47'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f7659b0-ef1e-432a-8b2c-e30a2a7012b0","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:28Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:28Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a40d926a-5e6e-4c65-9879-ca05b1d2d6c6","subnetpool_id":null,"name":"tempest-subnet-A-1-1595674733"}} 2018-08-20 21:07:29,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/networks 0.292s 2018-08-20 21:07:29,360 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-527831124"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:07:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b8cac8f-7cfa-4140-85f4-508ef4d4094a'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:07:29Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d2381bb6-6086-42eb-9037-b4c3ce5d1ad4","name":"tempest-B-527831124"}} 2018-08-20 21:07:30,258 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.897s 2018-08-20 21:07:30,259 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "name": "tempest-subnet-B-1-408006140"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:07:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a5c37290-2f90-4fa9-960a-64b73578874e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2381bb6-6086-42eb-9037-b4c3ce5d1ad4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:07:29Z","dns_nameservers":[],"updated_at":"2018-08-20T21:07:29Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"4264c8a7-d91a-479b-93b3-fc0f5e864a70","subnetpool_id":null,"name":"tempest-subnet-B-1-408006140"}} 2018-08-20 21:07:30,479 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.219s 2018-08-20 21:07:30,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-40125622"}} Response - Headers: {'status': '200', u'content-length': '2311', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-133744b3-5957-4ff2-8581-faf9dfe1c5b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-133744b3-5957-4ff2-8581-faf9dfe1c5b3'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCy/nZd4qlEUpcqYPRhmqGseFw5KVhNLX0XNZLxyzIdk+5LRyjplhrfwtY/B51OLEs1CTStIyAa9vnZBcGr+oOvo9zdJ6KnmFd7ZGs+DFbBcXDvTzXc3jgBOv/b/DtJq7CxYPxTIvVUrEjfqQIwNSkoxbvYC+M9WXjy+mkORMJOYoh2oeXQBjQatYxjN96ejsrT1sK19v3jOpvH+dej7lD2AGsHATrcnIv/LZVLBXDD9DPfq0Pcib0hxyoBhL35dabOdU4aibGPiXuZ0vztJ5rW9DJJlNYR+hE2KcLVo0jtmrEUq2iFfpF4m51GF7cc4pz+a1vwc8YzYyvm1xEkXI8/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsv52XeKpRFKXKmD0YZqhrHhcOSlYTS19FzWS8csyHZPuS0co\n6ZYa38LWPwedTixLNQk0rSMgGvb52QXBq/qDr6Pc3Seip5hXe2RrPgxWwXFw7081\n3N44ATr/2/w7SauwsWD8UyL1VKxI36kCMDUpKMW72AvjPVl48vppDkTCTmKIdqHl\n0AY0GrWMYzfeno7K09bCtfb94zqbx/nXo+5Q9gBrBwE63JyL/y2VSwVww/Qz36tD\n3Im9IccqAYS9+XWmznVOGomxj4l7mdL87Sea1vQySZTWEfoRNinC1aNI7ZqxFKto\nhX6ReJudRhe3HOKc/mtb8HPGM2Mr5tcRJFyPPwIDAQABAoIBAQCio76v7k15bEY4\n1qIXseanjTHXKq82aVfZZ++eTtC5uXnz4rPVE3RVz3bXDLctmee4SCYaD+mTNsit\nHqLs/pL7XDxKo0ITYMRUtVkQpyuJV+eTOvkpOK3QyGhF3jmM5jmF4ydC72fVyTnq\nKGp5nURJ7OmTFLIlQ5A3z7r3oRihGTfleVg5k7zAPNQac+3N8TeY0DREaux0CaDO\nbpkFbFOQbxpuHzs3vB1ID3+u2i3eymdOvJmBAQcApxpKTWvh2KhymkveLG1yDh8d\n/C458re5W7q40tWJjx8Dr0KRxdyJsD+hIlswsyUaTVpN2tcaJceuptyHKqM/9BGX\ntyU6twjpAoGBANq9NSXju/EBHDrABjeioKTEpI8/eZAy8xfrYzWZL0+Hl3WJjBSA\nMi2hVzMYDDd9R7ot0SWVwp+XZ1GIG2yAYmyIfIfY1NRs5jqpvepdHo1frdHcpUTQ\nxfsGOFsXashqaX3hGIWt6+nxUKm2dXnF6pa2akI8ThrxBdHaxumYTd/TAoGBANF8\nDBaiP7g3nKUUWOe5FvGU4eIAyqkDwssXWo6cSV9lJ91G+UpbRCjB7EZtGt1MrIbL\nCkdZw5yYDr7eJ6rwGUIBjfoly9bV0Rjli1Lbjkih6QYhtJ9d1yc0Fx+X1mpFf5lh\n3YGkUsJvEx0Xtos7pjqDFBwW6l8Q3EtDi//v2BtlAoGBAI8DwFkakcncQPnEjQwZ\nH1E7ZKBoDvIR7dDIzR/BHSaxb3ygxt6shqJA58N3SJ2LIrd+t00Moqg3lIzBIbUK\nJ8/wWQN06IpO/SSD0LEH2y7xzLL2wXPB0H/0rCoaoG2S7ZAo+SCF+0YEygl8S0in\n9148vDK8PRDuXzC7Cuy18MyTAoGBAIt+2CnmRxor5iLDZuR/izi51KUDs/BScc99\nsK7QgceFe8NM9Mo/9iZR5D2Nf9snqKdl42VZ7/mCBCezlaStl5QtptaRfqiD32Z9\nzIYTcC8LqjmMDlQlUBVqCY/fM0e3Gd4QnkkrHHUfNBImbUdQJERIbwa5d75wYtG3\nnC2FEFpFAoGANbgUCGlJA/MsO4JUBUcGyp18MDCVF0IQpt4jt7omuBDBjR+BFUWb\nsjhyq3Qeq5copKYy8tqaMxozI+ePFnekFpsVy2R43uzwDUEgQco1z6NM+gpNp1P+\nfQSU6n1zfX97EXtua3RgcY2Uve2cHFxU3B3W5OnIbf9qWPQnz28vhjw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-40125622", "fingerprint": "d3:c7:36:3a:94:4a:5a:36:0b:d9:5b:38:d2:d4:fb:62"}} 2018-08-20 21:07:31,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/ports 0.877s 2018-08-20 21:07:31,361 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1071028485", "security_groups": ["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:07:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e81c5f10-605b-4c03-ab0e-fc4060bff666'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:07:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4f7659b0-ef1e-432a-8b2c-e30a2a7012b0","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:07:30Z","name":"tempest-port-smoke-1071028485","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:90:29:e8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a40d926a-5e6e-4c65-9879-ca05b1d2d6c6","ip_address":"10.101.11.10"}],"id":"11b794d8-117a-4ef0-b37c-8d82c23d8016","security_groups":["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"],"device_id":""}} 2018-08-20 21:07:35,149 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.23:8774/v2.1/servers 3.787s 2018-08-20 21:07:35,149 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-40125622", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "port": "11b794d8-117a-4ef0-b37c-8d82c23d8016"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-7f7fcbfd-cc61-4b75-ba18-9d2799c08d47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f7fcbfd-cc61-4b75-ba18-9d2799c08d47'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "adminPass": "Z97VKXwqUY58"}} 2018-08-20 21:07:35,487 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.334s 2018-08-20 21:07:35,488 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-9c91006e-98be-43de-a793-2ab234b022e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9c91006e-98be-43de-a793-2ab234b022e6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:36,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.252s 2018-08-20 21:07:36,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-15666a38-4a0c-4b36-ae9c-54f0ba497924', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15666a38-4a0c-4b36-ae9c-54f0ba497924'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:38,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.725s 2018-08-20 21:07:38,498 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1398', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-1230d7da-1e35-4f1d-bcae-3058b17a27d3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1230d7da-1e35-4f1d-bcae-3058b17a27d3'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:38,511 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-20 21:07:40,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.755s 2018-08-20 21:07:40,269 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-17376422-67ea-4a59-9e84-4ee6427a4f9a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17376422-67ea-4a59-9e84-4ee6427a4f9a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:40,282 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:07:41,449 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.164s 2018-08-20 21:07:41,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-d543db79-d393-4124-a881-7b9ca81378a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d543db79-d393-4124-a881-7b9ca81378a0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-844856925": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:29:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:41Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:41,464 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-20 21:07:42,208 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.743s 2018-08-20 21:07:42,209 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-18e27d12-82d0-4a46-8f68-b188cc1572ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18e27d12-82d0-4a46-8f68-b188cc1572ae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-844856925": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:29:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:41Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:42,223 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 0bd0930b-24ab-4f72-8fd2-d1401244def1 with status: ACTIVE 2018-08-20 21:07:42,989 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/ports 0.765s 2018-08-20 21:07:42,989 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-405592509", "security_groups": ["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:07:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d81e4c9d-ae73-46b3-a9de-be2f70b5493c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:07:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d2381bb6-6086-42eb-9037-b4c3ce5d1ad4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:07:42Z","name":"tempest-port-smoke-405592509","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:29:eb:63","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"4264c8a7-d91a-479b-93b3-fc0f5e864a70","ip_address":"10.102.21.20"}],"id":"fa1f0d17-f418-464a-be2e-0bb6ca893cb5","security_groups":["8a641b93-3fe3-4a27-b465-6f5ebe2c7593"],"device_id":""}} 2018-08-20 21:07:45,621 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.23:8774/v2.1/servers 2.630s 2018-08-20 21:07:45,621 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-40125622", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "port": "fa1f0d17-f418-464a-be2e-0bb6ca893cb5"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-296deeb5-025f-44d4-94e8-cbf0476d50a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-296deeb5-025f-44d4-94e8-cbf0476d50a9'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e11a0b02-621c-4be5-b213-2099778367a7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "adminPass": "HevLCNv8UQ3k"}} 2018-08-20 21:07:45,925 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.299s 2018-08-20 21:07:45,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-50d7ee80-86c7-4875-b817-8cb1ebdb28bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50d7ee80-86c7-4875-b817-8cb1ebdb28bc'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:47,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.253s 2018-08-20 21:07:47,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-e2afe0ff-7f94-4dc6-9af1-80921ce018bb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2afe0ff-7f94-4dc6-9af1-80921ce018bb'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:48,971 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.762s 2018-08-20 21:07:48,971 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-a19b3460-200f-4dbe-8e8c-093c393a4592', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a19b3460-200f-4dbe-8e8c-093c393a4592'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:48,986 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:07:50,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.448s 2018-08-20 21:07:50,437 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-5263a441-8f99-4931-b857-4fb34efb4b72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5263a441-8f99-4931-b857-4fb34efb4b72'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:52,140 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.688s 2018-08-20 21:07:52,140 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-367ac9be-7875-44dd-b058-3253d4fced50', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-367ac9be-7875-44dd-b058-3253d4fced50'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:07:47Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:54,084 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.929s 2018-08-20 21:07:54,084 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-39193b6b-50f5-4ba8-bc49-118fc44d274e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39193b6b-50f5-4ba8-bc49-118fc44d274e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-527831124": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:eb:63", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:54,100 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:07:54,774 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.673s 2018-08-20 21:07:54,775 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-84595412-299f-4c6c-a56b-3252729d73cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-84595412-299f-4c6c-a56b-3252729d73cd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-527831124": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:eb:63", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:07:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:07:54,788 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e11a0b02-621c-4be5-b213-2099778367a7 with status: ACTIVE 2018-08-20 21:07:55,415 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.627s 2018-08-20 21:07:55,416 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:07:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c4780e5-bf41-46d8-95be-7ef86ff9d1fd'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "ca0221ef-81c2-49f7-a260-c1c370d8bd17"}} 2018-08-20 21:07:55,768 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations 0.351s 2018-08-20 21:07:55,769 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations', u'date': 'Mon, 20 Aug 2018 21:07:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6a57389-bc95-4ee5-a3ca-b8bbe3f85d07'} Body: {"network_association": {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "id": "139b24ac-4114-4cda-bb87-f2e66c2d7308"}} 2018-08-20 21:07:56,189 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations 0.419s 2018-08-20 21:07:56,190 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ca0221ef-81c2-49f7-a260-c1c370d8bd17/network_associations', u'date': 'Mon, 20 Aug 2018 21:07:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2d34011-15c2-4591-a0cc-d9a612074f74'} Body: {"network_association": {"network_id": "d2381bb6-6086-42eb-9037-b4c3ce5d1ad4", "id": "117ba286-2eb9-442d-ad49-f837bf499b92"}} 2018-08-20 21:07:56,190 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:07:56,375 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/routers 0.183s 2018-08-20 21:07:56,376 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--764217224", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:07:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1401ccf-67fa-459b-b89d-15eeb6ecbf78'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:56Z", "admin_state_up": true, "updated_at": "2018-08-20T21:07:56Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5", "name": "tempest-router--764217224"}} 2018-08-20 21:07:58,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5 1.729s 2018-08-20 21:07:58,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5', u'date': 'Mon, 20 Aug 2018 21:07:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25322ff7-b18c-42c4-abd6-22f43f18fffd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:07:56Z", "admin_state_up": true, "updated_at": "2018-08-20T21:07:57Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5", "name": "tempest-router--764217224"}} 2018-08-20 21:08:00,133 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/add_router_interface 2.026s 2018-08-20 21:08:00,133 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:08:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1c06358-e383-474c-9165-24adcf3dc7a0'} Body: {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6", "subnet_ids": ["a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"], "port_id": "60721ca1-2f72-4cb1-9ffc-03e0b76d2e56", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5"} 2018-08-20 21:08:02,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.104s 2018-08-20 21:08:02,240 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "11b794d8-117a-4ef0-b37c-8d82c23d8016"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:08:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-48ef8dba-fef2-465f-b48c-5b2a0742289a'} Body: {"floatingip": {"router_id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:08:00Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "11b794d8-117a-4ef0-b37c-8d82c23d8016", "id": "24c6cd9d-51ec-47a8-8a49-aab0acbce362", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:08:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:08:02,241 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:08:10,254 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:08:10,318 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:08:10,318 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:08:10,433 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:08:10,433 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:08:10,436 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:08:10,496 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:08:10,500 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:08:15,507 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:08:15,508 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:09:25,574 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:09:25,574 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:09:25,578 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:09:25,639 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:09:25,642 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:09:30,649 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:09:30,650 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:10:40,699 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:10:40,699 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:10:40,700 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40,704 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:40,799 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:10:40,800 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:40,806 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:10:40,807 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:dc:cd:9b [ether] on eth0 2018-08-20 21:10:40,807 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:10:40,807 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40,809 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:40,867 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:10:40,874 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:40,882 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:10:40,883 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:10:40,883 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40,885 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:40,947 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:10:40,949 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:40,955 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:10:40,955 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:40,957 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:41,019 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:10:41,022 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:41,027 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:10:41,028 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:dc:cd:9b [ether] on eth0 2018-08-20 21:10:41,028 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:10:41,028 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:10:41,030 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:10:41,091 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:10:41,094 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:10:46,100 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:10:46,101 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:11:56,167 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:11:56,168 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:11:56,172 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:11:56,273 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:11:56,300 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:12:01,307 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:12:01,307 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:13:11,370 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:13:11,370 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:13:11.370 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:13:12,895 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/24c6cd9d-51ec-47a8-8a49-aab0acbce362 1.522s 2018-08-20 21:13:12,895 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/24c6cd9d-51ec-47a8-8a49-aab0acbce362', u'date': 'Mon, 20 Aug 2018 21:13:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d186e48a-4610-4cd2-9306-be0c0c3d9226'} Body: 2018-08-20 21:13:14,896 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/remove_router_interface 1.999s 2018-08-20 21:13:14,896 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:13:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de73cb23-232b-4af3-9e0e-5c1e30a5cebb'} Body: {"network_id": "4f7659b0-ef1e-432a-8b2c-e30a2a7012b0", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a40d926a-5e6e-4c65-9879-ca05b1d2d6c6", "subnet_ids": ["a40d926a-5e6e-4c65-9879-ca05b1d2d6c6"], "port_id": "60721ca1-2f72-4cb1-9ffc-03e0b76d2e56", "id": "65c732e7-4bd2-49d8-80d8-7c34c0ae29c5"} 2018-08-20 21:13:16,815 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5 1.917s 2018-08-20 21:13:16,815 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/65c732e7-4bd2-49d8-80d8-7c34c0ae29c5', u'date': 'Mon, 20 Aug 2018 21:13:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a874e374-1180-48ff-9e74-eee3c8dceb17'} Body: 2018-08-20 21:13:17,252 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.435s 2018-08-20 21:13:17,252 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-208e7a3d-fb0a-4519-b8e7-6888100830d1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-208e7a3d-fb0a-4519-b8e7-6888100830d1'} Body: 2018-08-20 21:13:18,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 1.278s 2018-08-20 21:13:18,532 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-84ca230f-509b-44ce-86a9-5839e162d33c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-84ca230f-509b-44ce-86a9-5839e162d33c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-527831124": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:eb:63", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e11a0b02-621c-4be5-b213-2099778367a7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e11a0b02-621c-4be5-b213-2099778367a7", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:17Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-2", "created": "2018-08-20T21:07:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:19,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7 0.066s 2018-08-20 21:13:19,613 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/e11a0b02-621c-4be5-b213-2099778367a7', u'x-compute-request-id': 'req-f8d2db2c-106f-4351-a621-2b3928ace22d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f8d2db2c-106f-4351-a621-2b3928ace22d'} Body: {"itemNotFound": {"message": "Instance e11a0b02-621c-4be5-b213-2099778367a7 could not be found.", "code": 404}} 2018-08-20 21:13:20,569 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/fa1f0d17-f418-464a-be2e-0bb6ca893cb5 0.954s 2018-08-20 21:13:20,569 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/fa1f0d17-f418-464a-be2e-0bb6ca893cb5', u'date': 'Mon, 20 Aug 2018 21:13:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ec8d8924-d889-4287-af10-c917a82738cd'} Body: 2018-08-20 21:13:20,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.214s 2018-08-20 21:13:20,785 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-26197a7e-ada1-45ce-beb0-e50e0fec8787', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-26197a7e-ada1-45ce-beb0-e50e0fec8787'} Body: 2018-08-20 21:13:21,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.618s 2018-08-20 21:13:21,405 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-d3fcd8f8-8cfb-4604-9a59-f392cd642fed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3fcd8f8-8cfb-4604-9a59-f392cd642fed'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-844856925": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:29:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "security_groups": [{"name": "tempest-secgroup-smoke-1743109541"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:20Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:23,092 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.669s 2018-08-20 21:13:23,092 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1341', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-0822ede1-793f-42d9-b2a4-66bc048b90f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0822ede1-793f-42d9-b2a4-66bc048b90f3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:07:41.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "0bd0930b-24ab-4f72-8fd2-d1401244def1", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-40125622", "name": "server-1", "created": "2018-08-20T21:07:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:24,169 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1 0.062s 2018-08-20 21:13:24,170 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/0bd0930b-24ab-4f72-8fd2-d1401244def1', u'x-compute-request-id': 'req-ab4dba93-b85f-4a6a-9c4f-8328bf831731', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:24 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ab4dba93-b85f-4a6a-9c4f-8328bf831731'} Body: {"itemNotFound": {"message": "Instance 0bd0930b-24ab-4f72-8fd2-d1401244def1 could not be found.", "code": 404}} 2018-08-20 21:13:25,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/11b794d8-117a-4ef0-b37c-8d82c23d8016 1.212s 2018-08-20 21:13:25,383 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/11b794d8-117a-4ef0-b37c-8d82c23d8016', u'date': 'Mon, 20 Aug 2018 21:13:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-63a5bc4b-34d9-418a-9457-f7e96610743c'} Body: 2018-08-20 21:13:25,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-40125622 0.073s 2018-08-20 21:13:25,458 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-40125622', u'x-compute-request-id': 'req-00991b23-3c00-4893-945f-94a1f0681746', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-00991b23-3c00-4893-945f-94a1f0681746'} Body: 2018-08-20 21:13:28,264 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4264c8a7-d91a-479b-93b3-fc0f5e864a70 2.805s 2018-08-20 21:13:28,265 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/4264c8a7-d91a-479b-93b3-fc0f5e864a70', u'date': 'Mon, 20 Aug 2018 21:13:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0b98b7fd-f541-43d4-9741-babf6ea1d5eb'} Body: 2018-08-20 21:13:30,156 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d2381bb6-6086-42eb-9037-b4c3ce5d1ad4 1.890s 2018-08-20 21:13:30,156 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d2381bb6-6086-42eb-9037-b4c3ce5d1ad4', u'date': 'Mon, 20 Aug 2018 21:13:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-15e57d48-b259-4a4f-bf7a-44ca345a785d'} Body: 2018-08-20 21:13:32,859 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a40d926a-5e6e-4c65-9879-ca05b1d2d6c6 2.702s 2018-08-20 21:13:32,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a40d926a-5e6e-4c65-9879-ca05b1d2d6c6', u'date': 'Mon, 20 Aug 2018 21:13:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2d5f4f44-c64f-4f50-84de-cc92e9a891e1'} Body: 2018-08-20 21:13:34,638 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/4f7659b0-ef1e-432a-8b2c-e30a2a7012b0 1.777s 2018-08-20 21:13:34,639 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/4f7659b0-ef1e-432a-8b2c-e30a2a7012b0', u'date': 'Mon, 20 Aug 2018 21:13:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a157690f-e1c6-44e5-92e5-e0c748942bce'} Body: 2018-08-20 21:13:34,930 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/8a641b93-3fe3-4a27-b465-6f5ebe2c7593 0.289s 2018-08-20 21:13:34,931 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/8a641b93-3fe3-4a27-b465-6f5ebe2c7593', u'date': 'Mon, 20 Aug 2018 21:13:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5687d303-a256-4969-b7cc-2a05161fb54d'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant1[compute,id-c8bfd695-f731-47a6-86e3-3dfa492e08e0,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 338, in test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 [self.networks[NET_B], IP_B_S1_2]]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 964, in _create_servers security_group_ids, self.os_primary, port_security) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 943, in _create_server clients, wait_until='ACTIVE', name=name, **create_server_kwargs) File "/src/tempest/tempest/common/compute.py", line 258, in create_test_server server['id']) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/src/tempest/tempest/common/compute.py", line 229, in create_test_server clients.servers_client, server['id'], wait_until) File "/src/tempest/tempest/common/waiters.py", line 76, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server 5277c82e-e6e7-4469-82c5-6c0e2986f2c5 failed to build and is in ERROR status Details: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-20T21:14:32Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:13:35,504 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.548s 2018-08-20 21:13:35,505 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-2056508963 description", "name": "tempest-secgroup-smoke-2056508963"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:13:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21323e43-4851-40a4-815a-988db4c0ae2f'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2056508963 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:35Z", "updated_at": "2018-08-20T21:13:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:13:35Z", "revision_number": 0, "id": "700ca263-6cd3-4034-bd4d-1b2a166294e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:13:35Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:13:35Z", "revision_number": 0, "id": "a1b7b629-8fb7-4121-a607-97c244d2b801", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:13:35Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "b66c1d39-a078-425f-9230-3a79004e7890", "name": "tempest-secgroup-smoke-2056508963"}} 2018-08-20 21:13:35,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.490s 2018-08-20 21:13:35,996 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c2087f3-9fa8-4558-9bc1-29ea55fae1f1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:13:35Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:35Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "23d90f4b-5cb1-4342-866a-385849d1dab5"}} 2018-08-20 21:13:36,198 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.200s 2018-08-20 21:13:36,198 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6ca9e9a9-4fa1-48d2-8609-21aad303aeee'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:13:36Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ac451d4d-d405-430d-ad09-a0c84dfbcf77"}} 2018-08-20 21:13:36,697 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.497s 2018-08-20 21:13:36,697 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca355a90-c1d7-4349-b0e4-b0a9b6071592'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:13:36Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "602026a2-452e-48d9-a1bf-5ce7e0de8688"}} 2018-08-20 21:13:37,147 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.448s 2018-08-20 21:13:37,147 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9f4e735-beb4-438a-92f3-6f3add91ce61'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:13:36Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "27c6d667-b34d-4336-bf27-b27dd1815357"}} 2018-08-20 21:13:37,612 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.463s 2018-08-20 21:13:37,612 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c28fe4a-0454-4a37-9b30-04459a3ece1d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:37Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e91fec57-2a5b-4986-be4b-cde8a5d7599f"}} 2018-08-20 21:13:37,797 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-20 21:13:37,798 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-195ee64a-e2c7-43ae-892e-737324d13a11'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:37Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4f5b1578-f94b-4489-9682-dec07c5f686f"}} 2018-08-20 21:13:38,224 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.426s 2018-08-20 21:13:38,225 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e8cba9e-bd84-4075-8b78-4f108ac01d3c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:38Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1a7e1dda-dd4e-47e8-9f17-81fd449dc8ad"}} 2018-08-20 21:13:38,661 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-20 21:13:38,662 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:13:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce344881-82ec-454c-8d86-8655a4206eb6'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:13:38Z", "security_group_id": "b66c1d39-a078-425f-9230-3a79004e7890", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:13:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1dd1de0f-a1fd-4c19-ae0d-8c419cebdfb8"}} 2018-08-20 21:13:39,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.530s 2018-08-20 21:13:39,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1751705715"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:13:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a4a9bd80-1412-4264-aa44-625951aa0f92'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:13:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","name":"tempest-A-1751705715"}} 2018-08-20 21:13:39,832 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.636s 2018-08-20 21:13:39,832 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "name": "tempest-subnet-A-1-547616968"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:13:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc149cdf-75ef-46ea-b585-3c971a622499'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:39Z","dns_nameservers":[],"updated_at":"2018-08-20T21:13:39Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"9fe887b7-c561-4b8c-9934-6b83c3dcd34b","subnetpool_id":null,"name":"tempest-subnet-A-1-547616968"}} 2018-08-20 21:13:40,314 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.481s 2018-08-20 21:13:40,315 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1803449119"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:13:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d415208-0a21-4c6d-a1d8-8cc9684c5e1a'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:13:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","name":"tempest-B-1803449119"}} 2018-08-20 21:13:40,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.647s 2018-08-20 21:13:40,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "name": "tempest-subnet-B-1-881270178"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:13:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f836dfc6-b4bd-4fbf-91ad-888eca655486'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:13:40Z","dns_nameservers":[],"updated_at":"2018-08-20T21:13:40Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e5fe2fd1-3697-490d-b5a5-7e0a449655f7","subnetpool_id":null,"name":"tempest-subnet-B-1-881270178"}} 2018-08-20 21:13:41,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.443s 2018-08-20 21:13:41,408 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:13:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62c375e9-6bde-4100-8315-cc6def07e37e'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "79b2311f-3d9e-4700-823f-3e0e4dc5e838"}} 2018-08-20 21:13:41,661 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.252s 2018-08-20 21:13:41,662 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1192302940"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-705d45df-9855-4102-9aa3-c9c898009f85', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-705d45df-9855-4102-9aa3-c9c898009f85'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDB+ngN9La6bVf59gLZHICMR+QKe6XK02rmmUx6sJK61U8avjXPw9v+TR35wB/R5QHhc+TJJPw3SbKat2/Au7J6fG9WiRWX4v2M/3i19AcvZOpF7PD1ItmiWCEJ70F1/6Ohhrg5zxkYVoJjnirj4EKxzqdKeUDLPpN1IE1b8YeePCBN2FaeylWo1AEy1z0LKSMPDVwQ9jGE5M0MspO0fUG5StR+EZOJqqIs+JqYvSNys/a6Opz3NYguddpTZPaL3Yti/6HsRxn+xfz2qcuq/Rp41d7aimUZeW5JnUpQxERSPNr+YUsuBRRnARfAQbAha7Cjp48SUvYqqLcjLlVU/Zon Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwfp4DfS2um1X+fYC2RyAjEfkCnulytNq5plMerCSutVPGr41\nz8Pb/k0d+cAf0eUB4XPkyST8N0mymrdvwLuyenxvVokVl+L9jP94tfQHL2TqRezw\n9SLZolghCe9Bdf+joYa4Oc8ZGFaCY54q4+BCsc6nSnlAyz6TdSBNW/GHnjwgTdhW\nnspVqNQBMtc9CykjDw1cEPYxhOTNDLKTtH1BuUrUfhGTiaqiLPiamL0jcrP2ujqc\n9zWILnXaU2T2i92LYv+h7EcZ/sX89qnLqv0aeNXe2oplGXluSZ1KUMREUjza/mFL\nLgUUZwEXwEGwIWuwo6ePElL2Kqi3Iy5VVP2aJwIDAQABAoIBAHhoqqc3FUpJ34d4\nzzHIAH+TjJl5QWPSspPr6s5p1tsE1/KoyaxrTp7fbdD/EoFu3yj8kLLPM4R6SdTC\nMyt3F4XywgX8WBwNOgiQ+HQxw1gHE2lOeBAijue4PuH00zSU+BSnFKpFxLUX1h5S\nKxuCtMO8nJmdBLxk3pGg+IQvPFjasxwzW4N8OpAqHNn/mfyai3iPVvxteYgxxjeU\nERh7SdHrsBkncPkEeV9EgdjVlmiv7vmphfB3OW7cQXhEZUkaOxY4wSsP2xrMiczp\nXWuJDs2CB6oK72BAzKLI/szQ4pVE5nQa4pH7TCTofMC+UkBrdNp6CIFvoRda93+5\n8iBKanECgYEA4sj1w22KfHrRmsubJbCNRDeXfv47C+NHhhgwfM4CYS0gF80WNXjc\nIELMEimE8gp2ZpNIDy/ob1RNpK0xVXycU6W7vxQJvnblZ2NWx3HMM0Jj8UoCzhrW\nrhQQjw8TSBeLSk00Ga+dJ+IovGILCgFT5UDBta/QUqJszWwOVr3Xm+8CgYEA2veY\nQHLQ/jK7JvBkIgALf8ZR4KYjc5OpQZXHpx99rPHZonBBo5lSPWZQZS+bxqp4gRIY\nmMDbMmaSWwNRaoQl0t4/QIpQo0i/4GHZR2m2WPcYh81dg1p8O58DoAqJUALxLNsU\nHknuO1EewEKTIpsrrZ8aNlI3nKkTfQ7yBQ7ZDUkCgYB6HGr4h4sB67/g8bDgYmgu\nSyCvqIRyqjZg5bV1/hcZ7ApTxoIm2KTuWgk33lNPYILQSI2MX+dvypzkBr2Bok8q\nWxr0j/2PKMXtHXgkfAnPr/fQfGF2SM0/fl5MKXngX40IvPlIu16LkyMMDF6VTJG3\n515mTfyGAh9DnOM7oYzu0QKBgQCEZTSPs1yednomny9MR46sYXNcS9gfp+atGy0u\n5aGNkmYvC4UEsE3DhjuSEukzhBt8nz50Dhf7L33KvgTaTLC6AVtpYLhFIlWyDDfe\nMBLrU+xnIEssguee/RSqDfTchgrhPk25yqXbA79+LELep8gPIKYutiOd+7Um5oR7\nfnDK0QKBgAp7aPGGHHzs+CWji3xs2KFZrwp3UlGIGdOv0XZusn9FUb8QqVM0R5JF\nePmlkXKT36LMWAWIUpMQhkwuql9RXHuRHfnRcOzHWRRnDg5mhauvBlsCtbnVfY2M\nPxvbPpWvbWip+3LMaS9/ZeIl3jVlVRQisl4/qLiUMv1tH1bafLfn\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1192302940", "fingerprint": "57:cf:fb:c7:80:dd:d0:7f:83:a8:a9:a0:61:e2:56:ab"}} 2018-08-20 21:13:42,586 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 0.920s 2018-08-20 21:13:42,587 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-570020144", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:13:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63d61752-6d0f-4436-b56e-c623b34ed6a6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:13:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:13:42Z","name":"tempest-port-smoke-570020144","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:59:94:4a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"9fe887b7-c561-4b8c-9934-6b83c3dcd34b","ip_address":"10.101.11.10"}],"id":"97555ad8-bf19-4adc-8531-a23bfda9113b","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} 2018-08-20 21:13:45,770 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.181s 2018-08-20 21:13:45,770 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "port": "97555ad8-bf19-4adc-8531-a23bfda9113b"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ac07b035-ee79-4393-b53d-fdb6f29c7d7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac07b035-ee79-4393-b53d-fdb6f29c7d7b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "adminPass": "R5qFj7MJKYJN"}} 2018-08-20 21:13:46,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.646s 2018-08-20 21:13:46,422 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-d54b656b-c74b-4912-8efa-94974873e9e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d54b656b-c74b-4912-8efa-94974873e9e1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:47,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.311s 2018-08-20 21:13:47,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-ae503920-b006-47d8-ac7e-22280070b730', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae503920-b006-47d8-ac7e-22280070b730'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:49,459 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.694s 2018-08-20 21:13:49,460 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-25e7aa7f-80ae-486e-96de-27e52c9fd333', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-25e7aa7f-80ae-486e-96de-27e52c9fd333'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:49,474 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:13:51,351 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.875s 2018-08-20 21:13:51,352 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-7129b3f4-b191-4050-9e23-8267036c3bc3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7129b3f4-b191-4050-9e23-8267036c3bc3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:52,901 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.533s 2018-08-20 21:13:52,901 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-9637dbc2-5cad-4a63-b984-48972590a9aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9637dbc2-5cad-4a63-b984-48972590a9aa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:13:48Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:54,619 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.702s 2018-08-20 21:13:54,619 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-ac019393-ac91-498a-8f67-4cb73280a044', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac019393-ac91-498a-8f67-4cb73280a044'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:94:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:13:52.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:54,633 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:13:54,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.328s 2018-08-20 21:13:54,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-d77b81cd-f7b2-423d-b24f-53c4f37d7de2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d77b81cd-f7b2-423d-b24f-53c4f37d7de2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:94:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:13:52.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:13:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:13:54,978 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7762fd89-3ef6-44ea-9732-20e2f178c1bb with status: ACTIVE 2018-08-20 21:13:56,083 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.104s 2018-08-20 21:13:56,083 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-622414542", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:13:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea4421d3-82a7-4bf0-b18a-43a516a9968e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:13:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:13:55Z","name":"tempest-port-smoke-622414542","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4c:ce:48","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e5fe2fd1-3697-490d-b5a5-7e0a449655f7","ip_address":"10.102.21.20"}],"id":"751c7ba2-b019-4883-a73d-1d951908e25e","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} 2018-08-20 21:14:00,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 4.127s 2018-08-20 21:14:00,212 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "port": "751c7ba2-b019-4883-a73d-1d951908e25e"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-1d1309fa-8196-4a18-8602-a923a4a1f723', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:13:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d1309fa-8196-4a18-8602-a923a4a1f723'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "adminPass": "oERebNJRW7Tz"}} 2018-08-20 21:14:00,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.651s 2018-08-20 21:14:00,869 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-f5b59fae-df44-4169-a9c8-db700c1a7c52', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5b59fae-df44-4169-a9c8-db700c1a7c52'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:02,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.611s 2018-08-20 21:14:02,498 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-1daa606b-3e0d-41c5-91b4-d9fa5ddb006a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1daa606b-3e0d-41c5-91b4-d9fa5ddb006a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:04,233 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.721s 2018-08-20 21:14:04,233 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-137a306e-5a9b-4c7c-95f5-c21f60b4a2f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-137a306e-5a9b-4c7c-95f5-c21f60b4a2f0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:04,247 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:14:05,617 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.368s 2018-08-20 21:14:05,617 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-390644bf-bac5-4161-8064-bcbfd671d6f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-390644bf-bac5-4161-8064-bcbfd671d6f2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:07,530 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.898s 2018-08-20 21:14:07,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-92213899-7761-443e-84c6-b460588beb4c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92213899-7761-443e-84c6-b460588beb4c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:09,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.691s 2018-08-20 21:14:09,237 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-4d7d5ffe-0066-4d33-ae6b-42347740ebb7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4d7d5ffe-0066-4d33-ae6b-42347740ebb7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1803449119": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:ce:48", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:06.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:09,249 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:14:09,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.682s 2018-08-20 21:14:09,933 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-c48a2437-1549-4765-aeb2-260cca651288', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c48a2437-1549-4765-aeb2-260cca651288'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1803449119": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:ce:48", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:06.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:09,947 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 302ca066-0ab0-46d3-8d46-a08add843ba3 with status: ACTIVE 2018-08-20 21:14:11,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.052s 2018-08-20 21:14:11,002 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-741433744", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:14:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-60254908-58d4-43d4-858a-d0d59aa4b447'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:14:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5fa74c98-480a-4936-8b30-1ad8f0e604ba","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:14:10Z","name":"tempest-port-smoke-741433744","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b7:fb:c4","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"9fe887b7-c561-4b8c-9934-6b83c3dcd34b","ip_address":"10.101.11.30"}],"id":"469088c7-af66-477f-8734-41bf4be59dbe","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} 2018-08-20 21:14:14,392 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.387s 2018-08-20 21:14:14,392 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "5fa74c98-480a-4936-8b30-1ad8f0e604ba", "port": "469088c7-af66-477f-8734-41bf4be59dbe"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-66cf6864-8d0c-4358-8fd2-959634fc60aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66cf6864-8d0c-4358-8fd2-959634fc60aa'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "adminPass": "epsV89RnsaXb"}} 2018-08-20 21:14:14,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.340s 2018-08-20 21:14:14,737 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-271e15fd-5358-4985-9897-0af0430c6820', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-271e15fd-5358-4985-9897-0af0430c6820'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:16,087 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.334s 2018-08-20 21:14:16,088 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-cb06eb48-ee9a-4ecd-8009-a29af3ef1c26', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb06eb48-ee9a-4ecd-8009-a29af3ef1c26'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:17,491 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.390s 2018-08-20 21:14:17,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-17467c90-4d9b-491e-ac46-3c23487f2e49', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17467c90-4d9b-491e-ac46-3c23487f2e49'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:16Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:17,505 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:14:18,844 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.338s 2018-08-20 21:14:18,845 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-948a8827-bc85-458b-ac80-7e6301ff710a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-948a8827-bc85-458b-ac80-7e6301ff710a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:18Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:20,226 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.366s 2018-08-20 21:14:20,227 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-c6f8d319-8c73-448d-bcf2-bfc5deb2f0e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c6f8d319-8c73-448d-bcf2-bfc5deb2f0e1'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:19Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:20,240 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-20 21:14:21,837 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.595s 2018-08-20 21:14:21,838 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-346aa6bf-3fc0-47ea-905e-5e3c4605c2bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-346aa6bf-3fc0-47ea-905e-5e3c4605c2bf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:21,850 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2018-08-20 21:14:23,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.354s 2018-08-20 21:14:23,207 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-9cb103ce-38d4-45c4-a257-1e5e28f7a7eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cb103ce-38d4-45c4-a257-1e5e28f7a7eb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:24,890 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.669s 2018-08-20 21:14:24,890 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-15527fd5-7331-43ee-8fc3-c2b06e69dbde', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15527fd5-7331-43ee-8fc3-c2b06e69dbde'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:26,616 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.712s 2018-08-20 21:14:26,617 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-4a03563f-30de-40d8-a32d-5b631f5c01fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a03563f-30de-40d8-a32d-5b631f5c01fd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:26,630 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2018-08-20 21:14:27,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.619s 2018-08-20 21:14:27,250 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-56675d59-136e-40db-8d75-d984bfc9621d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56675d59-136e-40db-8d75-d984bfc9621d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:27,265 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: f4aca18b-10f7-4465-be10-3ec86c0c63dc with status: ACTIVE 2018-08-20 21:14:28,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.020s 2018-08-20 21:14:28,288 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-2072711437", "security_groups": ["b66c1d39-a078-425f-9230-3a79004e7890"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:14:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e02987a9-4633-4af2-9b29-eaab92a6063b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:14:27Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2061f3d1-e27d-43f0-8218-9580b8fa43d6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:14:27Z","name":"tempest-port-smoke-2072711437","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4b:59:34","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"e5fe2fd1-3697-490d-b5a5-7e0a449655f7","ip_address":"10.102.21.40"}],"id":"8d134a36-2bcf-4508-8aca-703f219288f6","security_groups":["b66c1d39-a078-425f-9230-3a79004e7890"],"device_id":""}} 2018-08-20 21:14:31,428 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.139s 2018-08-20 21:14:31,429 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1192302940", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "2061f3d1-e27d-43f0-8218-9580b8fa43d6", "port": "8d134a36-2bcf-4508-8aca-703f219288f6"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-22925002-c828-49bd-bf00-b079e2a4f875', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22925002-c828-49bd-bf00-b079e2a4f875'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "bookmark"}], "adminPass": "8uSA8LJsZ9ww"}} 2018-08-20 21:14:31,759 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 0.326s 2018-08-20 21:14:31,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-6b5fd1fd-03fd-4cfd-95e2-a878756f6a67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b5fd1fd-03fd-4cfd-95e2-a878756f6a67'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:14:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-4", "created": "2018-08-20T21:14:31Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:33,786 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 1.012s 2018-08-20 21:14:33,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1335', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-1ab0fae2-1828-42cc-8423-6f094456e950', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ab0fae2-1828-42cc-8423-6f094456e950'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5277c82e-e6e7-4469-82c5-6c0e2986f2c5", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:14:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-4", "created": "2018-08-20T21:14:31Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:14:32Z"}, "metadata": {}}} 2018-08-20 21:14:33,800 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2018-08-20 21:14:34,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 204 DELETE http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 1.087s 2018-08-20 21:14:34,889 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-59e9158c-4344-4237-87f0-ff35bf30faaa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59e9158c-4344-4237-87f0-ff35bf30faaa'} Body: 2018-08-20 21:14:34,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 404 GET http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5 0.043s 2018-08-20 21:14:34,933 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5277c82e-e6e7-4469-82c5-6c0e2986f2c5', u'x-compute-request-id': 'req-b39feb52-595f-4e2a-9bbf-001ded4f0095', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b39feb52-595f-4e2a-9bbf-001ded4f0095'} Body: {"itemNotFound": {"message": "Instance 5277c82e-e6e7-4469-82c5-6c0e2986f2c5 could not be found.", "code": 404}} 2018-08-20 21:14:35,538 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/8d134a36-2bcf-4508-8aca-703f219288f6 0.603s 2018-08-20 21:14:35,539 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/8d134a36-2bcf-4508-8aca-703f219288f6', u'date': 'Mon, 20 Aug 2018 21:14:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e0aa57a1-54aa-460d-8721-0b8570a9f32d'} Body: 2018-08-20 21:14:35,718 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.178s 2018-08-20 21:14:35,718 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-9b700820-31c1-4b30-ad1f-40d004fef757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b700820-31c1-4b30-ad1f-40d004fef757'} Body: 2018-08-20 21:14:36,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.666s 2018-08-20 21:14:36,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-6e83e190-66c5-4ea0-bed8-0c09fba88798', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e83e190-66c5-4ea0-bed8-0c09fba88798'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:37,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.368s 2018-08-20 21:14:37,771 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-097d7967-5a95-4845-a906-cafb24cd2afa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-097d7967-5a95-4845-a906-cafb24cd2afa'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:fb:c4", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f4aca18b-10f7-4465-be10-3ec86c0c63dc", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:36Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-3", "created": "2018-08-20T21:14:14Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:38,831 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc 0.045s 2018-08-20 21:14:38,831 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f4aca18b-10f7-4465-be10-3ec86c0c63dc', u'x-compute-request-id': 'req-b3aea66e-01ae-4cce-a6c8-78609e574643', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:38 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b3aea66e-01ae-4cce-a6c8-78609e574643'} Body: {"itemNotFound": {"message": "Instance f4aca18b-10f7-4465-be10-3ec86c0c63dc could not be found.", "code": 404}} 2018-08-20 21:14:39,759 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/469088c7-af66-477f-8734-41bf4be59dbe 0.927s 2018-08-20 21:14:39,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/469088c7-af66-477f-8734-41bf4be59dbe', u'date': 'Mon, 20 Aug 2018 21:14:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4e4a7377-eb00-4a5e-8105-42ccc3508f5f'} Body: 2018-08-20 21:14:39,964 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.202s 2018-08-20 21:14:39,965 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-c340f190-139a-4773-8a7d-e9f5d0db30c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c340f190-139a-4773-8a7d-e9f5d0db30c3'} Body: 2018-08-20 21:14:40,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.704s 2018-08-20 21:14:40,671 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-2d14cd47-5b91-4c1d-a5e9-01dc4b9bc609', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d14cd47-5b91-4c1d-a5e9-01dc4b9bc609'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1803449119": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:ce:48", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/302ca066-0ab0-46d3-8d46-a08add843ba3", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:14:06.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "302ca066-0ab0-46d3-8d46-a08add843ba3", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:39Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-2", "created": "2018-08-20T21:14:00Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:41,758 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3 0.057s 2018-08-20 21:14:41,759 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/302ca066-0ab0-46d3-8d46-a08add843ba3', u'x-compute-request-id': 'req-cd729911-384c-4580-a813-2a028fca07f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cd729911-384c-4580-a813-2a028fca07f1'} Body: {"itemNotFound": {"message": "Instance 302ca066-0ab0-46d3-8d46-a08add843ba3 could not be found.", "code": 404}} 2018-08-20 21:14:43,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/751c7ba2-b019-4883-a73d-1d951908e25e 1.286s 2018-08-20 21:14:43,047 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/751c7ba2-b019-4883-a73d-1d951908e25e', u'date': 'Mon, 20 Aug 2018 21:14:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b12f2ad5-1abc-443b-94ba-cc7d55b4b9dc'} Body: 2018-08-20 21:14:43,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.275s 2018-08-20 21:14:43,324 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-d894d27c-cfd0-4e13-9958-69036da2ebd2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d894d27c-cfd0-4e13-9958-69036da2ebd2'} Body: 2018-08-20 21:14:44,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.715s 2018-08-20 21:14:44,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-88e7ea1b-c184-4136-87c5-e6e1f878449d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88e7ea1b-c184-4136-87c5-e6e1f878449d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1751705715": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:94:4a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:13:52.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7762fd89-3ef6-44ea-9732-20e2f178c1bb", "security_groups": [{"name": "tempest-secgroup-smoke-2056508963"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:14:43Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1192302940", "name": "server-1", "created": "2018-08-20T21:13:45Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:14:45,116 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb 0.042s 2018-08-20 21:14:45,117 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7762fd89-3ef6-44ea-9732-20e2f178c1bb', u'x-compute-request-id': 'req-5dc95fb0-a564-43f2-a262-f08beb7be6a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5dc95fb0-a564-43f2-a262-f08beb7be6a4'} Body: {"itemNotFound": {"message": "Instance 7762fd89-3ef6-44ea-9732-20e2f178c1bb could not be found.", "code": 404}} 2018-08-20 21:14:45,965 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/97555ad8-bf19-4adc-8531-a23bfda9113b 0.847s 2018-08-20 21:14:45,966 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/97555ad8-bf19-4adc-8531-a23bfda9113b', u'date': 'Mon, 20 Aug 2018 21:14:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5ed9d231-153d-42ac-b58f-03e9deee6f4f'} Body: 2018-08-20 21:14:46,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1192302940 0.069s 2018-08-20 21:14:46,038 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1192302940', u'x-compute-request-id': 'req-d46dad35-405a-4386-9881-e5e6d4c4fcb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d46dad35-405a-4386-9881-e5e6d4c4fcb8'} Body: 2018-08-20 21:14:48,699 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e5fe2fd1-3697-490d-b5a5-7e0a449655f7 2.660s 2018-08-20 21:14:48,700 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e5fe2fd1-3697-490d-b5a5-7e0a449655f7', u'date': 'Mon, 20 Aug 2018 21:14:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-94b1b71e-79ef-4d83-b278-63b4f2574618'} Body: 2018-08-20 21:14:50,651 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/2061f3d1-e27d-43f0-8218-9580b8fa43d6 1.950s 2018-08-20 21:14:50,652 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/2061f3d1-e27d-43f0-8218-9580b8fa43d6', u'date': 'Mon, 20 Aug 2018 21:14:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99484186-0652-4ce3-a17f-a85aa156833b'} Body: 2018-08-20 21:14:53,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/9fe887b7-c561-4b8c-9934-6b83c3dcd34b 2.442s 2018-08-20 21:14:53,096 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/9fe887b7-c561-4b8c-9934-6b83c3dcd34b', u'date': 'Mon, 20 Aug 2018 21:14:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6d15a5ef-4d56-4aae-be20-62182b799210'} Body: 2018-08-20 21:14:54,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/5fa74c98-480a-4936-8b30-1ad8f0e604ba 1.485s 2018-08-20 21:14:54,582 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/5fa74c98-480a-4936-8b30-1ad8f0e604ba', u'date': 'Mon, 20 Aug 2018 21:14:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8b4a54d9-f4e6-4e1f-8285-fe8534e1e02a'} Body: 2018-08-20 21:14:54,887 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/b66c1d39-a078-425f-9230-3a79004e7890 0.304s 2018-08-20 21:14:54,888 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/b66c1d39-a078-425f-9230-3a79004e7890', u'date': 'Mon, 20 Aug 2018 21:14:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-393b187a-75b1-43b4-b587-fa230b297b3b'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant2[compute,id-758a8731-5070-4b1e-9a66-d6ff05bb5be1,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 400, in test_bgpvpn_update_rt_and_keep_local_connectivity_variant2 self._check_l3_bgpvpn(self.servers[3], self.servers[1]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1058, in _check_l3_bgpvpn_by_specific_ip ssh_client = self._setup_ssh_client(from_server) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1009, in _setup_ssh_client private_key=private_key) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 212, in get_remote_client linux_client.validate_authentication() File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper six.reraise(*original_exception) File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper return function(self, *args, **kwargs) File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 116, in validate_authentication self.ssh_client.test_connection_auth() File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth connection = self._get_ssh_connection() File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection password=self.password) tempest.lib.exceptions.SSHTimeout: Connection to the 172.30.9.201 via SSH timed out. User: cirros, Password: None Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:14:55,432 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.511s 2018-08-20 21:14:55,433 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-895111745 description", "name": "tempest-secgroup-smoke-895111745"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fa050a1-b11b-4a11-916f-b1f27f6efee5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-895111745 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:55Z", "updated_at": "2018-08-20T21:14:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:14:55Z", "revision_number": 0, "id": "1fcc8098-70da-41de-b314-4f67ded6e7a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:14:55Z", "revision_number": 0, "id": "86ebe3a2-3b8d-4e26-aa53-ef498c7b4114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "name": "tempest-secgroup-smoke-895111745"}} 2018-08-20 21:14:55,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.215s 2018-08-20 21:14:55,650 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b19d6d96-ca5b-4aed-9008-d76884b8c8c3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "c619dde1-9ab0-4b6d-a951-f05bd550557c"}} 2018-08-20 21:14:55,874 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.222s 2018-08-20 21:14:55,874 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-82c050ef-4726-41ca-b401-694c8f01eb92'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:14:55Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:55Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "32c89541-9c08-48bc-8f33-947845275cf8"}} 2018-08-20 21:14:56,174 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.299s 2018-08-20 21:14:56,175 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7756dafd-e748-4c33-97e1-807726e06a15'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "7e459c33-dcb2-42d2-86e7-9768f6a87124"}} 2018-08-20 21:14:56,348 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-20 21:14:56,348 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91838c64-d173-4439-adac-d43f46c23aba'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ccfda759-aa24-4184-b95d-3f2646383243"}} 2018-08-20 21:14:56,563 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.213s 2018-08-20 21:14:56,564 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be4f12d3-1bd4-4448-a6dc-01fab8f0dfb3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5707c3e8-0100-4908-8bce-153f62af2fab"}} 2018-08-20 21:14:56,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-20 21:14:56,755 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-324f7cda-d66d-4272-b7c9-c19a4c098928'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "911bc806-02ba-436a-9328-3814a38a32fa"}} 2018-08-20 21:14:56,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.204s 2018-08-20 21:14:56,960 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-85bef1e6-6b7b-43a5-ae54-a86fe5795293'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:56Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:56Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8e739bf2-50da-42c9-b0c0-cc3c0c468f41"}} 2018-08-20 21:14:57,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.165s 2018-08-20 21:14:57,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:14:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80b1b5e3-93bb-4c57-9dcb-42c25a0b3ff4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:14:57Z", "security_group_id": "9ed17642-79fe-4eed-bd43-5d1abebc56d9", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:14:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f55b05f0-c7c2-48e4-a512-adf0ac44994c"}} 2018-08-20 21:14:57,544 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.414s 2018-08-20 21:14:57,545 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-808685584"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:14:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e57adfa6-3e81-411e-8371-dc4784c322c5'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:14:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","name":"tempest-A-808685584"}} 2018-08-20 21:14:58,245 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.698s 2018-08-20 21:14:58,245 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "name": "tempest-subnet-A-1-1831261245"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:14:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd1fcff1-1cab-4367-9429-f54720893357'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:57Z","dns_nameservers":[],"updated_at":"2018-08-20T21:14:57Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"357a7d6a-dde2-46c5-9dc3-727650c3c1fc","subnetpool_id":null,"name":"tempest-subnet-A-1-1831261245"}} 2018-08-20 21:14:58,520 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.273s 2018-08-20 21:14:58,520 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1345998268"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:14:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c728fa5e-5ef1-4c3e-92c5-d5b7f38fc459'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:14:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","name":"tempest-B-1345998268"}} 2018-08-20 21:14:59,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.668s 2018-08-20 21:14:59,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "name": "tempest-subnet-B-1-399582739"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-032c4c8a-4004-431f-a377-5bf7be8b5aa9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:14:58Z","dns_nameservers":[],"updated_at":"2018-08-20T21:14:58Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"645af25a-db20-4f43-b528-a3a7b76a1967","subnetpool_id":null,"name":"tempest-subnet-B-1-399582739"}} 2018-08-20 21:14:59,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.647s 2018-08-20 21:14:59,840 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3d728677-ef63-4dce-98e4-8b688202cba8'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "10765dc9-49bb-45e0-bae0-26e9ab005acc"}} 2018-08-20 21:15:00,100 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.259s 2018-08-20 21:15:00,101 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-431301133"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-c4bbf858-c975-4579-af29-df84e3184f4d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4bbf858-c975-4579-af29-df84e3184f4d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC881q6ZQ1h64U3Vox6PQnAueO5KPiU/DqKwbQRgof16MQqJmeygSlw6UzEukfIfaDp/wSlkdGPYG2R58fzMWzHS/9CysHehOk7KU767mv9VHb7sS9jwCCHMor2u13XWJ3BQMlHICEQTrzTFXz6Gj4Vv9fdS0YDwAHVWHDjjNT0v/F6ZI8BnC43Uclqvghh4Jj8kuphrSO/MOhP1Dw2N2KxqTbh+TSS20vdzbYYJwUpL6IkQBvcT7O1LqmcfNhVhAo4xVcAqrIjstVIu7xhF6RRwvCcKwht6xY1f3UcS09aJuXW//Joph9ExoG6rr6zv//DwmGUxuEMps78ZUltjAV9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAvPNaumUNYeuFN1aMej0JwLnjuSj4lPw6isG0EYKH9ejEKiZn\nsoEpcOlMxLpHyH2g6f8EpZHRj2BtkefH8zFsx0v/QsrB3oTpOylO+u5r/VR2+7Ev\nY8AghzKK9rtd11idwUDJRyAhEE680xV8+ho+Fb/X3UtGA8AB1Vhw44zU9L/xemSP\nAZwuN1HJar4IYeCY/JLqYa0jvzDoT9Q8Njdisak24fk0kttL3c22GCcFKS+iJEAb\n3E+ztS6pnHzYVYQKOMVXAKqyI7LVSLu8YRekUcLwnCsIbesWNX91HEtPWibl1v/y\naKYfRMaBuq6+s7//w8JhlMbhDKbO/GVJbYwFfQIDAQABAoIBAQCVDRs7AlAGOHYD\n60AxhUjWQU1EWO+PB1Fe9+KGFYQPFij4XwdaJs18Bm3Kmm/Z1lBDhioyOc8n3RdS\nC5cNXqXCqU6Zb7xzPkGFq9Zj2ART+HdLoMATXhHK1LIOZEtofr0jH2ons06hwJrv\noHnQCTeEjKtKJAD9IE/R7kxPFF9BGXVpPr5Yyk4Ar9oT5bYZgcmU2dFo+mZdgiBU\nxcagRlKirTVK3UorHZO7mliYaRfvLJTeh1Mo7w9VCbS5pBNPNCsKTbh8aHarsutF\nfoN6taPAnc6m8tLbVzCco6XY9u5DqIH9uiRB5dN/rtJtB/sJSjrH06F17lthj89r\nozGxBPPBAoGBAOiWwG17w0lewG41E1OUEea8Qsbh1KFKLddFnUfKOftE2Or9KDMW\nzkeZNajaqNvhYwmknh9tRV16mVurbA1N/fkrXaSf2RDGjVIOs76nh0ykIm8xVIs8\nhAEkR7eAh4iZBpgb00pPuoRFF5pjNVyqw01OszB9aIZtQlnwSJjl04R5AoGBAM/4\nJp+tmOwUpOmJWphxlcEz3fpOW6hChUfkUpvaYaJyLB0RozdMkuuF0bMzwlENYoHi\nC2mFeyNpoWNbTF5t5ol9Ezl2sP4NL7LcffqHokaX11DqUgxW/yxXe6XRGiFcNDY1\ncctTEwPhjf5E+NpPFDpV2dCDSi8B29TJ8U4OkOAlAoGBAMUQTVO14707aaE2mPxc\nXVp4sb9eQdCyT+qwEdVskvnA2GUpPzEiJn5lYiCBu0YpTccy0cJgy7+rC1qvACq5\npPDDfGDqCnj7MWuQB10HBky6WG6Lhk0+Zb2t5pGkdbEXro2cLcYtjSNagugNHH46\nNKVAg/QWnUQgOHKJcokRWMhJAoGAbTdDiV3QTkK1LFPOuPoFjDXh4B6gceelONEG\nNQTlezr8QbPOhC75hSh8rOCErq4Zyl3cYmkP9tP1Rkle/MQ4aoG9w9K6NmDUaNj0\na8opBWueTscPmZ1iWnYC4FzEnTpfzQwaG44gEUy1lg/ApF0dIVmOjrs0DSWrvb7j\ns3tgx+UCgYEAkpHzCLeQZoy2mEFwqMSIX5sE34wGBO+a04vTC5pdW2h4fc0IdN86\nVxbmIr0oaDZlZs+hdl6TvnqbQp477i+oIXKtc2rwaHFuc6APG/gSdn/A0x2gJTP+\nienGtzpMtwUFAfSju/dvoB9aNvd8ntZzk723tOIIYLoDfeYSY/KjIig=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-431301133", "fingerprint": "2c:12:4f:33:ea:34:9b:5f:80:f7:8b:5d:e2:4d:82:78"}} 2018-08-20 21:15:01,316 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.208s 2018-08-20 21:15:01,317 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-660591318", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c765205-faa3-4428-a13d-3528e941b95e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:00Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:00Z","name":"tempest-port-smoke-660591318","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:49:80:df","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"357a7d6a-dde2-46c5-9dc3-727650c3c1fc","ip_address":"10.101.11.10"}],"id":"c58c8e73-979d-438d-a30a-67146ec062d9","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} 2018-08-20 21:15:04,709 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.391s 2018-08-20 21:15:04,710 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "port": "c58c8e73-979d-438d-a30a-67146ec062d9"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-778e33f4-b112-48de-8e65-11bb75c4c8c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-778e33f4-b112-48de-8e65-11bb75c4c8c5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "adminPass": "2ShAtQ8VYz9Q"}} 2018-08-20 21:15:05,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.331s 2018-08-20 21:15:05,045 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-8f0a4bac-89ae-4800-8149-422d4d15da66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f0a4bac-89ae-4800-8149-422d4d15da66'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:06,327 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.255s 2018-08-20 21:15:06,327 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-2d6cb494-b449-435d-b89e-e7a72b7d4be6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d6cb494-b449-435d-b89e-e7a72b7d4be6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:07,679 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.329s 2018-08-20 21:15:07,679 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-6be1618b-60b3-4d2e-b33d-f60501254497', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6be1618b-60b3-4d2e-b33d-f60501254497'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:07Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:07,692 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-20 21:15:09,810 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 1.116s 2018-08-20 21:15:09,811 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1380', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-83624b67-05c7-44fe-9a5d-d1e111a8802a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-83624b67-05c7-44fe-9a5d-d1e111a8802a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:11,540 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.712s 2018-08-20 21:15:11,541 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-76dbab9f-47c9-41c0-8190-69b25e153bd1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-76dbab9f-47c9-41c0-8190-69b25e153bd1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:09Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:11,554 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-20 21:15:13,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.724s 2018-08-20 21:15:13,281 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-1b9c3a06-a477-400c-b76d-0f3796a42d49', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1b9c3a06-a477-400c-b76d-0f3796a42d49'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:09Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:15,409 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 1.110s 2018-08-20 21:15:15,410 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-39466fd9-4f22-447e-862c-0940c408c059', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39466fd9-4f22-447e-862c-0940c408c059'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:80:df", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:15,422 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:15:16,133 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.708s 2018-08-20 21:15:16,134 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-b6a8519c-9edc-4347-b495-36e8b4bc6d2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b6a8519c-9edc-4347-b495-36e8b4bc6d2f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:80:df", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:16,146 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d35e7883-6cb4-4b6e-b848-80f8f4486321 with status: ACTIVE 2018-08-20 21:15:17,442 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.295s 2018-08-20 21:15:17,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1549008995", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-254672d2-60b0-4646-88d9-1ab0029e9226'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:16Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:16Z","name":"tempest-port-smoke-1549008995","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:af:7a:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"645af25a-db20-4f43-b528-a3a7b76a1967","ip_address":"10.102.21.20"}],"id":"b9099398-9843-455b-b651-1f356cc7e443","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} 2018-08-20 21:15:20,667 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.222s 2018-08-20 21:15:20,667 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "port": "b9099398-9843-455b-b651-1f356cc7e443"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-d9bf467f-44af-42bc-91cd-b46576f67a7f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9bf467f-44af-42bc-91cd-b46576f67a7f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "adminPass": "57TGVh25NmUR"}} 2018-08-20 21:15:21,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.329s 2018-08-20 21:15:21,001 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-9ba9da4e-493b-4691-9178-57083c072b73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9ba9da4e-493b-4691-9178-57083c072b73'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:22,672 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.657s 2018-08-20 21:15:22,673 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-90efc79a-6e92-4703-a6f2-1359d8d96321', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90efc79a-6e92-4703-a6f2-1359d8d96321'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:24,567 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.727s 2018-08-20 21:15:24,567 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-1f828908-ce35-43c4-b4da-b674120aca5b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f828908-ce35-43c4-b4da-b674120aca5b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:24,580 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:15:26,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.718s 2018-08-20 21:15:26,300 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-80af67c0-2547-4a57-a955-5e2cef7ed7df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80af67c0-2547-4a57-a955-5e2cef7ed7df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:28,138 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.826s 2018-08-20 21:15:28,139 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-4cbc3df5-058e-4ad3-a3b5-04e518cc6241', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4cbc3df5-058e-4ad3-a3b5-04e518cc6241'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:22Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:29,868 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.714s 2018-08-20 21:15:29,868 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-7133435a-cd38-45d6-b51b-42e1f11a0fce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7133435a-cd38-45d6-b51b-42e1f11a0fce'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:28.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:28Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:29,881 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:15:30,689 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.807s 2018-08-20 21:15:30,690 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-ebf19498-0396-40d9-a553-8b47c2ec8f8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebf19498-0396-40d9-a553-8b47c2ec8f8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:28.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:28Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:30,702 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7ecab90d-86e8-4b4b-ac75-b446845acd02 with status: ACTIVE 2018-08-20 21:15:31,537 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.834s 2018-08-20 21:15:31,538 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-447339152", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4cd278cd-e963-4f3b-9970-2910fcc38870'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"463fde4a-0e50-42d3-853e-0d7a99a899fe","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:31Z","name":"tempest-port-smoke-447339152","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a2:53:b7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"357a7d6a-dde2-46c5-9dc3-727650c3c1fc","ip_address":"10.101.11.30"}],"id":"d5315a9a-d662-4bf8-bd14-2a3c5f67293f","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} 2018-08-20 21:15:34,271 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 2.731s 2018-08-20 21:15:34,271 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "port": "d5315a9a-d662-4bf8-bd14-2a3c5f67293f"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ac87185b-53da-420b-8e5f-c41230a06b55', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac87185b-53da-420b-8e5f-c41230a06b55'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "adminPass": "npPZZGrF39ai"}} 2018-08-20 21:15:34,605 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.330s 2018-08-20 21:15:34,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-d81a81fa-0e7c-406c-8bba-6a488365fd41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d81a81fa-0e7c-406c-8bba-6a488365fd41'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:35,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.240s 2018-08-20 21:15:35,861 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-f389005e-bf72-4bd8-937c-3c724437c0b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f389005e-bf72-4bd8-937c-3c724437c0b4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:37,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.359s 2018-08-20 21:15:37,235 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-3be47b20-e02f-43ff-88d9-4517a25d9895', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3be47b20-e02f-43ff-88d9-4517a25d9895'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:36Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:37,248 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:15:38,958 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.708s 2018-08-20 21:15:38,959 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-1562edaf-7ae8-429f-a09d-04660ddf9160', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1562edaf-7ae8-429f-a09d-04660ddf9160'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:38,972 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:15:40,637 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.662s 2018-08-20 21:15:40,637 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-d40ec4a6-0a4e-4415-ad49-a38bd53219f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d40ec4a6-0a4e-4415-ad49-a38bd53219f2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:42,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.645s 2018-08-20 21:15:42,298 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-107269e2-5b16-425b-813a-aa2b0832ed96', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-107269e2-5b16-425b-813a-aa2b0832ed96'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:53:b7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:42,312 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:15:42,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.623s 2018-08-20 21:15:42,936 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-c65bb249-4d33-4fae-b1ce-ac3596bdda25', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c65bb249-4d33-4fae-b1ce-ac3596bdda25'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:53:b7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:42,950 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 8fc02c7d-2455-4ff6-8de9-0fe45a55020b with status: ACTIVE 2018-08-20 21:15:44,017 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.066s 2018-08-20 21:15:44,018 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-968200183", "security_groups": ["9ed17642-79fe-4eed-bd43-5d1abebc56d9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:15:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81d713fd-15be-4be8-8ab5-da396824393a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:15:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bce2167a-2e1d-4bbb-ac66-37a2d7730bbc","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:15:43Z","name":"tempest-port-smoke-968200183","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:8b:d4:06","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"645af25a-db20-4f43-b528-a3a7b76a1967","ip_address":"10.102.21.40"}],"id":"e66dce0b-669a-4c92-9301-d6b3536a41da","security_groups":["9ed17642-79fe-4eed-bd43-5d1abebc56d9"],"device_id":""}} 2018-08-20 21:15:47,056 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.037s 2018-08-20 21:15:47,057 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-431301133", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "port": "e66dce0b-669a-4c92-9301-d6b3536a41da"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-6b1c53d4-886d-48fd-93f8-46e55ad4652a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b1c53d4-886d-48fd-93f8-46e55ad4652a'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "adminPass": "ZxxhsGanTCA7"}} 2018-08-20 21:15:47,395 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.334s 2018-08-20 21:15:47,396 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-b86a919d-fbda-4275-b42f-0b64de3b1402', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b86a919d-fbda-4275-b42f-0b64de3b1402'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:48,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.081s 2018-08-20 21:15:48,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-12485f49-c93c-455f-ab6f-3fcc4c3b299f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12485f49-c93c-455f-ab6f-3fcc4c3b299f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:50,115 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.609s 2018-08-20 21:15:50,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-1ee77703-c801-4c9c-a23f-4933ed768bd2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ee77703-c801-4c9c-a23f-4933ed768bd2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:50,128 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-20 21:15:51,582 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.451s 2018-08-20 21:15:51,582 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-4475bcbc-c6f2-43cd-a730-ed2ff8a3648c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4475bcbc-c6f2-43cd-a730-ed2ff8a3648c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:53,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.735s 2018-08-20 21:15:53,332 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-93591c27-9d63-41be-91ee-b84b0cb73641', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93591c27-9d63-41be-91ee-b84b0cb73641'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:15:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:54,703 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.356s 2018-08-20 21:15:54,703 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-2a37c9a2-7a40-4274-959b-d8e44cf29af8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a37c9a2-7a40-4274-959b-d8e44cf29af8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:d4:06", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:54,715 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-20 21:15:55,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.705s 2018-08-20 21:15:55,422 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-2951bbdc-4fb9-4134-9aa7-dede7477f0af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2951bbdc-4fb9-4134-9aa7-dede7477f0af'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:d4:06", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:15:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:15:55,435 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 49139320-7ac6-425c-8f92-738f5ad07e9d with status: ACTIVE 2018-08-20 21:15:55,605 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.169s 2018-08-20 21:15:55,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1623982710", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:15:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6feb260c-a1ee-45e1-aadb-fb6b45d9bb2d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:15:55Z", "admin_state_up": true, "updated_at": "2018-08-20T21:15:55Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd", "name": "tempest-router--1623982710"}} 2018-08-20 21:15:57,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd 1.596s 2018-08-20 21:15:57,203 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd', u'date': 'Mon, 20 Aug 2018 21:15:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8713227b-6495-498f-997a-38f6893cba6a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:15:55Z", "admin_state_up": true, "updated_at": "2018-08-20T21:15:56Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd", "name": "tempest-router--1623982710"}} 2018-08-20 21:15:59,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/add_router_interface 2.693s 2018-08-20 21:15:59,898 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:15:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b0064fb-299c-4ac1-9b49-7d8ce3626239'} Body: {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc", "subnet_ids": ["357a7d6a-dde2-46c5-9dc3-727650c3c1fc"], "port_id": "b391a734-1e00-46ec-b1f4-ea8f26f50a01", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd"} 2018-08-20 21:16:01,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.937s 2018-08-20 21:16:01,837 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "c58c8e73-979d-438d-a30a-67146ec062d9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:16:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dcc8ff2d-1888-4a40-819a-b3d15a40c9eb'} Body: {"floatingip": {"router_id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:16:00Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "c58c8e73-979d-438d-a30a-67146ec062d9", "id": "1dfff8cc-b315-4fed-bb2b-032ded8e778d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:16:02,163 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.325s 2018-08-20 21:16:02,163 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1601532384", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:16:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c17ef75-554c-4c62-bfef-b0e94f1838d2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:01Z", "admin_state_up": true, "updated_at": "2018-08-20T21:16:01Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "name": "tempest-router--1601532384"}} 2018-08-20 21:16:03,593 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda 1.428s 2018-08-20 21:16:03,593 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda', u'date': 'Mon, 20 Aug 2018 21:16:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a2f47c3-2830-4244-91c5-47846dfdb8a0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:01Z", "admin_state_up": true, "updated_at": "2018-08-20T21:16:03Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "name": "tempest-router--1601532384"}} 2018-08-20 21:16:05,592 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/add_router_interface 1.997s 2018-08-20 21:16:05,592 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:16:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91d13ff9-84cd-4aac-9f42-454a10b5df6d'} Body: {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967", "subnet_ids": ["645af25a-db20-4f43-b528-a3a7b76a1967"], "port_id": "1650eca3-1c25-40ba-b4c8-c10560a80f1e", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda"} 2018-08-20 21:16:07,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.079s 2018-08-20 21:16:07,673 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "e66dce0b-669a-4c92-9301-d6b3536a41da"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:16:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a5c27947-ff0e-4417-aa65-0e9145fbbd44'} Body: {"floatingip": {"router_id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:16:06Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "e66dce0b-669a-4c92-9301-d6b3536a41da", "id": "9167dfb7-8de6-43c6-8b5e-5ca11de9d461", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:16:06Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:16:08,184 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/network_associations 0.510s 2018-08-20 21:16:08,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/network_associations', u'date': 'Mon, 20 Aug 2018 21:16:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46e0f407-a17d-4fa7-be37-663e14a9029d'} Body: {"network_association": {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "id": "6da40411-3c01-486f-b28d-5360fbf0f57c"}} 2018-08-20 21:16:08,186 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:09,187 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:09,251 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:09,251 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:09,366 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:16:09,366 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:09,368 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:09,429 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:09,432 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:14,440 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:16:14,441 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:16:14,441 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075496 seconds 2018-08-20 21:16:14,442 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:14,444 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:14,507 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:14,508 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:14,623 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 2018-08-20 21:16:14,624 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:14,627 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:14,690 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:14,691 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:18,699 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.075994 seconds 2018-08-20 21:16:19,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/router_associations 0.982s 2018-08-20 21:16:19,682 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/10765dc9-49bb-45e0-bae0-26e9ab005acc/router_associations', u'date': 'Mon, 20 Aug 2018 21:16:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c634f058-41bc-40ff-a36c-0a9db3cbcf10'} Body: {"router_association": {"router_id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda", "id": "39fce2d7-0fc0-4511-8ff7-4c83787ff24e"}} 2018-08-20 21:16:19,683 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:19,685 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:19,748 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:19,749 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:19,863 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:16:19,864 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:16:19,866 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:16:19,926 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:16:19,930 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:16:24,937 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:16:24,937 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:16:24,938 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074297 seconds 2018-08-20 21:16:24,939 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:17:24,963 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 1. Retry after 2 seconds. 2018-08-20 21:18:27,484 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 2. Retry after 3 seconds. 2018-08-20 21:19:31,017 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 3. Retry after 4 seconds. 2018-08-20 21:20:35,560 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.201 (timed out). Number attempts: 4. Retry after 5 seconds. 2018-08-20 21:21:41,125 63 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.201 after 4 attempts 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 279, in retry_on_signal 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh return function() 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-20 21:21:41.125 63 ERROR tempest.lib.common.ssh 2018-08-20 21:21:41,128 63 ERROR [networking_bgpvpn_tempest.tests.scenario.manager] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Initializing SSH connection to 172.30.9.201 failed. Error: Connection to the 172.30.9.201 via SSH timed out. User: cirros, Password: None 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 212, in get_remote_client 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 116, in validate_authentication 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.201 via SSH timed out. 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-20 21:21:41.128 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-20 21:21:41,480 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers 0.349s 2018-08-20 21:21:41,481 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1141', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-c4d75a2c-c92e-4929-a3e1-9307e6afdf66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4d75a2c-c92e-4929-a3e1-9307e6afdf66'} Body: {"servers": [{"id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "name": "server-4"}, {"id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "name": "server-3"}, {"id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "name": "server-2"}, {"id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "name": "server-1"}]} 2018-08-20 21:21:41,561 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d/action 0.072s 2018-08-20 21:21:41,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32774', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d/action', u'x-compute-request-id': 'req-d446bda4-9052-452b-813d-4bd7bced2015', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d446bda4-9052-452b-813d-4bd7bced2015'} 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 510541223 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 2018-08-20 21:21:41,565 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 49139320-7ac6-425c-8f92-738f5ad07e9d body= [ 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 510541223 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.198787] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.201059] pid_max: default: 32768 minimum: 301 [ 0.202274] ACPI: Core revision 20150930 [ 0.203962] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205913] Security Framework initialized [ 0.207023] Yama: becoming mindful. [ 0.208024] AppArmor: AppArmor initialized [ 0.209222] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.211144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212893] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214571] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216492] Initializing cgroup subsys io [ 0.217623] Initializing cgroup subsys memory [ 0.218801] Initializing cgroup subsys devices [ 0.219995] Initializing cgroup subsys freezer [ 0.221193] Initializing cgroup subsys net_cls [ 0.222402] Initializing cgroup subsys perf_event [ 0.223648] Initializing cgroup subsys net_prio [ 0.224860] Initializing cgroup subsys hugetlb [ 0.226055] Initializing cgroup subsys pids [ 0.227263] CPU: Physical Processor ID: 0 [ 0.229180] mce: CPU supports 10 MCE banks [ 0.230377] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231792] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.247420] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.254455] ftrace: allocating 31920 entries in 125 pages [ 0.281310] smpboot: Max logical packages: 1 [ 0.282501] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.284356] x2apic enabled [ 0.285595] Switched APIC routing to physical x2apic. [ 0.288096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.289646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.292384] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.294882] KVM setup paravirtual spinlock [ 0.296516] x86: Booted up 1 node, 1 CPUs [ 0.297597] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.299458] devtmpfs: initialized [ 0.301419] evm: security.selinux [ 0.302397] evm: security.SMACK64 [ 0.303396] evm: security.SMACK64EXEC [ 0.304438] evm: security.SMACK64TRANSMUTE [ 0.305544] evm: security.SMACK64MMAP [ 0.306563] evm: security.ima [ 0.307452] evm: security.capability [ 0.308524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.311021] pinctrl core: initialized pinctrl subsystem [ 0.312476] RTC time: 21:15:54, date: 08/20/18 [ 0.313738] NET: Registered protocol family 16 [ 0.315082] cpuidle: using governor ladder [ 0.316232] cpuidle: using governor menu [ 0.317305] PCCT header not found. [ 0.318301] ACPI: bus type PCI registered [ 0.319389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.321035] PCI: Using configuration type 1 for base access [ 0.323155] ACPI: Added _OSI(Module Device) [ 0.324276] ACPI: Added _OSI(Processor Device) [ 0.325413] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.326613] ACPI: Added _OSI(Processor Aggregator Device) [ 0.328767] ACPI: Interpreter enabled [ 0.329793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.332281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.334772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.337315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.339819] ACPI: (supports S0 S5) [ 0.340773] ACPI: Using IOAPIC for interrupt routing [ 0.342034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345850] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.347359] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.348989] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350561] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353475] acpiphp: Slot [3] registered [ 0.354538] acpiphp: Slot [4] registered [ 0.355597] acpiphp: Slot [5] registered [ 0.356658] acpiphp: Slot [6] registered [ 0.357748] acpiphp: Slot [7] registered [ 0.358836] acpiphp: Slot [8] registered [ 0.359928] acpiphp: Slot [9] registered [ 0.361013] acpiphp: Slot [10] registered [ 0.362112] acpiphp: Slot [11] registered [ 0.363275] acpiphp: Slot [12] registered [ 0.364371] acpiphp: Slot [13] registered [ 0.365494] acpiphp: Slot [14] registered [ 0.366611] acpiphp: Slot [15] registered [ 0.381934] acpiphp: Slot [16] registered [ 0.383059] acpiphp: Slot [17] registered [ 0.384176] acpiphp: Slot [18] registered [ 0.385298] acpiphp: Slot [19] registered [ 0.386444] acpiphp: Slot [20] registered [ 0.387560] acpiphp: Slot [21] registered [ 0.388659] acpiphp: Slot [22] registered [ 0.389755] acpiphp: Slot [23] registered [ 0.390864] acpiphp: Slot [24] registered [ 0.391964] acpiphp: Slot [25] registered [ 0.393061] acpiphp: Slot [26] registered [ 0.394173] acpiphp: Slot [27] registered [ 0.395294] acpiphp: Slot [28] registered [ 0.396404] acpiphp: Slot [29] registered [ 0.397510] acpiphp: Slot [30] registered [ 0.398621] acpiphp: Slot [31] registered [ 0.399723] PCI host bridge to bus 0000:00 [ 0.400824] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.402471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.404154] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.406142] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.408135] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.410159] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414212] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415987] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417587] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419316] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423762] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447341] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.449398] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.451557] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.453743] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.455907] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.457649] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.459674] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.461115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.463241] vgaarb: loaded [ 0.464080] vgaarb: bridge control possible 0000:00:02.0 [ 0.465765] SCSI subsystem initialized [ 0.467018] ACPI: bus type USB registered [ 0.468171] usbcore: registered new interface driver usbfs [ 0.469594] usbcore: registered new interface driver hub [ 0.470957] usbcore: registered new device driver usb [ 0.472484] PCI: Using ACPI for IRQ routing [ 0.474019] NetLabel: Initializing [ 0.475015] NetLabel: domain hash size = 128 [ 0.476187] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.477552] NetLabel: unlabeled traffic allowed by default [ 0.479148] clocksource: Switched to clocksource kvm-clock [ 0.489548] AppArmor: AppArmor Filesystem Enabled [ 0.490850] pnp: PnP ACPI init [ 0.492100] pnp: PnP ACPI: found 5 devices [ 0.498955] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.501332] NET: Registered protocol family 2 [ 0.502778] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504580] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506237] TCP: Hash tables configured (established 4096 bind 4096) [ 0.507898] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509371] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510964] NET: Registered protocol family 1 [ 0.512170] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.513659] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.515152] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.544365] Trying to unpack rootfs image as initramfs... [ 0.607226] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.614921] Scanning for low memory corruption every 60 seconds [ 0.618621] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620841] audit: initializing netlink subsys (disabled) [ 0.622913] audit: type=2000 audit(1534799754.536:1): initialized [ 0.625736] Initialise system trusted keyring [ 0.627719] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.629890] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633428] zbud: loaded [ 0.634762] VFS: Disk quotas dquot_6.6.0 [ 0.636307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.639225] fuse init (API version 7.23) [ 0.640854] Key type big_key registered [ 0.642325] Allocating IMA MOK and blacklist keyrings. [ 0.644572] Key type asymmetric registered [ 0.646101] Asymmetric key parser 'x509' registered [ 0.647908] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.650676] io scheduler noop registered [ 0.652127] io scheduler deadline registered (default) [ 0.653978] io scheduler cfq registered [ 0.655634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.657580] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.660071] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.662729] ACPI: Power Button [PWRF] [ 0.664452] GHES: HEST is not enabled! [ 0.679056] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.708750] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.712176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.737572] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.741390] Linux agpgart interface v0.103 [ 0.745602] brd: module loaded [ 0.748176] loop: module loaded [ 0.753392] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.755438] GPT:90111 != 2097151 [ 0.756361] GPT:Alternate GPT header not at the end of the disk. [ 0.757862] GPT:90111 != 2097151 [ 0.758790] GPT: Use GNU Parted to correct GPT errors. [ 0.760174] vda: vda1 vda15 [ 0.762082] scsi host0: ata_piix [ 0.763167] scsi host1: ata_piix [ 0.764218] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.765873] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.767921] libphy: Fixed MDIO Bus: probed [ 0.769070] tun: Universal TUN/TAP device driver, 1.6 [ 0.770385] tun: (C) 1999-2004 Max Krasnyansky [ 0.773704] PPP generic driver version 2.4.2 [ 0.774992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.776578] ehci-pci: EHCI PCI platform driver [ 0.777738] ehci-platform: EHCI generic platform driver [ 0.779041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.780530] ohci-pci: OHCI PCI platform driver [ 0.781692] ohci-platform: OHCI generic platform driver [ 0.783006] uhci_hcd: USB Universal Host Controller Interface driver [ 0.797694] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.799033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.800990] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.802346] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.803866] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.805487] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.807380] usb usb1: Product: UHCI Host Controller [ 0.808617] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.810104] usb usb1: SerialNumber: 0000:00:01.2 [ 0.811406] hub 1-0:1.0: USB hub found [ 0.812545] hub 1-0:1.0: 2 ports detected [ 0.813782] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.816603] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.817870] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.819236] mousedev: PS/2 mouse device common for all mice [ 0.820901] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.823325] rtc_cmos 00:00: RTC can wake from S4 [ 0.824811] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.826372] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.827960] i2c /dev entries driver [ 0.829002] device-mapper: uevent: version 1.0.3 [ 0.830269] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.832444] ledtrig-cpu: registered to indicate activity on CPUs [ 0.834256] NET: Registered protocol family 10 [ 0.835801] NET: Registered protocol family 17 [ 0.836992] Key type dns_resolver registered [ 0.838262] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.839736] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.842080] registered taskstats version 1 [ 0.843211] Loading compiled-in X.509 certificates [ 0.845022] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.847473] zswap: loaded using pool lzo/zbud [ 0.849529] Key type trusted registered [ 0.851647] Key type encrypted registered [ 0.852751] AppArmor: AppArmor sha1 policy hashing enabled [ 0.854116] ima: No TPM chip found, activating TPM-bypass! [ 0.855502] evm: HMAC attrs: 0x1 [ 0.856789] Magic number: 14:463:298 [ 0.857944] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:54 UTC (1534799754) [ 0.860093] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.861560] EDD information not available. [ 0.928692] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.945012] Write protecting the kernel read-only data: 14336k [ 0.947951] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.950354] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.996267] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.102.21.40... Lease of 10.102.21.40 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-0000015e 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC6aWYsm4i6FEDDxwh9KAY0zN5Bc1uG13OxDEiCwOhtzfAR5ObEDhYOdWKDffCWLXX/Kd625Zb1lUjCcU9GDklGW97EYmFK0o81hGl1w13eumDgmj89GibBjpt7iGTipYD7L8WTOdSclZYczIycPhMxFWNDA2Uh7BrkpGx0xvr611URALus3mRGZ6ufE5AsbJk0x1yHBAQE0kedkRGtjvrDQbU2OuWO8dfmpVtDy0YP5WBHIOirLRRqM7asgAqfJ0aZ9YaHHi3eQXGgs9NAEkiJoGeDqM9VYLKtwCFrOEeqpeULeHhu5jVnrUXf+28MGEI6lV2zFfYfZuZvum2kE3N root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAKguGwXqlk91F2pqrOHrM8+RjkzaqMCsqxuqqxQiYXAoAnLX7mg8GU+LXXTauowBiHYqHIjapHJwQ2bCu0XtEb7j3XiAbUDbJjNFWMaI1fE0nNpZfKMi1XxAIaY+KvvR3C5kEgWp65dpLlsNfBDF1lAsVNpD2aguAUL2nXkPHsEzAAAAFQCJXHNm7FPOxrdXtVnXkjWbBG86XwAAAIBko5QoIDo7gOzKfc+Rf/nvGdp0Z+8qlriEDw6gUN9Y0TY+e/t8Jiz3GRBckzqihiqyh/bxZBlmjfTYEFGvQFiXps3z40wHK27Qhg4N/4X2aJAvCXmJnS+he/9/qcrBbIaD+nCiUaUioKRKPu2xqYykAkV8wP71mSRqA9R9+VtddgAAAIAd10n9tGaHsyfq9x4MYGCHkhMu6K7BgliCP6jlC7EC6gtyTO7kcHAHBLP8I99Pw0y+q61MTm/6e5IbDc9aUfItFGB/bv4BIsFN7xWrQjBjzmVLI0xUOEBbVJc1u0y5dVRjfQcb8+dhikiNY+lWG/7Fvj4XVEETQaEfucAdLieh9A== root@server-4 -----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,10.102.21.40,24,fe80::f816:3eff:fe8b:d406/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.40 ip-route:169.254.169.254 via 10.102.21.2 dev eth0 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-0000015e name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.39 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:8B:D4:06 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe8b:d406/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11280 (11.0 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 nameserver 10.102.21.4 nameserver 10.102.21.3 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes 64 bytes from 10.102.21.1: seq=3 ttl=64 time=1996.826 ms 64 bytes from 10.102.21.1: seq=4 ttl=64 time=997.514 ms --- 10.102.21.1 ping statistics --- 5 packets transmitted, 2 packets received, 60% packet loss round-trip min/avg/max = 997.514/1497.170/1996.826 ms ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.879 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.635 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.401 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.292 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.462 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.292/0.533/0.879 ms #### ping -c 5 10.102.21.4 PING 10.102.21.4 (10.102.21.4): 56 data bytes 64 bytes from 10.102.21.4: seq=0 ttl=64 time=0.844 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.648 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.256 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.213 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.255 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.213/0.443/0.844 ms #### ping -c 5 10.102.21.3 PING 10.102.21.3 (10.102.21.3): 56 data bytes 64 bytes from 10.102.21.3: seq=0 ttl=64 time=0.576 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.265 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.198 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.275 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.246 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.198/0.312/0.576 ms ### uname -a Linux server-4 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.123199] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.282920] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.282922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.282923] usb 1-1: Product: QEMU USB Tablet [ 1.282924] usb 1-1: Manufacturer: QEMU [ 1.282925] usb 1-1: SerialNumber: 42 [ 1.611393] tsc: Refined TSC clocksource calibration: 3491.840 MHz [ 1.611435] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553466958, max_idle_ns: 440795224414 ns [ 3.516742] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.557617] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:54 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:54 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:54 cirros kern.notice kernel: [ 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) Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:54 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:54 cirros kern.info kernel: [ 1.123199] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:54 cirros kern.info kernel: [ 1.282920] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:54 cirros kern.info kernel: [ 1.282922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:54 cirros kern.info kernel: [ 1.282923] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:54 cirros kern.info kernel: [ 1.282924] usb 1-1: Manufacturer: QEMU Aug 20 22:15:54 cirros kern.info kernel: [ 1.282925] usb 1-1: SerialNumber: 42 Aug 20 22:15:55 cirros kern.info kernel: [ 1.611393] tsc: Refined TSC clocksource calibration: 3491.840 MHz Aug 20 22:15:55 cirros kern.info kernel: [ 1.611435] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553466958, max_idle_ns: 440795224414 ns Aug 20 22:15:56 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:57 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:57 cirros kern.info kernel: [ 3.516742] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:57 cirros kern.info kernel: [ 3.557617] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-4 login: 2018-08-20 21:21:41,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b/action 0.106s 2018-08-20 21:21:41,674 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32608', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b/action', u'x-compute-request-id': 'req-69988d26-77f0-4e7f-93d7-12e09621fa8e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69988d26-77f0-4e7f-93d7-12e09621fa8e'} 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 487640760 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 2018-08-20 21:21:41,677 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 8fc02c7d-2455-4ff6-8de9-0fe45a55020b body= [ 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 487640760 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.192330] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.194726] pid_max: default: 32768 minimum: 301 [ 0.196009] ACPI: Core revision 20150930 [ 0.197724] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.199606] Security Framework initialized [ 0.200754] Yama: becoming mindful. [ 0.201795] AppArmor: AppArmor initialized [ 0.203016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204882] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.206680] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208369] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210305] Initializing cgroup subsys io [ 0.211473] Initializing cgroup subsys memory [ 0.212695] Initializing cgroup subsys devices [ 0.213938] Initializing cgroup subsys freezer [ 0.215195] Initializing cgroup subsys net_cls [ 0.216439] Initializing cgroup subsys perf_event [ 0.217735] Initializing cgroup subsys net_prio [ 0.219010] Initializing cgroup subsys hugetlb [ 0.220253] Initializing cgroup subsys pids [ 0.221476] CPU: Physical Processor ID: 0 [ 0.223351] mce: CPU supports 10 MCE banks [ 0.224551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242965] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.249830] ftrace: allocating 31920 entries in 125 pages [ 0.275901] smpboot: Max logical packages: 1 [ 0.277139] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279102] x2apic enabled [ 0.280277] Switched APIC routing to physical x2apic. [ 0.282789] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284388] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287245] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289825] KVM setup paravirtual spinlock [ 0.291470] x86: Booted up 1 node, 1 CPUs [ 0.292627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294594] devtmpfs: initialized [ 0.296613] evm: security.selinux [ 0.297628] evm: security.SMACK64 [ 0.298611] evm: security.SMACK64EXEC [ 0.299678] evm: security.SMACK64TRANSMUTE [ 0.300818] evm: security.SMACK64MMAP [ 0.301877] evm: security.ima [ 0.302797] evm: security.capability [ 0.303921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306544] pinctrl core: initialized pinctrl subsystem [ 0.308066] RTC time: 21:15:40, date: 08/20/18 [ 0.309424] NET: Registered protocol family 16 [ 0.310798] cpuidle: using governor ladder [ 0.311966] cpuidle: using governor menu [ 0.313086] PCCT header not found. [ 0.314148] ACPI: bus type PCI registered [ 0.315303] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.317050] PCI: Using configuration type 1 for base access [ 0.319265] ACPI: Added _OSI(Module Device) [ 0.320459] ACPI: Added _OSI(Processor Device) [ 0.321695] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322971] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325216] ACPI: Interpreter enabled [ 0.326307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.334209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336831] ACPI: (supports S0 S5) [ 0.337847] ACPI: Using IOAPIC for interrupt routing [ 0.339199] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.343121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344736] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.346479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.348169] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.351272] acpiphp: Slot [3] registered [ 0.352413] acpiphp: Slot [4] registered [ 0.353555] acpiphp: Slot [5] registered [ 0.354693] acpiphp: Slot [6] registered [ 0.355834] acpiphp: Slot [7] registered [ 0.356974] acpiphp: Slot [8] registered [ 0.358113] acpiphp: Slot [9] registered [ 0.359251] acpiphp: Slot [10] registered [ 0.360412] acpiphp: Slot [11] registered [ 0.361573] acpiphp: Slot [12] registered [ 0.362736] acpiphp: Slot [13] registered [ 0.363891] acpiphp: Slot [14] registered [ 0.365047] acpiphp: Slot [15] registered [ 0.380332] acpiphp: Slot [16] registered [ 0.381507] acpiphp: Slot [17] registered [ 0.382664] acpiphp: Slot [18] registered [ 0.383817] acpiphp: Slot [19] registered [ 0.384993] acpiphp: Slot [20] registered [ 0.386161] acpiphp: Slot [21] registered [ 0.387321] acpiphp: Slot [22] registered [ 0.388483] acpiphp: Slot [23] registered [ 0.389663] acpiphp: Slot [24] registered [ 0.390840] acpiphp: Slot [25] registered [ 0.392019] acpiphp: Slot [26] registered [ 0.393191] acpiphp: Slot [27] registered [ 0.394358] acpiphp: Slot [28] registered [ 0.395519] acpiphp: Slot [29] registered [ 0.396689] acpiphp: Slot [30] registered [ 0.397889] acpiphp: Slot [31] registered [ 0.399088] PCI host bridge to bus 0000:00 [ 0.400253] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401993] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403734] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407917] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.410066] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.416104] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419564] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423826] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447055] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.449174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.451198] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.453229] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.455334] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.457085] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.458949] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.460452] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.462674] vgaarb: loaded [ 0.463540] vgaarb: bridge control possible 0000:00:02.0 [ 0.465263] SCSI subsystem initialized [ 0.466559] ACPI: bus type USB registered [ 0.467742] usbcore: registered new interface driver usbfs [ 0.469220] usbcore: registered new interface driver hub [ 0.470647] usbcore: registered new device driver usb [ 0.472216] PCI: Using ACPI for IRQ routing [ 0.473798] NetLabel: Initializing [ 0.474828] NetLabel: domain hash size = 128 [ 0.476049] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.477429] NetLabel: unlabeled traffic allowed by default [ 0.479076] clocksource: Switched to clocksource kvm-clock [ 0.489251] AppArmor: AppArmor Filesystem Enabled [ 0.490623] pnp: PnP ACPI init [ 0.491901] pnp: PnP ACPI: found 5 devices [ 0.498882] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.501319] NET: Registered protocol family 2 [ 0.502784] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504625] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506352] TCP: Hash tables configured (established 4096 bind 4096) [ 0.508075] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509641] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.511320] NET: Registered protocol family 1 [ 0.512566] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.514124] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.515663] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.530263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.544654] Trying to unpack rootfs image as initramfs... [ 0.606593] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612043] Scanning for low memory corruption every 60 seconds [ 0.614356] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616028] audit: initializing netlink subsys (disabled) [ 0.617543] audit: type=2000 audit(1534799741.179:1): initialized [ 0.619532] Initialise system trusted keyring [ 0.620941] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622589] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.625378] zbud: loaded [ 0.626425] VFS: Disk quotas dquot_6.6.0 [ 0.627606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629839] fuse init (API version 7.23) [ 0.631193] Key type big_key registered [ 0.632330] Allocating IMA MOK and blacklist keyrings. [ 0.634063] Key type asymmetric registered [ 0.635249] Asymmetric key parser 'x509' registered [ 0.636610] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638750] io scheduler noop registered [ 0.639896] io scheduler deadline registered (default) [ 0.641323] io scheduler cfq registered [ 0.642540] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.644029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647929] ACPI: Power Button [PWRF] [ 0.649212] GHES: HEST is not enabled! [ 0.663457] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.693130] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.696241] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.723272] Linux agpgart interface v0.103 [ 0.726843] brd: module loaded [ 0.729238] loop: module loaded [ 0.734214] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.736319] GPT:90111 != 2097151 [ 0.737331] GPT:Alternate GPT header not at the end of the disk. [ 0.738954] GPT:90111 != 2097151 [ 0.739965] GPT: Use GNU Parted to correct GPT errors. [ 0.741381] vda: vda1 vda15 [ 0.743126] scsi host0: ata_piix [ 0.744250] scsi host1: ata_piix [ 0.745282] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.747039] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.749367] libphy: Fixed MDIO Bus: probed [ 0.750580] tun: Universal TUN/TAP device driver, 1.6 [ 0.751956] tun: (C) 1999-2004 Max Krasnyansky [ 0.754919] PPP generic driver version 2.4.2 [ 0.756306] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.757996] ehci-pci: EHCI PCI platform driver [ 0.759240] ehci-platform: EHCI generic platform driver [ 0.760601] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.762169] ohci-pci: OHCI PCI platform driver [ 0.763403] ohci-platform: OHCI generic platform driver [ 0.764783] uhci_hcd: USB Universal Host Controller Interface driver [ 0.779660] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.781109] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.783252] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.784653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.786357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.788100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.790166] usb usb1: Product: UHCI Host Controller [ 0.791516] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.793136] usb usb1: SerialNumber: 0000:00:01.2 [ 0.794679] hub 1-0:1.0: USB hub found [ 0.795789] hub 1-0:1.0: 2 ports detected [ 0.797220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.800261] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.801599] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.803023] mousedev: PS/2 mouse device common for all mice [ 0.804797] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.807369] rtc_cmos 00:00: RTC can wake from S4 [ 0.808952] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.810629] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.812290] i2c /dev entries driver [ 0.813392] device-mapper: uevent: version 1.0.3 [ 0.814749] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.817048] ledtrig-cpu: registered to indicate activity on CPUs [ 0.819125] NET: Registered protocol family 10 [ 0.821030] NET: Registered protocol family 17 [ 0.822312] Key type dns_resolver registered [ 0.823722] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.825258] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.827783] registered taskstats version 1 [ 0.828980] Loading compiled-in X.509 certificates [ 0.830948] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.833628] zswap: loaded using pool lzo/zbud [ 0.836227] Key type trusted registered [ 0.838425] Key type encrypted registered [ 0.839641] AppArmor: AppArmor sha1 policy hashing enabled [ 0.841139] ima: No TPM chip found, activating TPM-bypass! [ 0.842604] evm: HMAC attrs: 0x1 [ 0.844015] Magic number: 14:463:298 [ 0.845275] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:41 UTC (1534799741) [ 0.847595] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.849123] EDD information not available. [ 0.905890] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922489] Write protecting the kernel read-only data: 14336k [ 0.927461] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.930146] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.101738] 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 10.101.11.30... Lease of 10.101.11.30 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-0000015b 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCVpef348k5/HrKhsvgVRH8Lb6jJTXp/CsIPIbPkD5JhWe1J8OkGO9w6eh80fZTsyxd/8JedCdlaJmt0I+fBHiXJ2eL36CviGadewrX7WT4WhV9tbjHVO45cVZMhDZE9LMLpBAtbu5pnQofMiXnbcaK3+Rc83ctLELNZB8YfhBbdN0CobtDE6VXfThV2EtniaGzTzxwVt0Zdry7P0D+JiP8w5XYdB47cWGzBabI3+3UVyfxAeHHxq77CzB1zJxG0apIMJv+k9RFaJrHSWfzo3J6Q80eGc/eFZvY1Q5YnJAaO7s4EueEuBGZtvvpdjVaoLmBK4SZuKXNjVz530FJHDmh root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBANS9hHPXU+6/8doPD6xYelaf/R8x+mAA/qyM/hY4CQTsn3IbO7Kpjee2gjQ7UbhNp7Z1e+gIIpFMTwuhO2Q1P/TiFJ9B/QCF4x0kowFP0CXI6R1cA8p+9mBl2VM9w0YKwfcxtTYyqCSAHw5EjRKCDz+FVJMMJY8Sgu2rGED+CqyrAAAAFQDC1G2XfyzL5+vmYMqhsEuWvmR9rQAAAIEApoIEhd/SrPysgQnfuW55sOxnHTl0Eag0wYAfqPDmVt9KKzDyYEutvGxBN2SzqCTDoKe5ldBUmpDcdBLo3iwUj2TkVgSbjYsSFwf7nYHQr5wCRTMghIi0l9Zuzr77xsDafF4HMNNJQUipIpx1j3QHl+evO3l2HD2Ln1Kk/Kn0oIkAAACACM/FXJ6C4hbEsS5aXQijxsejIFXJM3u5Jq/z9HqINvGKm9Ts7FUaTJdn4zJGYDb1ocyqetL6GOPUunjAfwj8hj63HLzO1bH+SoLEt5IuiFxb09mvi1/UKmAYxzOTkxRd17EF6YsRQ/K7w2sf/tyUWikz52IW1rXG0vAFA8SZW5I= root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.20s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fea2:53b7/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.30 ip-route:169.254.169.254 via 10.101.11.2 dev eth0 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-0000015b name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.17 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:A2:53:B7 inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fea2:53b7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:127 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11238 (10.9 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.4 nameserver 10.101.11.3 nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.4 PING 10.101.11.4 (10.101.11.4): 56 data bytes 64 bytes from 10.101.11.4: seq=0 ttl=64 time=0.706 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.392 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.284 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.162 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.160 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.160/0.340/0.706 ms #### ping -c 5 10.101.11.3 PING 10.101.11.3 (10.101.11.3): 56 data bytes 64 bytes from 10.101.11.3: seq=0 ttl=64 time=0.597 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.253 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.165 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.236 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.177 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.165/0.285/0.597 ms #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.579 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.281 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.196 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.164 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.162 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.162/0.276/0.579 ms ### uname -a Linux server-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.101738] random: dd urandom read with 4 bits of entropy available [ 1.107133] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.267917] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.267920] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.267921] usb 1-1: Product: QEMU USB Tablet [ 1.267922] usb 1-1: Manufacturer: QEMU [ 1.267923] usb 1-1: SerialNumber: 42 [ 1.611474] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 3.203121] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.246764] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:41 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:41 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:41 cirros kern.notice kernel: [ 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) Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:41 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:41 cirros kern.notice kernel: [ 1.101738] random: dd urandom read with 4 bits of entropy available Aug 20 22:15:41 cirros kern.info kernel: [ 1.107133] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:41 cirros kern.info kernel: [ 1.267917] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:41 cirros kern.info kernel: [ 1.267920] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:41 cirros kern.info kernel: [ 1.267921] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:41 cirros kern.info kernel: [ 1.267922] usb 1-1: Manufacturer: QEMU Aug 20 22:15:41 cirros kern.info kernel: [ 1.267923] usb 1-1: SerialNumber: 42 Aug 20 22:15:42 cirros kern.info kernel: [ 1.611474] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 20 22:15:43 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:43 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:43 cirros kern.info kernel: [ 3.203121] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:43 cirros kern.info kernel: [ 3.246764] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-3 login: 2018-08-20 21:21:41,770 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02/action 0.091s 2018-08-20 21:21:41,770 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32718', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02/action', u'x-compute-request-id': 'req-93b76c96-4b38-491f-af0e-44e72767c76c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93b76c96-4b38-491f-af0e-44e72767c76c'} 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 513899011 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 2018-08-20 21:21:41,773 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 7ecab90d-86e8-4b4b-ac75-b446845acd02 body= [ 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 513899011 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.197439] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.199787] pid_max: default: 32768 minimum: 301 [ 0.201067] ACPI: Core revision 20150930 [ 0.202798] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.204674] Security Framework initialized [ 0.205838] Yama: becoming mindful. [ 0.206891] AppArmor: AppArmor initialized [ 0.208117] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.209970] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.211766] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213481] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.215436] Initializing cgroup subsys io [ 0.216630] Initializing cgroup subsys memory [ 0.217867] Initializing cgroup subsys devices [ 0.219117] Initializing cgroup subsys freezer [ 0.220368] Initializing cgroup subsys net_cls [ 0.221620] Initializing cgroup subsys perf_event [ 0.222915] Initializing cgroup subsys net_prio [ 0.224197] Initializing cgroup subsys hugetlb [ 0.225422] Initializing cgroup subsys pids [ 0.226646] CPU: Physical Processor ID: 0 [ 0.228513] mce: CPU supports 10 MCE banks [ 0.229708] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231133] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.248216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.255152] ftrace: allocating 31920 entries in 125 pages [ 0.281305] smpboot: Max logical packages: 1 [ 0.282546] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.284503] x2apic enabled [ 0.285673] Switched APIC routing to physical x2apic. [ 0.288182] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.289767] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.292601] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.295171] KVM setup paravirtual spinlock [ 0.296813] x86: Booted up 1 node, 1 CPUs [ 0.297971] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.299920] devtmpfs: initialized [ 0.301937] evm: security.selinux [ 0.302948] evm: security.SMACK64 [ 0.303947] evm: security.SMACK64EXEC [ 0.305018] evm: security.SMACK64TRANSMUTE [ 0.306183] evm: security.SMACK64MMAP [ 0.307253] evm: security.ima [ 0.308167] evm: security.capability [ 0.309295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.311918] pinctrl core: initialized pinctrl subsystem [ 0.313468] RTC time: 21:15:28, date: 08/20/18 [ 0.314829] NET: Registered protocol family 16 [ 0.316220] cpuidle: using governor ladder [ 0.317400] cpuidle: using governor menu [ 0.318548] PCCT header not found. [ 0.319624] ACPI: bus type PCI registered [ 0.320771] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.322545] PCI: Using configuration type 1 for base access [ 0.324767] ACPI: Added _OSI(Module Device) [ 0.325962] ACPI: Added _OSI(Processor Device) [ 0.327188] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.328457] ACPI: Added _OSI(Processor Aggregator Device) [ 0.330690] ACPI: Interpreter enabled [ 0.331778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.334413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.337059] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.339694] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.342295] ACPI: (supports S0 S5) [ 0.343300] ACPI: Using IOAPIC for interrupt routing [ 0.344640] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.348578] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.350199] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.351955] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.353655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.356754] acpiphp: Slot [3] registered [ 0.357912] acpiphp: Slot [4] registered [ 0.359055] acpiphp: Slot [5] registered [ 0.360192] acpiphp: Slot [6] registered [ 0.361337] acpiphp: Slot [7] registered [ 0.362497] acpiphp: Slot [8] registered [ 0.363647] acpiphp: Slot [9] registered [ 0.364796] acpiphp: Slot [10] registered [ 0.365963] acpiphp: Slot [11] registered [ 0.367132] acpiphp: Slot [12] registered [ 0.368291] acpiphp: Slot [13] registered [ 0.369441] acpiphp: Slot [14] registered [ 0.370602] acpiphp: Slot [15] registered [ 0.385928] acpiphp: Slot [16] registered [ 0.387106] acpiphp: Slot [17] registered [ 0.388266] acpiphp: Slot [18] registered [ 0.389418] acpiphp: Slot [19] registered [ 0.390582] acpiphp: Slot [20] registered [ 0.391740] acpiphp: Slot [21] registered [ 0.392891] acpiphp: Slot [22] registered [ 0.394066] acpiphp: Slot [23] registered [ 0.395238] acpiphp: Slot [24] registered [ 0.396401] acpiphp: Slot [25] registered [ 0.397562] acpiphp: Slot [26] registered [ 0.398713] acpiphp: Slot [27] registered [ 0.399881] acpiphp: Slot [28] registered [ 0.401055] acpiphp: Slot [29] registered [ 0.402223] acpiphp: Slot [30] registered [ 0.403383] acpiphp: Slot [31] registered [ 0.404553] PCI host bridge to bus 0000:00 [ 0.405721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.407452] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.409190] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.411268] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.413333] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.415477] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.419696] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.421530] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.423213] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.425029] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.429435] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.431528] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.454133] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.456213] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.458307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.461000] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.463001] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.464799] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.466698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.468200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.470436] vgaarb: loaded [ 0.471305] vgaarb: bridge control possible 0000:00:02.0 [ 0.473042] SCSI subsystem initialized [ 0.474355] ACPI: bus type USB registered [ 0.475544] usbcore: registered new interface driver usbfs [ 0.476976] usbcore: registered new interface driver hub [ 0.478380] usbcore: registered new device driver usb [ 0.479927] PCI: Using ACPI for IRQ routing [ 0.481536] NetLabel: Initializing [ 0.482561] NetLabel: domain hash size = 128 [ 0.483788] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.485152] NetLabel: unlabeled traffic allowed by default [ 0.486799] clocksource: Switched to clocksource kvm-clock [ 0.497090] AppArmor: AppArmor Filesystem Enabled [ 0.498506] pnp: PnP ACPI init [ 0.499787] pnp: PnP ACPI: found 5 devices [ 0.506832] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.509278] NET: Registered protocol family 2 [ 0.510762] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.512607] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.514336] TCP: Hash tables configured (established 4096 bind 4096) [ 0.516054] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.517609] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.519281] NET: Registered protocol family 1 [ 0.520549] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.522123] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.523672] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.538239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.557139] Trying to unpack rootfs image as initramfs... [ 0.625382] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.629163] Scanning for low memory corruption every 60 seconds [ 0.631780] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.633521] audit: initializing netlink subsys (disabled) [ 0.635305] audit: type=2000 audit(1534799729.404:1): initialized [ 0.637574] Initialise system trusted keyring [ 0.639232] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.640914] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.643984] zbud: loaded [ 0.645116] VFS: Disk quotas dquot_6.6.0 [ 0.646331] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.648780] fuse init (API version 7.23) [ 0.650133] Key type big_key registered [ 0.651342] Allocating IMA MOK and blacklist keyrings. [ 0.653198] Key type asymmetric registered [ 0.654417] Asymmetric key parser 'x509' registered [ 0.655841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.658058] io scheduler noop registered [ 0.659229] io scheduler deadline registered (default) [ 0.660699] io scheduler cfq registered [ 0.662044] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.663574] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.665559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.667736] ACPI: Power Button [PWRF] [ 0.669185] GHES: HEST is not enabled! [ 0.683586] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.713016] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.716256] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.742433] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.745797] Linux agpgart interface v0.103 [ 0.749752] brd: module loaded [ 0.752235] loop: module loaded [ 0.757891] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.760024] GPT:90111 != 2097151 [ 0.761006] GPT:Alternate GPT header not at the end of the disk. [ 0.762587] GPT:90111 != 2097151 [ 0.763578] GPT: Use GNU Parted to correct GPT errors. [ 0.764972] vda: vda1 vda15 [ 0.767001] scsi host0: ata_piix [ 0.768135] scsi host1: ata_piix [ 0.769188] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.770967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.773350] libphy: Fixed MDIO Bus: probed [ 0.774543] tun: Universal TUN/TAP device driver, 1.6 [ 0.775927] tun: (C) 1999-2004 Max Krasnyansky [ 0.779124] PPP generic driver version 2.4.2 [ 0.780463] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.782169] ehci-pci: EHCI PCI platform driver [ 0.783445] ehci-platform: EHCI generic platform driver [ 0.785242] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.787336] ohci-pci: OHCI PCI platform driver [ 0.788936] ohci-platform: OHCI generic platform driver [ 0.790773] uhci_hcd: USB Universal Host Controller Interface driver [ 0.805996] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.807867] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.810568] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.812402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.814567] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.816839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.819546] usb usb1: Product: UHCI Host Controller [ 0.821237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.823332] usb usb1: SerialNumber: 0000:00:01.2 [ 0.825104] hub 1-0:1.0: USB hub found [ 0.826541] hub 1-0:1.0: 2 ports detected [ 0.828277] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.831954] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.833693] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.835572] mousedev: PS/2 mouse device common for all mice [ 0.837805] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.840903] rtc_cmos 00:00: RTC can wake from S4 [ 0.843089] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.845252] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.847463] i2c /dev entries driver [ 0.848874] device-mapper: uevent: version 1.0.3 [ 0.850630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.853638] ledtrig-cpu: registered to indicate activity on CPUs [ 0.856189] NET: Registered protocol family 10 [ 0.858445] NET: Registered protocol family 17 [ 0.860089] Key type dns_resolver registered [ 0.861782] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.863808] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.867094] registered taskstats version 1 [ 0.868665] Loading compiled-in X.509 certificates [ 0.871045] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.874519] zswap: loaded using pool lzo/zbud [ 0.877292] Key type trusted registered [ 0.879930] Key type encrypted registered [ 0.881435] AppArmor: AppArmor sha1 policy hashing enabled [ 0.883407] ima: No TPM chip found, activating TPM-bypass! [ 0.885340] evm: HMAC attrs: 0x1 [ 0.886986] Magic number: 14:463:298 [ 0.888559] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:29 UTC (1534799729) [ 0.891544] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.893410] EDD information not available. [ 0.929551] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.945713] Write protecting the kernel read-only data: 14336k [ 0.950602] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.953293] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep 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.116246] 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 10.102.21.20... Lease of 10.102.21.20 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000158 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCjCfGP0W8vI6X7MlWTxjzT96kNmojWpJwK3jJ8Vrn6oeZGQ6oamODeX4hmE4lz4t/0sY9pg5dMlHlOZwXAtZJLpHMvILwkCl9wAZ7/3mtZfponPwI05Wr/lerHYcBHSSN89bnU0NEBfta+sW+QWuV2lJ3hRsqFCJyaRgVivQ4m7x7NxDDnJrKiX+rNbrvKR5QzT9DQhbvVQDqFfEhL2gSiF5x8EkK3cm4OBeDgkj+OwV0ibdEgX24phuSFjxEKqtL/pDYT6M3Uy2iQ6CCcMP9KAhFXnBo7ORjZe5+s0aPQjvLbezyg30fpStaLpxSt/IB4uX36lBPPSfV3Go9R9lOr root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBAOCUtFlCa4ZnfDwpls+LBcPbH9z+4mltLQ0tIiKV8cKrr/oHyIDRFugljUSaiP57D7tVzwrZyvO6pRfB3bliEpCjM4bPonxFgeSUTcGqThEl2TBPTJIoasb+PFVq5CVi51eTVLDTEt6jkw8vLrnTS88IGEw5YzISGuOIQaZiiprTAAAAFQCqsqYGl/UPCvS5xKh5UEIoaU4QdwAAAIEAic1xAjdepqVGwryT4aF6FgrMtiwPEVaKspG187bNWlpHP6vyboDu0bCJbHwVyBTEmXa/Nrv+0FuCjtbF5+DxOCV8DDOfZaEUzigahi07WQpnVypJvVbcqDKpfvEGiiKIiGF4xGQRsE9Lvy8K3MqEkND18PUhPKUOYLLZZc/gGY4AAACABQWdAm2Y2xaTgDLLiOY4nUNH0dm8pCfEVzWN0ZjOnzi2IrqUa2dDhBJ0pmrJhviMXz0aQ6AwbYK8pj4JMVx9k30eafJ0oawOoiJYw8dMiaYaEMoDZB6x1oxWU9TGQYinDFHUklxnFZUJuNWTuprenfz/uBTMcqvhfCOp7kGKRv4= root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:feaf:7aeb/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.20 ip-route:169.254.169.254 via 10.102.21.4 dev eth0 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-00000158 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=3.36 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:AF:7A:EB inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feaf:7aeb/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:128 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11280 (11.0 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.4 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 nameserver 10.102.21.4 nameserver 10.102.21.3 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes --- 10.102.21.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.998 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.300 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.286 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.241 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.187 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.187/0.402/0.998 ms #### ping -c 5 10.102.21.4 PING 10.102.21.4 (10.102.21.4): 56 data bytes 64 bytes from 10.102.21.4: seq=0 ttl=64 time=0.679 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.277 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.378 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.295 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.283 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.277/0.382/0.679 ms #### ping -c 5 10.102.21.3 PING 10.102.21.3 (10.102.21.3): 56 data bytes 64 bytes from 10.102.21.3: seq=0 ttl=64 time=0.616 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.338 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.332 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.190 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.196 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.190/0.334/0.616 ms ### uname -a Linux server-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.138863] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.299802] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.299804] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.299806] usb 1-1: Product: QEMU USB Tablet [ 1.299807] usb 1-1: Manufacturer: QEMU [ 1.299807] usb 1-1: SerialNumber: 42 [ 1.626943] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 1.626960] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns [ 3.476752] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.514953] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:29 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:29 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:29 cirros kern.notice kernel: [ 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) Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:29 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:29 cirros kern.notice kernel: [ 1.116246] random: dd urandom read with 4 bits of entropy available Aug 20 22:15:29 cirros kern.info kernel: [ 1.138863] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:29 cirros kern.info kernel: [ 1.299802] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:29 cirros kern.info kernel: [ 1.299804] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:29 cirros kern.info kernel: [ 1.299806] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:29 cirros kern.info kernel: [ 1.299807] usb 1-1: Manufacturer: QEMU Aug 20 22:15:29 cirros kern.info kernel: [ 1.299807] usb 1-1: SerialNumber: 42 Aug 20 22:15:30 cirros kern.info kernel: [ 1.626943] tsc: Refined TSC clocksource calibration: 3491.869 MHz Aug 20 22:15:30 cirros kern.info kernel: [ 1.626960] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Aug 20 22:15:31 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:32 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:32 cirros kern.info kernel: [ 3.476752] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:32 cirros kern.info kernel: [ 3.514953] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-2 login: 2018-08-20 21:21:41,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321/action 0.101s 2018-08-20 21:21:41,929 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32485', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321/action', u'x-compute-request-id': 'req-689967d0-a2af-471f-9ba2-36ab5aa9430d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-689967d0-a2af-471f-9ba2-36ab5aa9430d'} 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 493562748 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 2018-08-20 21:21:41,932 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for d35e7883-6cb4-4b6e-b848-80f8f4486321 body= [ 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 493562748 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.179401] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181591] pid_max: default: 32768 minimum: 301 [ 0.182787] ACPI: Core revision 20150930 [ 0.184413] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186130] Security Framework initialized [ 0.187216] Yama: becoming mindful. [ 0.188190] AppArmor: AppArmor initialized [ 0.189317] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191036] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.192685] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194269] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196074] Initializing cgroup subsys io [ 0.197148] Initializing cgroup subsys memory [ 0.198297] Initializing cgroup subsys devices [ 0.199453] Initializing cgroup subsys freezer [ 0.200602] Initializing cgroup subsys net_cls [ 0.201746] Initializing cgroup subsys perf_event [ 0.202961] Initializing cgroup subsys net_prio [ 0.204132] Initializing cgroup subsys hugetlb [ 0.205277] Initializing cgroup subsys pids [ 0.206428] CPU: Physical Processor ID: 0 [ 0.208188] mce: CPU supports 10 MCE banks [ 0.209300] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210626] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.225450] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232127] ftrace: allocating 31920 entries in 125 pages [ 0.257733] smpboot: Max logical packages: 1 [ 0.258930] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.260790] x2apic enabled [ 0.261909] Switched APIC routing to physical x2apic. [ 0.264349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.265844] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268540] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.270965] KVM setup paravirtual spinlock [ 0.272538] x86: Booted up 1 node, 1 CPUs [ 0.273634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.275496] devtmpfs: initialized [ 0.277458] evm: security.selinux [ 0.278415] evm: security.SMACK64 [ 0.279366] evm: security.SMACK64EXEC [ 0.280380] evm: security.SMACK64TRANSMUTE [ 0.281474] evm: security.SMACK64MMAP [ 0.282481] evm: security.ima [ 0.283356] evm: security.capability [ 0.284427] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.286910] pinctrl core: initialized pinctrl subsystem [ 0.288365] RTC time: 21:15:13, date: 08/20/18 [ 0.289647] NET: Registered protocol family 16 [ 0.290955] cpuidle: using governor ladder [ 0.292064] cpuidle: using governor menu [ 0.293139] PCCT header not found. [ 0.294157] ACPI: bus type PCI registered [ 0.295241] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.296898] PCI: Using configuration type 1 for base access [ 0.299035] ACPI: Added _OSI(Module Device) [ 0.300176] ACPI: Added _OSI(Processor Device) [ 0.301345] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302564] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304714] ACPI: Interpreter enabled [ 0.305765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308304] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.313329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315834] ACPI: (supports S0 S5) [ 0.316800] ACPI: Using IOAPIC for interrupt routing [ 0.318067] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323383] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.325027] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.326613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.329529] acpiphp: Slot [3] registered [ 0.330611] acpiphp: Slot [4] registered [ 0.331700] acpiphp: Slot [5] registered [ 0.332794] acpiphp: Slot [6] registered [ 0.333875] acpiphp: Slot [7] registered [ 0.334960] acpiphp: Slot [8] registered [ 0.336039] acpiphp: Slot [9] registered [ 0.337119] acpiphp: Slot [10] registered [ 0.338224] acpiphp: Slot [11] registered [ 0.339311] acpiphp: Slot [12] registered [ 0.340401] acpiphp: Slot [13] registered [ 0.341495] acpiphp: Slot [14] registered [ 0.342591] acpiphp: Slot [15] registered [ 0.357789] acpiphp: Slot [16] registered [ 0.358890] acpiphp: Slot [17] registered [ 0.359990] acpiphp: Slot [18] registered [ 0.361085] acpiphp: Slot [19] registered [ 0.362184] acpiphp: Slot [20] registered [ 0.363283] acpiphp: Slot [21] registered [ 0.364380] acpiphp: Slot [22] registered [ 0.365476] acpiphp: Slot [23] registered [ 0.366577] acpiphp: Slot [24] registered [ 0.367675] acpiphp: Slot [25] registered [ 0.368765] acpiphp: Slot [26] registered [ 0.369861] acpiphp: Slot [27] registered [ 0.370962] acpiphp: Slot [28] registered [ 0.372056] acpiphp: Slot [29] registered [ 0.373153] acpiphp: Slot [30] registered [ 0.374251] acpiphp: Slot [31] registered [ 0.375348] PCI host bridge to bus 0000:00 [ 0.376436] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.378053] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.379669] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381613] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383583] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.385586] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.389569] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.391274] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.392851] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.394537] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.398913] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.400858] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421854] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423836] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.425754] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.427663] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.429686] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.431386] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.433156] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.434572] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.436662] vgaarb: loaded [ 0.437490] vgaarb: bridge control possible 0000:00:02.0 [ 0.439120] SCSI subsystem initialized [ 0.440364] ACPI: bus type USB registered [ 0.441500] usbcore: registered new interface driver usbfs [ 0.442890] usbcore: registered new interface driver hub [ 0.444240] usbcore: registered new device driver usb [ 0.445716] PCI: Using ACPI for IRQ routing [ 0.447228] NetLabel: Initializing [ 0.448211] NetLabel: domain hash size = 128 [ 0.449359] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.450642] NetLabel: unlabeled traffic allowed by default [ 0.452292] clocksource: Switched to clocksource kvm-clock [ 0.462752] AppArmor: AppArmor Filesystem Enabled [ 0.464301] pnp: PnP ACPI init [ 0.465703] pnp: PnP ACPI: found 5 devices [ 0.472737] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.475494] NET: Registered protocol family 2 [ 0.477116] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479201] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481147] TCP: Hash tables configured (established 4096 bind 4096) [ 0.483082] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.484829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.486702] NET: Registered protocol family 1 [ 0.488112] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.489880] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.491619] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.506422] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.521349] Trying to unpack rootfs image as initramfs... [ 0.583202] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.588944] Scanning for low memory corruption every 60 seconds [ 0.591402] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.593352] audit: initializing netlink subsys (disabled) [ 0.595066] audit: type=2000 audit(1534799714.012:1): initialized [ 0.597218] Initialise system trusted keyring [ 0.598792] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.600669] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603709] zbud: loaded [ 0.604861] VFS: Disk quotas dquot_6.6.0 [ 0.606181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608667] fuse init (API version 7.23) [ 0.610094] Key type big_key registered [ 0.611379] Allocating IMA MOK and blacklist keyrings. [ 0.613284] Key type asymmetric registered [ 0.614466] Asymmetric key parser 'x509' registered [ 0.615839] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617978] io scheduler noop registered [ 0.619104] io scheduler deadline registered (default) [ 0.620523] io scheduler cfq registered [ 0.621755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.623213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.625031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.627081] ACPI: Power Button [PWRF] [ 0.628344] GHES: HEST is not enabled! [ 0.642553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.672176] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675247] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699027] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702168] Linux agpgart interface v0.103 [ 0.705683] brd: module loaded [ 0.707969] loop: module loaded [ 0.712712] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.714776] GPT:90111 != 2097151 [ 0.715731] GPT:Alternate GPT header not at the end of the disk. [ 0.717285] GPT:90111 != 2097151 [ 0.718258] GPT: Use GNU Parted to correct GPT errors. [ 0.719617] vda: vda1 vda15 [ 0.721352] scsi host0: ata_piix [ 0.722458] scsi host1: ata_piix [ 0.723486] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725206] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727255] libphy: Fixed MDIO Bus: probed [ 0.728649] tun: Universal TUN/TAP device driver, 1.6 [ 0.730001] tun: (C) 1999-2004 Max Krasnyansky [ 0.732797] PPP generic driver version 2.4.2 [ 0.734075] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735746] ehci-pci: EHCI PCI platform driver [ 0.736997] ehci-platform: EHCI generic platform driver [ 0.738402] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.739998] ohci-pci: OHCI PCI platform driver [ 0.741240] ohci-platform: OHCI generic platform driver [ 0.742651] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.758839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.760920] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762344] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.763954] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.765682] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.767708] usb usb1: Product: UHCI Host Controller [ 0.769032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770633] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772089] hub 1-0:1.0: USB hub found [ 0.773196] hub 1-0:1.0: 2 ports detected [ 0.774507] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.777494] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778848] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780283] mousedev: PS/2 mouse device common for all mice [ 0.782055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784624] rtc_cmos 00:00: RTC can wake from S4 [ 0.786216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787899] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.789565] i2c /dev entries driver [ 0.790646] device-mapper: uevent: version 1.0.3 [ 0.791989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.794291] ledtrig-cpu: registered to indicate activity on CPUs [ 0.796226] NET: Registered protocol family 10 [ 0.797811] NET: Registered protocol family 17 [ 0.799052] Key type dns_resolver registered [ 0.800391] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801922] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.804425] registered taskstats version 1 [ 0.805589] Loading compiled-in X.509 certificates [ 0.807432] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.810029] zswap: loaded using pool lzo/zbud [ 0.812156] Key type trusted registered [ 0.814358] Key type encrypted registered [ 0.815503] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816950] ima: No TPM chip found, activating TPM-bypass! [ 0.818380] evm: HMAC attrs: 0x1 [ 0.819702] Magic number: 14:463:298 [ 0.820916] rtc_cmos 00:00: setting system clock to 2018-08-20 21:15:13 UTC (1534799713) [ 0.823169] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824705] EDD information not available. [ 0.885871] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.902195] Write protecting the kernel read-only data: 14336k [ 0.905208] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.907678] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.980387] 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.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.101.11.10... Lease of 10.101.11.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-00000155 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDp9vb4b7Wx8YLi6JAfB8D2Ebymlvmbrdu3cr29+kKERWS9Vn1b+I4KkYf/CKGcgaEJTMo7nfsdrFKSGR9AxXoz64Zx23k/t/5YTO2BKdkODpYYn+BVO6g/ia4tuQFl1b8MaBaB9pAWNwOvnSgP5zj1CzIn2iEVDhRigSmLxnLG1W79oNiRfJJ5zeET4eYB4j0DEglqqbgFGA8GFl4qV2mqVMwz15TsPL6UTUjeSIoypDi+m4Qvoht1LICgbSV6NtqTNDvnFv1MvyuBoHHGQfDQpU7mRiEsC0Gyi+1FNLE1aNhuiSmvCk3d38ytF5ZnuVtRUP3GPirT8hXwOYSJyixz root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAPR2jFPW/g/Q6eWHdRYHjBszkyVxbJnlUpR5SjIcBtOcvpz4E5kafNreaCBN2tmtA5yXLH/a3dv7NnHcNXZscsLVjEbeBHva7FFQgEkh2m5+mCxLv8ngcxfSEtC3rSOaLekf+tv928p+MbaeOiYJx/w+4fCyyKYIaHgZiE+e8j3ZAAAAFQCsOS+j6sswtcZKnXVsPJBOgzC10wAAAIAhqbazwbZA+nDioC3ERn5FJy///xknnh926PFsFkM+Blz/wfY38QshXZnGIRSX9m0QoIQH8G55hXEFw9JGFMxt2kV/jbegEfGwFQnWdJ4ay2W9P3GeRxgdhTnOHb0qWUPeheAvixtXS3OAb13HOTZGFhiVzEjSnmgqihSPcTaI7AAAAIBhavFCw2KxbEAvxXkJr/wO98CePJzS8OpwLo+PVfD73fAnBJIPZ/EYsFxL3dALacrEWxU3vKFGFn9dm6q7WKWJpkamTAvcJ+u5OGMtL+3lGNmKJRBEHnKp3fObYjhwI0Msdc+zhmcFUyy81l84057MzAiKipKY4kjqre5YQstLFA== root@server-1 -----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,10.101.11.10,24,fe80::f816:3eff:fe49:80df/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.10 ip-route:169.254.169.254 via 10.101.11.4 dev eth0 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-00000155 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=3.54 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:49:80:DF inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe49:80df/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93 errors:0 dropped:0 overruns:0 frame:0 TX packets:127 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10431 (10.1 KiB) TX bytes:11238 (10.9 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.4 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.4 nameserver 10.101.11.3 nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.4 PING 10.101.11.4 (10.101.11.4): 56 data bytes 64 bytes from 10.101.11.4: seq=0 ttl=64 time=0.945 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.239 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.300 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.277 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.189 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.189/0.390/0.945 ms #### ping -c 5 10.101.11.3 PING 10.101.11.3 (10.101.11.3): 56 data bytes 64 bytes from 10.101.11.3: seq=0 ttl=64 time=0.573 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.486 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.219 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.181 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.251 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.181/0.342/0.573 ms #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.585 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.337 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.290 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.249 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.307 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.249/0.353/0.585 ms ### uname -a Linux server-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.072660] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 1.088315] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.249362] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.249364] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.249365] usb 1-1: Product: QEMU USB Tablet [ 1.249366] usb 1-1: Manufacturer: QEMU [ 1.249367] usb 1-1: SerialNumber: 42 [ 1.588627] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 3.498204] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.540808] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 20 22:15:13 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 20 22:15:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 20 22:15:13 cirros kern.notice kernel: [ 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) Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 20 22:15:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 20 22:15:13 cirros kern.info kernel: [ 1.088315] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 20 22:15:13 cirros kern.info kernel: [ 1.249362] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 20 22:15:13 cirros kern.info kernel: [ 1.249364] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 20 22:15:13 cirros kern.info kernel: [ 1.249365] usb 1-1: Product: QEMU USB Tablet Aug 20 22:15:13 cirros kern.info kernel: [ 1.249366] usb 1-1: Manufacturer: QEMU Aug 20 22:15:13 cirros kern.info kernel: [ 1.249367] usb 1-1: SerialNumber: 42 Aug 20 22:15:14 cirros kern.info kernel: [ 1.588627] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 20 22:15:15 cirros auth.notice su: + /dev/console root:cirros Aug 20 22:15:16 cirros authpriv.info dropbear[345]: Running in background Aug 20 22:15:16 cirros kern.info kernel: [ 3.498204] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 20 22:15:16 cirros kern.info kernel: [ 3.540808] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-1 login: 2018-08-20 21:21:43,390 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/9167dfb7-8de6-43c6-8b5e-5ca11de9d461 1.404s 2018-08-20 21:21:43,391 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/9167dfb7-8de6-43c6-8b5e-5ca11de9d461', u'date': 'Mon, 20 Aug 2018 21:21:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ff210e5b-82d0-4c0b-986a-30360912f645'} Body: 2018-08-20 21:21:45,628 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/remove_router_interface 2.235s 2018-08-20 21:21:45,629 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e7041ec-c8cd-4b27-899b-b6addf008dcb'} Body: {"network_id": "bce2167a-2e1d-4bbb-ac66-37a2d7730bbc", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "645af25a-db20-4f43-b528-a3a7b76a1967", "subnet_ids": ["645af25a-db20-4f43-b528-a3a7b76a1967"], "port_id": "1650eca3-1c25-40ba-b4c8-c10560a80f1e", "id": "ad0e1b79-c836-4fc6-85da-e3b31bd4cfda"} 2018-08-20 21:21:47,692 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda 2.061s 2018-08-20 21:21:47,693 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ad0e1b79-c836-4fc6-85da-e3b31bd4cfda', u'date': 'Mon, 20 Aug 2018 21:21:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-349fccc8-dac6-4f11-a2ce-69e345db9eac'} Body: 2018-08-20 21:21:49,092 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1dfff8cc-b315-4fed-bb2b-032ded8e778d 1.399s 2018-08-20 21:21:49,093 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/1dfff8cc-b315-4fed-bb2b-032ded8e778d', u'date': 'Mon, 20 Aug 2018 21:21:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5cf4d6c2-438a-42d0-a034-1648da374ab9'} Body: 2018-08-20 21:21:50,930 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/remove_router_interface 1.836s 2018-08-20 21:21:50,931 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:21:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a5b8d1e-6842-48ca-952c-32d2eacbd95b'} Body: {"network_id": "463fde4a-0e50-42d3-853e-0d7a99a899fe", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "357a7d6a-dde2-46c5-9dc3-727650c3c1fc", "subnet_ids": ["357a7d6a-dde2-46c5-9dc3-727650c3c1fc"], "port_id": "b391a734-1e00-46ec-b1f4-ea8f26f50a01", "id": "fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd"} 2018-08-20 21:21:52,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd 1.829s 2018-08-20 21:21:52,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/fa3c6fd9-5cca-467b-8bd6-a00d1b7450cd', u'date': 'Mon, 20 Aug 2018 21:21:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-96bc8de2-4207-4fef-a9a0-340976c80cb2'} Body: 2018-08-20 21:21:52,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.229s 2018-08-20 21:21:52,992 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-363cbfaa-5210-4dd9-8fec-7c31bc3e46bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-363cbfaa-5210-4dd9-8fec-7c31bc3e46bc'} Body: 2018-08-20 21:21:54,338 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 1.345s 2018-08-20 21:21:54,339 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-16f47b4c-279b-4ac4-9131-da2bcf43636b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16f47b4c-279b-4ac4-9131-da2bcf43636b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:d4:06", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/49139320-7ac6-425c-8f92-738f5ad07e9d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:53.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "49139320-7ac6-425c-8f92-738f5ad07e9d", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:21:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-4", "created": "2018-08-20T21:15:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:21:55,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d 0.041s 2018-08-20 21:21:55,398 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/49139320-7ac6-425c-8f92-738f5ad07e9d', u'x-compute-request-id': 'req-00a52df1-157e-4c9a-b66a-a47efcbd8ce1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-00a52df1-157e-4c9a-b66a-a47efcbd8ce1'} Body: {"itemNotFound": {"message": "Instance 49139320-7ac6-425c-8f92-738f5ad07e9d could not be found.", "code": 404}} 2018-08-20 21:21:56,406 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e66dce0b-669a-4c92-9301-d6b3536a41da 1.007s 2018-08-20 21:21:56,407 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/e66dce0b-669a-4c92-9301-d6b3536a41da', u'date': 'Mon, 20 Aug 2018 21:21:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-104945dc-ea3e-495b-b106-e52e50f92593'} Body: 2018-08-20 21:21:56,584 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.177s 2018-08-20 21:21:56,585 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-ad8cbb94-712d-46a2-801c-18d439e5efd4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ad8cbb94-712d-46a2-801c-18d439e5efd4'} Body: 2018-08-20 21:21:57,877 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 1.291s 2018-08-20 21:21:57,877 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-6d308ade-2627-4447-9f11-11080c112f3c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d308ade-2627-4447-9f11-11080c112f3c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:53:b7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8fc02c7d-2455-4ff6-8de9-0fe45a55020b", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:21:56Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-3", "created": "2018-08-20T21:15:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:21:58,938 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b 0.046s 2018-08-20 21:21:58,939 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8fc02c7d-2455-4ff6-8de9-0fe45a55020b', u'x-compute-request-id': 'req-e88dca32-d986-4ed1-a942-d249359d7fcf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e88dca32-d986-4ed1-a942-d249359d7fcf'} Body: {"itemNotFound": {"message": "Instance 8fc02c7d-2455-4ff6-8de9-0fe45a55020b could not be found.", "code": 404}} 2018-08-20 21:21:59,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d5315a9a-d662-4bf8-bd14-2a3c5f67293f 0.987s 2018-08-20 21:21:59,928 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/d5315a9a-d662-4bf8-bd14-2a3c5f67293f', u'date': 'Mon, 20 Aug 2018 21:21:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-49530cf6-107e-497d-b440-54fd4e69d40b'} Body: 2018-08-20 21:22:00,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.176s 2018-08-20 21:22:00,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-149938a1-8903-45f2-9785-64b411ead885', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:21:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-149938a1-8903-45f2-9785-64b411ead885'} Body: 2018-08-20 21:22:01,447 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 1.341s 2018-08-20 21:22:01,448 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-c012d457-993e-4875-b82a-d66c110497b5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c012d457-993e-4875-b82a-d66c110497b5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1345998268": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:28.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "7ecab90d-86e8-4b4b-ac75-b446845acd02", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:00Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-2", "created": "2018-08-20T21:15:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:02,516 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02 0.051s 2018-08-20 21:22:02,517 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7ecab90d-86e8-4b4b-ac75-b446845acd02', u'x-compute-request-id': 'req-7db8f0c3-b408-4099-86ae-e753f8404431', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:02 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7db8f0c3-b408-4099-86ae-e753f8404431'} Body: {"itemNotFound": {"message": "Instance 7ecab90d-86e8-4b4b-ac75-b446845acd02 could not be found.", "code": 404}} 2018-08-20 21:22:03,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b9099398-9843-455b-b651-1f356cc7e443 1.132s 2018-08-20 21:22:03,650 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/b9099398-9843-455b-b651-1f356cc7e443', u'date': 'Mon, 20 Aug 2018 21:22:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-43f846ce-5b5c-4409-99b8-aed4247d2cc2'} Body: 2018-08-20 21:22:03,854 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.203s 2018-08-20 21:22:03,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-94a02348-c0e5-4f32-abc3-93d9e7772c0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94a02348-c0e5-4f32-abc3-93d9e7772c0c'} Body: 2018-08-20 21:22:04,743 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.887s 2018-08-20 21:22:04,744 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-99c018ad-e8dc-4cd1-95d6-b541e778ffd2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-99c018ad-e8dc-4cd1-95d6-b541e778ffd2'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-808685584": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:80:df", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:15:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d35e7883-6cb4-4b6e-b848-80f8f4486321", "security_groups": [{"name": "tempest-secgroup-smoke-895111745"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:03Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-431301133", "name": "server-1", "created": "2018-08-20T21:15:04Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:05,806 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321 0.045s 2018-08-20 21:22:05,807 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d35e7883-6cb4-4b6e-b848-80f8f4486321', u'x-compute-request-id': 'req-098dd966-8da6-4265-8822-e875cdde7a62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-098dd966-8da6-4265-8822-e875cdde7a62'} Body: {"itemNotFound": {"message": "Instance d35e7883-6cb4-4b6e-b848-80f8f4486321 could not be found.", "code": 404}} 2018-08-20 21:22:06,447 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c58c8e73-979d-438d-a30a-67146ec062d9 0.639s 2018-08-20 21:22:06,448 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c58c8e73-979d-438d-a30a-67146ec062d9', u'date': 'Mon, 20 Aug 2018 21:22:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6b24b3e8-729d-4a46-99de-18379e9e6178'} Body: 2018-08-20 21:22:06,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-431301133 0.083s 2018-08-20 21:22:06,532 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-431301133', u'x-compute-request-id': 'req-09e4dddb-d730-45d6-9ccb-2775c6d74088', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-09e4dddb-d730-45d6-9ccb-2775c6d74088'} Body: 2018-08-20 21:22:08,850 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/645af25a-db20-4f43-b528-a3a7b76a1967 2.316s 2018-08-20 21:22:08,850 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/645af25a-db20-4f43-b528-a3a7b76a1967', u'date': 'Mon, 20 Aug 2018 21:22:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bd3d7a60-d3ed-4cef-9504-905827fa0e54'} Body: 2018-08-20 21:22:10,697 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bce2167a-2e1d-4bbb-ac66-37a2d7730bbc 1.846s 2018-08-20 21:22:10,698 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/bce2167a-2e1d-4bbb-ac66-37a2d7730bbc', u'date': 'Mon, 20 Aug 2018 21:22:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c6f64d3b-cf09-4b8a-a248-e650756f1704'} Body: 2018-08-20 21:22:13,103 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/357a7d6a-dde2-46c5-9dc3-727650c3c1fc 2.403s 2018-08-20 21:22:13,103 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/357a7d6a-dde2-46c5-9dc3-727650c3c1fc', u'date': 'Mon, 20 Aug 2018 21:22:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-352f71b2-0070-40bb-a70f-d8278acb218c'} Body: 2018-08-20 21:22:15,310 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/463fde4a-0e50-42d3-853e-0d7a99a899fe 2.206s 2018-08-20 21:22:15,311 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/463fde4a-0e50-42d3-853e-0d7a99a899fe', u'date': 'Mon, 20 Aug 2018 21:22:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-82b50210-a29a-4162-9cad-d6e8222e3c63'} Body: 2018-08-20 21:22:15,617 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/9ed17642-79fe-4eed-bd43-5d1abebc56d9 0.305s 2018-08-20 21:22:15,618 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/9ed17642-79fe-4eed-bd43-5d1abebc56d9', u'date': 'Mon, 20 Aug 2018 21:22:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b5674565-22fc-44b6-8963-df8fd1b8fbe4'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant1[compute,id-8a5a6fac-313c-464b-9c5c-29d4e1c0a51e,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 102, in test_bgpvpn_variant1 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:22:16,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.534s 2018-08-20 21:22:16,204 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-602277394 description", "name": "tempest-secgroup-smoke-602277394"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21641e7e-b863-4a65-96a8-c66363af0710'} Body: {"security_group": {"description": "tempest-secgroup-smoke-602277394 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:15Z", "updated_at": "2018-08-20T21:22:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:22:15Z", "revision_number": 0, "id": "5aaf07b1-cc76-4b25-92fb-a77ca4ce6a2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:22:15Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:22:15Z", "revision_number": 0, "id": "71d73bb3-504a-4e05-b9dd-d9455cf012e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:22:15Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bf819b69-e844-49da-9251-16c09915cae2", "name": "tempest-secgroup-smoke-602277394"}} 2018-08-20 21:22:16,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.565s 2018-08-20 21:22:16,772 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c26fdb67-a9a5-4d8d-a747-01bceb8213cd'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:22:16Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "50706f48-971f-4ff8-81b5-d5cacaab76e0"}} 2018-08-20 21:22:16,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.153s 2018-08-20 21:22:16,927 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4944bbb2-3d5c-43eb-99aa-f28ae1dc4278'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:22:16Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "778fa177-1afb-481c-a5a6-c364223e122d"}} 2018-08-20 21:22:17,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.214s 2018-08-20 21:22:17,143 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ca09e2f-fa36-4cea-a1c4-d040ddf96604'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:22:16Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8b0e8646-3b67-4447-813d-cd686c9652cf"}} 2018-08-20 21:22:17,401 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.257s 2018-08-20 21:22:17,402 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4efb630f-48ab-454a-ab85-ca257ad84a5f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:22:17Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9921b393-68ed-4e20-a0ad-d21f04e5a30b"}} 2018-08-20 21:22:17,819 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.416s 2018-08-20 21:22:17,820 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29219c0c-37eb-4e8a-941a-353f88641df7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:17Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "2b4dce1e-493c-45e9-918d-67b40b5917a5"}} 2018-08-20 21:22:17,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.171s 2018-08-20 21:22:17,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6328e5b-055a-419e-97fd-720c8db78a92'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:17Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "fbf5c639-c96c-4ac8-8e7c-a548c1fc52c1"}} 2018-08-20 21:22:18,202 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-20 21:22:18,202 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cb2814a8-dbb4-4303-b14b-6b7e7fd2cd49'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:18Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ea8157af-f8cc-454c-96c9-c81795f33e5c"}} 2018-08-20 21:22:18,381 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.177s 2018-08-20 21:22:18,382 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:22:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2fab696-8b0a-41f9-8de5-ec53da99f814'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:22:18Z", "security_group_id": "bf819b69-e844-49da-9251-16c09915cae2", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9d2c10da-3c77-41e5-aefa-4aec4f9f1348"}} 2018-08-20 21:22:18,853 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.469s 2018-08-20 21:22:18,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-835255744"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:22:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54767070-18c0-4049-af3b-dfb109d9f557'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:22:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"ea8e04b8-c002-47dd-9e31-edb6b350ff82","name":"tempest-A-835255744"}} 2018-08-20 21:22:19,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.908s 2018-08-20 21:22:19,764 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "name": "tempest-subnet-A-1-1334111776"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:22:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c29954eb-de15-45e7-be22-efb5df5b2380'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea8e04b8-c002-47dd-9e31-edb6b350ff82","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:19Z","dns_nameservers":[],"updated_at":"2018-08-20T21:22:19Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"b62304ec-3376-4d64-8bc7-98ff99d64a71","subnetpool_id":null,"name":"tempest-subnet-A-1-1334111776"}} 2018-08-20 21:22:19,990 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.225s 2018-08-20 21:22:19,991 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1340843701"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:22:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fcf81a22-3bb6-448b-8e64-ca21393e7b8c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:22:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d70b8962-bb9d-41e8-993e-e2203dd8d4c4","name":"tempest-B-1340843701"}} 2018-08-20 21:22:21,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.156s 2018-08-20 21:22:21,149 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "name": "tempest-subnet-B-1-1887686939"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:22:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9a27e24-738c-4cc1-8a44-2017aa9ebb7d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d70b8962-bb9d-41e8-993e-e2203dd8d4c4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:22:20Z","dns_nameservers":[],"updated_at":"2018-08-20T21:22:20Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d7c213c9-5194-4e18-ad4f-6bdf0a5452fe","subnetpool_id":null,"name":"tempest-subnet-B-1-1887686939"}} 2018-08-20 21:22:21,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.809s 2018-08-20 21:22:21,960 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:22:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d34603b-0e1e-4c6e-bbac-f554b2950784'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b"}} 2018-08-20 21:22:22,645 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations 0.685s 2018-08-20 21:22:22,646 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations', u'date': 'Mon, 20 Aug 2018 21:22:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e027d555-59a5-4dbb-98a9-25b07e16fb0d'} Body: {"network_association": {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "id": "2c1348bc-20ee-4c83-adf6-0b82167ad4dc"}} 2018-08-20 21:22:23,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations 1.167s 2018-08-20 21:22:23,815 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/1e6bad0b-c52c-4d3d-bd34-85a3541ddb5b/network_associations', u'date': 'Mon, 20 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c3cb73d2-12eb-457d-8214-82f6bb87c0f7'} Body: {"network_association": {"network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "id": "983eb82b-64c5-4d07-9fa6-2ad485d719b4"}} 2018-08-20 21:22:23,815 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:22:24,183 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.367s 2018-08-20 21:22:24,184 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1655053007"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-4047f78d-4d48-4754-8c62-ba0196db451a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4047f78d-4d48-4754-8c62-ba0196db451a'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdOcJpn1iDCv/v3YBzx7N4NzditfvL4W6eoc2c8732VU/ua9R01T2cuqCqqTCJSMdqw+fGlorvM66AIjIafcTmvZimGZQ66MwVlLtkS8IW9HDB/81i38BRWPu9oUug/Ln2AqQvxv1Ff1XvStkoEnd5JzC/0qOwPgmEEeKT15D9n3r0jOTOrx/W8pHYySLBSJxjWHG03cZgWY4lB4IKO9VXalk/NVCD7+yZQdj1oPXDeWEMiX9wUtnD/FDkknPfENi9jHTzL+MYizqadPX38kl93+nM+kymuHACHvKHQiSPrfOZ9uPMfWFE/JjoFZI4U2VXvjObUfw/nlGYYn/Hc8Wj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3TnCaZ9Ygwr/792Ac8ezeDc3YrX7y+FunqHNnPO99lVP7mvU\ndNU9nLqgqqkwiUjHasPnxpaK7zOugCIyGn3E5r2YphmUOujMFZS7ZEvCFvRwwf/N\nYt/AUVj7vaFLoPy59gKkL8b9RX9V70rZKBJ3eScwv9KjsD4JhBHik9eQ/Z969Izk\nzq8f1vKR2MkiwUicY1hxtN3GYFmOJQeCCjvVV2pZPzVQg+/smUHY9aD1w3lhDIl/\ncFLZw/xQ5JJz3xDYvYx08y/jGIs6mnT19/JJfd/pzPpMprhwAh7yh0Ikj63zmfbj\nzH1hRPyY6BWSOFNlV74zm1H8P55RmGJ/x3PFowIDAQABAoIBAGx85c08WoCxBUAR\nJOwic+2xTlT3H8sk+0WJ3bZpha/muHMYqDC/Xh6dGyt2GxpH+ZtvBRvLOckCVEH8\nAwwgv03UjqZuBtY40dSHgro1uLHfH+jTVFp3le2OsK2XCuqg5WUyeGgBsrTBNFhM\nIWBYZgSg5nQ7jRBh6/K7fpy36x+kiwbKlufyHVceVOtYI8SilEmmkPukfunCJEAw\n15UKbHm2baeyJ4mvrIyHZFrwivgJ/G75EhtpVkU+QFJH0LW1HQlkDhw+/wRw0dd/\naXpZxGXqGBOhuqvHfGeuGUCs5ILbaaxWKiz6/ASN1/KXGwHpuurAl4Q3hhr0diWz\nDiKr6+ECgYEA/uKOYByPAJ2Fs3FUzl36dCS2owwLvdlQXT8/qM5ZeGFUasqqyP/D\ngn6xoBkZTP2JFhHu+c/iwivp7Sr4ovx+3uOjij22Ee6NW56CAvH/XS7S5NEG2QcR\ntgmLouCB1QmX838aJepshEPXYsla+idNPU0lvid5+h+sPubK9NWz6bMCgYEA3jGC\nJiRpsjM096AKRwQLWBM2vUDeP3BdrhAwDcI6hy1DRIEk11jIxf2yfX0a8LQ/cwNq\n0xQTdQP9qsOg0U+eMmrfFWKWSIWmnaQ3UQhkcKP5WlwKBe+fZZWPvkC0j2iE288A\nR33+yjGhwSD1chJG1jmUUpboOzN22v2KWnYL3FECgYEA8irZMTIRIHmJvZsxAz3B\nJzZ2nGVmhoOB2oasejtMQJbg+PID4CM5Y7PyGfWe10qQQ/rX/lvoy6mjgWXxhBG4\njRblnAPUCCeKAQGR7zBz+tnxH9wF0I/p4PYiyKbcVEfgKkaZ1mprniNC8iXznXdX\n6KVy9b9WIjKTmdP4AzVD0gcCgYBX5DWbaOP2fZMCMOhf1xW1rUQF8Nb5OTWVWQnp\nJ1+HgTwOqRctqA0jZItqYEZ72JEQqdVj0ZkwvHdnSSMgKOJnBydfijPwVA3oZcEL\n6MnyVKqaN7YvSu4+fL7zfxztbWbAnE17+jcDPEbD4om0qc4jh3tIgDE02dK2JXzI\n89EVQQKBgQChAwh0DFa7WzGbRsrOGrOmlBohmstPGtMgRn6Iic1kXqzjJ/Y1kTa/\n0+8ouIuK1hlYxe22A7Ry/REztbV1KTwShcA82K7WVolGLd8YxvJ+LAI/7rXhFoBk\npNWSMlqnFHnIjYwpWcXJzFT957ukYPjylXWm+8AG8HiKgD8OuvqqEw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1655053007", "fingerprint": "aa:16:a9:de:a5:1b:fd:35:58:bd:fc:40:9d:45:58:56"}} 2018-08-20 21:22:25,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.144s 2018-08-20 21:22:25,333 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1866455547", "security_groups": ["bf819b69-e844-49da-9251-16c09915cae2"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:22:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4cc9e20f-65b1-4929-a439-3a87e6418225'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:22:24Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ea8e04b8-c002-47dd-9e31-edb6b350ff82","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:22:24Z","name":"tempest-port-smoke-1866455547","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:62:0a:62","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"b62304ec-3376-4d64-8bc7-98ff99d64a71","ip_address":"10.101.11.10"}],"id":"e519fc48-4912-43d4-8752-a0fdb561b31f","security_groups":["bf819b69-e844-49da-9251-16c09915cae2"],"device_id":""}} 2018-08-20 21:22:28,570 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.235s 2018-08-20 21:22:28,570 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655053007", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "port": "e519fc48-4912-43d4-8752-a0fdb561b31f"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-7f57cfa2-112b-4268-a913-e5ff08f5d049', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f57cfa2-112b-4268-a913-e5ff08f5d049'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "adminPass": "7Cmjszmb595Z"}} 2018-08-20 21:22:28,920 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.348s 2018-08-20 21:22:28,921 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-1d31cb58-4d3f-4d1b-80fd-ff0991bf1a34', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d31cb58-4d3f-4d1b-80fd-ff0991bf1a34'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:30,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.360s 2018-08-20 21:22:30,299 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-a8780b79-c1d6-4db7-930b-2f31f572f5f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8780b79-c1d6-4db7-930b-2f31f572f5f1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:31,693 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.378s 2018-08-20 21:22:31,693 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1322', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-faae3071-81eb-474e-9bde-27b0e73a74e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-faae3071-81eb-474e-9bde-27b0e73a74e6'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:30Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:31,709 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait 2018-08-20 21:22:33,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.725s 2018-08-20 21:22:33,437 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-a3bd61f5-aa20-46bf-85b7-a1ba78ffcc7d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3bd61f5-aa20-46bf-85b7-a1ba78ffcc7d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:33,450 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:22:35,107 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.655s 2018-08-20 21:22:35,108 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-c5f7f9ec-5f6b-4daf-a477-ad6f18836851', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5f7f9ec-5f6b-4daf-a477-ad6f18836851'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:37,157 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 1.033s 2018-08-20 21:22:37,157 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-3829c9ae-c11b-489e-83a9-7573379a82a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3829c9ae-c11b-489e-83a9-7573379a82a2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:39,059 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.887s 2018-08-20 21:22:39,060 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-a4289865-d7b3-438f-ae66-e2d18acb9530', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4289865-d7b3-438f-ae66-e2d18acb9530'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-835255744": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:0a:62", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:36Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:39,076 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 21:22:40,041 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.964s 2018-08-20 21:22:40,041 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-93f7b8e9-2bc6-4535-aafd-74c4ba25f79a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93f7b8e9-2bc6-4535-aafd-74c4ba25f79a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-835255744": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:0a:62", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:36Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:40,057 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3167a660-a58c-4059-a33e-cc0e7a7e3a80 with status: ACTIVE 2018-08-20 21:22:41,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.076s 2018-08-20 21:22:41,134 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-390323216", "security_groups": ["bf819b69-e844-49da-9251-16c09915cae2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:22:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-366db3bd-b3b5-4907-b3ea-cf9d0ba874c5'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:22:40Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d70b8962-bb9d-41e8-993e-e2203dd8d4c4","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:22:40Z","name":"tempest-port-smoke-390323216","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:98:fd:a6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"d7c213c9-5194-4e18-ad4f-6bdf0a5452fe","ip_address":"10.102.21.20"}],"id":"59a0ecf6-55c7-42c9-bcbd-7436c20c9f35","security_groups":["bf819b69-e844-49da-9251-16c09915cae2"],"device_id":""}} 2018-08-20 21:22:43,715 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 2.579s 2018-08-20 21:22:43,715 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655053007", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "d70b8962-bb9d-41e8-993e-e2203dd8d4c4", "port": "59a0ecf6-55c7-42c9-bcbd-7436c20c9f35"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-abfae102-1536-4a29-a320-119724efcd31', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-abfae102-1536-4a29-a320-119724efcd31'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "adminPass": "fuq6zbkDsiSe"}} 2018-08-20 21:22:44,251 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.531s 2018-08-20 21:22:44,251 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-d5aeb5e6-199f-467f-8592-7a82482b4c45', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5aeb5e6-199f-467f-8592-7a82482b4c45'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:45,519 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.251s 2018-08-20 21:22:45,519 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-d57a8da9-fa6c-4445-8e6b-b011e803af82', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d57a8da9-fa6c-4445-8e6b-b011e803af82'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:46,883 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.348s 2018-08-20 21:22:46,883 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-2bec0563-c5f1-4252-bd39-7210d5ec7872', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2bec0563-c5f1-4252-bd39-7210d5ec7872'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:46Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:46,896 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-20 21:22:48,618 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.720s 2018-08-20 21:22:48,619 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-85fdd116-af38-4188-9508-0511fccdd876', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85fdd116-af38-4188-9508-0511fccdd876'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:46Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:48,633 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:22:50,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 1.027s 2018-08-20 21:22:50,663 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-98d6d1f4-e8be-456b-9270-fb227b1c3fad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98d6d1f4-e8be-456b-9270-fb227b1c3fad'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:22:46Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:52,276 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.597s 2018-08-20 21:22:52,276 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-0a99424d-8482-4051-b108-63c542503aa2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a99424d-8482-4051-b108-63c542503aa2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:51Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:52,290 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:22:52,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.645s 2018-08-20 21:22:52,937 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-7bda0686-a177-4dfd-9ae1-ae2126f7a22a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:22:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7bda0686-a177-4dfd-9ae1-ae2126f7a22a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:22:51Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:22:52,951 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b56f10fe-3680-4d10-85df-684ba3ad0e61 with status: ACTIVE 2018-08-20 21:22:53,058 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/routers 0.106s 2018-08-20 21:22:53,059 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--825213498", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:22:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2fb1f0c8-eade-4c18-aa28-7880c9416e76'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:52Z", "admin_state_up": true, "updated_at": "2018-08-20T21:22:52Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2", "name": "tempest-router--825213498"}} 2018-08-20 21:22:54,572 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2 1.513s 2018-08-20 21:22:54,573 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2', u'date': 'Mon, 20 Aug 2018 21:22:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a8b95c0-655f-4bf6-b091-898d98783cd1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:52Z", "admin_state_up": true, "updated_at": "2018-08-20T21:22:54Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2", "name": "tempest-router--825213498"}} 2018-08-20 21:22:56,829 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/add_router_interface 2.253s 2018-08-20 21:22:56,829 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:22:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-309ffc4e-dc8c-489a-946f-5ad6d921bdd4'} Body: {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71", "subnet_ids": ["b62304ec-3376-4d64-8bc7-98ff99d64a71"], "port_id": "2ca45f13-3b66-4659-8425-022958bdd3ef", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2"} 2018-08-20 21:22:58,873 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.043s 2018-08-20 21:22:58,874 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "e519fc48-4912-43d4-8752-a0fdb561b31f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:22:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c9edbe38-e6b7-49b3-b8f3-60585293b186'} Body: {"floatingip": {"router_id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:22:57Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "e519fc48-4912-43d4-8752-a0fdb561b31f", "id": "e60d98a7-de94-4680-ab1c-f60543f81a6a", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:22:57Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:22:58,875 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:23:06,890 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:23:06,953 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:23:06,954 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:23:07,069 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:23:07,069 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:23:07,072 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:23:07,135 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:23:07,136 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:23:12,144 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:23:12,144 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:24:22,191 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:24:22,192 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:24:22,198 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:24:22,295 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:24:22,324 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:24:27,332 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:24:27,333 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:25:37,400 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:25:37,401 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:25:37,402 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37,409 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37,510 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:25:37,536 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37,543 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:25:37,544 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:b5:3b:9e [ether] on eth0 2018-08-20 21:25:37,544 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:25:37,545 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37,547 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37,606 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:25:37,611 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37,621 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:25:37,622 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:25:37,622 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37,624 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37,686 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:25:37,688 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37,695 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:25:37,695 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37,697 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37,758 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:25:37,762 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:37,767 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:25:37,768 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:b5:3b:9e [ether] on eth0 2018-08-20 21:25:37,768 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:25:37,769 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:25:37,771 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:25:37,830 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:25:37,836 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:25:42,843 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:25:42,843 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:26:52,915 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:26:52,916 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-20 21:26:52,920 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:26:53,020 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:26:53,048 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-20 21:26:58,055 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.213 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:26:58,056 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.213. 2018-08-20 21:28:08,120 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:28:08,121 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.213: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:28:08.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:28:09,795 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/e60d98a7-de94-4680-ab1c-f60543f81a6a 1.671s 2018-08-20 21:28:09,795 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/e60d98a7-de94-4680-ab1c-f60543f81a6a', u'date': 'Mon, 20 Aug 2018 21:28:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fa290f7b-973e-4795-9690-8f8e59f9a4bd'} Body: 2018-08-20 21:28:11,901 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/remove_router_interface 2.104s 2018-08-20 21:28:11,902 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:28:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-985b9ab2-c2ef-4705-830a-7e2ab89992df'} Body: {"network_id": "ea8e04b8-c002-47dd-9e31-edb6b350ff82", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b62304ec-3376-4d64-8bc7-98ff99d64a71", "subnet_ids": ["b62304ec-3376-4d64-8bc7-98ff99d64a71"], "port_id": "2ca45f13-3b66-4659-8425-022958bdd3ef", "id": "ee2c0882-8ac7-40c8-bf24-89bafc7e48e2"} 2018-08-20 21:28:13,739 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2 1.835s 2018-08-20 21:28:13,739 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ee2c0882-8ac7-40c8-bf24-89bafc7e48e2', u'date': 'Mon, 20 Aug 2018 21:28:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-25e05e68-da03-4fe6-aa1a-16d83e8b5072'} Body: 2018-08-20 21:28:14,319 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.579s 2018-08-20 21:28:14,320 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-1c35939c-1809-42ba-bc3b-6f72694694a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c35939c-1809-42ba-bc3b-6f72694694a3'} Body: 2018-08-20 21:28:15,579 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 1.258s 2018-08-20 21:28:15,579 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-7bbd71f1-799e-452f-bf64-e0d8150fa130', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7bbd71f1-799e-452f-bf64-e0d8150fa130'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:14Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:16,935 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.339s 2018-08-20 21:28:16,936 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-18d82c38-b022-4e22-8a7a-5f4c0cdba169', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18d82c38-b022-4e22-8a7a-5f4c0cdba169'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1340843701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:98:fd:a6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:51.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b56f10fe-3680-4d10-85df-684ba3ad0e61", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:14Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-2", "created": "2018-08-20T21:22:43Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:17,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61 0.042s 2018-08-20 21:28:17,995 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b56f10fe-3680-4d10-85df-684ba3ad0e61', u'x-compute-request-id': 'req-40d1561c-a9a8-4219-bcbd-a411349a9813', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-40d1561c-a9a8-4219-bcbd-a411349a9813'} Body: {"itemNotFound": {"message": "Instance b56f10fe-3680-4d10-85df-684ba3ad0e61 could not be found.", "code": 404}} 2018-08-20 21:28:19,026 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/59a0ecf6-55c7-42c9-bcbd-7436c20c9f35 1.029s 2018-08-20 21:28:19,026 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/59a0ecf6-55c7-42c9-bcbd-7436c20c9f35', u'date': 'Mon, 20 Aug 2018 21:28:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5b416845-551f-493f-8d0a-b290652e7d14'} Body: 2018-08-20 21:28:19,325 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.298s 2018-08-20 21:28:19,326 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-7c80a303-5152-421d-a401-6bd4c9abe083', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c80a303-5152-421d-a401-6bd4c9abe083'} Body: 2018-08-20 21:28:20,489 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 1.162s 2018-08-20 21:28:20,490 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-ba014b72-aa69-477e-917f-f4859197a1df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba014b72-aa69-477e-917f-f4859197a1df'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-835255744": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:0a:62", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "security_groups": [{"name": "tempest-secgroup-smoke-602277394"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:19Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:22,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.826s 2018-08-20 21:28:22,332 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1348', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-74add4b4-45aa-45f6-960a-e5c8cde28d28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74add4b4-45aa-45f6-960a-e5c8cde28d28'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-20T21:22:36.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "3167a660-a58c-4059-a33e-cc0e7a7e3a80", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-20T21:28:21Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": "2018-08-20T21:28:21.000000", "key_name": "tempest-TestBGPVPNBasic-1655053007", "name": "server-1", "created": "2018-08-20T21:22:28Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:22,345 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-20 21:28:23,440 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80 0.093s 2018-08-20 21:28:23,440 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3167a660-a58c-4059-a33e-cc0e7a7e3a80', u'x-compute-request-id': 'req-662c0f65-6eb4-4426-9ec9-ce6c05d635cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-662c0f65-6eb4-4426-9ec9-ce6c05d635cb'} Body: {"itemNotFound": {"message": "Instance 3167a660-a58c-4059-a33e-cc0e7a7e3a80 could not be found.", "code": 404}} 2018-08-20 21:28:24,707 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e519fc48-4912-43d4-8752-a0fdb561b31f 1.266s 2018-08-20 21:28:24,708 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/e519fc48-4912-43d4-8752-a0fdb561b31f', u'date': 'Mon, 20 Aug 2018 21:28:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-db08821b-492f-417d-b432-0d60da51788e'} Body: 2018-08-20 21:28:24,913 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1655053007 0.205s 2018-08-20 21:28:24,914 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1655053007', u'x-compute-request-id': 'req-2981cd41-02a6-4e09-8dc9-4eef208b88a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2981cd41-02a6-4e09-8dc9-4eef208b88a9'} Body: 2018-08-20 21:28:28,031 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d7c213c9-5194-4e18-ad4f-6bdf0a5452fe 3.115s 2018-08-20 21:28:28,032 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/d7c213c9-5194-4e18-ad4f-6bdf0a5452fe', u'date': 'Mon, 20 Aug 2018 21:28:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-83d6d03f-dd92-44ec-bb11-7f1dbac25aa8'} Body: 2018-08-20 21:28:30,540 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d70b8962-bb9d-41e8-993e-e2203dd8d4c4 2.507s 2018-08-20 21:28:30,541 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d70b8962-bb9d-41e8-993e-e2203dd8d4c4', u'date': 'Mon, 20 Aug 2018 21:28:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9a24267b-20c2-471f-b953-1c177715b9a2'} Body: 2018-08-20 21:28:33,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b62304ec-3376-4d64-8bc7-98ff99d64a71 2.776s 2018-08-20 21:28:33,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/b62304ec-3376-4d64-8bc7-98ff99d64a71', u'date': 'Mon, 20 Aug 2018 21:28:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0aed818a-af1d-4b11-9ae6-cd596d9ebe7c'} Body: 2018-08-20 21:28:34,991 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ea8e04b8-c002-47dd-9e31-edb6b350ff82 1.672s 2018-08-20 21:28:34,992 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/ea8e04b8-c002-47dd-9e31-edb6b350ff82', u'date': 'Mon, 20 Aug 2018 21:28:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-98d6703d-f366-45f4-9051-7c0b6f0297ae'} Body: 2018-08-20 21:28:35,299 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/bf819b69-e844-49da-9251-16c09915cae2 0.307s 2018-08-20 21:28:35,300 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/bf819b69-e844-49da-9251-16c09915cae2', u'date': 'Mon, 20 Aug 2018 21:28:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ed4984f7-df79-4023-8b25-414b35f717d8'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant2[compute,id-e7468636-0816-4092-82ca-3590680ed00b,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 124, in test_bgpvpn_variant2 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:28:35,883 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.556s 2018-08-20 21:28:35,883 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1997196256 description", "name": "tempest-secgroup-smoke-1997196256"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:28:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5085b8c6-e488-4777-846c-e480b43122c2'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1997196256 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:35Z", "updated_at": "2018-08-20T21:28:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:28:35Z", "revision_number": 0, "id": "38d1ec4d-a0d1-4e8f-8cf7-311fb65a5481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:28:35Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:28:35Z", "revision_number": 0, "id": "cbcc07fe-7235-4079-9c3c-8d626950d40e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:28:35Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "name": "tempest-secgroup-smoke-1997196256"}} 2018-08-20 21:28:36,590 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.705s 2018-08-20 21:28:36,590 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8fb169d9-3ee3-42cc-b9d5-c8aaa81d3467'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:28:36Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "23ffa11e-a434-4611-b65d-24ce403dcfda"}} 2018-08-20 21:28:37,170 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.579s 2018-08-20 21:28:37,171 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-93d640d0-2331-4a33-91d8-3f3fec257c98'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:28:36Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:36Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9fa2bc75-e4f4-45ed-8696-e50085f26fc6"}} 2018-08-20 21:28:37,914 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.741s 2018-08-20 21:28:37,915 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-615c9562-189d-45f3-8a41-fd8981fcada1'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:28:37Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "638e47c5-6adf-45a2-9a1d-b6fda3941726"}} 2018-08-20 21:28:38,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.236s 2018-08-20 21:28:38,153 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-582e920d-7b9b-4b09-9b4d-63586ba2df3c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:28:37Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:37Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8ab46232-02f0-4aff-8bdc-f3be184bb873"}} 2018-08-20 21:28:38,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-20 21:28:38,351 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-929b0cf2-f1e9-410e-b263-211284e745b2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:38Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "83bf7a67-afb9-48ed-95a4-bd229251968e"}} 2018-08-20 21:28:38,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.513s 2018-08-20 21:28:38,865 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e5d3470-d62a-43c2-9c10-fb98398fd5c9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:38Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:38Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "8f1d2781-b08f-4663-9e52-180578694b7b"}} 2018-08-20 21:28:39,339 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.472s 2018-08-20 21:28:39,339 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5be35227-b8c6-4495-b27f-4fa74adaed79'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:39Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:39Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9b997d25-7287-45f7-9d57-e62cad0fcba8"}} 2018-08-20 21:28:39,823 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.483s 2018-08-20 21:28:39,824 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:28:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c911e02a-2fcc-457e-a123-c449bce9ed28'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:28:39Z", "security_group_id": "372d32ee-1330-4ec6-8e6e-7c1d511c13da", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:28:39Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "639488e8-ff3d-46d0-b160-3825af533ffe"}} 2018-08-20 21:28:40,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.308s 2018-08-20 21:28:40,135 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-295224916"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:28:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7bec7ff6-7303-4fe3-a7f8-fde9a00d1bc1'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:28:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3fe64ce3-cf6e-462d-a0e7-57315dd25ac3","name":"tempest-A-295224916"}} 2018-08-20 21:28:40,798 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.662s 2018-08-20 21:28:40,798 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "name": "tempest-subnet-A-1-1054198778"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:28:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fb0724e2-15d7-4862-9758-0f582192293e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3fe64ce3-cf6e-462d-a0e7-57315dd25ac3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:40Z","dns_nameservers":[],"updated_at":"2018-08-20T21:28:40Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a2ce6346-d6d1-4244-bec7-b8fd9722c768","subnetpool_id":null,"name":"tempest-subnet-A-1-1054198778"}} 2018-08-20 21:28:41,031 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.231s 2018-08-20 21:28:41,032 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1223159800"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:28:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de09eb5c-e3a9-4b17-b2b5-dc9f7da4b359'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:28:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"837b962b-48a2-4508-ace6-af84a43cc55f","name":"tempest-B-1223159800"}} 2018-08-20 21:28:41,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.848s 2018-08-20 21:28:41,881 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "name": "tempest-subnet-B-1-15098035"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:28:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90fae744-7f47-483c-bd06-7def5fc5019b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"837b962b-48a2-4508-ace6-af84a43cc55f","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:28:41Z","dns_nameservers":[],"updated_at":"2018-08-20T21:28:41Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"a181bdbd-9fee-4fec-81bb-abdb2afbd3a9","subnetpool_id":null,"name":"tempest-subnet-B-1-15098035"}} 2018-08-20 21:28:42,058 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.175s 2018-08-20 21:28:42,058 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1985433592"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-76dfc82c-c4f1-4ea5-a127-8a812c870a6a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-76dfc82c-c4f1-4ea5-a127-8a812c870a6a'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVZQaVBjZCVZ5nQc3NxWT12FskYr8kkXGTjFPWxXB3HEG0WXD0rZ5m9gc4uk/cj1yfgAep9iGN9hpxp0VW7ZTiltv2IljQSd+R2s06tg9JZp9XyOTM3dVBi0Krny2S2l8WJFqo5+LslgkC9HrV1iYUN6EMvATdcfpCjj48jcj0g84wdJntRLjA+VR3Myhm8ADasLAAHbLKOOhRRI3BpnQiq5lnntMJriHNOnmNyTa7NbhPXF4903P+iTFw6A0+XLrheN9hQ5FbZcrS8sE0AmCu6Fkw2r8/Fxr/ErULIghPpNxdnIBEzLA628nDR49Qg3xBkv/GnZ3cCLWZ5TlO4BUH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA1WUGlQY2QlWeZ0HNzcVk9dhbJGK/JJFxk4xT1sVwdxxBtFlw\n9K2eZvYHOLpP3I9cn4AHqfYhjfYacadFVu2U4pbb9iJY0EnfkdrNOrYPSWafV8jk\nzN3VQYtCq58tktpfFiRaqOfi7JYJAvR61dYmFDehDLwE3XH6Qo4+PI3I9IPOMHSZ\n7US4wPlUdzMoZvAA2rCwAB2yyjjoUUSNwaZ0IquZZ57TCa4hzTp5jck2uzW4T1xe\nPdNz/okxcOgNPly64XjfYUORW2XK0vLBNAJgruhZMNq/Pxca/xK1CyIIT6TcXZyA\nRMywOtvJw0ePUIN8QZL/xp2d3Ai1meU5TuAVBwIDAQABAoIBAFP8A8ApBrfKvKIE\n6vueQaLkONK0Lmg0+c9JPkHbyOyH6XASd3tEzX/WOndgFEhI//oiSGHi5cfaYQP0\nAj05GgyntQBE+lFXka70vyrpNlD8G6BQB4R9lg3Kwj2LU0NlwGCVhDzPrqbQUdGg\n6Ks6Mhho4HCDmyKQVh9Vnjb00m8wrLnjWQgAkEeDzR5cZlZGLcH9R6knHShSP+AN\nnBByS/SLwj2g20SuDwDv8dpIbRyPDxtCNv/z9pwVgAY55coBwBqS/hp+Wyb+VD/B\nGmHJcvG8LbmkOs631AFw5eAYkHV2lHilCH3J1nU08XEpq/a/2b8BJsZs4TA0yxvB\nggfbp7kCgYEA7QyueVwiqvmIsnvJT1LmjmGKsITeSN9rzCA8HxQhIB3hFM2g6BZe\nIhiTpdveEmHsre+QbgNgJllayHIf4+H7ApRj1bDH8IP4doWv+n8dd7Bfs5oQ9YHK\nNX6c9sFe6lH/b+RPwpk8axr4AyGlUSm8+vGromffvE0YaKd9e2LJbtMCgYEA5nQ8\nkKsU2b2X6QjoFE4ViSQCie7thymQYEPqbWgmcxDzx28N+kyixJx5dgdkL3wml/Qi\nlSSx3bLgfxdlp3D4me/Qelrp10cSEJ8H5hI9+zcOcYsOn+U7o6zlWUeaowSDlubW\nwk6XWB7z6u/GBZLkZROR1O7UMlu8IXgcbol8KH0CgYEAplJyjMY/sNT6u7is69JP\n4HDCHc5sJJdWjFfFt0ypXV55kd4hWxZun9+8oPAe5aj9pqDjJr2Jlf61+tRQWdUy\nCIJTdhjegHwoNgjhC5Jq+5Kt41djNM8HMPeQbHYLAb/cyQZZjEF2KfQ3NgNCeisd\n5LjyYzYcvoMdcDisi4kpqm8CgYEAis194SC6KT+RbLGJnxk8zWIcCVoYRK2bIPAn\nFYiCiBGw0vEnuRdJfiRE3/sps5QSZrmLzsrQOpjPsJy2BHj9szIHHnr9l0VeMxam\nGkPogxOxJmA8CcB3AGlVpkWDdSZ134Df3x6Y92GFRn7uhVLpL5vu3RKQSliIYpxG\ne6lhV70CgYEAoRGPWjqCSUXQr5og86YyWWDqS4xKJfYd9REx9kU7X4Aw5AcZbpzg\n7f9v2PqFeqDKyuPLVhpSRGH1TWDNP8qQv7Tju1mED7d8lD0iyNxk73VAbX7rpj1b\ndXnS9zq8LxUucL/uXPZIpfoNGFRCMTgnqUP4v3MPFTkU9lIu9aMOGfU=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1985433592", "fingerprint": "63:1e:3c:04:73:f5:55:4a:dc:22:1e:d4:f4:8f:12:bc"}} 2018-08-20 21:28:43,606 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.542s 2018-08-20 21:28:43,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1551905213", "security_groups": ["372d32ee-1330-4ec6-8e6e-7c1d511c13da"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:28:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-961adb88-8eb9-410f-b2e5-e4f4f6993ec3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:28:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3fe64ce3-cf6e-462d-a0e7-57315dd25ac3","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:28:42Z","name":"tempest-port-smoke-1551905213","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:da:e2:39","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a2ce6346-d6d1-4244-bec7-b8fd9722c768","ip_address":"10.101.11.10"}],"id":"dd2fcef1-a357-43fb-b1dd-896fad81da47","security_groups":["372d32ee-1330-4ec6-8e6e-7c1d511c13da"],"device_id":""}} 2018-08-20 21:28:46,615 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.007s 2018-08-20 21:28:46,617 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1985433592", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "port": "dd2fcef1-a357-43fb-b1dd-896fad81da47"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-fa654710-e719-4cc0-bcee-eefdc4a94d90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa654710-e719-4cc0-bcee-eefdc4a94d90'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "adminPass": "9UxTbcbrzE2n"}} 2018-08-20 21:28:46,972 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.350s 2018-08-20 21:28:46,972 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-7c304fe9-3fbf-4721-b54d-48bcf715827b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c304fe9-3fbf-4721-b54d-48bcf715827b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:48,966 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.978s 2018-08-20 21:28:48,966 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-71d7fce1-bd6e-48be-91b4-918dd9d7292d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71d7fce1-bd6e-48be-91b4-918dd9d7292d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:50,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.351s 2018-08-20 21:28:50,334 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-05912d54-475c-459d-abd5-14b0db684b06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05912d54-475c-459d-abd5-14b0db684b06'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:50,348 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:28:52,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 1.235s 2018-08-20 21:28:52,586 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-7efb97a2-868d-4361-be6f-4b2dab1cd8bb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7efb97a2-868d-4361-be6f-4b2dab1cd8bb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:54,305 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.705s 2018-08-20 21:28:54,305 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-1750a8df-fee0-4888-9e18-e78ec4e9bd47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1750a8df-fee0-4888-9e18-e78ec4e9bd47'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:56,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.919s 2018-08-20 21:28:56,240 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-21598875-e580-4844-8bff-f16c0102f27e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-21598875-e580-4844-8bff-f16c0102f27e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:28:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:57,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.625s 2018-08-20 21:28:57,881 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-fda43275-31f9-4a73-ab05-133ac38780d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fda43275-31f9-4a73-ab05-133ac38780d8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-295224916": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:e2:39", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:28:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:57,895 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-20 21:28:58,603 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.708s 2018-08-20 21:28:58,604 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-c4df7e6b-a190-4fc3-a9ca-10ccb618c9e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4df7e6b-a190-4fc3-a9ca-10ccb618c9e1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-295224916": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:e2:39", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:28:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:28:55Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:28:58,617 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d13d8a41-783d-4c0c-8590-84bdf367bdb7 with status: ACTIVE 2018-08-20 21:28:59,922 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.304s 2018-08-20 21:28:59,923 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-70670523", "security_groups": ["372d32ee-1330-4ec6-8e6e-7c1d511c13da"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:28:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b2c507f-4d58-4b94-a4a8-3863d0eaf4d8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:28:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"837b962b-48a2-4508-ace6-af84a43cc55f","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:28:59Z","name":"tempest-port-smoke-70670523","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e1:b9:3e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"a181bdbd-9fee-4fec-81bb-abdb2afbd3a9","ip_address":"10.102.21.20"}],"id":"def279aa-8f51-4d02-b317-c14b294eef78","security_groups":["372d32ee-1330-4ec6-8e6e-7c1d511c13da"],"device_id":""}} 2018-08-20 21:29:03,306 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.381s 2018-08-20 21:29:03,306 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1985433592", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "837b962b-48a2-4508-ace6-af84a43cc55f", "port": "def279aa-8f51-4d02-b317-c14b294eef78"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-8796660f-5a15-408d-84be-7c7819de12bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:28:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8796660f-5a15-408d-84be-7c7819de12bd'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "adminPass": "vJjESBd3KY8J"}} 2018-08-20 21:29:04,328 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 1.017s 2018-08-20 21:29:04,328 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-4799a4d1-dc90-4b59-8ab9-ceb3dd9847d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4799a4d1-dc90-4b59-8ab9-ceb3dd9847d8'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:05,719 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.376s 2018-08-20 21:29:05,720 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-e0328ed5-16fa-4bca-884a-77ab84aaee5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e0328ed5-16fa-4bca-884a-77ab84aaee5a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:07,083 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.348s 2018-08-20 21:29:07,083 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-4ca95751-3374-49bc-9d03-8c7833a59569', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ca95751-3374-49bc-9d03-8c7833a59569'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:08,373 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.275s 2018-08-20 21:29:08,374 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-9d258a4a-1228-4819-89a3-eb625c1d72cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d258a4a-1228-4819-89a3-eb625c1d72cd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:07Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:08,387 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-20 21:29:09,799 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.410s 2018-08-20 21:29:09,800 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-ee789265-9982-40e0-9a19-ac22acfea80a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee789265-9982-40e0-9a19-ac22acfea80a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:09,813 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:29:11,277 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.462s 2018-08-20 21:29:11,278 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-23905bc3-f1d8-4dee-8226-cf9203625e8c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23905bc3-f1d8-4dee-8226-cf9203625e8c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:12,711 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.418s 2018-08-20 21:29:12,712 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-3f260277-f5ef-4fcb-b1f4-ff60083c2d5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f260277-f5ef-4fcb-b1f4-ff60083c2d5a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:29:08Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:14,423 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.695s 2018-08-20 21:29:14,424 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-6fb75fe9-2ed6-4301-b970-2eb6b1977f8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6fb75fe9-2ed6-4301-b970-2eb6b1977f8b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1223159800": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b9:3e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:29:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:29:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:14,436 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:29:15,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.690s 2018-08-20 21:29:15,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-64a1aab0-b761-4184-8775-f76cb923f27f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:29:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-64a1aab0-b761-4184-8775-f76cb923f27f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1223159800": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b9:3e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:29:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:29:13Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:29:15,141 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: de2a4840-44c5-41e7-96a4-66aaf2cae744 with status: ACTIVE 2018-08-20 21:29:15,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.130s 2018-08-20 21:29:15,273 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--2073456075", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:29:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-316c9c2d-32cc-4104-ba04-7e6a97f0d103'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:15Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:15Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c", "name": "tempest-router--2073456075"}} 2018-08-20 21:29:16,894 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c 1.620s 2018-08-20 21:29:16,895 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c', u'date': 'Mon, 20 Aug 2018 21:29:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1bf94fbc-a5d2-4622-920e-1db22783a6fd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:15Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:16Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c", "name": "tempest-router--2073456075"}} 2018-08-20 21:29:19,294 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/add_router_interface 2.398s 2018-08-20 21:29:19,295 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:29:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8eec1f20-be5d-48ab-a1e8-841d9f7de570'} Body: {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9", "subnet_ids": ["a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"], "port_id": "e259dc89-0a0e-4bba-96d4-194b03c7d632", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c"} 2018-08-20 21:29:20,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.975s 2018-08-20 21:29:20,273 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:29:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04c32744-4f7f-4b37-bb31-f5b4a770cd28'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "f44756b7-dbcd-4021-a4cd-e93570df2b8f"}} 2018-08-20 21:29:21,285 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations 1.011s 2018-08-20 21:29:21,286 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations', u'date': 'Mon, 20 Aug 2018 21:29:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-086c3c8d-ba70-448b-b7bf-2683a0170918'} Body: {"network_association": {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "id": "c2766023-7dac-45ca-9b14-f96d364e7996"}} 2018-08-20 21:29:22,168 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations 0.881s 2018-08-20 21:29:22,169 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f44756b7-dbcd-4021-a4cd-e93570df2b8f/network_associations', u'date': 'Mon, 20 Aug 2018 21:29:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d9fc7d1-b24f-470e-902e-8c884b45295c'} Body: {"network_association": {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "id": "53c9711a-87d0-41a0-be71-a6dd21cce219"}} 2018-08-20 21:29:22,169 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:29:22,932 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.762s 2018-08-20 21:29:22,933 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1546013715", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:29:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30b7c3c6-167d-4465-a8d7-3fcd48897fcc'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:22Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:22Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30", "name": "tempest-router--1546013715"}} 2018-08-20 21:29:24,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30 1.517s 2018-08-20 21:29:24,452 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30', u'date': 'Mon, 20 Aug 2018 21:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-569e2a23-ea45-4130-bdb4-d75b29434b71'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:22Z", "admin_state_up": true, "updated_at": "2018-08-20T21:29:24Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30", "name": "tempest-router--1546013715"}} 2018-08-20 21:29:26,641 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/add_router_interface 2.188s 2018-08-20 21:29:26,642 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:29:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40620d2d-dcb6-4d5a-9fe5-937d4ac5f444'} Body: {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768", "subnet_ids": ["a2ce6346-d6d1-4244-bec7-b8fd9722c768"], "port_id": "8cc1bb8d-aebb-43e7-9c12-1b3b79e1c6f9", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30"} 2018-08-20 21:29:28,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.175s 2018-08-20 21:29:28,819 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "dd2fcef1-a357-43fb-b1dd-896fad81da47"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:29:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66dbc953-df59-48eb-8ee3-e8dc5bf745b2'} Body: {"floatingip": {"router_id": "6e0938c8-20e1-4540-a5d7-42beb0599d30", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:29:27Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "dd2fcef1-a357-43fb-b1dd-896fad81da47", "id": "2420ecb6-aa9f-45d9-8263-8874d020531c", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:29:27Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:29:28,821 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:29:36,841 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:29:36,901 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:29:36,907 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:29:37,021 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:29:37,022 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:29:37,024 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:29:37,084 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:29:37,087 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:29:42,097 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:29:42,098 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:30:52,169 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:30:52,169 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:30:52,173 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:30:52,235 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:30:52,238 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:30:57,245 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:30:57,246 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:32:07,304 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:32:07,304 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:32:07,305 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07,310 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07,411 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:32:07,438 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07,444 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:32:07,444 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:3d:c5:4d [ether] on eth0 2018-08-20 21:32:07,445 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:32:07,445 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07,447 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07,508 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:32:07,512 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07,522 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:32:07,522 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:32:07,523 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07,525 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07,587 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:32:07,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07,596 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:32:07,597 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07,599 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07,659 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:32:07,663 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:07,669 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:32:07,669 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:3d:c5:4d [ether] on eth0 2018-08-20 21:32:07,670 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:32:07,670 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:32:07,672 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:32:07,734 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:32:07,737 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:32:12,744 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:32:12,745 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:33:22,781 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:33:22,782 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-20 21:33:22,786 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:33:22,888 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:33:22,915 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-20 21:33:27,922 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:33:27,923 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-20 21:34:37,983 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:34:37,984 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:34:37.984 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:34:38,366 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:34:38,367 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8981', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:34:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-40e2f6a2-b087-4ec5-a039-8a9088f7a910'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}], "expires_at": "2018-08-20T22:34:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-TestBGPVPNBasic-2026749770"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_5de6542c36a24c72be615f783fe47ba0", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_5de6542c36a24c72be615f783fe47ba0", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"region_id": "regionOne", "url": "http://172.30.9. 2018-08-20 21:34:39,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/2420ecb6-aa9f-45d9-8263-8874d020531c 1.503s 2018-08-20 21:34:39,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/2420ecb6-aa9f-45d9-8263-8874d020531c', u'date': 'Mon, 20 Aug 2018 21:34:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-32b997de-4e9b-4c3e-a511-366f4fdf9f0e'} Body: 2018-08-20 21:34:41,968 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/remove_router_interface 2.094s 2018-08-20 21:34:41,969 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:34:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-10eea771-9304-4fc0-9ddd-c817c0f3b362'} Body: {"network_id": "3fe64ce3-cf6e-462d-a0e7-57315dd25ac3", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a2ce6346-d6d1-4244-bec7-b8fd9722c768", "subnet_ids": ["a2ce6346-d6d1-4244-bec7-b8fd9722c768"], "port_id": "8cc1bb8d-aebb-43e7-9c12-1b3b79e1c6f9", "id": "6e0938c8-20e1-4540-a5d7-42beb0599d30"} 2018-08-20 21:34:44,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30 2.760s 2018-08-20 21:34:44,731 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6e0938c8-20e1-4540-a5d7-42beb0599d30', u'date': 'Mon, 20 Aug 2018 21:34:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d1f1227f-6030-4f56-8b71-6c0df9fc41c8'} Body: 2018-08-20 21:34:46,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/remove_router_interface 2.029s 2018-08-20 21:34:46,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:34:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-841f369c-cf48-4e04-88e9-2333b4b99d9d'} Body: {"network_id": "837b962b-48a2-4508-ace6-af84a43cc55f", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "a181bdbd-9fee-4fec-81bb-abdb2afbd3a9", "subnet_ids": ["a181bdbd-9fee-4fec-81bb-abdb2afbd3a9"], "port_id": "e259dc89-0a0e-4bba-96d4-194b03c7d632", "id": "0b78fc5e-2a72-4172-952c-0a3d4c0e517c"} 2018-08-20 21:34:48,563 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c 1.799s 2018-08-20 21:34:48,563 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0b78fc5e-2a72-4172-952c-0a3d4c0e517c', u'date': 'Mon, 20 Aug 2018 21:34:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-01f07c93-09b7-4539-bb77-bbf96eca78bd'} Body: 2018-08-20 21:34:49,426 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.861s 2018-08-20 21:34:49,426 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-98e10677-7c04-4761-8d1e-ead9d6dd3293', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98e10677-7c04-4761-8d1e-ead9d6dd3293'} Body: 2018-08-20 21:34:50,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 1.275s 2018-08-20 21:34:50,703 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-7edbff27-394e-4788-834f-1e29b5abb30f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7edbff27-394e-4788-834f-1e29b5abb30f'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1223159800": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b9:3e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:29:13.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "de2a4840-44c5-41e7-96a4-66aaf2cae744", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:34:49Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-2", "created": "2018-08-20T21:29:03Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:34:51,767 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744 0.046s 2018-08-20 21:34:51,768 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/de2a4840-44c5-41e7-96a4-66aaf2cae744', u'x-compute-request-id': 'req-f86cb971-19a7-4e70-b0c5-3b805d47b0a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f86cb971-19a7-4e70-b0c5-3b805d47b0a7'} Body: {"itemNotFound": {"message": "Instance de2a4840-44c5-41e7-96a4-66aaf2cae744 could not be found.", "code": 404}} 2018-08-20 21:34:52,623 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/def279aa-8f51-4d02-b317-c14b294eef78 0.854s 2018-08-20 21:34:52,623 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/def279aa-8f51-4d02-b317-c14b294eef78', u'date': 'Mon, 20 Aug 2018 21:34:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f968d88e-4141-4836-95d5-38f73cddb79e'} Body: 2018-08-20 21:34:52,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.232s 2018-08-20 21:34:52,857 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-865927b8-7c83-4de3-832f-addd4bab7b61', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-865927b8-7c83-4de3-832f-addd4bab7b61'} Body: 2018-08-20 21:34:54,086 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 1.228s 2018-08-20 21:34:54,087 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-0027a485-7621-409d-9ac4-394d16021b78', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0027a485-7621-409d-9ac4-394d16021b78'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-295224916": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:e2:39", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:28:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d13d8a41-783d-4c0c-8590-84bdf367bdb7", "security_groups": [{"name": "tempest-secgroup-smoke-1997196256"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:34:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1985433592", "name": "server-1", "created": "2018-08-20T21:28:46Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:34:55,145 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7 0.043s 2018-08-20 21:34:55,145 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d13d8a41-783d-4c0c-8590-84bdf367bdb7', u'x-compute-request-id': 'req-205141b9-fcb0-4702-bb03-bc9aeda455f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-205141b9-fcb0-4702-bb03-bc9aeda455f1'} Body: {"itemNotFound": {"message": "Instance d13d8a41-783d-4c0c-8590-84bdf367bdb7 could not be found.", "code": 404}} 2018-08-20 21:34:55,986 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/dd2fcef1-a357-43fb-b1dd-896fad81da47 0.840s 2018-08-20 21:34:55,987 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/dd2fcef1-a357-43fb-b1dd-896fad81da47', u'date': 'Mon, 20 Aug 2018 21:34:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2c05120b-2be4-4d38-a12d-d68ca1ad5d96'} Body: 2018-08-20 21:34:56,043 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1985433592 0.055s 2018-08-20 21:34:56,044 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1985433592', u'x-compute-request-id': 'req-d5d324e8-01c9-4d5b-836e-37506369d4c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:34:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5d324e8-01c9-4d5b-836e-37506369d4c0'} Body: 2018-08-20 21:34:58,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a181bdbd-9fee-4fec-81bb-abdb2afbd3a9 2.406s 2018-08-20 21:34:58,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a181bdbd-9fee-4fec-81bb-abdb2afbd3a9', u'date': 'Mon, 20 Aug 2018 21:34:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7e65fbd8-860c-4d77-a893-0223e64762a6'} Body: 2018-08-20 21:35:00,511 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/837b962b-48a2-4508-ace6-af84a43cc55f 2.059s 2018-08-20 21:35:00,511 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/837b962b-48a2-4508-ace6-af84a43cc55f', u'date': 'Mon, 20 Aug 2018 21:35:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-47047ff2-4394-44e0-ae6e-fbc8ba920105'} Body: 2018-08-20 21:35:03,304 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a2ce6346-d6d1-4244-bec7-b8fd9722c768 2.791s 2018-08-20 21:35:03,304 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/a2ce6346-d6d1-4244-bec7-b8fd9722c768', u'date': 'Mon, 20 Aug 2018 21:35:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1cb8abc1-0258-4618-9d88-d801d0e0d53e'} Body: 2018-08-20 21:35:05,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3fe64ce3-cf6e-462d-a0e7-57315dd25ac3 2.554s 2018-08-20 21:35:05,861 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3fe64ce3-cf6e-462d-a0e7-57315dd25ac3', u'date': 'Mon, 20 Aug 2018 21:35:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-91adf7f3-5652-40a6-9b03-42509598e14c'} Body: 2018-08-20 21:35:06,253 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/372d32ee-1330-4ec6-8e6e-7c1d511c13da 0.391s 2018-08-20 21:35:06,254 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/372d32ee-1330-4ec6-8e6e-7c1d511c13da', u'date': 'Mon, 20 Aug 2018 21:35:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-da49a3d4-989c-4b6c-9cee-e91cf5e7d489'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant3[compute,id-7c66aa31-fb3a-4e15-8808-46eb361f153a,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 148, in test_bgpvpn_variant3 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:35:06,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.558s 2018-08-20 21:35:06,840 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-557427586 description", "name": "tempest-secgroup-smoke-557427586"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:35:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ada6482-6751-4104-bcc9-d88c0627720a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-557427586 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:06Z", "updated_at": "2018-08-20T21:35:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:35:06Z", "revision_number": 0, "id": "d2a7e875-4525-4aa7-aa30-235925c98350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:35:06Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:35:06Z", "revision_number": 0, "id": "e65a4ee4-0f2d-42d2-88a5-d6a20f1ed1b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:35:06Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "name": "tempest-secgroup-smoke-557427586"}} 2018-08-20 21:35:07,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.848s 2018-08-20 21:35:07,690 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ddf2750-a165-4e44-8e57-de73d2ae5f87'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:35:07Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:07Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bb6a0307-dc28-4639-9587-4f03776dff25"}} 2018-08-20 21:35:08,204 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.512s 2018-08-20 21:35:08,205 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e87f14d3-da0f-4186-8bbb-799053a87a03'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:35:08Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f3499ec0-2c0f-43f9-8fd4-b2f5b18214cc"}} 2018-08-20 21:35:08,635 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.430s 2018-08-20 21:35:08,636 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ce8d2e4-98a1-47a6-a7aa-e7aba64572da'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:35:08Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9e210d9f-e446-464b-aae0-6d2485cb6c45"}} 2018-08-20 21:35:09,099 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.462s 2018-08-20 21:35:09,100 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8680e9f6-4c13-4e22-bdd5-d7657d16154a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ab6c408-b26a-45a6-9682-a6e6979df159"}} 2018-08-20 21:35:09,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.349s 2018-08-20 21:35:09,450 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-212f5c9f-dd5f-4c65-8f3c-1a59f20a7c1e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3607a1bb-8f86-4693-bcbd-d7c834c31450"}} 2018-08-20 21:35:09,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.229s 2018-08-20 21:35:09,681 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ede72fe-b12f-4396-bda3-e7b5cb03a813'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4a976c51-64b5-4f7d-878d-79ef8d99bbde"}} 2018-08-20 21:35:09,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.223s 2018-08-20 21:35:09,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c67c223b-c2e6-42d1-b4e7-0f33fe4f1741'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:09Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:09Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e7a2f9fd-a6f2-4242-a549-289579bfa4c1"}} 2018-08-20 21:35:10,372 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.464s 2018-08-20 21:35:10,373 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:35:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29a68fb3-e335-4ad7-b1a7-a82047a09d6d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:35:10Z", "security_group_id": "0206cf01-1c66-413f-88b5-8aa4a02e991d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:10Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "97c05156-17ff-4e30-abe4-559bf1febabf"}} 2018-08-20 21:35:10,789 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 0.415s 2018-08-20 21:35:10,790 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-867239499"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:35:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0175ed01-6090-4cc3-b623-053a3a523acf'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:35:10Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"868d9cd7-6502-4aea-a960-8ccc616c4423","name":"tempest-A-867239499"}} 2018-08-20 21:35:11,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.967s 2018-08-20 21:35:11,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "name": "tempest-subnet-A-1-71392516"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:35:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7a39e5dd-8820-4d24-9abd-aa87137f37da'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"868d9cd7-6502-4aea-a960-8ccc616c4423","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:11Z","dns_nameservers":[],"updated_at":"2018-08-20T21:35:11Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"ecbfba50-74b0-42a7-a704-b7b23ed2ac34","subnetpool_id":null,"name":"tempest-subnet-A-1-71392516"}} 2018-08-20 21:35:12,951 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 1.190s 2018-08-20 21:35:12,952 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-701283351"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:35:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-05e77415-3974-4251-b6d3-6f279a8382d3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:35:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"d100aa15-ee85-427a-9327-76b66c055812","name":"tempest-B-701283351"}} 2018-08-20 21:35:14,940 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.986s 2018-08-20 21:35:14,940 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "d100aa15-ee85-427a-9327-76b66c055812", "name": "tempest-subnet-B-1-368983933"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:35:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9378188c-e4f9-4f30-99b1-dccc675df638'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d100aa15-ee85-427a-9327-76b66c055812","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:13Z","dns_nameservers":[],"updated_at":"2018-08-20T21:35:13Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"c4de8d8f-4696-4954-95a0-c8e3b87fd2d0","subnetpool_id":null,"name":"tempest-subnet-B-1-368983933"}} 2018-08-20 21:35:15,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.307s 2018-08-20 21:35:15,250 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1717644114"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d7ec910e-2a55-4625-a542-1eedca5f8f34', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7ec910e-2a55-4625-a542-1eedca5f8f34'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqYZxvQgiRKZj+WDCj9gKcu7fB3BNjzercO3lRre8kAnKF3+tms/51zpM9J800VotXd9HLMZe/XWsTGhIPiXVfe8vAcBeePebyV/GZOXq5KtwEbFm4hUDAUft9HrbXUX85XgU6SqlNOZkydjnUaQcSDqC13RwbUUfaPsblVCh8WT6vzvlV6lqBL3kV1LWt0Jn6ct0IPyqdDmeYNXA1fUAcPJo+FuXEIHS+Iiw6+8JIvcvnEEeQDtVV+Qqa8A5A1eFZKqFSEqKWx0vI0YgZQ9nQnmMKE3w1o1X2N6gtVOCDVzbdDGkg6+arEFwf2/sz0RN5MaEwuovIXWPV0/vQWQ9p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAqmGcb0IIkSmY/lgwo/YCnLu3wdwTY83q3Dt5Ua3vJAJyhd/r\nZrP+dc6TPSfNNFaLV3fRyzGXv11rExoSD4l1X3vLwHAXnj3m8lfxmTl6uSrcBGxZ\nuIVAwFH7fR6211F/OV4FOkqpTTmZMnY51GkHEg6gtd0cG1FH2j7G5VQofFk+r875\nVepagS95FdS1rdCZ+nLdCD8qnQ5nmDVwNX1AHDyaPhblxCB0viIsOvvCSL3L5xBH\nkA7VVfkKmvAOQNXhWSqhUhKilsdLyNGIGUPZ0J5jChN8NaNV9jeoLVTgg1c23Qxp\nIOvmqxBcH9v7M9ETeTGhMLqLyF1j1dP70FkPaQIDAQABAoIBAHfkH9QaPzUGdGXl\nYLS/U68+WFvNpMdCCtXV89SJ9BD+t9+EZXzrg08agXkzHK6Lh5mQ8stspj8+WS4j\n1jmgnDsIPaO4PKZZIL2/LH6Jd9X8Vr22EJxLB/lMtw6gIkD5U/DmO/98sg1pTme3\n0ZGqJhOKv4O5hyGh3FGygvq0cZitfakt+tRdIr4G6gYRNsglruOiHkk9rxwxmp9u\nmOyJ/pdy6xdbFW30jMWzJtHPH9iDNjwDKKfcZ9To/5/vq3ngfhlxCFwo6UJQa/Nd\n45NblSHSPsYHdkAa4nH/AxXWJPunbsqPOryqn7PQkcn4jYtW2BktkWQ1yKRwdM8/\nNTLCo0ECgYEA24fNwmsGKHcLSmMLNNPFH5Y+qUjalZzbB5COvLpvXuv5YzKO3eN9\nbhc2DwLdyV+Rdnan+ZGeV8K2Rjc/da3eKe1tAKfxS69Qghj9cEfm0dbRJivqLed6\nGAl9JwIEVgTHY4oBBY1PrOX1ZiiWLtluzIMZ5yJh1WYxHHagY+thrLUCgYEAxq+W\n9tI+gfWoxHb+XlDLPqcrELY+ocfGLZjMNAHdsywJBi6DoT2kXYb4TT42btIbiBe8\nUv7VTWfSzqSTjibDckOfEE3W96v3w20dZa7zVU69Isw6x5GL7avh2HlboLYjaF/p\nf0RDwme7eI+VyGxjz/zKD+PlOFvFmLXBi+/vvGUCgYEAqprAce3gbEQPdzC/fb9x\nuxl0+vQOQyUSJq/V7Z9pe7ghKFEbLB9l08+gCExu9dcaYZjW86GSD5vXMXwwChEj\nzSuhgVgCspG9HE21b7PBEqRCB8srA5+Xh+Sf6Ves7Phrx9Rw9NKb778KVekGxcPe\nUnsz/yb+JuxzEC60eNJtJt0CgYEArs78turiHjvCoiDDyr2xJM214T1HO9Xl8mY2\nfCeMJMFAq1SvcWUnwTYoLuXmxHhNyt5/TlJx32nSmwdH39ERMu51+8VQtpZyJlpR\nfA6Cf3MIi54+tSnEgHcy/OBBktPNsV55tQSdzWSxF/DU6wMainsyWOq82Wo9HxAD\nWxjex9UCgYEAi1Eko1Df9jCB5+y6H4sPWfhKBqZHW80PYE5pdr7bvXEG4WvyvX0c\nlyjSJgPviQ46t3IutkF7Ky8IMj1aFyOv3wqQflrpj6Z9m52loTYdsRUPWCUzQ4Wu\njMNPyYAg7wC/wy/P6A7zoM/3vBoIwvrF9kAmrZ+EBvEZrOOEK/PguNk=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1717644114", "fingerprint": "f8:f2:85:e7:0d:4d:ed:00:a5:94:59:46:45:4b:4c:e0"}} 2018-08-20 21:35:16,479 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 1.223s 2018-08-20 21:35:16,480 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1880401195", "security_groups": ["0206cf01-1c66-413f-88b5-8aa4a02e991d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:35:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12d1c2f9-3de7-4ddb-9137-7f89610a7e0c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:35:15Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"868d9cd7-6502-4aea-a960-8ccc616c4423","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:35:15Z","name":"tempest-port-smoke-1880401195","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:54:c8:02","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"ecbfba50-74b0-42a7-a704-b7b23ed2ac34","ip_address":"10.101.11.10"}],"id":"0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30","security_groups":["0206cf01-1c66-413f-88b5-8aa4a02e991d"],"device_id":""}} 2018-08-20 21:35:21,002 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 4.521s 2018-08-20 21:35:21,002 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1717644114", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "868d9cd7-6502-4aea-a960-8ccc616c4423", "port": "0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ee0c1e27-ab18-407e-9b6e-437169f0d8af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee0c1e27-ab18-407e-9b6e-437169f0d8af'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "adminPass": "KRueLXLF7Woe"}} 2018-08-20 21:35:21,561 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.557s 2018-08-20 21:35:21,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-9d04cf9e-7c2e-479d-8616-ea7d9284b354', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d04cf9e-7c2e-479d-8616-ea7d9284b354'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:23,183 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.605s 2018-08-20 21:35:23,184 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-c87a0002-6b64-4cd8-917c-fe2b2ebde3fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c87a0002-6b64-4cd8-917c-fe2b2ebde3fa'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:25,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.993s 2018-08-20 21:35:25,193 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-49ea3d17-a797-4b3a-a66f-741eab875bb2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49ea3d17-a797-4b3a-a66f-741eab875bb2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:23Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:25,206 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-20 21:35:26,704 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.496s 2018-08-20 21:35:26,704 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-b7fa709e-f180-40f0-af36-08c11107ed33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7fa709e-f180-40f0-af36-08c11107ed33'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:26,718 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:35:28,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.719s 2018-08-20 21:35:28,439 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-7eb20785-5378-403d-9284-27ab3065d387', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7eb20785-5378-403d-9284-27ab3065d387'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:29,886 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.432s 2018-08-20 21:35:29,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-b89a3252-779c-4b17-9c85-707b5054ff63', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b89a3252-779c-4b17-9c85-707b5054ff63'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:25Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:31,889 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.988s 2018-08-20 21:35:31,889 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-67ebd201-3f04-49d2-995a-92794c1aad23', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-67ebd201-3f04-49d2-995a-92794c1aad23'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-867239499": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:c8:02", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:30Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:31,903 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:35:32,607 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.703s 2018-08-20 21:35:32,607 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-5a8bb4be-9d2a-431d-98f4-3552aa462244', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a8bb4be-9d2a-431d-98f4-3552aa462244'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-867239499": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:c8:02", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:30Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:32,621 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 8d0a2887-537c-4f3b-bb14-a816b5802142 with status: ACTIVE 2018-08-20 21:35:33,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 1.141s 2018-08-20 21:35:33,763 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1740668281", "security_groups": ["0206cf01-1c66-413f-88b5-8aa4a02e991d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:35:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8613618a-f546-4012-8ac1-71e87fe07a09'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:35:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d100aa15-ee85-427a-9327-76b66c055812","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:35:33Z","name":"tempest-port-smoke-1740668281","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f3:14:0a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"c4de8d8f-4696-4954-95a0-c8e3b87fd2d0","ip_address":"10.102.21.20"}],"id":"c5619700-b56f-4c52-964e-e1cfa48f8831","security_groups":["0206cf01-1c66-413f-88b5-8aa4a02e991d"],"device_id":""}} 2018-08-20 21:35:37,254 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 3.489s 2018-08-20 21:35:37,254 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1717644114", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "d100aa15-ee85-427a-9327-76b66c055812", "port": "c5619700-b56f-4c52-964e-e1cfa48f8831"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-ef093810-5d62-49ef-ac07-936f7fa2948e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef093810-5d62-49ef-ac07-936f7fa2948e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "adminPass": "ADreB9yxTRvg"}} 2018-08-20 21:35:37,564 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.305s 2018-08-20 21:35:37,564 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-256bcca5-54f3-4bcd-80ec-37aa64185037', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-256bcca5-54f3-4bcd-80ec-37aa64185037'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:39,424 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.844s 2018-08-20 21:35:39,424 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-8e47ccd1-6d5f-4007-b46c-08d62a4d69c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e47ccd1-6d5f-4007-b46c-08d62a4d69c5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:40,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.395s 2018-08-20 21:35:40,836 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-dc63e645-d918-4b2a-84bf-c442171093e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dc63e645-d918-4b2a-84bf-c442171093e1'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:40,850 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-20 21:35:42,779 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.928s 2018-08-20 21:35:42,780 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-07e46e03-1877-43e1-8784-df6717c1fe5b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-07e46e03-1877-43e1-8784-df6717c1fe5b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:42,794 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:35:45,396 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 1.600s 2018-08-20 21:35:45,397 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-b003dbbf-9ff7-48ad-8a31-8ececaf2a560', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b003dbbf-9ff7-48ad-8a31-8ececaf2a560'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:35:40Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:46,876 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.468s 2018-08-20 21:35:46,877 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-8372f741-a8bd-4ba1-ad3f-8869e4b92b07', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8372f741-a8bd-4ba1-ad3f-8869e4b92b07'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-701283351": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:14:0a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:46,891 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:35:47,607 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.715s 2018-08-20 21:35:47,607 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-b0d4adee-49f6-4782-b0f0-ba435a90a51c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:35:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0d4adee-49f6-4782-b0f0-ba435a90a51c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-701283351": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:14:0a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:35:45Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:35:47,629 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 2e2ded70-e5c8-40e0-be15-fecb5fe8e95d with status: ACTIVE 2018-08-20 21:35:47,912 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.281s 2018-08-20 21:35:47,912 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--853189443", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:35:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5bc477f-3ed5-4848-aa7b-5097c47771f0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:47Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:47Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "572915aa-d409-4c79-a278-5da3107ae3f7", "name": "tempest-router--853189443"}} 2018-08-20 21:35:49,449 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7 1.534s 2018-08-20 21:35:49,450 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:35:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c31cbaff-0456-4fa7-aefb-82656d4b7373'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:47Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:49Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "572915aa-d409-4c79-a278-5da3107ae3f7", "name": "tempest-router--853189443"}} 2018-08-20 21:35:51,976 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/add_router_interface 2.524s 2018-08-20 21:35:51,976 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:35:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d758bf84-09e5-4b86-b7e5-72e74167565f'} Body: {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0", "subnet_ids": ["c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"], "port_id": "a465ad23-0116-4ca3-8976-e9e37704b906", "id": "572915aa-d409-4c79-a278-5da3107ae3f7"} 2018-08-20 21:35:52,369 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:35:52,370 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9038', 'content-location': 'http://172.30.9.23:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 20 Aug 2018 21:35:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-994544ee-a14c-4fa2-aa1d-9802aac7fc33'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:35:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9029491474e4fcf9a7c70d225ab2c66", "name": "tempest-TestBGPVPNBasic-67119031"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "interface": "public", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8977", "region": "regionOne", "interface": "public", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "666ba7090df241a296deec0c19870e09"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "internal", "id": "18d6189927864f4dac822b526e3b9519"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9696", "region": "regionOne", "interface": "admin", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"region_id": "regionOne", "url": "http://172.30.9.23:9696", "region": "regionOne", "interface": "public", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://12.0.0.25:8080/v1/AUTH_f9029491474e4fcf9a7c70d225ab2c66", "region": "regionOne", "interface": "internal", "id": "0745759a99b34899a51ca44e542379cf"}, {"region_id": "regionOne", "url": "http://12.0.0.25:8080", "region": "regionOne", "interface": "admin", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8080/v1/AUTH_f9029491474e4fcf9a7c70d225ab2c66", "region": "regionOne", "interface": "public", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "165709aabde94f5bb6da493f888c5f30"}, {"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"region_id": "regionOne", "url": "http://172.30.9.23:5000", "region": "regionOne", "interface": "public", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "334282f4ed52408ea3fd2f8d22e7 2018-08-20 21:35:52,947 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.575s 2018-08-20 21:35:52,948 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:35:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b78eb18-9cb2-448f-9ce5-c35bb64aefde'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "7a204d9e-5b6d-4a4b-b563-e5a89861e423"}} 2018-08-20 21:35:53,454 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations 0.505s 2018-08-20 21:35:53,455 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations', u'date': 'Mon, 20 Aug 2018 21:35:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7df8de14-4149-48ac-b139-e04bc9708ec6'} Body: {"network_association": {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "id": "8c03f7ff-0187-496d-9a5d-a3fcba47da51"}} 2018-08-20 21:35:54,086 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations 0.630s 2018-08-20 21:35:54,087 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d100aa15-ee85-427a-9327-76b66c055812"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7a204d9e-5b6d-4a4b-b563-e5a89861e423/network_associations', u'date': 'Mon, 20 Aug 2018 21:35:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ea58d41-3791-4534-a568-e3afc48f3c4c'} Body: {"network_association": {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "id": "e6188b68-174b-47d7-afc6-1caa1cbf005d"}} 2018-08-20 21:35:54,088 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:35:54,147 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:9696/v2.0/ports?device_id=572915aa-d409-4c79-a278-5da3107ae3f7 0.058s 2018-08-20 21:35:54,147 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '720', 'content-location': 'http://172.30.9.23:9696/v2.0/ports?device_id=572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:35:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d9997c6-752b-4350-8610-43f71107bbf7'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d100aa15-ee85-427a-9327-76b66c055812","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:35:50Z","admin_state_up":true,"updated_at":"2018-08-20T21:35:51Z","binding:vnic_type":"normal","device_id":"572915aa-d409-4c79-a278-5da3107ae3f7","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:c0:d4:d2","id":"a465ad23-0116-4ca3-8976-e9e37704b906","port_security_enabled":false,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"c4de8d8f-4696-4954-95a0-c8e3b87fd2d0","ip_address":"10.102.21.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 21:35:56,010 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface 1.862s 2018-08-20 21:35:56,011 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:35:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b38a726e-6fa2-4e67-9cf1-fa75aaf4786b'} Body: {"network_id": "d100aa15-ee85-427a-9327-76b66c055812", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0", "subnet_ids": ["c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"], "port_id": "a465ad23-0116-4ca3-8976-e9e37704b906", "id": "572915aa-d409-4c79-a278-5da3107ae3f7"} 2018-08-20 21:35:57,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7 1.480s 2018-08-20 21:35:57,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:35:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3eaeb284-b471-4822-bb81-c75d70e97444'} Body: 2018-08-20 21:35:57,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.238s 2018-08-20 21:35:57,733 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1938358059", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:35:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91a64373-e4f4-4057-a31b-34857b3c3e0d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:57Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:57Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f", "name": "tempest-router--1938358059"}} 2018-08-20 21:35:59,253 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f 1.519s 2018-08-20 21:35:59,254 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f', u'date': 'Mon, 20 Aug 2018 21:35:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c7e7e62-d2c0-4c00-b568-feff40abb6f4'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:35:57Z", "admin_state_up": true, "updated_at": "2018-08-20T21:35:59Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f", "name": "tempest-router--1938358059"}} 2018-08-20 21:36:01,376 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/add_router_interface 2.121s 2018-08-20 21:36:01,377 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:36:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f761c88-eb7c-4225-8f87-e0b5bbe474da'} Body: {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34", "subnet_ids": ["ecbfba50-74b0-42a7-a704-b7b23ed2ac34"], "port_id": "8381e8f3-a5d9-4350-8e12-756ae9e571b0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f"} 2018-08-20 21:36:03,663 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.285s 2018-08-20 21:36:03,664 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:36:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95ad5bb4-7836-4bd8-aace-1cfe094542e4'} Body: {"floatingip": {"router_id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:36:02Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30", "id": "3a406163-e91b-4347-ae68-911d940d141f", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:36:02Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:36:03,665 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:36:19,705 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:36:19,809 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:36:19,833 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:36:19,948 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:36:19,948 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:36:19,951 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:36:20,011 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:36:20,015 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:36:25,022 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:36:25,022 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 21:37:35,087 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:37:35,089 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:37:35,094 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:37:35,198 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:37:35,223 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:37:40,232 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:37:40,232 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 21:38:50,285 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:38:50,286 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:38:50,286 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50,290 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50,350 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:38:50,354 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50,360 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:38:50,361 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:6b:e5:aa [ether] on eth0 2018-08-20 21:38:50,361 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:38:50,362 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50,364 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50,424 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:38:50,428 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50,436 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:38:50,437 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:38:50,438 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50,440 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50,497 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:38:50,504 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50,510 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:38:50,511 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50,512 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50,574 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:38:50,576 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:50,581 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:38:50,582 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:6b:e5:aa [ether] on eth0 2018-08-20 21:38:50,582 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:38:50,583 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:38:50,585 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:38:50,646 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:38:50,649 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:38:55,658 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:38:55,658 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 21:40:05,720 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:40:05,721 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-20 21:40:05,727 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:40:05,827 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:40:05,854 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-20 21:40:10,861 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:40:10,862 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-20 21:41:20,929 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:41:20,930 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:41:20.930 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:41:22,663 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/3a406163-e91b-4347-ae68-911d940d141f 1.730s 2018-08-20 21:41:22,664 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/3a406163-e91b-4347-ae68-911d940d141f', u'date': 'Mon, 20 Aug 2018 21:41:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b7a936b2-c451-4c1d-8187-5f2eee7b65b7'} Body: 2018-08-20 21:41:24,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/remove_router_interface 2.095s 2018-08-20 21:41:24,761 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:41:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1be40f1a-98c1-4e20-81d4-c001e24d124c'} Body: {"network_id": "868d9cd7-6502-4aea-a960-8ccc616c4423", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "ecbfba50-74b0-42a7-a704-b7b23ed2ac34", "subnet_ids": ["ecbfba50-74b0-42a7-a704-b7b23ed2ac34"], "port_id": "8381e8f3-a5d9-4350-8e12-756ae9e571b0", "id": "1e9053b5-fd3a-45e8-9bc2-606b38e1228f"} 2018-08-20 21:41:26,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f 1.804s 2018-08-20 21:41:26,567 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/1e9053b5-fd3a-45e8-9bc2-606b38e1228f', u'date': 'Mon, 20 Aug 2018 21:41:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1df58fff-f611-48b6-b6aa-ae13ce6f73f1'} Body: 2018-08-20 21:41:26,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface 0.329s 2018-08-20 21:41:26,898 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4de8d8f-4696-4954-95a0-c8e3b87fd2d0"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:41:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba2bb790-802d-470b-84c9-f5ce191f024b'} Body: {"NeutronError": {"message": "Router 572915aa-d409-4c79-a278-5da3107ae3f7 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-20 21:41:27,142 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7 0.243s 2018-08-20 21:41:27,143 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/572915aa-d409-4c79-a278-5da3107ae3f7', u'date': 'Mon, 20 Aug 2018 21:41:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95408b88-2c87-4466-8b27-4efbf85725ab'} Body: {"NeutronError": {"message": "Router 572915aa-d409-4c79-a278-5da3107ae3f7 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-20 21:41:27,664 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.519s 2018-08-20 21:41:27,664 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-a426e621-d816-470f-97bf-3d2b6867f9f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a426e621-d816-470f-97bf-3d2b6867f9f4'} Body: 2018-08-20 21:41:28,834 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 1.168s 2018-08-20 21:41:28,834 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-ee56b9b0-8dfd-4180-a672-8edfdcea39a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee56b9b0-8dfd-4180-a672-8edfdcea39a0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-701283351": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:14:0a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:45.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2e2ded70-e5c8-40e0-be15-fecb5fe8e95d", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:41:27Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-2", "created": "2018-08-20T21:35:37Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:41:29,916 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d 0.062s 2018-08-20 21:41:29,916 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/2e2ded70-e5c8-40e0-be15-fecb5fe8e95d', u'x-compute-request-id': 'req-65077e24-ad95-40a9-9889-eb6bd6f2abc4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-65077e24-ad95-40a9-9889-eb6bd6f2abc4'} Body: {"itemNotFound": {"message": "Instance 2e2ded70-e5c8-40e0-be15-fecb5fe8e95d could not be found.", "code": 404}} 2018-08-20 21:41:30,911 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c5619700-b56f-4c52-964e-e1cfa48f8831 0.993s 2018-08-20 21:41:30,911 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c5619700-b56f-4c52-964e-e1cfa48f8831', u'date': 'Mon, 20 Aug 2018 21:41:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-00c52369-db08-4750-81e6-2e5b840b3858'} Body: 2018-08-20 21:41:31,196 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.283s 2018-08-20 21:41:31,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-2eb55c64-c3d9-4bdc-84ad-a7b294b2d2c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2eb55c64-c3d9-4bdc-84ad-a7b294b2d2c6'} Body: 2018-08-20 21:41:31,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.718s 2018-08-20 21:41:31,916 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-d061c91e-cffb-43cd-99f2-9d2cd659d5c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d061c91e-cffb-43cd-99f2-9d2cd659d5c3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-867239499": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:c8:02", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d0a2887-537c-4f3b-bb14-a816b5802142", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:35:30.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8d0a2887-537c-4f3b-bb14-a816b5802142", "security_groups": [{"name": "tempest-secgroup-smoke-557427586"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:41:31Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1717644114", "name": "server-1", "created": "2018-08-20T21:35:20Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:41:32,977 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142 0.044s 2018-08-20 21:41:32,977 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d0a2887-537c-4f3b-bb14-a816b5802142', u'x-compute-request-id': 'req-33ecd2d2-c352-4c47-accc-4ba9859e3011', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:32 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-33ecd2d2-c352-4c47-accc-4ba9859e3011'} Body: {"itemNotFound": {"message": "Instance 8d0a2887-537c-4f3b-bb14-a816b5802142 could not be found.", "code": 404}} 2018-08-20 21:41:33,704 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30 0.725s 2018-08-20 21:41:33,705 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/0a7c0b71-ce8e-4604-9de5-ef9dab5e4f30', u'date': 'Mon, 20 Aug 2018 21:41:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-487d4a4d-ea62-46ab-93cf-884fb8868f02'} Body: 2018-08-20 21:41:33,790 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1717644114 0.084s 2018-08-20 21:41:33,791 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1717644114', u'x-compute-request-id': 'req-f80e3deb-7aa0-41fb-8c97-bfe259891ee1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f80e3deb-7aa0-41fb-8c97-bfe259891ee1'} Body: 2018-08-20 21:41:36,199 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c4de8d8f-4696-4954-95a0-c8e3b87fd2d0 2.407s 2018-08-20 21:41:36,199 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/c4de8d8f-4696-4954-95a0-c8e3b87fd2d0', u'date': 'Mon, 20 Aug 2018 21:41:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79bc8933-c2dc-4ced-9ff8-c4bf9f2cfb11'} Body: 2018-08-20 21:41:38,758 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d100aa15-ee85-427a-9327-76b66c055812 2.558s 2018-08-20 21:41:38,759 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d100aa15-ee85-427a-9327-76b66c055812', u'date': 'Mon, 20 Aug 2018 21:41:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-858a7fce-1d2a-47fe-adb1-bfca3ed86f72'} Body: 2018-08-20 21:41:41,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/ecbfba50-74b0-42a7-a704-b7b23ed2ac34 2.479s 2018-08-20 21:41:41,239 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/ecbfba50-74b0-42a7-a704-b7b23ed2ac34', u'date': 'Mon, 20 Aug 2018 21:41:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0a734c1e-0386-483e-85fc-0c7c23b33f30'} Body: 2018-08-20 21:41:44,052 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/868d9cd7-6502-4aea-a960-8ccc616c4423 2.812s 2018-08-20 21:41:44,052 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/868d9cd7-6502-4aea-a960-8ccc616c4423', u'date': 'Mon, 20 Aug 2018 21:41:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2233fa27-18be-4b1d-8b07-e48686b065d4'} Body: 2018-08-20 21:41:45,018 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/0206cf01-1c66-413f-88b5-8aa4a02e991d 0.964s 2018-08-20 21:41:45,018 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/0206cf01-1c66-413f-88b5-8aa4a02e991d', u'date': 'Mon, 20 Aug 2018 21:41:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6b38dead-0e3a-41a7-a108-7b1f62ba9fd9'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant4[compute,id-973ab26d-c7d8-4a32-9aa9-2d7e6f406135,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 165, in test_bgpvpn_variant4 self._create_servers() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 964, in _create_servers security_group_ids, self.os_primary, port_security) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 943, in _create_server clients, wait_until='ACTIVE', name=name, **create_server_kwargs) File "/src/tempest/tempest/common/compute.py", line 258, in create_test_server server['id']) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/src/tempest/tempest/common/compute.py", line 229, in create_test_server clients.servers_client, server['id'], wait_until) File "/src/tempest/tempest/common/waiters.py", line 76, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server eca803b1-45c2-4aee-8116-0f5c4a52c58e failed to build and is in ERROR status Details: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-20T21:41:59Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:41:45,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.397s 2018-08-20 21:41:45,444 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-718556318 description", "name": "tempest-secgroup-smoke-718556318"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:41:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34461175-4008-429b-bb54-d4951ba1d900'} Body: {"security_group": {"description": "tempest-secgroup-smoke-718556318 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:45Z", "updated_at": "2018-08-20T21:41:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:41:45Z", "revision_number": 0, "id": "899a490d-bf82-48c3-8294-313a0f953183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:41:45Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:41:45Z", "revision_number": 0, "id": "9cb036da-1021-4b50-a272-64f73bf1fd92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:41:45Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "name": "tempest-secgroup-smoke-718556318"}} 2018-08-20 21:41:45,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.543s 2018-08-20 21:41:45,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f7a6086-1a2e-4b9d-bc9f-01df4dee1147'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:41:45Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:45Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "36277270-d346-4330-82a9-31a346ef0773"}} 2018-08-20 21:41:46,187 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.198s 2018-08-20 21:41:46,188 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96ae40a2-5b9f-4322-8326-1d12b2b3fdf7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:41:46Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:46Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ee8221d0-84d9-456a-b881-8cfdbe4c2478"}} 2018-08-20 21:41:46,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.499s 2018-08-20 21:41:46,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9fedbde-00ab-494d-95cb-4aa3f8fedf81'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:41:46Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:46Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "958a3bd6-dc65-4a33-bef9-0e61ae30cf80"}} 2018-08-20 21:41:47,137 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-20 21:41:47,137 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-225b3ea0-0efb-432b-9b70-21e471739911'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:41:46Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:46Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "55c0ae70-1071-41c4-85ca-9475e422234d"}} 2018-08-20 21:41:47,838 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.700s 2018-08-20 21:41:47,839 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9bb09203-0ca3-47e0-8771-e065bbc0d7cb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:47Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:47Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "188084ac-c4e6-4c4f-be40-ff1c9f96b53a"}} 2018-08-20 21:41:48,646 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.806s 2018-08-20 21:41:48,647 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6d2c290-da81-4aee-9330-2027ee1215e3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:48Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:48Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "70079e04-f049-4e11-938a-8f838a091baa"}} 2018-08-20 21:41:49,155 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.508s 2018-08-20 21:41:49,156 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-93b486f0-f856-4a86-957e-8b1b23d41e12'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:49Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "ae8e5914-d8f0-4056-86d2-e5023a9cdbe3"}} 2018-08-20 21:41:49,430 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.273s 2018-08-20 21:41:49,431 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:41:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71108ede-0a7d-423a-8726-92735e28c708'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:41:49Z", "security_group_id": "23098cba-fb81-4a8b-b7df-292e1d193e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:41:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f786bfe8-5250-45b3-ae49-89f0753d61cc"}} 2018-08-20 21:41:49,830 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.398s 2018-08-20 21:41:49,831 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1353171347"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:41:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c87a1f78-ac64-48e6-ad2b-90144815215c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:41:49Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"cdb587d0-0b1b-4791-a6f4-3188a44b3439","name":"tempest-A-1353171347"}} 2018-08-20 21:41:50,902 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.069s 2018-08-20 21:41:50,902 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "cdb587d0-0b1b-4791-a6f4-3188a44b3439", "name": "tempest-subnet-A-1-1364644761"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:41:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc2a89bc-6e4c-4785-af2e-3d09f7d205af'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdb587d0-0b1b-4791-a6f4-3188a44b3439","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:50Z","dns_nameservers":[],"updated_at":"2018-08-20T21:41:50Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"27b34922-8c01-4523-8a0f-b1a37f07ef8a","subnetpool_id":null,"name":"tempest-subnet-A-1-1364644761"}} 2018-08-20 21:41:51,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.345s 2018-08-20 21:41:51,249 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-1699288781"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:41:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0af55bb2-5748-490b-b9db-2758d9e709df'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:41:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"7b97bca2-d00c-4367-a7af-110c0c324d25","name":"tempest-B-1699288781"}} 2018-08-20 21:41:52,602 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.352s 2018-08-20 21:41:52,603 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "7b97bca2-d00c-4367-a7af-110c0c324d25", "name": "tempest-subnet-B-1-758735980"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:41:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7a03934a-436f-4e8e-a29c-6fa70be87905'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b97bca2-d00c-4367-a7af-110c0c324d25","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:41:51Z","dns_nameservers":[],"updated_at":"2018-08-20T21:41:51Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"06b3a311-fca9-444c-81bf-f81f25200535","subnetpool_id":null,"name":"tempest-subnet-B-1-758735980"}} 2018-08-20 21:41:52,871 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.266s 2018-08-20 21:41:52,871 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1903965818"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-8b7d17d9-180e-4af3-9ecf-fa4c9f5ee192', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b7d17d9-180e-4af3-9ecf-fa4c9f5ee192'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzNnKPyrpEz3wjELgcEhh924DT5W2xjP1eZmRU53BmPCCJprQewdzSZ6VR0i2+9wE2z6tnmuXBP8LxH/wx2ciUFmsYOOHsbBhEYafuacxjtuaYPFKlGOjGs4ZI3ZwIx8rOdkGPj679exbNpw9soRh3KPwr4u6ltGaHdr0tqnpZNM/A+MvhbcHsKXD2mmNBMhzeRpFXuWyfdczhiuD8OKX3ZihZOqsD1KrG0a82F6qwdXIk5L99T7uioc3gDqfq/sHfb10k+Wv8mj9qruWZRVy2AhrrosBGFrwnY7yuA/uWAQjhdu89ds5xf81vnhjjc/4QHy1//5apP/4yWr3SYZJr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAszZyj8q6RM98IxC4HBIYfduA0+VtsYz9XmZkVOdwZjwgiaa0\nHsHc0melUdItvvcBNs+rZ5rlwT/C8R/8MdnIlBZrGDjh7GwYRGGn7mnMY7bmmDxS\npRjoxrOGSN2cCMfKznZBj4+u/XsWzacPbKEYdyj8K+LupbRmh3a9Lap6WTTPwPjL\n4W3B7Clw9ppjQTIc3kaRV7lsn3XM4Yrg/Dil92YoWTqrA9SqxtGvNheqsHVyJOS/\nfU+7oqHN4A6n6v7B329dJPlr/Jo/aq7lmUVctgIa66LARha8J2O8rgP7lgEI4Xbv\nPXbOcX/Nb54Y43P+EB8tf/+WqT/+Mlq90mGSawIDAQABAoIBACNNgHfO6a6QaNXH\nf10YO3bffJtBQMCPE4I7DVykUsHw6j/zdNvyOHvCKxDZJGXP5o9TjWJVYxkUZGR3\ndoijbB2v5Nzap7aY/JbL3fbbJIYoC3jFuUoIhCJQTw2fihM4uDy/kt6i4UfRrYZJ\neIJfoaAnlLVYeMZvqRraSx3pzTwxFKfphUNESgdaDxjduEMvcl1Q9Vv06jKMY4dT\nQ37Velz/NyaFuA3qbKULxkgAA40NkyajZXrnWUW0ORuyEEERw0+J5bmdjY22DclO\nyev/S2Rb6EYJdA9sW3qr3sO62H7a4g6FghwZxM//2hi6TDlTATfCbGXJR/CCLrHB\nOARN4AECgYEA3FYlR7WzZbxEl44N5hsFP0vCBKvy54l36Z829BNiU7HtWUgTOYAM\nCO1neP8oqavqHxUY+gXL0kK32+pOyTV95JbvKwkQaoYDgxtRDRGQPO2Ca4hHE09F\nkdq5hjm+YuN9qYVp0alX1fyhPuqw+NnnVdWU38m3ZVVhTFuaglyW6AECgYEA0DhM\nBGm5YfHdgN7qTNOIAuBh1ZYJa/4GpqA5nXhiVY29QfcAXiDxjKRh22ZH45vwzunA\ngXwtuo5TOWND0SmqLoTgs3ynOkUP8aoOQ982EXkdb9DIf53GH0D6dFSXhyJdSBdo\n6f1g/CZAbwSzSH9F7x/HBMZPiPqD7j21Nie+mmsCgYEAz5dSVHe66BUzQt8R9URr\n8zC7QY+HseHw2mmpatiAgX5XsxCXHEuqCxcxr+wnMYTJdjN4bsfbOuSlOUtOo4AE\ndsRF3fQSRWqyEGpCON/dV6omgI3K+URstXiv5uismZrgIEGUa3bzTKdSfGa+Chez\nP0mVlCsG4TBKFZkQv9XgUAECgYEApY3dgzS8nU+9mpWjHWqjHgZiQ3yECUV07E9B\nAB+TsAp+jFBkDnOLGxQoalWsmyCGGz5oPYwKn+ZB7cMrTMcf9NTaBFv8aqw2vSNF\nLFnxl3sBGMKcaDt+J6N2f8AyqtN777INTN6VmmafnKXUFrR7WmGd0AINgxAMjgSq\nbGC1f/kCgYBT/cD9cmgpv9JSwR2WJHG1HHH0nCwRGXuOnUzZalGlmHVB0ZZcjdT8\nosnxsNXFxoTIuwaSufs2DfU+iffxUalNNv/wF0qmzGIHuu/U5hgAXZ3PHb5IdC67\ndYb8luYm2f7Y5yVvlPsJ5ul7Aggt6fao8WheKdFbbADPEqTRReoylQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-1903965818", "fingerprint": "4d:4c:07:12:04:61:ea:a4:e0:53:53:59:b0:37:d6:e6"}} 2018-08-20 21:41:54,297 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/ports 1.421s 2018-08-20 21:41:54,298 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "cdb587d0-0b1b-4791-a6f4-3188a44b3439", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-743963750", "security_groups": ["23098cba-fb81-4a8b-b7df-292e1d193e0d"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:41:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f602d8c-ae0e-410a-8f93-c415c89bdb4b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:41:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cdb587d0-0b1b-4791-a6f4-3188a44b3439","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:41:53Z","name":"tempest-port-smoke-743963750","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ee:76:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"27b34922-8c01-4523-8a0f-b1a37f07ef8a","ip_address":"10.101.11.10"}],"id":"b410ce20-a668-40e5-b116-534d42e00818","security_groups":["23098cba-fb81-4a8b-b7df-292e1d193e0d"],"device_id":""}} 2018-08-20 21:41:58,367 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.23:8774/v2.1/servers 4.068s 2018-08-20 21:41:58,367 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1903965818", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "cdb587d0-0b1b-4791-a6f4-3188a44b3439", "port": "b410ce20-a668-40e5-b116-534d42e00818"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-d5bc612a-75c3-458c-a835-901b86f52150', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5bc612a-75c3-458c-a835-901b86f52150'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "adminPass": "mT2jTDfNTv6C"}} 2018-08-20 21:41:58,757 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.385s 2018-08-20 21:41:58,757 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-f79aa9ea-bfb0-41ef-b187-162be5cc60f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f79aa9ea-bfb0-41ef-b187-162be5cc60f7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:41:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1903965818", "name": "server-1", "created": "2018-08-20T21:41:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:00,108 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.336s 2018-08-20 21:42:00,109 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-b0e5b1a8-82bb-48e3-b16e-20ba7ec56caf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:41:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0e5b1a8-82bb-48e3-b16e-20ba7ec56caf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:41:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1903965818", "name": "server-1", "created": "2018-08-20T21:41:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:01,772 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.649s 2018-08-20 21:42:01,773 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1335', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-f4fd5a07-c03a-4353-b035-9852761876bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f4fd5a07-c03a-4353-b035-9852761876bf'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "eca803b1-45c2-4aee-8116-0f5c4a52c58e", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T21:41:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1903965818", "name": "server-1", "created": "2018-08-20T21:41:58Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-20T21:41:59Z"}, "metadata": {}}} 2018-08-20 21:42:01,788 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 3 second wait 2018-08-20 21:42:03,198 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 204 DELETE http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 1.409s 2018-08-20 21:42:03,199 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-4a4af7c9-d7f5-4111-9ed0-36d44a7d4eca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a4af7c9-d7f5-4111-9ed0-36d44a7d4eca'} Body: 2018-08-20 21:42:03,244 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 404 GET http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e 0.044s 2018-08-20 21:42:03,244 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/eca803b1-45c2-4aee-8116-0f5c4a52c58e', u'x-compute-request-id': 'req-88449d6f-eb39-4fed-98af-20062d6fea35', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:03 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88449d6f-eb39-4fed-98af-20062d6fea35'} Body: {"itemNotFound": {"message": "Instance eca803b1-45c2-4aee-8116-0f5c4a52c58e could not be found.", "code": 404}} 2018-08-20 21:42:04,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b410ce20-a668-40e5-b116-534d42e00818 1.350s 2018-08-20 21:42:04,597 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/b410ce20-a668-40e5-b116-534d42e00818', u'date': 'Mon, 20 Aug 2018 21:42:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-90c9be95-6165-4c7e-9934-9ae81ea91a0b'} Body: 2018-08-20 21:42:04,640 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1903965818 0.042s 2018-08-20 21:42:04,641 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1903965818', u'x-compute-request-id': 'req-f539b1af-bc5d-4208-9e70-2d0231460191', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f539b1af-bc5d-4208-9e70-2d0231460191'} Body: 2018-08-20 21:42:07,163 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/06b3a311-fca9-444c-81bf-f81f25200535 2.521s 2018-08-20 21:42:07,164 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/06b3a311-fca9-444c-81bf-f81f25200535', u'date': 'Mon, 20 Aug 2018 21:42:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7618b5c5-32aa-493d-a63e-68d64ff70d2f'} Body: 2018-08-20 21:42:09,184 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/7b97bca2-d00c-4367-a7af-110c0c324d25 2.019s 2018-08-20 21:42:09,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/7b97bca2-d00c-4367-a7af-110c0c324d25', u'date': 'Mon, 20 Aug 2018 21:42:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6efe73c5-6fd0-4a49-a1ce-6ea8993573b3'} Body: 2018-08-20 21:42:11,541 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/27b34922-8c01-4523-8a0f-b1a37f07ef8a 2.355s 2018-08-20 21:42:11,542 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/27b34922-8c01-4523-8a0f-b1a37f07ef8a', u'date': 'Mon, 20 Aug 2018 21:42:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ce7ba295-99ab-4e75-8b49-48ba9600297c'} Body: 2018-08-20 21:42:13,908 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/cdb587d0-0b1b-4791-a6f4-3188a44b3439 2.366s 2018-08-20 21:42:13,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/cdb587d0-0b1b-4791-a6f4-3188a44b3439', u'date': 'Mon, 20 Aug 2018 21:42:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fe7080ae-7e2f-42b8-900d-d314c8cbd756'} Body: 2018-08-20 21:42:14,595 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/23098cba-fb81-4a8b-b7df-292e1d193e0d 0.685s 2018-08-20 21:42:14,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/23098cba-fb81-4a8b-b7df-292e1d193e0d', u'date': 'Mon, 20 Aug 2018 21:42:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5c841d54-966d-4fe4-83ac-0747b3f019b7'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant5[compute,id-2ac0696b-e828-4299-9e94-5f9c4988d961,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 192, in test_bgpvpn_variant5 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:42:15,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.765s 2018-08-20 21:42:15,365 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1607409408 description", "name": "tempest-secgroup-smoke-1607409408"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:42:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9cd464d-8fe0-4ff5-ba4e-2eded5472f02'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1607409408 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:14Z", "updated_at": "2018-08-20T21:42:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:42:14Z", "revision_number": 0, "id": "634d6f3e-f308-48ec-8f41-cf6cee13750c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:42:14Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:42:14Z", "revision_number": 0, "id": "d649635f-d4f9-46c8-ba53-c2637451a53a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:42:14Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "name": "tempest-secgroup-smoke-1607409408"}} 2018-08-20 21:42:16,149 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.783s 2018-08-20 21:42:16,150 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-238f9815-cf4f-4592-a356-d80eb8c812ec'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:42:15Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:15Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "3be9ded1-3af7-4205-888b-d31d6745f2e5"}} 2018-08-20 21:42:16,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.782s 2018-08-20 21:42:16,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7e301086-53f9-44d0-9664-2ff52caf9764'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:42:16Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:16Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a315fc04-93f1-4193-ab68-521cbb49263a"}} 2018-08-20 21:42:17,286 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.351s 2018-08-20 21:42:17,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-742259e1-570f-43e5-9af5-c51ce6e29362'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:42:17Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "80982d37-e6c6-410e-90e3-20c209861117"}} 2018-08-20 21:42:17,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.495s 2018-08-20 21:42:17,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-792ef844-bf93-40ac-a856-87d5f6c62c39'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:42:17Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:17Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "5b7354a4-94a0-4f4c-a302-b6ec802fe504"}} 2018-08-20 21:42:18,442 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.657s 2018-08-20 21:42:18,442 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ff1dd2d-2e7d-4c14-8c7e-404018322181'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:18Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "38180578-7f2c-4ffa-8339-86641f1fda07"}} 2018-08-20 21:42:19,257 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.813s 2018-08-20 21:42:19,257 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b3b94aa-7c00-48c3-a803-3f7b0f154096'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:18Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:18Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "6a726fee-3a9f-4ca0-b930-8f758461932d"}} 2018-08-20 21:42:19,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.352s 2018-08-20 21:42:19,610 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c0428ae-e8cc-4379-9a2b-4926f99a98d7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:19Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:19Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f9bd464d-35b9-4698-b3ca-e4e0482dbdb8"}} 2018-08-20 21:42:20,221 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.609s 2018-08-20 21:42:20,221 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3c5bfa5-4026-489b-afb1-e28d17db4516'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:42:20Z", "security_group_id": "6b38e555-4edb-4943-b1bb-c6ea5f35ecac", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:20Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4ace062f-8341-4117-bbda-cb2c5aa3aa8c"}} 2018-08-20 21:42:20,674 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.452s 2018-08-20 21:42:20,675 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-518867376"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb7c311e-9343-45e5-b03b-2664134da19d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:42:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"f169a025-bb1e-49a4-98e8-dfa93646df8e","name":"tempest-A-518867376"}} 2018-08-20 21:42:22,034 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.357s 2018-08-20 21:42:22,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "name": "tempest-subnet-A-1-1016708291"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-667ea599-5df0-403e-aa51-4ed1f14c1541'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f169a025-bb1e-49a4-98e8-dfa93646df8e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:21Z","dns_nameservers":[],"updated_at":"2018-08-20T21:42:21Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"385ded57-e87d-438d-b7c4-dc7c82f5011d","subnetpool_id":null,"name":"tempest-subnet-A-1-1016708291"}} 2018-08-20 21:42:22,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.225s 2018-08-20 21:42:22,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-153219887"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd580fc4-f930-4d9d-9906-f1e5c27cc624'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:42:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"db9a92ce-01bf-45f9-851f-62a46f99a99d","name":"tempest-B-153219887"}} 2018-08-20 21:42:23,094 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.832s 2018-08-20 21:42:23,094 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "name": "tempest-subnet-B-1-1859425232"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:42:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c92d81eb-fb28-4338-a571-e516e98d5fa1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db9a92ce-01bf-45f9-851f-62a46f99a99d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:42:22Z","dns_nameservers":[],"updated_at":"2018-08-20T21:42:22Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"6f1afd09-05e8-49b8-9230-8d895c53adae","subnetpool_id":null,"name":"tempest-subnet-B-1-1859425232"}} 2018-08-20 21:42:23,305 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.210s 2018-08-20 21:42:23,306 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--4384862", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '410', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:42:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f50b695f-1b4d-456e-b5cc-40f1630373c8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:42:23Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7", "name": "tempest-router--4384862"}} 2018-08-20 21:42:24,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7 1.635s 2018-08-20 21:42:24,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '590', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7', u'date': 'Mon, 20 Aug 2018 21:42:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99f2126d-fb86-437b-bc00-33bf5b90325a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:42:23Z", "admin_state_up": true, "updated_at": "2018-08-20T21:42:24Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7", "name": "tempest-router--4384862"}} 2018-08-20 21:42:27,729 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/add_router_interface 2.785s 2018-08-20 21:42:27,730 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:42:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4790a5f0-c2d0-41f1-bc0e-c2c588c51c03'} Body: {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae", "subnet_ids": ["6f1afd09-05e8-49b8-9230-8d895c53adae"], "port_id": "daf6856a-7eb6-49e5-8763-005d12f263cc", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7"} 2018-08-20 21:42:28,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 1.024s 2018-08-20 21:42:28,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:42:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2151c7e9-cfb7-4eb0-9d4d-0767b0e87cd6'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "478c5fd2-7036-4657-8cdd-9c77a4932855"}} 2018-08-20 21:42:29,296 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations 0.539s 2018-08-20 21:42:29,297 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations', u'date': 'Mon, 20 Aug 2018 21:42:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36baf84b-8004-414d-a935-071edabce45b'} Body: {"network_association": {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "id": "dd7c979d-2928-4289-807e-fee6e3a79837"}} 2018-08-20 21:42:29,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations 0.690s 2018-08-20 21:42:29,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/478c5fd2-7036-4657-8cdd-9c77a4932855/network_associations', u'date': 'Mon, 20 Aug 2018 21:42:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac894adb-41e1-4abb-b7b6-07b097a39c9c'} Body: {"network_association": {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "id": "1d316af8-89ea-43cc-8378-64fbd6754aae"}} 2018-08-20 21:42:29,989 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:42:30,201 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.211s 2018-08-20 21:42:30,202 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-868294983"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fa60af27-e2b7-46bf-a903-271053fd2380', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa60af27-e2b7-46bf-a903-271053fd2380'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7TveS8VZPHdfQY5LUMM86Ql+2+ONz3OlSjdRe5TMJckrdcH+j/JOltgggLbB8F/rOp3bMgVEK17ylSWMFObG/0Tx6RI5NbBPXM+yCW2PXGbvMBPLomY3HLKwZFNE7a0sB2hyuoKpd+NMhZUFdrfkj5q5fFKnxiWcKMAy13q7zJ/HbTbZFwQJADgUJ0SDxj5i+XMdP1tOzJ7vjFYs5SehCVplZj3gaYIiGIXRKu7i7m8ZtYRv/HTO5EQEI2Hx4inbjjNgHaFl58NqX1ToOzOBSaFvpUHl0K4Dxj9etrZDmSE0jHBjYFTrDHYpP0p6707647ReMeUQOdp88V0ndm5eD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAu073kvFWTx3X0GOS1DDPOkJftvjjc9zpUo3UXuUzCXJK3XB/\no/yTpbYIIC2wfBf6zqd2zIFRCte8pUljBTmxv9E8ekSOTWwT1zPsgltj1xm7zATy\n6JmNxyysGRTRO2tLAdocrqCqXfjTIWVBXa35I+auXxSp8YlnCjAMtd6u8yfx2022\nRcECQA4FCdEg8Y+YvlzHT9bTsye74xWLOUnoQlaZWY94GmCIhiF0Sru4u5vGbWEb\n/x0zuREBCNh8eIp244zYB2hZefDal9U6DszgUmhb6VB5dCuA8Y/Xra2Q5khNIxwY\n2BU6wx2KT9Keu9O+uO0XjHlEDnafPFdJ3ZuXgwIDAQABAoIBAHGgtQW6TB6QvxRW\n44K/3Wa9Ty1DjVADSrPfAF9U8YIgiJQPJA+KMNONOx6yOOb+8RKeeq4TIOPP/kvS\n2jQYTOFNgD+4CQ+kqeCaSjbGVCnwHYHl2qoKRPz396r7evZt30HPXCj/pHp/cS1I\nLMA0wvfpgAyED5hMP2rpvTwzS7SLkxaonKyLT23bMg5P8ckVDxAC8S926izlkyaF\nWq57bdEzQkKRhkG04mXEI/sltw+teAW35/hfBTE/lkUfy68P+05G9OqQwyP94zbr\nFw1GjE9lzysIbG6Rx0kpXhvpC5sOJKaLmFgF3yUahxXe7Zh7PA5pbLC2RSxBwCWi\n1i68RRkCgYEA8C3fSPXFhD/WriQDiJqy+zpx71CkLfrtPw1pZoLi5XsqJXewQVuP\n6VBeqHLYiXXtLFJWSCg3xAvATHhNrrSxRMrbegwNrL2GvSddpzWVR4jHLWIP4KaF\n41jUBhj+m8NtLvQJ3otcozMKJ2BuPA+NflqvLY0cmbJ1uqVDQcjCXzUCgYEAx6WJ\n9wgBi43aeZ03BamXskzh1zB5y6QMxQQ8pHCdUQJeMsVkoiyTQabhP5xAEvNPNv5X\n9rSZ/5Ohi4yez7RBScCKJSwvIP7v1bcaLKaiUKM9I9V/JmFW8YL3GhVeQlwe4O44\npOvKqLxv2dmlqyy+CpP5Ix437li9Re2EXpzxWtcCgYB3ELaVa8l8E02wzIe368D4\nzHN5CQgrBy8fx91NhWtICjPNmTUWYXbJWh9i8HQqSPzHsRW29cEXfh/ZiPYxur/6\nc3o0Wc9ZqCcolGBYKTcU3FipRejLHKJZH0sUrsVhoJL66N4PphTJjt7kwGhFfAxP\n7FLViRP5mb/FRHJAJW8+VQKBgGhdJcDoA37DOakHQSMJo44GWKyX36NPb4lyDI1d\nfS9C0KEzxMZuDNBt/yO0d14wqIEz9iG2CSasMu9zI/Wp4dM+/jguX7ic7BzJKbqb\npRAINUbNLTmP+tYnQyr0bqC77Txh62RzCi6oysOT3eGccv+umLb97fj/lHnAjsiy\nvAxjAoGAJ+hQSj1Y+Iq8KM/z3eiNZX+KUFIZSFs4Hqhf3+BDoN5ybK5p9YogQScn\nIb3TWz05Ol4ojpXtmdYdGDVEpIQP2nl6kEY+1KO5pESU1yoLOkffW0tvG5B0mxvi\n5UXZ8vt6T/P1vc1giElqEBUMxy6WMATITJ+lrsEtfEG/QFKXFJs=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-868294983", "fingerprint": "41:6d:42:1b:2c:d1:de:2d:cc:b7:0d:ef:2e:0b:75:e3"}} 2018-08-20 21:42:31,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 1.223s 2018-08-20 21:42:31,429 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1102145380", "security_groups": ["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:42:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e29c6192-a2b4-47d8-9358-395635cf829f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:42:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f169a025-bb1e-49a4-98e8-dfa93646df8e","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:42:30Z","name":"tempest-port-smoke-1102145380","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f6:e2:b5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"385ded57-e87d-438d-b7c4-dc7c82f5011d","ip_address":"10.101.11.10"}],"id":"efae3513-e0c7-4eec-b719-6fb9b0bb873c","security_groups":["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"],"device_id":""}} 2018-08-20 21:42:34,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 2.912s 2018-08-20 21:42:34,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-868294983", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "port": "efae3513-e0c7-4eec-b719-6fb9b0bb873c"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-b70fbf61-5dbb-4a92-95d5-b65b9d885dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b70fbf61-5dbb-4a92-95d5-b65b9d885dad'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "adminPass": "sP9VTXTeSP7w"}} 2018-08-20 21:42:35,226 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.876s 2018-08-20 21:42:35,227 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-6a22a68b-bb30-45b9-8ac0-5d5279f4d177', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a22a68b-bb30-45b9-8ac0-5d5279f4d177'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:36,574 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.333s 2018-08-20 21:42:36,575 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-c238fcbf-cf3b-41db-bad7-61458d72e6c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c238fcbf-cf3b-41db-bad7-61458d72e6c9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:37,951 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.360s 2018-08-20 21:42:37,952 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-77cbf352-9c6f-4321-84b7-82d7d10602c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-77cbf352-9c6f-4321-84b7-82d7d10602c9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:37,965 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-20 21:42:39,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.708s 2018-08-20 21:42:39,676 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-b05b7bfa-5148-4828-9174-0c5810411941', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b05b7bfa-5148-4828-9174-0c5810411941'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:39,687 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:42:41,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 1.060s 2018-08-20 21:42:41,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-89242c06-8390-4151-a987-1206bf585ca2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89242c06-8390-4151-a987-1206bf585ca2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:43,417 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.651s 2018-08-20 21:42:43,418 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-29e566e7-d22b-4ea7-be78-b38a538bbdc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29e566e7-d22b-4ea7-be78-b38a538bbdc7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:42:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:43,430 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-20 21:42:44,108 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.677s 2018-08-20 21:42:44,109 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-198940ec-d8e0-4511-b335-a8e3a8adab39', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-198940ec-d8e0-4511-b335-a8e3a8adab39'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:42:42Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:44,122 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b2b539fe-03ae-4c2e-98dd-3aef0624bea8 with status: ACTIVE 2018-08-20 21:42:45,189 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 1.066s 2018-08-20 21:42:45,190 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-542630267", "security_groups": ["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:42:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d352effb-a7d9-4ab4-91eb-888770eee788'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:42:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"db9a92ce-01bf-45f9-851f-62a46f99a99d","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:42:44Z","name":"tempest-port-smoke-542630267","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:04:07:af","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"6f1afd09-05e8-49b8-9230-8d895c53adae","ip_address":"10.102.21.20"}],"id":"d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2","security_groups":["6b38e555-4edb-4943-b1bb-c6ea5f35ecac"],"device_id":""}} 2018-08-20 21:42:48,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 3.534s 2018-08-20 21:42:48,726 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-868294983", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "port": "d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-e08cd38c-3da2-4612-838a-91fe054b66c7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e08cd38c-3da2-4612-838a-91fe054b66c7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "adminPass": "Bmn7hXDUYjSr"}} 2018-08-20 21:42:49,049 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.319s 2018-08-20 21:42:49,050 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-0fc82f85-13bc-4d8b-bd22-d71185771747', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fc82f85-13bc-4d8b-bd22-d71185771747'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:50,120 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.056s 2018-08-20 21:42:50,121 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-afbf1f1a-d786-4b0a-bc3b-98e8cd8d060f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afbf1f1a-d786-4b0a-bc3b-98e8cd8d060f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:51,411 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.275s 2018-08-20 21:42:51,412 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-1eb8921f-82a2-4227-b504-613c5a552522', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1eb8921f-82a2-4227-b504-613c5a552522'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:52,745 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.317s 2018-08-20 21:42:52,745 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-b4c2137c-733a-4d8c-8726-e53b95c4424b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b4c2137c-733a-4d8c-8726-e53b95c4424b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:52Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:52,759 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:42:54,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.624s 2018-08-20 21:42:54,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-4609ee5e-fd7c-4e48-9e6f-14b459981d68', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4609ee5e-fd7c-4e48-9e6f-14b459981d68'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:53Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:55,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.458s 2018-08-20 21:42:55,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-b675bc2a-56e2-44c3-8af7-747737e4160c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b675bc2a-56e2-44c3-8af7-747737e4160c'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:55Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:55,873 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-20 21:42:57,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.907s 2018-08-20 21:42:57,783 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-8dcd2787-54d5-4171-9701-5c66faa90830', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8dcd2787-54d5-4171-9701-5c66faa90830'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:56Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:42:57,795 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait 2018-08-20 21:42:59,435 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.639s 2018-08-20 21:42:59,436 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-5064b6f3-2bec-45c1-abd3-fa56c524ee75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:42:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5064b6f3-2bec-45c1-abd3-fa56c524ee75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:56Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:43:00,972 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.522s 2018-08-20 21:43:00,973 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-860bead9-b8af-4bed-9ea8-ce987dc6333c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:43:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-860bead9-b8af-4bed-9ea8-ce987dc6333c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:42:56Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:43:02,709 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.721s 2018-08-20 21:43:02,710 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-5899c816-86e5-4d26-8919-0e2541ad0ec9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:43:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5899c816-86e5-4d26-8919-0e2541ad0ec9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:43:01Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:43:02,724 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2018-08-20 21:43:03,154 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.429s 2018-08-20 21:43:03,155 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-553d7543-36c4-4b0d-b0f2-6c2d2d41fb0f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:43:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-553d7543-36c4-4b0d-b0f2-6c2d2d41fb0f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:43:01Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:43:03,166 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6674293d-8c28-4d57-8a6b-a4fb511b3235 with status: ACTIVE 2018-08-20 21:43:03,442 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.275s 2018-08-20 21:43:03,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--306554561", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:43:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce807d91-204d-4f52-bf51-e9b5fc0d2389'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:43:03Z", "admin_state_up": true, "updated_at": "2018-08-20T21:43:03Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a0f4802f-7761-4284-8b33-67863785dc15", "name": "tempest-router--306554561"}} 2018-08-20 21:43:05,202 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15 1.758s 2018-08-20 21:43:05,203 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15', u'date': 'Mon, 20 Aug 2018 21:43:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ee999fd-b948-4ea6-ac32-1922bb81aa78'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:43:03Z", "admin_state_up": true, "updated_at": "2018-08-20T21:43:04Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a0f4802f-7761-4284-8b33-67863785dc15", "name": "tempest-router--306554561"}} 2018-08-20 21:43:07,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/add_router_interface 2.160s 2018-08-20 21:43:07,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:43:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f008a6f-123d-4d59-a55a-296a1de2bc60'} Body: {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d", "subnet_ids": ["385ded57-e87d-438d-b7c4-dc7c82f5011d"], "port_id": "17cb12bb-bc06-4c7e-b1dd-6787fb48ab8a", "id": "a0f4802f-7761-4284-8b33-67863785dc15"} 2018-08-20 21:43:09,256 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.891s 2018-08-20 21:43:09,257 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "efae3513-e0c7-4eec-b719-6fb9b0bb873c"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:43:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-767bd87f-2332-4f41-b67d-09aee966b2f0'} Body: {"floatingip": {"router_id": "a0f4802f-7761-4284-8b33-67863785dc15", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:43:08Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "efae3513-e0c7-4eec-b719-6fb9b0bb873c", "id": "eca55d1f-b699-4e79-a855-7f228bb14a90", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:43:08Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:43:09,258 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:43:25,290 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:43:25,354 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:43:25,387 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:43:25,502 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:43:25,502 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:43:25,504 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:43:25,564 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:43:25,568 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:43:30,576 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:43:30,576 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-20 21:44:40,642 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:44:40,643 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:44:40,648 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:44:40,712 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:44:40,744 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:44:45,752 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:44:45,753 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-20 21:45:55,814 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:45:55,815 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:45:55,815 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:55,820 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:55,883 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:45:55,884 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:55,890 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:45:55,891 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:77:59:c7 [ether] on eth0 2018-08-20 21:45:55,891 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:45:55,891 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:55,893 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:55,955 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:45:55,958 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:55,968 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:45:55,968 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:45:55,969 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:55,971 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:56,031 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:45:56,034 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:56,040 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:45:56,042 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:56,043 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:56,103 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:45:56,108 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:45:56,114 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:45:56,114 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:77:59:c7 [ether] on eth0 2018-08-20 21:45:56,115 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:45:56,115 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:45:56,117 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:45:56,179 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:45:56,181 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:46:01,188 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:46:01,189 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-20 21:47:11,240 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:47:11,241 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-20 21:47:11,246 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:47:11,345 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:47:11,372 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-20 21:47:16,380 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:47:16,381 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-20 21:48:26,451 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:48:26,452 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.204: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:48:26.452 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:48:27,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/eca55d1f-b699-4e79-a855-7f228bb14a90 1.451s 2018-08-20 21:48:27,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/eca55d1f-b699-4e79-a855-7f228bb14a90', u'date': 'Mon, 20 Aug 2018 21:48:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-184ee7c9-f61e-44f9-98c3-03281fd425d5'} Body: 2018-08-20 21:48:29,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/remove_router_interface 2.080s 2018-08-20 21:48:29,989 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:48:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b30503c-28ee-4e74-8fc2-195513f33a24'} Body: {"network_id": "f169a025-bb1e-49a4-98e8-dfa93646df8e", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "385ded57-e87d-438d-b7c4-dc7c82f5011d", "subnet_ids": ["385ded57-e87d-438d-b7c4-dc7c82f5011d"], "port_id": "17cb12bb-bc06-4c7e-b1dd-6787fb48ab8a", "id": "a0f4802f-7761-4284-8b33-67863785dc15"} 2018-08-20 21:48:32,099 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15 2.109s 2018-08-20 21:48:32,100 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/a0f4802f-7761-4284-8b33-67863785dc15', u'date': 'Mon, 20 Aug 2018 21:48:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b947ca8c-8e07-41ab-a04d-2df3b1ffb667'} Body: 2018-08-20 21:48:32,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.434s 2018-08-20 21:48:32,536 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-63159931-cbae-4a2d-961c-87693c2dfbff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63159931-cbae-4a2d-961c-87693c2dfbff'} Body: 2018-08-20 21:48:33,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.848s 2018-08-20 21:48:33,385 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-ef1e400b-d03d-441c-9ac3-20f33f7eff41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef1e400b-d03d-441c-9ac3-20f33f7eff41'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:32Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:48:35,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 1.034s 2018-08-20 21:48:35,438 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-1971b7bc-07da-4f55-a6fa-ffb7c9a60136', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1971b7bc-07da-4f55-a6fa-ffb7c9a60136'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-153219887": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:07:af", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:43:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "6674293d-8c28-4d57-8a6b-a4fb511b3235", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:33Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-2", "created": "2018-08-20T21:42:48Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:48:36,538 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235 0.086s 2018-08-20 21:48:36,538 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6674293d-8c28-4d57-8a6b-a4fb511b3235', u'x-compute-request-id': 'req-dd3e39b3-39f4-450f-a6b0-7bcc4f6930a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:36 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-dd3e39b3-39f4-450f-a6b0-7bcc4f6930a6'} Body: {"itemNotFound": {"message": "Instance 6674293d-8c28-4d57-8a6b-a4fb511b3235 could not be found.", "code": 404}} 2018-08-20 21:48:37,692 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2 1.151s 2018-08-20 21:48:37,692 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/d0dbfaa7-eaf1-4f24-a2e4-3c4f2abb9aa2', u'date': 'Mon, 20 Aug 2018 21:48:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7cada31a-1125-41d8-bf06-5a9dd7fcdac7'} Body: 2018-08-20 21:48:38,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.429s 2018-08-20 21:48:38,123 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-34d9b2ae-4998-448e-808c-8edf5d966ffe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-34d9b2ae-4998-448e-808c-8edf5d966ffe'} Body: 2018-08-20 21:48:39,040 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.916s 2018-08-20 21:48:39,041 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-30319cea-035a-4720-b269-ed0f15cda330', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30319cea-035a-4720-b269-ed0f15cda330'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "security_groups": [{"name": "tempest-secgroup-smoke-1607409408"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:37Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:48:40,686 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.630s 2018-08-20 21:48:40,687 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1481', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-6b18a41c-58e3-4930-aec5-0240ff77c273', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b18a41c-58e3-4930-aec5-0240ff77c273'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-518867376": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:e2:b5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:42:42.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b2b539fe-03ae-4c2e-98dd-3aef0624bea8", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:48:38Z", "hostId": "5c95a9d9cc686fa77b95fe56aa44d2b180261cd062bd41401d7cb2be", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-868294983", "name": "server-1", "created": "2018-08-20T21:42:34Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:48:41,748 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8 0.046s 2018-08-20 21:48:41,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/b2b539fe-03ae-4c2e-98dd-3aef0624bea8', u'x-compute-request-id': 'req-269ddff1-f734-4eca-b4c1-ed542ee04062', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-269ddff1-f734-4eca-b4c1-ed542ee04062'} Body: {"itemNotFound": {"message": "Instance b2b539fe-03ae-4c2e-98dd-3aef0624bea8 could not be found.", "code": 404}} 2018-08-20 21:48:42,984 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/efae3513-e0c7-4eec-b719-6fb9b0bb873c 1.232s 2018-08-20 21:48:42,984 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/efae3513-e0c7-4eec-b719-6fb9b0bb873c', u'date': 'Mon, 20 Aug 2018 21:48:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7edc23cd-7cd2-45ed-b332-aed3a3f55bb5'} Body: 2018-08-20 21:48:43,130 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-868294983 0.144s 2018-08-20 21:48:43,130 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-868294983', u'x-compute-request-id': 'req-ba6b7a4d-c990-4aba-aed2-a02a7beb69c7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:48:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba6b7a4d-c990-4aba-aed2-a02a7beb69c7'} Body: 2018-08-20 21:48:44,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/remove_router_interface 1.707s 2018-08-20 21:48:44,839 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:48:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebf09a19-73c0-4615-8a51-b03d824f3e67'} Body: {"network_id": "db9a92ce-01bf-45f9-851f-62a46f99a99d", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "6f1afd09-05e8-49b8-9230-8d895c53adae", "subnet_ids": ["6f1afd09-05e8-49b8-9230-8d895c53adae"], "port_id": "daf6856a-7eb6-49e5-8763-005d12f263cc", "id": "e038b7cc-6e4c-4818-9f00-6eb6ea0279f7"} 2018-08-20 21:48:46,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7 1.809s 2018-08-20 21:48:46,650 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e038b7cc-6e4c-4818-9f00-6eb6ea0279f7', u'date': 'Mon, 20 Aug 2018 21:48:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-262fbd06-ab64-4130-8e76-1b2e768ebf35'} Body: 2018-08-20 21:48:49,345 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/6f1afd09-05e8-49b8-9230-8d895c53adae 2.694s 2018-08-20 21:48:49,346 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/6f1afd09-05e8-49b8-9230-8d895c53adae', u'date': 'Mon, 20 Aug 2018 21:48:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d0849be-2139-4ba5-af9f-a22b980b56c6'} Body: 2018-08-20 21:48:52,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/db9a92ce-01bf-45f9-851f-62a46f99a99d 3.015s 2018-08-20 21:48:52,362 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/db9a92ce-01bf-45f9-851f-62a46f99a99d', u'date': 'Mon, 20 Aug 2018 21:48:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-50972ec0-e9ef-4d63-96b2-aa34fc7c5533'} Body: 2018-08-20 21:48:55,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/385ded57-e87d-438d-b7c4-dc7c82f5011d 2.910s 2018-08-20 21:48:55,275 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/385ded57-e87d-438d-b7c4-dc7c82f5011d', u'date': 'Mon, 20 Aug 2018 21:48:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5a409000-a08e-4f84-9ec6-ed28fb8a2963'} Body: 2018-08-20 21:48:57,453 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f169a025-bb1e-49a4-98e8-dfa93646df8e 2.175s 2018-08-20 21:48:57,455 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/f169a025-bb1e-49a4-98e8-dfa93646df8e', u'date': 'Mon, 20 Aug 2018 21:48:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3f9df203-671c-4bd3-ae43-76ae1f545963'} Body: 2018-08-20 21:48:57,789 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/6b38e555-4edb-4943-b1bb-c6ea5f35ecac 0.333s 2018-08-20 21:48:57,789 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/6b38e555-4edb-4943-b1bb-c6ea5f35ecac', u'date': 'Mon, 20 Aug 2018 21:48:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-775faf07-4e64-4d08-b985-4922241e5ea3'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant6[compute,id-9081338e-a52e-46bb-a40e-bda24ec4b1bd,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 214, in test_bgpvpn_variant6 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-20 21:48:58,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.304s 2018-08-20 21:48:58,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "description": "tempest-secgroup-smoke-1844505893 description", "name": "tempest-secgroup-smoke-1844505893"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Mon, 20 Aug 2018 21:48:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-547c3f2e-6c5e-4ab5-88d0-a96d2b3a1724'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1844505893 description", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:57Z", "updated_at": "2018-08-20T21:48:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:48:57Z", "revision_number": 0, "id": "18b80391-3440-4c54-8864-7a071e995d5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:48:57Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de6542c36a24c72be615f783fe47ba0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:48:57Z", "revision_number": 0, "id": "6eba57b9-fbd0-4618-9309-fa731a6dfa51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:48:57Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de6542c36a24c72be615f783fe47ba0"}], "revision_number": 1, "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "name": "tempest-secgroup-smoke-1844505893"}} 2018-08-20 21:48:58,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.523s 2018-08-20 21:48:58,651 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:48:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-660d9abf-7801-46ae-8ca5-60837a5ae585'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:48:58Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:58Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "af05a579-319b-423d-9493-b9f0087e6cb4"}} 2018-08-20 21:48:59,099 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-20 21:48:59,100 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 22, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:48:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58e925c5-8508-4d11-8a4e-c1a37685da0b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:48:58Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:58Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "a457cd69-8bb7-4c04-bbc3-b844d250adc4"}} 2018-08-20 21:48:59,578 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.476s 2018-08-20 21:48:59,579 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:48:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c25ce5f1-3e07-4457-bb26-888b7b30f46b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:48:59Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:59Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "51318083-72a5-4bf1-a5cc-e39352747b55"}} 2018-08-20 21:49:00,016 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-20 21:49:00,017 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "port_range_max": 80, "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-acaf3306-88bc-4d7d-b035-ae260cb650fe'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T21:48:59Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": 80, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:48:59Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "1379da9f-d9cc-434b-adb5-fd38ff616526"}} 2018-08-20 21:49:00,477 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.459s 2018-08-20 21:49:00,478 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "protocol": "icmp", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a5fb9be-a155-44c1-92eb-7867a7ef7ae7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:00Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bfba7fe0-a0b2-4708-b3fe-92b1f11713eb"}} 2018-08-20 21:49:00,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.483s 2018-08-20 21:49:00,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "protocol": "icmp", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-687a9aea-68cb-4151-ae85-ca17842de69d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:00Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:00Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "0249222f-0069-4427-af54-40ab1e82c341"}} 2018-08-20 21:49:01,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.207s 2018-08-20 21:49:01,172 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "ingress", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-665dec04-43c9-4246-a6cf-968def552101'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:01Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:01Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "bdf2061d-84e3-4bcf-8fc7-625bbdadc1a6"}} 2018-08-20 21:49:01,388 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.214s 2018-08-20 21:49:01,389 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "direction": "egress", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Mon, 20 Aug 2018 21:49:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13441dee-ddbc-422c-aadc-562a339bf3de'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:49:01Z", "security_group_id": "a1fd671b-95e5-4bd5-a854-57fbc13307ab", "port_range_min": null, "revision_number": 0, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:01Z", "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "4e6f1b6e-0980-4dcd-ae3b-5fa6adf1ad70"}} 2018-08-20 21:49:01,727 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.336s 2018-08-20 21:49:01,727 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-A-1225828264"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:49:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a8fa7aa-55d2-4839-a163-7d52e70aaf2f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:49:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"39ffe8d3-788b-46b0-bbe6-ca24c4f65e66","name":"tempest-A-1225828264"}} 2018-08-20 21:49:02,642 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.913s 2018-08-20 21:49:02,643 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.101.11.0/24", "network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "name": "tempest-subnet-A-1-1621084826"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:49:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71b0443a-9fe3-4712-9b1a-426205891044'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39ffe8d3-788b-46b0-bbe6-ca24c4f65e66","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:02Z","dns_nameservers":[],"updated_at":"2018-08-20T21:49:02Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"b4883427-550b-486f-8b5e-81ce16309695","subnetpool_id":null,"name":"tempest-subnet-A-1-1621084826"}} 2018-08-20 21:49:03,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.466s 2018-08-20 21:49:03,110 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-B-958743964"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Mon, 20 Aug 2018 21:49:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fc6b7bc-b99d-4ec9-bf91-f72a6a8357a8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T21:49:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","id":"e65251b9-6af5-4f1b-a495-8075c3f96cc6","name":"tempest-B-958743964"}} 2018-08-20 21:49:03,893 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.782s 2018-08-20 21:49:03,894 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "cidr": "10.102.21.0/24", "network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "name": "tempest-subnet-B-1-187814137"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Mon, 20 Aug 2018 21:49:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06f81a25-e3cb-4606-b1d4-c4fb552faba5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65251b9-6af5-4f1b-a495-8075c3f96cc6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","created_at":"2018-08-20T21:49:03Z","dns_nameservers":[],"updated_at":"2018-08-20T21:49:03Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"5de6542c36a24c72be615f783fe47ba0","id":"3053a90d-6757-4e61-a19d-7ecba338587c","subnetpool_id":null,"name":"tempest-subnet-B-1-187814137"}} 2018-08-20 21:49:04,370 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.474s 2018-08-20 21:49:04,370 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 20 Aug 2018 21:49:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed4ec468-7333-4bbe-8286-7478f2f5ac89'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "route_targets": ["64512:1"], "project_id": "5de6542c36a24c72be615f783fe47ba0", "type": "l3", "id": "ff3f31ee-d7dc-4859-9778-b6796cadacec"}} 2018-08-20 21:49:04,901 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations 0.529s 2018-08-20 21:49:04,902 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations', u'date': 'Mon, 20 Aug 2018 21:49:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab7bae6a-3b46-4efc-8a0d-dab186e30ebf'} Body: {"network_association": {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "id": "f1ba1994-6dc6-4aa7-a1db-5610bb599c66"}} 2018-08-20 21:49:05,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations 0.985s 2018-08-20 21:49:05,889 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ff3f31ee-d7dc-4859-9778-b6796cadacec/network_associations', u'date': 'Mon, 20 Aug 2018 21:49:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b3942772-3d9f-40d6-8dc6-b1ca4f7a64a1'} Body: {"network_association": {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "id": "9aa23ba0-7e1c-4ff3-a65e-f59aaf4d37dc"}} 2018-08-20 21:49:05,889 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-20 21:49:06,668 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.777s 2018-08-20 21:49:06,669 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1385376668", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:49:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28bccab5-24cf-444b-aeba-ebe7cbab44bc'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:06Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:06Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e", "name": "tempest-router--1385376668"}} 2018-08-20 21:49:08,651 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e 1.982s 2018-08-20 21:49:08,652 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e', u'date': 'Mon, 20 Aug 2018 21:49:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f565108a-85ec-4b21-9769-ddae9dcb9ae0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:06Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:08Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e", "name": "tempest-router--1385376668"}} 2018-08-20 21:49:11,586 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/add_router_interface 2.932s 2018-08-20 21:49:11,587 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:49:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b56caa9-97a9-496f-badb-a84f5cc7b794'} Body: {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c", "subnet_ids": ["3053a90d-6757-4e61-a19d-7ecba338587c"], "port_id": "c209a68a-3f70-4333-ba5d-2adb8e6c5df0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e"} 2018-08-20 21:49:11,984 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.395s 2018-08-20 21:49:11,985 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-747144705"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fb56e7e2-9f57-4716-af67-5ccc1714aaca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb56e7e2-9f57-4716-af67-5ccc1714aaca'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHSFiSSjXkNtwcVp2lAMUnrToiElj9f8q9erfHj8limUyLMdN8OOTAiW/Aa1p29N5sQFFBzg+kbFpQXnxVjImhQ1SpeIKWd2hQv219tz8WWb766KdsXpqaMCZdX2Hei/BXTLd1k16KfkFIJ7dJSMzb/3X9X20baoyQpDM1oM08ePwlOlTY8G4GMEIisWcm+JnnFHjszWM9aCPlGNlPJZ/qxLrfjFnQrHZpCLQlgkaA+hJ6qt/UpcKpo3fBkr/VFgpJQJIy2zVAPWPJhRvGBaDmAPvJMjVznaCiqEeApULCl/6Z/L55H9I0x1NYCj2Ak9UwTjTFBC4wVG1CRn1jUCY1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAx0hYkko15DbcHFadpQDFJ606IhJY/X/KvXq3x4/JYplMizHT\nfDjkwIlvwGtadvTebEBRQc4PpGxaUF58VYyJoUNUqXiClndoUL9tfbc/Flm++uin\nbF6amjAmXV9h3ovwV0y3dZNein5BSCe3SUjM2/91/V9tG2qMkKQzNaDNPHj8JTpU\n2PBuBjBCIrFnJviZ5xR47M1jPWgj5RjZTyWf6sS634xZ0Kx2aQi0JYJGgPoSeqrf\n1KXCqaN3wZK/1RYKSUCSMts1QD1jyYUbxgWg5gD7yTI1c52goqhHgKVCwpf+mfy+\neR/SNMdTWAo9gJPVME40xQQuMFRtQkZ9Y1AmNQIDAQABAoIBAG+288gWh/2Gb4AH\nYlp0gxGJ/5PIG1EIyZvM5qedyHRYodtKNFdoAXyZzybcR5t2DBY9PBAatxQilcKG\nJUdEAIeBmj1izDoTeEwD9BpMlrYt220G7YxHwH19TpR7ev7qDfKylAn6cj5LJseP\nVCVmBUmy/O7sBtsesOwI0JhYq5Ug9DSm00ewTkWaMqbrP82MB8NYVKDov1jImg4r\nNzlJhsc4U+3ynkLsywIXo8JRTOSi1G4ZgCN7pkt8moLsgk3RYX+tPxYcs6n722XO\n5NkcdUXA6fccLxzbqTCqcLeEFfriZFNvY84xWqFgFAN5Zu1SFwCr9klfiBwjZq29\nSPZkpEUCgYEA6p24pdGgSEQb18/tt89D0ufEG9Iw7Auhtj48dZEu8FW83N66GErj\nyOe8wsb4nBZd1rOauTuvxM4Na3Hqo4mxSmj7bQiTED/ihGQHrw99qYYqGNylpZuC\nVvlZ+YDve+5lC9hK0W/OksOzlK89rLfW3xYI9i76TFnU5sk4NYAgzL8CgYEA2XIw\n50AXgRpstoSywuyfOtpTpVVUGbM6cqZGEI2/DWUjcFZ4Et4YzA+Uhfh/NIRhUWgv\nsY4OrlniFW2+ov++TtUmnNw2h+MyadHMs+txzFaMtpfNZfOquaSZGOjQeZEvOdF3\nO2/krCxjTbIz/WeE/AxMvEYaJjX99IvpYUY9JgsCgYA1FTJt8hv9vcs+7QCwEeka\nku3ADbKb9ZXFEhfD0fF41y1AG/SnAmq/Tg9bUoF1b2oT5dcgCe0e7jADG2cnUUQX\nveEFLmd3ybyKj8ddSHf6HyzvKx0fdyvqWciNtyp4M9wQ7gMfl9h5RGYhQfUGWyH2\nn5mvebmQBNMy1FwvXqoNKQKBgD2gfXes1HyEjrcT2M4h3ecCJZ7AFjvKbhA8S7M5\nWSJkvayC9TjztTdwWvm1OegadLJrwsihqEuFseu81MDBlqAlDPJ7/wB4Rbtz+H4t\nhm0RQoQlddMlQgenPLSwlxU9LpNGaHJx/e9GDUbh8JYrFqeQnNbnT1XxC26ZkKU/\nEOmNAoGBALGLBgLeHuFiSUEU2Qf6beHrPMh+XMHP9hOLtJBH51X/lvI/SR/BVPjO\n3eTKAQTfcuvSlxBK15eLfiYogHlk83AU8rLasaSV6vytLm0AceoD/QWGSjYzCtDf\n+oZjrc4YB2B6hc5URPzxzSpzjpQjw2eevvf1ZQsQlobQwcSNKu+7\n-----END RSA PRIVATE KEY-----\n", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "name": "tempest-TestBGPVPNBasic-747144705", "fingerprint": "52:8e:91:59:ba:2f:0d:40:77:2e:bf:c2:2a:e2:c5:52"}} 2018-08-20 21:49:13,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 1.461s 2018-08-20 21:49:13,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-779763506", "security_groups": ["a1fd671b-95e5-4bd5-a854-57fbc13307ab"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:49:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b9f9618-e0fb-4502-9edb-2e2eb4f0b882'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:49:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"39ffe8d3-788b-46b0-bbe6-ca24c4f65e66","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:49:12Z","name":"tempest-port-smoke-779763506","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d4:cc:9d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"b4883427-550b-486f-8b5e-81ce16309695","ip_address":"10.101.11.10"}],"id":"00166889-f722-4fc7-b50e-787867a3da23","security_groups":["a1fd671b-95e5-4bd5-a854-57fbc13307ab"],"device_id":""}} 2018-08-20 21:49:17,941 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 4.487s 2018-08-20 21:49:17,942 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-747144705", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "port": "00166889-f722-4fc7-b50e-787867a3da23"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-b875efca-e9b5-4257-8ab0-b753d9998ce0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b875efca-e9b5-4257-8ab0-b753d9998ce0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "adminPass": "Y2x26Dj4HSUV"}} 2018-08-20 21:49:18,282 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.335s 2018-08-20 21:49:18,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-29e75846-e2da-4617-8314-33be1724adca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29e75846-e2da-4617-8314-33be1724adca'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:19,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.663s 2018-08-20 21:49:19,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-9f33099c-b559-4c8b-8589-839d46a6d1eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9f33099c-b559-4c8b-8589-839d46a6d1eb'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:21,728 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.749s 2018-08-20 21:49:21,728 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-e45c40a4-627f-4628-8fe8-ef739042e2ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e45c40a4-627f-4628-8fe8-ef739042e2ac'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:20Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:21,742 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-20 21:49:23,811 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 1.067s 2018-08-20 21:49:23,812 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-106d3d34-45d6-47cf-a18b-53191c067ed9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-106d3d34-45d6-47cf-a18b-53191c067ed9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:21Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:23,825 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-20 21:49:25,370 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.543s 2018-08-20 21:49:25,371 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-842f633c-2bcf-47d0-92b5-013222ace039', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-842f633c-2bcf-47d0-92b5-013222ace039'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:21Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:27,087 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.701s 2018-08-20 21:49:27,087 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-ac8e3067-6e55-4bdd-a4ec-544fa653e65f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac8e3067-6e55-4bdd-a4ec-544fa653e65f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:27,099 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-20 21:49:27,845 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.744s 2018-08-20 21:49:27,845 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-aed3d13c-6502-41cd-ac85-0bf262bfb5e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aed3d13c-6502-41cd-ac85-0bf262bfb5e7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:25Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:27,856 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c with status: ACTIVE 2018-08-20 21:49:29,097 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 1.241s 2018-08-20 21:49:29,098 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2141865912", "security_groups": ["a1fd671b-95e5-4bd5-a854-57fbc13307ab"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Mon, 20 Aug 2018 21:49:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e8b0e6e-07f5-4c49-ada0-fb392e9f5cfd'} Body: {"port":{"status":"DOWN","created_at":"2018-08-20T21:49:28Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e65251b9-6af5-4f1b-a495-8075c3f96cc6","tenant_id":"5de6542c36a24c72be615f783fe47ba0","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T21:49:28Z","name":"tempest-port-smoke-2141865912","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1d:db:d1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"5de6542c36a24c72be615f783fe47ba0","fixed_ips":[{"subnet_id":"3053a90d-6757-4e61-a19d-7ecba338587c","ip_address":"10.102.21.20"}],"id":"8098e2e4-0de8-4364-b4ae-235da97aef30","security_groups":["a1fd671b-95e5-4bd5-a854-57fbc13307ab"],"device_id":""}} 2018-08-20 21:49:32,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 3.798s 2018-08-20 21:49:32,899 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-747144705", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "networks": [{"uuid": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "port": "8098e2e4-0de8-4364-b4ae-235da97aef30"}], "imageRef": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.23:8774/v2.1/servers', u'x-compute-request-id': 'req-0e2109c7-e65e-4e1d-93a3-d88976c322ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e2109c7-e65e-4e1d-93a3-d88976c322ed'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4abb485e-68e7-4585-974a-288309d9a298", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "adminPass": "b5nucKMQsGJr"}} 2018-08-20 21:49:33,244 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.342s 2018-08-20 21:49:33,245 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-e41a4399-10e5-4193-9c41-16d1aa338381', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e41a4399-10e5-4193-9c41-16d1aa338381'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:34,588 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.327s 2018-08-20 21:49:34,589 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-01949375-6721-4eb0-b862-2deea78ad693', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-01949375-6721-4eb0-b862-2deea78ad693'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:36,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.684s 2018-08-20 21:49:36,288 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-c57017fb-2f53-4db3-9829-3eb5ef3b6608', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c57017fb-2f53-4db3-9829-3eb5ef3b6608'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:36,300 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-20 21:49:37,682 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.380s 2018-08-20 21:49:37,683 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-90283c2e-ade2-48c9-8369-6a4878d3e3fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90283c2e-ade2-48c9-8369-6a4878d3e3fe'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:37,697 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-20 21:49:39,676 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.978s 2018-08-20 21:49:39,677 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-b48ea4f8-544f-42b4-b007-623966210328', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b48ea4f8-544f-42b4-b007-623966210328'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:41,358 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.662s 2018-08-20 21:49:41,359 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-9ae0d62a-19e4-462c-89aa-0ecdb9bf8eef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9ae0d62a-19e4-462c-89aa-0ecdb9bf8eef'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:49:35Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:43,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 1.224s 2018-08-20 21:49:43,601 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-35ce378a-9381-41ae-80d7-350594b263fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35ce378a-9381-41ae-80d7-350594b263fa'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-958743964": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:db:d1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:40Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:43,612 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-20 21:49:44,303 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.690s 2018-08-20 21:49:44,304 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-72e541ed-60cd-46b7-83d0-2dd440ae485c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:49:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72e541ed-60cd-46b7-83d0-2dd440ae485c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-958743964": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:db:d1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:49:40Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:49:44,317 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 4abb485e-68e7-4585-974a-288309d9a298 with status: ACTIVE 2018-08-20 21:49:44,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.443s 2018-08-20 21:49:44,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "5de6542c36a24c72be615f783fe47ba0", "name": "tempest-router--1412102011", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Mon, 20 Aug 2018 21:49:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-536b99ec-517e-4a39-a023-ab42c7fa4196'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:44Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:44Z", "revision_number": 0, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308", "name": "tempest-router--1412102011"}} 2018-08-20 21:49:46,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308 1.570s 2018-08-20 21:49:46,334 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308', u'date': 'Mon, 20 Aug 2018 21:49:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cd22eda7-a6be-4c6d-9852-912010dfd271'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:44Z", "admin_state_up": true, "updated_at": "2018-08-20T21:49:46Z", "revision_number": 2, "routes": [], "project_id": "5de6542c36a24c72be615f783fe47ba0", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308", "name": "tempest-router--1412102011"}} 2018-08-20 21:49:48,727 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/add_router_interface 2.392s 2018-08-20 21:49:48,727 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b4883427-550b-486f-8b5e-81ce16309695"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/add_router_interface', u'date': 'Mon, 20 Aug 2018 21:49:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-055dcc9c-429b-4c9d-a448-c813783b170d'} Body: {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b4883427-550b-486f-8b5e-81ce16309695", "subnet_ids": ["b4883427-550b-486f-8b5e-81ce16309695"], "port_id": "89539023-35a9-4e28-b787-664ff723b36b", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308"} 2018-08-20 21:49:50,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.025s 2018-08-20 21:49:50,754 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "fixed_ip_address": null, "port_id": "00166889-f722-4fc7-b50e-787867a3da23"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Mon, 20 Aug 2018 21:49:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a50ec1c1-436e-496e-b58c-16a3e160c3d3'} Body: {"floatingip": {"router_id": "9879705a-f0f3-4721-8c20-9e7521d1d308", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T21:49:49Z", "floating_network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "00166889-f722-4fc7-b50e-787867a3da23", "id": "0abb8046-59dd-498e-b8c3-79f41a1c02d0", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "created_at": "2018-08-20T21:49:49Z", "project_id": "5de6542c36a24c72be615f783fe47ba0"}} 2018-08-20 21:49:50,756 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:50:00,776 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:50:00,840 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:50:00,841 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:50:00,955 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:50:00,956 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:50:00,958 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:50:01,017 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:50:01,022 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:50:06,030 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:50:06,031 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-20 21:51:16,099 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:51:16,100 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:51:16,104 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:51:16,164 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:51:16,168 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:51:21,175 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:51:21,175 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-20 21:52:31,246 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:52:31,247 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:52:31,247 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31,252 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31,347 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:52:31,380 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31,386 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:52:31,387 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:60:71:97 [ether] on eth0 2018-08-20 21:52:31,387 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-20 21:52:31,388 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31,390 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31,452 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:52:31,454 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31,463 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-20 21:52:31,463 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-20 21:52:31,463 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31,466 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31,527 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:52:31,531 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31,537 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-20 21:52:31,538 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31,539 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31,599 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:52:31,603 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:31,608 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-20 21:52:31,608 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:60:71:97 [ether] on eth0 2018-08-20 21:52:31,609 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:52:31,609 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:52:31,611 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:52:31,671 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:52:31,675 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:52:36,683 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:52:36,683 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-20 21:53:46,754 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-20 21:53:46,754 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-20 21:53:46,759 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-20 21:53:46,861 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-20 21:53:46,886 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-20 21:53:51,894 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.203 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-20 21:53:51,895 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-20 21:55:01,940 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-20 21:55:01,941 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.203: Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-20 21:55:01.941 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-20 21:55:03,197 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/0abb8046-59dd-498e-b8c3-79f41a1c02d0 1.253s 2018-08-20 21:55:03,198 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/0abb8046-59dd-498e-b8c3-79f41a1c02d0', u'date': 'Mon, 20 Aug 2018 21:55:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-18402d40-42f0-4347-9600-4eb9176b133d'} Body: 2018-08-20 21:55:05,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/remove_router_interface 1.973s 2018-08-20 21:55:05,172 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b4883427-550b-486f-8b5e-81ce16309695"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:55:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6fd059e-22e2-4ac9-b917-8b3e9eb719e7'} Body: {"network_id": "39ffe8d3-788b-46b0-bbe6-ca24c4f65e66", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "b4883427-550b-486f-8b5e-81ce16309695", "subnet_ids": ["b4883427-550b-486f-8b5e-81ce16309695"], "port_id": "89539023-35a9-4e28-b787-664ff723b36b", "id": "9879705a-f0f3-4721-8c20-9e7521d1d308"} 2018-08-20 21:55:07,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308 1.859s 2018-08-20 21:55:07,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/9879705a-f0f3-4721-8c20-9e7521d1d308', u'date': 'Mon, 20 Aug 2018 21:55:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-683da900-15bd-43c7-9bd9-7040b543f875'} Body: 2018-08-20 21:55:07,474 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.439s 2018-08-20 21:55:07,474 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-ca5e631e-2a4e-462a-9b38-c34f3e52159f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca5e631e-2a4e-462a-9b38-c34f3e52159f'} Body: 2018-08-20 21:55:08,410 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.935s 2018-08-20 21:55:08,411 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-f5abc1d6-9628-404a-b196-ca11ba77d00b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5abc1d6-9628-404a-b196-ca11ba77d00b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-958743964": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:db:d1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:07Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:55:10,460 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 1.033s 2018-08-20 21:55:10,460 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1342', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-248be8e2-96af-42b9-9ff6-9e602f4623ec', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-248be8e2-96af-42b9-9ff6-9e602f4623ec'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4abb485e-68e7-4585-974a-288309d9a298", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:40.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4abb485e-68e7-4585-974a-288309d9a298", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:08Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-2", "created": "2018-08-20T21:49:32Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:55:11,576 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298 0.101s 2018-08-20 21:55:11,577 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4abb485e-68e7-4585-974a-288309d9a298', u'x-compute-request-id': 'req-5cc27783-c4f2-429d-a107-ce2f2494d54f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:11 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5cc27783-c4f2-429d-a107-ce2f2494d54f'} Body: {"itemNotFound": {"message": "Instance 4abb485e-68e7-4585-974a-288309d9a298 could not be found.", "code": 404}} 2018-08-20 21:55:12,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/8098e2e4-0de8-4364-b4ae-235da97aef30 1.002s 2018-08-20 21:55:12,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/8098e2e4-0de8-4364-b4ae-235da97aef30', u'date': 'Mon, 20 Aug 2018 21:55:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-92d77e9c-96ea-40b1-a861-face2c941806'} Body: 2018-08-20 21:55:13,067 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.484s 2018-08-20 21:55:13,067 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-f96ef8c5-56aa-4396-978f-8e02ee936c95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f96ef8c5-56aa-4396-978f-8e02ee936c95'} Body: 2018-08-20 21:55:14,490 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 1.421s 2018-08-20 21:55:14,490 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-da917a7b-a056-40cc-b0a0-e52dbcaa341d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da917a7b-a056-40cc-b0a0-e52dbcaa341d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "security_groups": [{"name": "tempest-secgroup-smoke-1844505893"}], "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:12Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:55:16,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.729s 2018-08-20 21:55:16,237 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-22cb8507-d21b-463d-82f8-7dceb7d28bfc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22cb8507-d21b-463d-82f8-7dceb7d28bfc'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1225828264": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:cc:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "rel": "bookmark"}], "image": {"id": "b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "links": [{"href": "http://172.30.9.23:8774/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T21:49:25.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c", "user_id": "6781ccc7c1ed469cb8c7a41efec3b330", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:55:13Z", "hostId": "5006399a8331fb2821cf4a64896868c3a8c3af48d89434df4af66188", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-747144705", "name": "server-1", "created": "2018-08-20T21:49:17Z", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:55:17,301 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c 0.049s 2018-08-20 21:55:17,301 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c', u'x-compute-request-id': 'req-efe698fe-d02e-40cf-9eec-9566aef591eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-efe698fe-d02e-40cf-9eec-9566aef591eb'} Body: {"itemNotFound": {"message": "Instance c35b1fa4-bea0-48f3-94cf-3ed69e4cf84c could not be found.", "code": 404}} 2018-08-20 21:55:18,281 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/00166889-f722-4fc7-b50e-787867a3da23 0.979s 2018-08-20 21:55:18,282 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/00166889-f722-4fc7-b50e-787867a3da23', u'date': 'Mon, 20 Aug 2018 21:55:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0fb0a604-f076-4d7f-b472-f9ff1f769bab'} Body: 2018-08-20 21:55:18,361 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-747144705 0.078s 2018-08-20 21:55:18,362 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-747144705', u'x-compute-request-id': 'req-7d486a1d-3d31-4c38-b0da-2c0cbf0ed4d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 20 Aug 2018 21:55:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7d486a1d-3d31-4c38-b0da-2c0cbf0ed4d9'} Body: 2018-08-20 21:55:20,183 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/remove_router_interface 1.820s 2018-08-20 21:55:20,184 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e/remove_router_interface', u'date': 'Mon, 20 Aug 2018 21:55:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a0ad0b6-db4a-428a-9669-553150cd2546'} Body: {"network_id": "e65251b9-6af5-4f1b-a495-8075c3f96cc6", "tenant_id": "5de6542c36a24c72be615f783fe47ba0", "subnet_id": "3053a90d-6757-4e61-a19d-7ecba338587c", "subnet_ids": ["3053a90d-6757-4e61-a19d-7ecba338587c"], "port_id": "c209a68a-3f70-4333-ba5d-2adb8e6c5df0", "id": "f655ad36-f552-46f4-b5ed-3354c59ccc1e"} 2018-08-20 21:55:22,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e 1.879s 2018-08-20 21:55:22,064 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/f655ad36-f552-46f4-b5ed-3354c59ccc1e', u'date': 'Mon, 20 Aug 2018 21:55:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dfac6d19-4a00-4028-87b7-e1a9d26bbb73'} Body: 2018-08-20 21:55:24,870 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3053a90d-6757-4e61-a19d-7ecba338587c 2.805s 2018-08-20 21:55:24,871 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3053a90d-6757-4e61-a19d-7ecba338587c', u'date': 'Mon, 20 Aug 2018 21:55:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5ca0f45f-a55b-4e89-b68f-7afe5ee94142'} Body: 2018-08-20 21:55:27,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/e65251b9-6af5-4f1b-a495-8075c3f96cc6 2.601s 2018-08-20 21:55:27,474 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/e65251b9-6af5-4f1b-a495-8075c3f96cc6', u'date': 'Mon, 20 Aug 2018 21:55:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-77cc1290-32e0-416a-839a-34ee44a699f3'} Body: 2018-08-20 21:55:29,876 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b4883427-550b-486f-8b5e-81ce16309695 2.401s 2018-08-20 21:55:29,876 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/b4883427-550b-486f-8b5e-81ce16309695', u'date': 'Mon, 20 Aug 2018 21:55:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d85e46db-49fe-434a-a255-d5b288053301'} Body: 2018-08-20 21:55:31,784 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/39ffe8d3-788b-46b0-bbe6-ca24c4f65e66 1.907s 2018-08-20 21:55:31,785 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/39ffe8d3-788b-46b0-bbe6-ca24c4f65e66', u'date': 'Mon, 20 Aug 2018 21:55:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-45f7aa44-cd35-479b-94e9-f479e875f022'} Body: 2018-08-20 21:55:32,093 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/a1fd671b-95e5-4bd5-a854-57fbc13307ab 0.306s 2018-08-20 21:55:32,093 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/a1fd671b-95e5-4bd5-a854-57fbc13307ab', u'date': 'Mon, 20 Aug 2018 21:55:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-17b9b7fc-f211-4dfb-a927-f2bca90a2629'} Body: ====== Totals ====== Ran: 44 tests in 5152.0000 sec. - Passed: 22 - Skipped: 3 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 19 Sum of execute time for each test: 5108.7568 sec. ============== Worker Balance ============== - Worker 0 (44 tests) => 1:25:28.328626 2018-08-20 21:57:03,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:57:04,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:57:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["bg0nva87S2eLDI73GPJIfw"], "issued_at": "2018-08-20T21:57:04.000000Z"}} 2018-08-20 21:57:04,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a679e040742b5f44640b048723e065c24f420ca" 2018-08-20 21:57:05,626 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a73cfc9e-2c30-49d3-9c02-23ce3c45f396 Date: Mon, 20 Aug 2018 21:57:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 21:57:05,626 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12 used request id req-a73cfc9e-2c30-49d3-9c02-23ce3c45f396 2018-08-20 21:57:05,627 - sdnvpn-tempest - DEBUG - Deleted image b8a0c9f2-48ac-45e0-b5ec-e134a6d6bc12 2018-08-20 21:57:05,628 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-08-20 21:57:05,629 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': {'duration': ' 5152.0000 ', 'failed': ' 19', 'tests': ['networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [4.947335s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [3.766953s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [2.067152s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [5.926954s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.363631s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.290312s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.785230s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn [0.691801s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.614180s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [1.292918s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn [1.152504s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.747208s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [2.253482s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_network_association [1.428740s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_router_association [1.597518s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn [0.635963s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.681895s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [1.098598s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.684702s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.183072s] ... FAILED', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.150629s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [373.928917s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_bgpvpn [374.380899s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_net_association [368.535372s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_router_association [41.021566s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_disjoint_import_export [70.386769s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_ping_to_unassociated_net [66.323135s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_disjoint_import_export [372.831106s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_empty_rt_list [383.817623s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_create_and_delete ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_create_and_update ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_local_pref ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_tenant_separation_and_local_connectivity [32.074200s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_and_unassociated_net [75.141657s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_common_target [22.524438s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_disjoint_targets [369.821563s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 [79.934818s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant2 [440.699550s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant1 [379.634370s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant2 [390.929427s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant3 [398.739289s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant4 [29.550589s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant5 [403.191905s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant6 [394.274742s] ... FAILED'], 'num_tests': ' 44 '}} 2018-08-20 21:57:05,629 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-08-20 21:57:05,629 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-08-20 21:57:05,629 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-08-20 21:57:05,754 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-08-20 21:57:05,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:57:05,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:57:05,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:57:05,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:57:05,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:57:05,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:57:05,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:57:05,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:57:05,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:57:05,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:57:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:57:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:57:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:57:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:57:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:57:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:57:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:57:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:57:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:57:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:57:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:57:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:57:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:57:05,761 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-20 21:57:05,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:57:05,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b5c5dab-3037-4646-bde8-ca355114553a Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:57:05,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9b5c5dab-3037-4646-bde8-ca355114553a 2018-08-20 21:57:05,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:57:06,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:57:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["GbRySgHgQBS8vyx69c2_Yw"], "issued_at": "2018-08-20T21:57:06.000000Z"}} 2018-08-20 21:57:06,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e49608603e22e1024f8c195f42f207d4ad3b893" 2018-08-20 21:57:06,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-6fa54b81-9a53-4a1c-82a6-a1cfb5a8ee35 Date: Mon, 20 Aug 2018 21:57:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-20 21:57:06,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-6fa54b81-9a53-4a1c-82a6-a1cfb5a8ee35 2018-08-20 21:57:06,543 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-20 21:57:06,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e49608603e22e1024f8c195f42f207d4ad3b893" 2018-08-20 21:57:06,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-adb83864-9640-4df3-ba58-8bc237e18de2 Date: Mon, 20 Aug 2018 21:57:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-20 21:57:06,842 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-adb83864-9640-4df3-ba58-8bc237e18de2 2018-08-20 21:57:06,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7e49608603e22e1024f8c195f42f207d4ad3b893" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-20 21:57:07,196 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cef3cf84-1568-492b-b8cd-017b20b76a94 Date: Mon, 20 Aug 2018 21:57:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T21:57:07Z", "file": "/v2/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "size": null, "self": "/v2/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-20T21:57:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 21:57:07,197 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cef3cf84-1568-492b-b8cd-017b20b76a94 2018-08-20 21:57:07,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e49608603e22e1024f8c195f42f207d4ad3b893" -d '' 2018-08-20 21:57:08,769 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f2d8b54-dfbb-4edb-9b69-823f6efebca6 Date: Mon, 20 Aug 2018 21:57:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 21:57:08,770 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6/file used request id req-0f2d8b54-dfbb-4edb-9b69-823f6efebca6 2018-08-20 21:57:08,770 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-08-20 21:57:08,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:57:08,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdb9dfa3-c932-4fde-b6e7-783acc65410f Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:57:08,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bdb9dfa3-c932-4fde-b6e7-783acc65410f 2018-08-20 21:57:08,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:57:09,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:57:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["8151JMc8SLa4A5PhnFgK1w"], "issued_at": "2018-08-20T21:57:09.000000Z"}} 2018-08-20 21:57:09,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-08-20 21:57:09,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6fd36fed-7f1e-43ab-9c1e-5ccb426bf7fe Date: Mon, 20 Aug 2018 21:57:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d78a2d8a-b367-448d-94b3-fca08b961963","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T21:57:09Z","is_default":false,"provider:segmentation_id":3,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T21:57:09Z","mtu":1450}} 2018-08-20 21:57:09,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6fd36fed-7f1e-43ab-9c1e-5ccb426bf7fe 2018-08-20 21:57:09,683 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network d78a2d8a-b367-448d-94b3-fca08b961963 with cidr 10.10.10.0/24 2018-08-20 21:57:09,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"subnets": [{"ip_version": 4, "network_id": "d78a2d8a-b367-448d-94b3-fca08b961963", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-08-20 21:57:10,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-63faddd2-6f07-4bcb-b31b-a467c72e6372 Date: Mon, 20 Aug 2018 21:57:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d78a2d8a-b367-448d-94b3-fca08b961963","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T21:57:10Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T21:57:10Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"206d554e-e8a0-47d1-8cc8-e55171d25746","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-08-20 21:57:10,905 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-63faddd2-6f07-4bcb-b31b-a467c72e6372 2018-08-20 21:57:10,905 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-08-20 21:57:10,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-08-20 21:57:11,971 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-da480456-f10c-42a7-a1ef-02f2ba5f2051 Date: Mon, 20 Aug 2018 21:57:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"027d9f46-a4a5-439d-8b4b-28121d97806e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T21:57:11Z","is_default":false,"provider:segmentation_id":48,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T21:57:11Z","mtu":1450}} 2018-08-20 21:57:11,971 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-da480456-f10c-42a7-a1ef-02f2ba5f2051 2018-08-20 21:57:11,971 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network 027d9f46-a4a5-439d-8b4b-28121d97806e with cidr 10.10.11.0/24 2018-08-20 21:57:11,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"subnets": [{"ip_version": 4, "network_id": "027d9f46-a4a5-439d-8b4b-28121d97806e", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-08-20 21:57:13,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-fd1366bf-fbb8-409a-b49f-0befa70ab1a2 Date: Mon, 20 Aug 2018 21:57:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"027d9f46-a4a5-439d-8b4b-28121d97806e","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T21:57:12Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T21:57:12Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"223cfc83-0807-49c1-8c18-ff0816655d73","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-08-20 21:57:13,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-fd1366bf-fbb8-409a-b49f-0befa70ab1a2 2018-08-20 21:57:13,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 21:57:14,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-ad48cafc-fbd7-4b2b-b362-3ce34ca12430 Date: Mon, 20 Aug 2018 21:57:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "updated_at": "2018-08-20T16:46:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7037a96b-f334-431f-95c0-e523c939a958", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7c097373-26a4-4636-8025-0b05b6230c95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "88520c47-a545-4b43-a23d-89a99d99ff74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "f7d22496-ff77-4c2b-b760-58629aa38452", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}], "revision_number": 1, "project_id": "f459a43815564047b07d495f87f10ad2", "id": "0987da57-713b-49c3-b135-c0f85ec99b73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "updated_at": "2018-08-20T16:46:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "613d616f-11b1-4318-a678-4a14fd4bbe43", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "c265eddc-864c-4c4b-a370-a52c0551a1db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}], "revision_number": 1, "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "updated_at": "2018-08-20T16:46:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "a42635f9-c149-4597-995e-a5be1fd538b7", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "d3485026-8771-4b90-98da-d49ba756837b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}], "revision_number": 1, "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "updated_at": "2018-08-20T16:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "27320908-5a79-4d7f-8c5a-dea930cb307b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d26643c2-8308-4ad9-a72a-2cf81397007d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d619641a-1792-4c07-ba5c-e101ea428cd0", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}], "revision_number": 1, "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "460ca234-7330-492a-a53a-f9cd0c835220", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "updated_at": "2018-08-20T16:46:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "4fea7278-e724-41db-9313-21007a51140c", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}], "revision_number": 1, "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "updated_at": "2018-08-20T17:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "3a279180-06f0-40b3-ac52-b6f601390e9a", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}], "revision_number": 1, "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "updated_at": "2018-08-20T16:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "0d4ff932-818e-4356-8ec9-632a99c477a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "3ec05dae-cb0d-4846-919a-9e7f22853175", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}], "revision_number": 1, "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "updated_at": "2018-08-20T16:46:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "07559f41-4c75-418c-83be-09863c8a4e4c", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}], "revision_number": 1, "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "bef49320-1a27-4ab9-876b-045d3e43e997", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "updated_at": "2018-08-20T17:37:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}], "revision_number": 1, "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "updated_at": "2018-08-20T16:46:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8ea96060-1b31-4cbc-8016-c29b458c5593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "eb3fff56-526f-4cdb-8931-11038b781824", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}], "revision_number": 1, "project_id": "2955d687c3384deb9c98180662807a42", "id": "f34de66d-fa43-4257-974a-da7d15670c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 21:57:14,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-ad48cafc-fbd7-4b2b-b362-3ce34ca12430 2018-08-20 21:57:14,208 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-08-20 21:57:14,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-08-20 21:57:14,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-638e3ebe-b8d0-4710-9b84-d24c659a8715 Date: Mon, 20 Aug 2018 21:57:14 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "updated_at": "2018-08-20T21:57:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "a01d5ccc-c760-4697-8290-265a01475928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "b53d18d0-898c-4ecb-a776-cb15ec808768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "name": "sdnvpn-sg"}} 2018-08-20 21:57:14,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-638e3ebe-b8d0-4710-9b84-d24c659a8715 2018-08-20 21:57:14,914 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=d542c74f-2e63-4789-a10d-083e9bdd5b1e created successfully. 2018-08-20 21:57:14,914 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-08-20 21:57:14,914 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-08-20 21:57:14,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 21:57:15,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2b9c49be-d46d-4172-90c9-027fb7ef2e43 Date: Mon, 20 Aug 2018 21: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-08-20T21:57:15Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:15Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "91d4bc5a-fb4a-4fa5-963f-dc7d2038d28b"}} 2018-08-20 21:57:15,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-2b9c49be-d46d-4172-90c9-027fb7ef2e43 2018-08-20 21:57:15,811 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-08-20 21:57:15,812 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-20 21:57:15,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 21:57:16,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3de3206a-dd90-48f1-82bd-9b8c900b3983 Date: Mon, 20 Aug 2018 21:57:16 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": 22, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:16Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "9dc85108-f6ef-4e93-9338-11e874e6dc0f"}} 2018-08-20 21:57:16,445 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-3de3206a-dd90-48f1-82bd-9b8c900b3983 2018-08-20 21:57:16,446 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-20 21:57:16,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 21:57:17,097 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-d178a97e-ab4f-4b52-b6ad-f5d746796736 Date: Mon, 20 Aug 2018 21:57:17 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": 22, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:16Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c292ca88-d3ad-4ce8-bb72-d2637a5cf780"}} 2018-08-20 21:57:17,097 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-d178a97e-ab4f-4b52-b6ad-f5d746796736 2018-08-20 21:57:17,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:57:17,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66747b5b-0ddf-42a7-a8a1-36069cdf2fde Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:57:17,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-66747b5b-0ddf-42a7-a8a1-36069cdf2fde 2018-08-20 21:57:17,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:57:17,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:57:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["vP1xu4DyTi-My4ZS8KTmLg"], "issued_at": "2018-08-20T21:57:17.000000Z"}} 2018-08-20 21:57:17,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" 2018-08-20 21:57:17,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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,Accept-Encoding x-openstack-request-id: req-1978f003-9a60-48ab-b308-e23df36e51ab x-compute-request-id: req-1978f003-9a60-48ab-b308-e23df36e51ab Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 21:57:17,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-1978f003-9a60-48ab-b308-e23df36e51ab 2018-08-20 21:57:17,818 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-20 21:57:17,819 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-08-20 21:57:17,819 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=0b409c73-2ca1-4ab2-bec3-605f548f49d6 network=d78a2d8a-b367-448d-94b3-fca08b961963 secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 21:57:17,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:57:17,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:57:17,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:57:17,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:57:17,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:57:17,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:57:17,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:57:17,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:57:17,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:57:17,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:57:17,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:57:17,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:57:17,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:57:17,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:57:17,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:57:17,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:57:17,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:57:17,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:57:17,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:57:17,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:57:17,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:57:17,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:57:17,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:57:17,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:57:17,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:57:17,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:57:17,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:57:17,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:57:17,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:57:17,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:57:17,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:57:17,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:57:17,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:57:17,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:57:17,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:57:17,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:57:17,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:57:17,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:57:17,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:57:17,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:57:17,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:57:17,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:57:17,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:57:17,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:57:17,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:57:17,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:57:17,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:57:17,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:57:17,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:57:17,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:57:17,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:57:17,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c7c435b-7b99-47cc-9a33-95ca37487452 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:57:17,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0c7c435b-7b99-47cc-9a33-95ca37487452 2018-08-20 21:57:17,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:57:18,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:57:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["gJLvAW-rSu2fYmIGqSbUCQ"], "issued_at": "2018-08-20T21:57:18.000000Z"}} 2018-08-20 21:57:18,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4d1ea8a630401d52db287bd30b858c438f6a0cf" 2018-08-20 21:57:18,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-9d968654-c100-485e-8916-19aadea1a373 x-compute-request-id: req-9d968654-c100-485e-8916-19aadea1a373 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 21:57:18,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9d968654-c100-485e-8916-19aadea1a373 2018-08-20 21:57:18,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4d1ea8a630401d52db287bd30b858c438f6a0cf" 2018-08-20 21:57:19,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-1ed26511-12e1-4c72-9536-821b2b01c545 x-compute-request-id: req-1ed26511-12e1-4c72-9536-821b2b01c545 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 21:57:19,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-1ed26511-12e1-4c72-9536-821b2b01c545 2018-08-20 21:57:19,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4d1ea8a630401d52db287bd30b858c438f6a0cf" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d78a2d8a-b367-448d-94b3-fca08b961963"}]}}' 2018-08-20 21:57:24,896 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 21: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 x-openstack-request-id: req-76c12e97-fb82-477b-9879-313eb998a2ab x-compute-request-id: req-76c12e97-fb82-477b-9879-313eb998a2ab Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4dd45067-ff40-492c-9323-9a741cdddaab", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "bookmark"}], "adminPass": "FyrAR7S2Casw"}} 2018-08-20 21:57:24,896 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-76c12e97-fb82-477b-9879-313eb998a2ab 2018-08-20 21:57:24,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:57:24,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87c9342d-4f86-420f-bc2c-68fa9fe68126 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:57:24,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-87c9342d-4f86-420f-bc2c-68fa9fe68126 2018-08-20 21:57:24,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:57:25,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:57:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["UC2xnnISQ-mWVJTuU-Weqg"], "issued_at": "2018-08-20T21:57:25.000000Z"}} 2018-08-20 21:57:25,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a38a13d553ad89900e3f114319ace31f0cfb4391" 2018-08-20 21:57:26,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-e70a7802-bb54-4132-94c1-b08d8d78c2be x-compute-request-id: req-e70a7802-bb54-4132-94c1-b08d8d78c2be Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4dd45067-ff40-492c-9323-9a741cdddaab", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:57:25Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-2", "created": "2018-08-20T21:57:24Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:57:26,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab used request id req-e70a7802-bb54-4132-94c1-b08d8d78c2be 2018-08-20 21:57:29,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a38a13d553ad89900e3f114319ace31f0cfb4391" 2018-08-20 21:57:30,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-608879c4-d994-4dd1-8df0-817883648b01 x-compute-request-id: req-608879c4-d994-4dd1-8df0-817883648b01 Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000170", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4dd45067-ff40-492c-9323-9a741cdddaab", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:57:27Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-08-20T21:57:24Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:57:30,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab used request id req-608879c4-d994-4dd1-8df0-817883648b01 2018-08-20 21:57:33,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a38a13d553ad89900e3f114319ace31f0cfb4391" 2018-08-20 21:57:34,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-e802257e-2c29-48d2-8f25-b8288c562e34 x-compute-request-id: req-e802257e-2c29-48d2-8f25-b8288c562e34 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:69:78", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000170", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4dd45067-ff40-492c-9323-9a741cdddaab", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:57:27Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-08-20T21:57:24Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:57:34,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab used request id req-e802257e-2c29-48d2-8f25-b8288c562e34 2018-08-20 21:57:37,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a38a13d553ad89900e3f114319ace31f0cfb4391" 2018-08-20 21:57:38,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-3900c8c6-3d1d-48c6-b2ba-4b217be927d0 x-compute-request-id: req-3900c8c6-3d1d-48c6-b2ba-4b217be927d0 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:69:78", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000170", "OS-SRV-USG:launched_at": "2018-08-20T21:57:34.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4dd45067-ff40-492c-9323-9a741cdddaab", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:57:34Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-08-20T21:57:24Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:57:38,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab used request id req-3900c8c6-3d1d-48c6-b2ba-4b217be927d0 2018-08-20 21:57:38,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4d1ea8a630401d52db287bd30b858c438f6a0cf" 2018-08-20 21:57:40,003 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-83f5ddbe-bbc7-4668-b93c-1179eabdda60 x-compute-request-id: req-83f5ddbe-bbc7-4668-b93c-1179eabdda60 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:69:78", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4dd45067-ff40-492c-9323-9a741cdddaab", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000170", "OS-SRV-USG:launched_at": "2018-08-20T21:57:34.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "4dd45067-ff40-492c-9323-9a741cdddaab", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:57:34Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-08-20T21:57:24Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:57:40,003 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab used request id req-83f5ddbe-bbc7-4668-b93c-1179eabdda60 2018-08-20 21:57:40,004 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.14'. 2018-08-20 21:57:40,004 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-08-20 21:57:40,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 21:57:42,179 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 21:57: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-fb78250c-f647-4526-aef2-611dbc8705e3 x-compute-request-id: req-fb78250c-f647-4526-aef2-611dbc8705e3 Content-Length: 0 Content-Type: application/json 2018-08-20 21:57:42,179 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab/action used request id req-fb78250c-f647-4526-aef2-611dbc8705e3 2018-08-20 21:57:42,180 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-08-20 21:57:42,180 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=0b409c73-2ca1-4ab2-bec3-605f548f49d6 network=d78a2d8a-b367-448d-94b3-fca08b961963 secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 21:57:42,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:57:42,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:57:42,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:57:42,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:57:42,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:57:42,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:57:42,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:57:42,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:57:42,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:57:42,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:57:42,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:57:42,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:57:42,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:57:42,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:57:42,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:57:42,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:57:42,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:57:42,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:57:42,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:57:42,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:57:42,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:57:42,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:57:42,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:57:42,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:57:42,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:57:42,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:57:42,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:57:42,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:57:42,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:57:42,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:57:42,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:57:42,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:57:42,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:57:42,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:57:42,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:57:42,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:57:42,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:57:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:57:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:57:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:57:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:57:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:57:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:57:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:57:42,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:57:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:57:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:57:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:57:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:57:42,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:57:42,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:57:42,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e3e82ca-85e0-4eb0-a228-8b0ec60972a7 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:57:42,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5e3e82ca-85e0-4eb0-a228-8b0ec60972a7 2018-08-20 21:57:42,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:57:42,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["F-OT3TdRRq2EMH0DQliDig"], "issued_at": "2018-08-20T21:57:42.000000Z"}} 2018-08-20 21:57:42,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f456930fa329a88bd605c1574978163e659cea96" 2018-08-20 21:57:42,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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,Accept-Encoding x-openstack-request-id: req-0fcaa465-9e74-4d42-bc1f-377d4a6aefbe x-compute-request-id: req-0fcaa465-9e74-4d42-bc1f-377d4a6aefbe Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 21:57:42,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0fcaa465-9e74-4d42-bc1f-377d4a6aefbe 2018-08-20 21:57:42,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f456930fa329a88bd605c1574978163e659cea96" 2018-08-20 21:57:43,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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,Accept-Encoding x-openstack-request-id: req-3ef25992-f6ac-4403-b515-69838943ffb9 x-compute-request-id: req-3ef25992-f6ac-4403-b515-69838943ffb9 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 21:57:43,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-3ef25992-f6ac-4403-b515-69838943ffb9 2018-08-20 21:57:43,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f456930fa329a88bd605c1574978163e659cea96" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d78a2d8a-b367-448d-94b3-fca08b961963"}]}}' 2018-08-20 21:57:46,387 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 21:57: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-f729fb18-9037-48fd-a70e-66fb28e2da92 x-compute-request-id: req-f729fb18-9037-48fd-a70e-66fb28e2da92 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "bookmark"}], "adminPass": "B82ESU8yEz7F"}} 2018-08-20 21:57:46,388 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f729fb18-9037-48fd-a70e-66fb28e2da92 2018-08-20 21:57:46,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:57:46,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc236a15-ff3a-475f-939c-e7400cc290b7 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:57:46,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fc236a15-ff3a-475f-939c-e7400cc290b7 2018-08-20 21:57:46,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:57:46,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:57:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["-ZUfyyXbR4iS6Alqdqomig"], "issued_at": "2018-08-20T21:57:46.000000Z"}} 2018-08-20 21:57:46,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94821ac19f062b3ca4e8dec45a99b1aff540b48d" 2018-08-20 21:57:47,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-4d88e7f3-a681-48cc-95ee-058ea358aa1a x-compute-request-id: req-4d88e7f3-a681-48cc-95ee-058ea358aa1a Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:57:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-3", "created": "2018-08-20T21:57:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:57:47,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 used request id req-4d88e7f3-a681-48cc-95ee-058ea358aa1a 2018-08-20 21:57:50,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94821ac19f062b3ca4e8dec45a99b1aff540b48d" 2018-08-20 21:57:51,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-50126fd7-7d03-4c8b-9c85-7fbd568306b6 x-compute-request-id: req-50126fd7-7d03-4c8b-9c85-7fbd568306b6 Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:57:49Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-08-20T21:57:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:57:51,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 used request id req-50126fd7-7d03-4c8b-9c85-7fbd568306b6 2018-08-20 21:57:54,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94821ac19f062b3ca4e8dec45a99b1aff540b48d" 2018-08-20 21:57:55,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-ae7b16c2-1261-4c5d-be40-9a0082c84378 x-compute-request-id: req-ae7b16c2-1261-4c5d-be40-9a0082c84378 Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:57:50Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-08-20T21:57:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:57:55,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 used request id req-ae7b16c2-1261-4c5d-be40-9a0082c84378 2018-08-20 21:57:58,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94821ac19f062b3ca4e8dec45a99b1aff540b48d" 2018-08-20 21:57:59,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-b3e3a621-3e17-461a-aea7-a10675ad2004 x-compute-request-id: req-b3e3a621-3e17-461a-aea7-a10675ad2004 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:ad:d1", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": "2018-08-20T21:57:57.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:57:57Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-08-20T21:57:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:57:59,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 used request id req-b3e3a621-3e17-461a-aea7-a10675ad2004 2018-08-20 21:57:59,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f456930fa329a88bd605c1574978163e659cea96" 2018-08-20 21:58:00,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:57: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-ce343f6e-cf68-4fff-99d6-15526f46f5af x-compute-request-id: req-ce343f6e-cf68-4fff-99d6-15526f46f5af Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:ad:d1", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": "2018-08-20T21:57:57.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:57:57Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-08-20T21:57:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:00,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 used request id req-ce343f6e-cf68-4fff-99d6-15526f46f5af 2018-08-20 21:58:00,847 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.9'. 2018-08-20 21:58:00,847 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-08-20 21:58:00,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 21:58:03,255 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 21:58: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-6ed80011-3ba5-4bd0-bea6-a729db5b235d x-compute-request-id: req-6ed80011-3ba5-4bd0-bea6-a729db5b235d Content-Length: 0 Content-Type: application/json 2018-08-20 21:58:03,255 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8/action used request id req-6ed80011-3ba5-4bd0-bea6-a729db5b235d 2018-08-20 21:58:03,256 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-08-20 21:58:03,256 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=0b409c73-2ca1-4ab2-bec3-605f548f49d6 network=027d9f46-a4a5-439d-8b4b-28121d97806e secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 21:58:03,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:58:03,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:58:03,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:58:03,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:58:03,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:58:03,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:58:03,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:58:03,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:58:03,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:58:03,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:58:03,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:58:03,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:58:03,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:58:03,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:58:03,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:58:03,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:58:03,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:58:03,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:58:03,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:58:03,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:58:03,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:58:03,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:58:03,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:58:03,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:58:03,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:58:03,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:58:03,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:58:03,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:58:03,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:58:03,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:58:03,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:58:03,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:58:03,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:58:03,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:58:03,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:58:03,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:58:03,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:58:03,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:58:03,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:58:03,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:58:03,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:58:03,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:58:03,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:58:03,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:58:03,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:58:03,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:58:03,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:58:03,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:58:03,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:58:03,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:58:03,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:58:03,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a15e71c-e40e-42bd-9344-f6b720cb49d4 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:58:03,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9a15e71c-e40e-42bd-9344-f6b720cb49d4 2018-08-20 21:58:03,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:58:03,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:58:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["AJvsWJEXTSWzJEMdVBLWJw"], "issued_at": "2018-08-20T21:58:03.000000Z"}} 2018-08-20 21:58:03,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70f502b06cdb3cccde8496b817a98d106520ad7" 2018-08-20 21:58:04,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58: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-10147e48-501d-4233-9060-85eaece868bc x-compute-request-id: req-10147e48-501d-4233-9060-85eaece868bc Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 21:58:04,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-10147e48-501d-4233-9060-85eaece868bc 2018-08-20 21:58:04,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70f502b06cdb3cccde8496b817a98d106520ad7" 2018-08-20 21:58:04,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-b60cc3ba-e1cb-403f-8427-59360855bf38 x-compute-request-id: req-b60cc3ba-e1cb-403f-8427-59360855bf38 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 21:58:04,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-b60cc3ba-e1cb-403f-8427-59360855bf38 2018-08-20 21:58:04,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70f502b06cdb3cccde8496b817a98d106520ad7" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "027d9f46-a4a5-439d-8b4b-28121d97806e"}]}}' 2018-08-20 21:58:07,250 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 21: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 x-openstack-request-id: req-a053189e-f1ad-4f80-8001-e1972b8b301a x-compute-request-id: req-a053189e-f1ad-4f80-8001-e1972b8b301a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fd467d92-d753-4990-90bb-f28bcf774df7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd467d92-d753-4990-90bb-f28bcf774df7", "rel": "bookmark"}], "adminPass": "jA33hvp4AUsD"}} 2018-08-20 21:58:07,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a053189e-f1ad-4f80-8001-e1972b8b301a 2018-08-20 21:58:07,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:58:07,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d43f604-d16e-4785-a6f1-a4d86ba4f271 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:58:07,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9d43f604-d16e-4785-a6f1-a4d86ba4f271 2018-08-20 21:58:07,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:58:07,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:58:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["uzjCM4IFSIy5OxhvO17Cjg"], "issued_at": "2018-08-20T21:58:07.000000Z"}} 2018-08-20 21:58:07,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d9324e6c46f20859b49046272ca71dc064b05a" 2018-08-20 21:58:09,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-07b3dcac-1843-4d64-99fd-f09eb9bdac1a x-compute-request-id: req-07b3dcac-1843-4d64-99fd-f09eb9bdac1a Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd467d92-d753-4990-90bb-f28bcf774df7", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "fd467d92-d753-4990-90bb-f28bcf774df7", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:58:08Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-5", "created": "2018-08-20T21:58:07Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:09,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7 used request id req-07b3dcac-1843-4d64-99fd-f09eb9bdac1a 2018-08-20 21:58:12,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d9324e6c46f20859b49046272ca71dc064b05a" 2018-08-20 21:58:12,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ab2d80d-77a3-4da9-86ea-fdf3a004794f x-compute-request-id: req-9ab2d80d-77a3-4da9-86ea-fdf3a004794f Content-Encoding: gzip Content-Length: 707 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd467d92-d753-4990-90bb-f28bcf774df7", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "fd467d92-d753-4990-90bb-f28bcf774df7", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T21:58:09Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-08-20T21:58:07Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:12,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7 used request id req-9ab2d80d-77a3-4da9-86ea-fdf3a004794f 2018-08-20 21:58:15,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d9324e6c46f20859b49046272ca71dc064b05a" 2018-08-20 21:58:16,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58: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-6e77f803-45a4-487f-92d2-2cfa6f75ad07 x-compute-request-id: req-6e77f803-45a4-487f-92d2-2cfa6f75ad07 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:74:21", "version": 4, "addr": "10.10.11.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd467d92-d753-4990-90bb-f28bcf774df7", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": "2018-08-20T21:58:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "fd467d92-d753-4990-90bb-f28bcf774df7", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:58:15Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-08-20T21:58:07Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:16,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7 used request id req-6e77f803-45a4-487f-92d2-2cfa6f75ad07 2018-08-20 21:58:16,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70f502b06cdb3cccde8496b817a98d106520ad7" 2018-08-20 21:58:17,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-a0cc239b-a660-4dde-b655-69449c56f636 x-compute-request-id: req-a0cc239b-a660-4dde-b655-69449c56f636 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:74:21", "version": 4, "addr": "10.10.11.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd467d92-d753-4990-90bb-f28bcf774df7", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": "2018-08-20T21:58:15.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "fd467d92-d753-4990-90bb-f28bcf774df7", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T21:58:15Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-08-20T21:58:07Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:17,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7 used request id req-a0cc239b-a660-4dde-b655-69449c56f636 2018-08-20 21:58:17,610 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.18'. 2018-08-20 21:58:17,610 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-08-20 21:58:17,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 21:58:19,511 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 21:58: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-a60000da-c1dc-4572-a9de-e4d1ad06f8d2 x-compute-request-id: req-a60000da-c1dc-4572-a9de-e4d1ad06f8d2 Content-Length: 0 Content-Type: application/json 2018-08-20 21:58:19,511 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7/action used request id req-a60000da-c1dc-4572-a9de-e4d1ad06f8d2 2018-08-20 21:58:19,511 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-08-20 21:58:19,512 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=0b409c73-2ca1-4ab2-bec3-605f548f49d6 network=027d9f46-a4a5-439d-8b4b-28121d97806e secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.18 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-20 21:58:19,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:58:19,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:58:19,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:58:19,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:58:19,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:58:19,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:58:19,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:58:19,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:58:19,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:58:19,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:58:19,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:58:19,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:58:19,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:58:19,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:58:19,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:58:19,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:58:19,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:58:19,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:58:19,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:58:19,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:58:19,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:58:19,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:58:19,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:58:19,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:58:19,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:58:19,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:58:19,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:58:19,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:58:19,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:58:19,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:58:19,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:58:19,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:58:19,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:58:19,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:58:19,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:58:19,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:58:19,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:58:19,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:58:19,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:58:19,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:58:19,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:58:19,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:58:19,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:58:19,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:58:19,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:58:19,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:58:19,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:58:19,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:58:19,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:58:19,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:58:19,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:58:19,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea27a0ae-9bf1-4029-965b-e912589f67ea Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:58:19,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ea27a0ae-9bf1-4029-965b-e912589f67ea 2018-08-20 21:58:19,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:58:19,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:58:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["E5rPkkGjQBe1i0j2_sZrLA"], "issued_at": "2018-08-20T21:58:19.000000Z"}} 2018-08-20 21:58:19,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c391d6f66987c389265dc1bd64b22919318489" 2018-08-20 21:58:20,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-3e9e18d5-bd45-468b-88dc-72c3c91bb551 x-compute-request-id: req-3e9e18d5-bd45-468b-88dc-72c3c91bb551 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 21:58:20,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3e9e18d5-bd45-468b-88dc-72c3c91bb551 2018-08-20 21:58:20,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c391d6f66987c389265dc1bd64b22919318489" 2018-08-20 21:58:20,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58: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-083275e0-3e58-4add-a839-f933918d25db x-compute-request-id: req-083275e0-3e58-4add-a839-f933918d25db Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 21:58:20,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-083275e0-3e58-4add-a839-f933918d25db 2018-08-20 21:58:20,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c391d6f66987c389265dc1bd64b22919318489" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xOAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "027d9f46-a4a5-439d-8b4b-28121d97806e"}], "config_drive": true}}' 2018-08-20 21:58:24,147 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 21:58:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b0e2a041-b286-473f-9db4-1ffc547d739d x-compute-request-id: req-b0e2a041-b286-473f-9db4-1ffc547d739d Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f639fe18-420a-436f-b5a7-7f986100aa4b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "bookmark"}], "adminPass": "RYhHv43jijDy"}} 2018-08-20 21:58:24,147 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b0e2a041-b286-473f-9db4-1ffc547d739d 2018-08-20 21:58:24,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:58:24,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c44fa7-3fab-4fc9-b37a-ac7b6e252cd4 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:58:24,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b3c44fa7-3fab-4fc9-b37a-ac7b6e252cd4 2018-08-20 21:58:24,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:58:24,564 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:58:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["YUsSGCKJR1euA949HkEqxw"], "issued_at": "2018-08-20T21:58:24.000000Z"}} 2018-08-20 21:58:24,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5eace6c15820da55d32b8a203dff9cf7ca1be46" 2018-08-20 21:58:25,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-1623778e-9b64-4a1f-ab02-fb5df3e1d53a x-compute-request-id: req-1623778e-9b64-4a1f-ab02-fb5df3e1d53a Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f639fe18-420a-436f-b5a7-7f986100aa4b", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T21:58:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-4", "created": "2018-08-20T21:58:24Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:25,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b used request id req-1623778e-9b64-4a1f-ab02-fb5df3e1d53a 2018-08-20 21:58:28,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5eace6c15820da55d32b8a203dff9cf7ca1be46" 2018-08-20 21:58:29,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58: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-370dfd57-c68f-4580-8c9d-4ff42db24e0e x-compute-request-id: req-370dfd57-c68f-4580-8c9d-4ff42db24e0e Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f639fe18-420a-436f-b5a7-7f986100aa4b", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T21:58:26Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-08-20T21:58:24Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:29,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b used request id req-370dfd57-c68f-4580-8c9d-4ff42db24e0e 2018-08-20 21:58:32,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5eace6c15820da55d32b8a203dff9cf7ca1be46" 2018-08-20 21:58:34,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-d4131cc1-6f97-493b-af95-224e43232cad x-compute-request-id: req-d4131cc1-6f97-493b-af95-224e43232cad Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:92:1c", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f639fe18-420a-436f-b5a7-7f986100aa4b", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T21:58:26Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-08-20T21:58:24Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:34,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b used request id req-d4131cc1-6f97-493b-af95-224e43232cad 2018-08-20 21:58:37,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5eace6c15820da55d32b8a203dff9cf7ca1be46" 2018-08-20 21:58:38,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58: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-228d5c88-19bf-48ee-bcd8-170d32e9f71b x-compute-request-id: req-228d5c88-19bf-48ee-bcd8-170d32e9f71b Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:92:1c", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": "2018-08-20T21:58:32.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f639fe18-420a-436f-b5a7-7f986100aa4b", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T21:58:32Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-08-20T21:58:24Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:38,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b used request id req-228d5c88-19bf-48ee-bcd8-170d32e9f71b 2018-08-20 21:58:38,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c391d6f66987c389265dc1bd64b22919318489" 2018-08-20 21:58:39,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-038c965e-32a6-45a4-a37d-9428a1a51699 x-compute-request-id: req-038c965e-32a6-45a4-a37d-9428a1a51699 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:92:1c", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f639fe18-420a-436f-b5a7-7f986100aa4b", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": "2018-08-20T21:58:32.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "f639fe18-420a-436f-b5a7-7f986100aa4b", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T21:58:32Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-08-20T21:58:24Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:39,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b used request id req-038c965e-32a6-45a4-a37d-9428a1a51699 2018-08-20 21:58:39,902 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.6'. 2018-08-20 21:58:39,902 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-08-20 21:58:39,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 21:58:42,000 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 21:58: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-49142179-0786-46bb-8979-17cfe85af4a5 x-compute-request-id: req-49142179-0786-46bb-8979-17cfe85af4a5 Content-Length: 0 Content-Type: application/json 2018-08-20 21:58:42,001 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b/action used request id req-49142179-0786-46bb-8979-17cfe85af4a5 2018-08-20 21:58:42,001 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-08-20 21:58:42,001 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=0b409c73-2ca1-4ab2-bec3-605f548f49d6 network=d78a2d8a-b367-448d-94b3-fca08b961963 secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.14 10.10.10.9 10.10.11.6 10.10.11.18 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-20 21:58:42,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:58:42,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:58:42,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:58:42,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:58:42,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:58:42,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:58:42,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:58:42,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:58:42,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:58:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:58:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:58:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:58:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:58:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:58:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:58:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:58:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:58:42,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:58:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:58:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:58:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:58:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:58:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:58:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:58:42,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:58:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 21:58:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 21:58:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 21:58:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 21:58:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 21:58:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 21:58:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 21:58:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 21:58:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 21:58:42,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 21:58:42,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 21:58:42,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 21:58:42,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 21:58:42,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 21:58:42,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 21:58:42,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 21:58:42,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 21:58:42,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 21:58:42,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 21:58:42,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 21:58:42,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 21:58:42,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 21:58:42,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 21:58:42,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 21:58:42,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 21:58:42,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:58:42,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58d4f8eb-348a-4822-879e-4e18f5b0f152 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:58:42,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-58d4f8eb-348a-4822-879e-4e18f5b0f152 2018-08-20 21:58:42,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:58:42,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:58:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["FihID_KnR3GLZTH-uoN0TQ"], "issued_at": "2018-08-20T21:58:42.000000Z"}} 2018-08-20 21:58:42,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" 2018-08-20 21:58:42,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58: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-6ee2b920-03b9-42f0-b13f-21006be3ba58 x-compute-request-id: req-6ee2b920-03b9-42f0-b13f-21006be3ba58 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 21:58:42,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6ee2b920-03b9-42f0-b13f-21006be3ba58 2018-08-20 21:58:42,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" 2018-08-20 21:58:42,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58: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-6bc7e9a8-e75c-436e-8eec-656a309c5a67 x-compute-request-id: req-6bc7e9a8-e75c-436e-8eec-656a309c5a67 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 21:58:42,779 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-6bc7e9a8-e75c-436e-8eec-656a309c5a67 2018-08-20 21:58:42,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNCAxMC4xMC4xMC45IDEwLjEwLjExLjYgMTAuMTAuMTEuMTgKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d78a2d8a-b367-448d-94b3-fca08b961963"}], "config_drive": true}}' 2018-08-20 21:58:46,649 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 21:58: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-0c3aa714-998f-47db-b51c-be3d8f86f16e x-compute-request-id: req-0c3aa714-998f-47db-b51c-be3d8f86f16e Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "69b37d88-7240-41c2-b00d-7f7eff995800", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "bookmark"}], "adminPass": "k3LosAX3pXs3"}} 2018-08-20 21:58:46,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0c3aa714-998f-47db-b51c-be3d8f86f16e 2018-08-20 21:58:46,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 21:58:46,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f06df351-5756-4ed9-a025-f0392a2a4a95 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 21:58:46,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f06df351-5756-4ed9-a025-f0392a2a4a95 2018-08-20 21:58:46,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 21:58:47,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T22:58:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["LA227PK5TFa2G15wduh5FQ"], "issued_at": "2018-08-20T21:58:47.000000Z"}} 2018-08-20 21:58:47,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4946d73189696f37e51879caa966b8c01b807d66" 2018-08-20 21:58:47,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a049e20-9db1-47a2-b684-e3d60f1cdeba x-compute-request-id: req-2a049e20-9db1-47a2-b684-e3d60f1cdeba Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "69b37d88-7240-41c2-b00d-7f7eff995800", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T21:58:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2018-08-20T21:58:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:47,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 used request id req-2a049e20-9db1-47a2-b684-e3d60f1cdeba 2018-08-20 21:58:50,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4946d73189696f37e51879caa966b8c01b807d66" 2018-08-20 21:58:52,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58: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-7efc80e3-2898-4e33-a89e-277fdfe4b8e3 x-compute-request-id: req-7efc80e3-2898-4e33-a89e-277fdfe4b8e3 Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "69b37d88-7240-41c2-b00d-7f7eff995800", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T21:58:49Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-08-20T21:58:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:52,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 used request id req-7efc80e3-2898-4e33-a89e-277fdfe4b8e3 2018-08-20 21:58:55,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4946d73189696f37e51879caa966b8c01b807d66" 2018-08-20 21:58:56,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-06700d65-fe9b-473b-98b5-c2ae1f3f7e23 x-compute-request-id: req-06700d65-fe9b-473b-98b5-c2ae1f3f7e23 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ce:07", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "69b37d88-7240-41c2-b00d-7f7eff995800", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T21:58:49Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-08-20T21:58:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:58:56,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 used request id req-06700d65-fe9b-473b-98b5-c2ae1f3f7e23 2018-08-20 21:58:59,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4946d73189696f37e51879caa966b8c01b807d66" 2018-08-20 21:59:00,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:58: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-86e9f46d-a434-40d2-89b4-fb9008315c33 x-compute-request-id: req-86e9f46d-a434-40d2-89b4-fb9008315c33 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ce:07", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": "2018-08-20T21:58:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "69b37d88-7240-41c2-b00d-7f7eff995800", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T21:58:56Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-08-20T21:58:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:59:00,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 used request id req-86e9f46d-a434-40d2-89b4-fb9008315c33 2018-08-20 21:59:00,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" 2018-08-20 21:59:01,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-f7192ea6-4f45-4ccd-aa00-0c8aaea73b15 x-compute-request-id: req-f7192ea6-4f45-4ccd-aa00-0c8aaea73b15 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ce:07", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/69b37d88-7240-41c2-b00d-7f7eff995800", "rel": "bookmark"}], "image": {"id": "0b409c73-2ca1-4ab2-bec3-605f548f49d6", "links": [{"href": "http://172.30.9.23:8774/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": "2018-08-20T21:58:56.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "69b37d88-7240-41c2-b00d-7f7eff995800", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T21:58:56Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-08-20T21:58:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 21:59:01,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800 used request id req-f7192ea6-4f45-4ccd-aa00-0c8aaea73b15 2018-08-20 21:59:01,874 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.6'. 2018-08-20 21:59:01,874 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-08-20 21:59:01,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 21:59:04,119 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 21:59:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aae62ab5-7baf-479b-98fa-c3436b6d6486 x-compute-request-id: req-aae62ab5-7baf-479b-98fa-c3436b6d6486 Content-Length: 0 Content-Type: application/json 2018-08-20 21:59:04,119 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-aae62ab5-7baf-479b-98fa-c3436b6d6486 2018-08-20 21:59:04,120 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-08-20 21:59:04,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-612766", "route_distinguishers": "11:11"}}' 2018-08-20 21:59:04,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-e66fe09e-fde3-4767-93f3-acbc5b329551 Date: Mon, 20 Aug 2018 21:59:04 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-612766", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "route_targets": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "type": "l3", "id": "fe525fc4-93c8-4f0d-bb96-8697daa30344"}} 2018-08-20 21:59:04,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-e66fe09e-fde3-4767-93f3-acbc5b329551 2018-08-20 21:59:04,561 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-612766', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'fe525fc4-93c8-4f0d-bb96-8697daa30344', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'route_targets': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'type': u'l3', u'networks': []}} 2018-08-20 21:59:04,561 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-08-20 21:59:04,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe525fc4-93c8-4f0d-bb96-8697daa30344/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"network_association": {"network_id": "d78a2d8a-b367-448d-94b3-fca08b961963"}}' 2018-08-20 21:59:04,906 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-8cb4fb49-88ee-4770-999f-069bcbe2f848 Date: Mon, 20 Aug 2018 21:59:04 GMT RESP BODY: {"network_association": {"network_id": "d78a2d8a-b367-448d-94b3-fca08b961963", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "ec2cb7db-14cd-401f-9521-414433759aca"}} 2018-08-20 21:59:04,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe525fc4-93c8-4f0d-bb96-8697daa30344/network_associations used request id req-8cb4fb49-88ee-4770-999f-069bcbe2f848 2018-08-20 21:59:04,907 - sdnvpn_test_utils - INFO - Waiting for instance 4dd45067-ff40-492c-9323-9a741cdddaab to boot up 2018-08-20 21:59:04,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4d1ea8a630401d52db287bd30b858c438f6a0cf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:05,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-85e94306-6698-471d-a16b-10e7deb297a8 x-compute-request-id: req-85e94306-6698-471d-a16b-10e7deb297a8 Content-Encoding: gzip Content-Length: 11163 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 523140596 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.188135] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.190417] pid_max: default: 32768 minimum: 301\n[ 0.191650] ACPI: Core revision 20150930\n[ 0.193312] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.195113] Security Framework initialized\n[ 0.196235] Yama: becoming mindful.\n[ 0.197242] AppArmor: AppArmor initialized\n[ 0.198400] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.200188] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.201911] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203554] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205432] Initializing cgroup subsys io\n[ 0.206551] Initializing cgroup subsys memory\n[ 0.207737] Initializing cgroup subsys devices\n[ 0.208931] Initializing cgroup subsys freezer\n[ 0.210118] Initializing cgroup subsys net_cls\n[ 0.211319] Initializing cgroup subsys perf_event\n[ 0.212572] Initializing cgroup subsys net_prio\n[ 0.213788] Initializing cgroup subsys hugetlb\n[ 0.214999] Initializing cgroup subsys pids\n[ 0.216190] CPU: Physical Processor ID: 0\n[ 0.217999] mce: CPU supports 10 MCE banks\n[ 0.219170] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.220548] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.236620] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.243483] ftrace: allocating 31920 entries in 125 pages\n[ 0.269485] smpboot: Max logical packages: 1\n[ 0.270660] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272539] x2apic enabled\n[ 0.273679] Switched APIC routing to physical x2apic.\n[ 0.276157] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.277690] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.280439] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282915] KVM setup paravirtual spinlock\n[ 0.284523] x86: Booted up 1 node, 1 CPUs\n[ 0.285640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.287537] devtmpfs: initialized\n[ 0.289516] evm: security.selinux\n[ 0.290483] evm: security.SMACK64\n[ 0.291449] evm: security.SMACK64EXEC\n[ 0.292484] evm: security.SMACK64TRANSMUTE\n[ 0.293600] evm: security.SMACK64MMAP\n[ 0.294629] evm: security.ima\n[ 0.295521] evm: security.capability\n[ 0.296614] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299155] pinctrl core: initialized pinctrl subsystem\n[ 0.300647] RTC time: 21:57:34, date: 08/20/18\n[ 0.301956] NET: Registered protocol family 16\n[ 0.303277] cpuidle: using governor ladder\n[ 0.304405] cpuidle: using governor menu\n[ 0.305502] PCCT header not found.\n[ 0.306540] ACPI: bus type PCI registered\n[ 0.307651] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309355] PCI: Using configuration type 1 for base access\n[ 0.311518] ACPI: Added _OSI(Module Device)\n[ 0.312674] ACPI: Added _OSI(Processor Device)\n[ 0.313863] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317262] ACPI: Interpreter enabled\n[ 0.318312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.320868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.325971] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328518] ACPI: (supports S0 S5)\n[ 0.329495] ACPI: Using IOAPIC for interrupt routing\n[ 0.330787] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334603] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336159] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339453] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342435] acpiphp: Slot [3] registered\n[ 0.343543] acpiphp: Slot [4] registered\n[ 0.344650] acpiphp: Slot [5] registered\n[ 0.345756] acpiphp: Slot [6] registered\n[ 0.346862] acpiphp: Slot [7] registered\n[ 0.347970] acpiphp: Slot [8] registered\n[ 0.349071] acpiphp: Slot [9] registered\n[ 0.350167] acpiphp: Slot [10] registered\n[ 0.351282] acpiphp: Slot [11] registered\n[ 0.352403] acpiphp: Slot [12] registered\n[ 0.353524] acpiphp: Slot [13] registered\n[ 0.354637] acpiphp: Slot [14] registered\n[ 0.355757] acpiphp: Slot [15] registered\n[ 0.371338] acpiphp: Slot [16] registered\n[ 0.372474] acpiphp: Slot [17] registered\n[ 0.373596] acpiphp: Slot [18] registered\n[ 0.374712] acpiphp: Slot [19] registered\n[ 0.375831] acpiphp: Slot [20] registered\n[ 0.376951] acpiphp: Slot [21] registered\n[ 0.378068] acpiphp: Slot [22] registered\n[ 0.379180] acpiphp: Slot [23] registered\n[ 0.380296] acpiphp: Slot [24] registered\n[ 0.381422] acpiphp: Slot [25] registered\n[ 0.382535] acpiphp: Slot [26] registered\n[ 0.383649] acpiphp: Slot [27] registered\n[ 0.384771] acpiphp: Slot [28] registered\n[ 0.385893] acpiphp: Slot [29] registered\n[ 0.387010] acpiphp: Slot [30] registered\n[ 0.388132] acpiphp: Slot [31] registered\n[ 0.389247] PCI host bridge to bus 0000:00\n[ 0.390363] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.392006] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395669] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397675] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399721] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.403808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.405549] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.407148] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.408887] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.413179] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.415165] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436086] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.438103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.440043] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.441979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.443985] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.445714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.447529] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.448961] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.451096] vgaarb: loaded\n[ 0.451933] vgaarb: bridge control possible 0000:00:02.0\n[ 0.453593] SCSI subsystem initialized\n[ 0.454854] ACPI: bus type USB registered\n[ 0.456002] usbcore: registered new interface driver usbfs\n[ 0.457406] usbcore: registered new interface driver hub\n[ 0.458777] usbcore: registered new device driver usb\n[ 0.460279] PCI: Using ACPI for IRQ routing\n[ 0.461803] NetLabel: Initializing\n[ 0.462789] NetLabel: domain hash size = 128\n[ 0.463958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.465274] NetLabel: unlabeled traffic allowed by default\n[ 0.466852] clocksource: Switched to clocksource kvm-clock\n[ 0.477044] AppArmor: AppArmor Filesystem Enabled\n[ 0.478358] pnp: PnP ACPI init\n[ 0.479602] pnp: PnP ACPI: found 5 devices\n[ 0.486468] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488820] NET: Registered protocol family 2\n[ 0.490233] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491998] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493649] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495304] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496794] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498383] NET: Registered protocol family 1\n[ 0.499596] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501092] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502560] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.517093] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.531688] Trying to unpack rootfs image as initramfs...\n[ 0.593809] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.599067] Scanning for low memory corruption every 60 seconds\n[ 0.601258] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.602874] audit: initializing netlink subsys (disabled)\n[ 0.604356] audit: type=2000 audit(1534802254.985:1): initialized\n[ 0.606247] Initialise system trusted keyring\n[ 0.607675] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609266] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.612038] zbud: loaded\n[ 0.613056] VFS: Disk quotas dquot_6.6.0\n[ 0.614202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616397] fuse init (API version 7.23)\n[ 0.617644] Key type big_key registered\n[ 0.618762] Allocating IMA MOK and blacklist keyrings.\n[ 0.620454] Key type asymmetric registered\n[ 0.621607] Asymmetric key parser 'x509' registered\n[ 0.622952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.625042] io scheduler noop registered\n[ 0.626150] io scheduler deadline registered (default)\n[ 0.627545] io scheduler cfq registered\n[ 0.628743] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.631960] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.634003] ACPI: Power Button [PWRF]\n[ 0.635251] GHES: HEST is not enabled!\n[ 0.649367] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.678604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.705238] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.708300] Linux agpgart interface v0.103\n[ 0.711752] brd: module loaded\n[ 0.713974] loop: module loaded\n[ 0.719017] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.721040] GPT:90111 != 2097151\n[ 0.721986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723487] GPT:90111 != 2097151\n[ 0.724430] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725753] vda: vda1 vda15\n[ 0.727405] scsi host0: ata_piix\n[ 0.728484] scsi host1: ata_piix\n[ 0.729487] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731157] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733160] libphy: Fixed MDIO Bus: probed\n[ 0.734295] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738611] PPP generic driver version 2.4.2\n[ 0.739903] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.741426] ehci-pci: EHCI PCI platform driver\n[ 0.742567] ehci-platform: EHCI generic platform driver\n[ 0.744223] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746101] ohci-pci: OHCI PCI platform driver\n[ 0.747540] ohci-platform: OHCI generic platform driver\n[ 0.749185] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.768153] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.769807] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.771678] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.773689] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.776000] usb usb1: Product: UHCI Host Controller\n[ 0.777522] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.779394] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.780965] hub 1-0:1.0: USB hub found\n[ 0.782248] hub 1-0:1.0: 2 ports detected\n[ 0.783742] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787084] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.788661] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790317] mousedev: PS/2 mouse device common for all mice\n[ 0.792318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797058] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.799010] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800969] i2c /dev entries driver\n[ 0.802211] device-mapper: uevent: version 1.0.3\n[ 0.803766] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808573] NET: Registered protocol family 10\n[ 0.810355] NET: Registered protocol family 17\n[ 0.811811] Key type dns_resolver registered\n[ 0.813324] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.815115] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.817979] registered taskstats version 1\n[ 0.819357] Loading compiled-in X.509 certificates\n[ 0.821433] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.824468] zswap: loaded using pool lzo/zbud\n[ 0.826767] Key type trusted registered\n[ 0.829093] Key type encrypted registered\n[ 0.830438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.832143] ima: No TPM chip found, activating TPM-bypass!\n[ 0.833840] evm: HMAC attrs: 0x1\n[ 0.835320] Magic number: 14:187:1006\n[ 0.836715] rtc_cmos 00:00: setting system clock to 2018-08-20 21:57:34 UTC (1534802254)\n[ 0.839350] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841161] EDD information not available.\n[ 0.892381] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.909463] Write protecting the kernel read-only data: 14336k\n[ 0.912733] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915616] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.964835] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000182\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/z9u3r9Jt71HCAX15fcfSOJp9MkVUN7b4NLglnJ1GuR7ID9E/38kHzfXGZxSICZQw+hRl1dQizFNThBWdgR69JqDcRtN0mVr60Pey03/xBAACWroaZQd+wOgRoObBcAi0dHsVyhw94/c3ijQ6I/F0iP0mjd8zeRvAC9buiZMvjeW2Bz/HWxa0VuSzSOWYGCtFFsUksj0sVQKZFafcO3CtDrtJ+QRrNTJQuRiIpxraQfXdIns1bXpnp5e7icdAtuDKwciDVb6OFsVv16cU5XJgxWYd3kn8i/qKrhYxsnhOyQEwwikC90YkmDtZsyqu5V9JL5Oo4eMmpAJrsfZ9RL9x root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdPztQO14bYr/a2sVCyJC1TG3GrjA1XbpDfLH5z+72/53nCA2CGCD+oKRE5tJ0eCy58eezjWrWRUpUo6XJTGkeD234xQoES4oVZyETyPpnuE/xeeV6n2y/EJiYE3ydoypgbvZhXmsy/igC/aOVPLrf3vjUpv/WrCV/O/G7dJfvxAAAAFQDEuXw7mDpJJ64E2GPMDS4WjZGF4QAAAIAM5vNd/9p4iHJMWzVh1Gsm/BuAqkJemXwPlAO5/qgM5ILwrheJLaiwwW7/dyzurWNCDpgZUrVldI6f8Jf1VuvDzjs2txqlTzz/4v/p7YD4BkOWLkX6mR4cduObEouogWBz3E34YwfNuc34/efyafR8R4lpOC4Y+JCX6+KXDYmWTAAAAIBAG59JC9vDcPTXoe/RriVvqBDO5qDL12gTtt0QefRQWfYgKoAaidnNzuuUqnOxf91AeTx3OL47/anBnk0d+IwXZu+bO3F4NoMKdi0q/61tDXkqmj5SjVnCu+dPEBJRuj22ILgZgrNafrR287e2cbo6myu+2NYpCacUe2AHbaWUoA== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.21s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe63:6978/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000182\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.31 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:63:69:78 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe63:6978/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8146 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.094872] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.255690] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.255692] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.255693] usb 1-1: Product: QEMU USB Tablet\n[ 1.255694] usb 1-1: Manufacturer: QEMU\n[ 1.255695] usb 1-1: SerialNumber: 42\n[ 1.594939] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 1.594947] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\n[ 3.325971] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.375260] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 22:57:34 cirros kern.info kernel: [ 0.915616] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 22:57:34 cirros kern.info kernel: [ 0.930769] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 22:57:34 cirros kern.info kernel: [ 0.930770] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 22:57:34 cirros kern.info kernel: [ 0.932571] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 22:57:34 cirros kern.info kernel: [ 0.935757] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 22:57:34 cirros kern.info kernel: [ 0.937871] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 22:57:34 cirros kern.info kernel: [ 0.961985] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 22:57:34 cirros kern.info kernel: [ 0.962940] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 22:57:34 cirros kern.notice kernel: [ 0.964835] random: blkid urandom read with 2 bits of entropy available\nAug 20 22:57:34 cirros kern.info kernel: [ 0.967276] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 22:57:34 cirros kern.info kernel: [ 0.971735] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 22:57:34 cirros kern.info kernel: [ 1.081104] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 22:57:34 cirros kern.info kernel: [ 1.089791] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 22:57:34 cirros kern.info kernel: [ 1.094872] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 22:57:34 cirros kern.info kernel: [ 1.255690] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 22:57:34 cirros kern.info kernel: [ 1.255692] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 22:57:34 cirros kern.info kernel: [ 1.255693] usb 1-1: Product: QEMU USB Tablet\nAug 20 22:57:34 cirros kern.info kernel: [ 1.255694] usb 1-1: Manufacturer: QEMU\nAug 20 22:57:34 cirros kern.info kernel: [ 1.255695] usb 1-1: SerialNumber: 42\nAug 20 22:57:35 cirros kern.info kernel: [ 1.594939] tsc: Refined TSC clocksource calibration: 3491.869 MHz\nAug 20 22:57:35 cirros kern.info kernel: [ 1.594947] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nAug 20 22:57:36 cirros auth.notice su: + /dev/console root:cirros\nAug 20 22:57:36 cirros authpriv.info dropbear[341]: Running in background\nAug 20 22:57:36 cirros kern.info kernel: [ 3.325971] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 22:57:37 cirros kern.info kernel: [ 3.375260] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-2 login: "} 2018-08-20 21:59:05,128 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab/action used request id req-85e94306-6698-471d-a16b-10e7deb297a8 2018-08-20 21:59:07,162 - sdnvpn_test_utils - INFO - Waiting for instance 5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8 to boot up 2018-08-20 21:59:07,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f456930fa329a88bd605c1574978163e659cea96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:07,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-273eea43-cea9-4054-b740-6586fa41d7fd x-compute-request-id: req-273eea43-cea9-4054-b740-6586fa41d7fd Content-Encoding: gzip Content-Length: 10972 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 517379189 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.180522] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.182698] pid_max: default: 32768 minimum: 301\n[ 0.183887] ACPI: Core revision 20150930\n[ 0.185529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.187224] Security Framework initialized\n[ 0.188305] Yama: becoming mindful.\n[ 0.189271] AppArmor: AppArmor initialized\n[ 0.190394] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.192092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195305] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197119] Initializing cgroup subsys io\n[ 0.198188] Initializing cgroup subsys memory\n[ 0.199332] Initializing cgroup subsys devices\n[ 0.200480] Initializing cgroup subsys freezer\n[ 0.201622] Initializing cgroup subsys net_cls\n[ 0.202762] Initializing cgroup subsys perf_event\n[ 0.203966] Initializing cgroup subsys net_prio\n[ 0.205126] Initializing cgroup subsys hugetlb\n[ 0.206259] Initializing cgroup subsys pids\n[ 0.207410] CPU: Physical Processor ID: 0\n[ 0.209166] mce: CPU supports 10 MCE banks\n[ 0.210268] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.211597] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226601] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.233364] ftrace: allocating 31920 entries in 125 pages\n[ 0.259592] smpboot: Max logical packages: 1\n[ 0.260718] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.262510] x2apic enabled\n[ 0.263632] Switched APIC routing to physical x2apic.\n[ 0.266023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.267492] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.270107] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.272462] KVM setup paravirtual spinlock\n[ 0.274059] x86: Booted up 1 node, 1 CPUs\n[ 0.275124] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.276944] devtmpfs: initialized\n[ 0.278886] evm: security.selinux\n[ 0.279813] evm: security.SMACK64\n[ 0.280734] evm: security.SMACK64EXEC\n[ 0.281719] evm: security.SMACK64TRANSMUTE\n[ 0.282778] evm: security.SMACK64MMAP\n[ 0.283753] evm: security.ima\n[ 0.284603] evm: security.capability\n[ 0.285651] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.288067] pinctrl core: initialized pinctrl subsystem\n[ 0.289495] RTC time: 21:57:57, date: 08/20/18\n[ 0.290756] NET: Registered protocol family 16\n[ 0.292034] cpuidle: using governor ladder\n[ 0.293112] cpuidle: using governor menu\n[ 0.294147] PCCT header not found.\n[ 0.295138] ACPI: bus type PCI registered\n[ 0.296200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.297812] PCI: Using configuration type 1 for base access\n[ 0.299919] ACPI: Added _OSI(Module Device)\n[ 0.301021] ACPI: Added _OSI(Processor Device)\n[ 0.302148] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.303330] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305440] ACPI: Interpreter enabled\n[ 0.306442] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.311271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.313694] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.316115] ACPI: (supports S0 S5)\n[ 0.317050] ACPI: Using IOAPIC for interrupt routing\n[ 0.318281] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321994] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.323488] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.325093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.326638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.329485] acpiphp: Slot [3] registered\n[ 0.330539] acpiphp: Slot [4] registered\n[ 0.331591] acpiphp: Slot [5] registered\n[ 0.332643] acpiphp: Slot [6] registered\n[ 0.333694] acpiphp: Slot [7] registered\n[ 0.334747] acpiphp: Slot [8] registered\n[ 0.335800] acpiphp: Slot [9] registered\n[ 0.336849] acpiphp: Slot [10] registered\n[ 0.337921] acpiphp: Slot [11] registered\n[ 0.338989] acpiphp: Slot [12] registered\n[ 0.340055] acpiphp: Slot [13] registered\n[ 0.341117] acpiphp: Slot [14] registered\n[ 0.342185] acpiphp: Slot [15] registered\n[ 0.357270] acpiphp: Slot [16] registered\n[ 0.358343] acpiphp: Slot [17] registered\n[ 0.359412] acpiphp: Slot [18] registered\n[ 0.360476] acpiphp: Slot [19] registered\n[ 0.361548] acpiphp: Slot [20] registered\n[ 0.362619] acpiphp: Slot [21] registered\n[ 0.363679] acpiphp: Slot [22] registered\n[ 0.364744] acpiphp: Slot [23] registered\n[ 0.365815] acpiphp: Slot [24] registered\n[ 0.366883] acpiphp: Slot [25] registered\n[ 0.367947] acpiphp: Slot [26] registered\n[ 0.369009] acpiphp: Slot [27] registered\n[ 0.370079] acpiphp: Slot [28] registered\n[ 0.371149] acpiphp: Slot [29] registered\n[ 0.372210] acpiphp: Slot [30] registered\n[ 0.373277] acpiphp: Slot [31] registered\n[ 0.374344] PCI host bridge to bus 0000:00\n[ 0.375411] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.376987] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.378566] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.380476] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.382375] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.384317] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.388214] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.389876] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.391404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.393045] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.397581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.399478] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421794] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423744] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.425632] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.427531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.429724] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.431397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.433150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.434530] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.436567] vgaarb: loaded\n[ 0.437369] vgaarb: bridge control possible 0000:00:02.0\n[ 0.438985] SCSI subsystem initialized\n[ 0.440206] ACPI: bus type USB registered\n[ 0.441302] usbcore: registered new interface driver usbfs\n[ 0.442651] usbcore: registered new interface driver hub\n[ 0.443970] usbcore: registered new device driver usb\n[ 0.445431] PCI: Using ACPI for IRQ routing\n[ 0.446924] NetLabel: Initializing\n[ 0.447875] NetLabel: domain hash size = 128\n[ 0.448988] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.450235] NetLabel: unlabeled traffic allowed by default\n[ 0.451761] clocksource: Switched to clocksource kvm-clock\n[ 0.462306] AppArmor: AppArmor Filesystem Enabled\n[ 0.463576] pnp: PnP ACPI init\n[ 0.464781] pnp: PnP ACPI: found 5 devices\n[ 0.471594] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.473842] NET: Registered protocol family 2\n[ 0.475220] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.476896] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.478471] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.480052] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.481474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.482989] NET: Registered protocol family 1\n[ 0.484147] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.485586] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.486990] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.501449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.515986] Trying to unpack rootfs image as initramfs...\n[ 0.578496] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586042] Scanning for low memory corruption every 60 seconds\n[ 0.589154] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.590751] audit: initializing netlink subsys (disabled)\n[ 0.592405] audit: type=2000 audit(1534802278.243:1): initialized\n[ 0.594481] Initialise system trusted keyring\n[ 0.596009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597535] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.600353] zbud: loaded\n[ 0.601414] VFS: Disk quotas dquot_6.6.0\n[ 0.602527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604788] fuse init (API version 7.23)\n[ 0.606008] Key type big_key registered\n[ 0.607095] Allocating IMA MOK and blacklist keyrings.\n[ 0.608830] Key type asymmetric registered\n[ 0.609952] Asymmetric key parser 'x509' registered\n[ 0.611238] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613276] io scheduler noop registered\n[ 0.614329] io scheduler deadline registered (default)\n[ 0.615663] io scheduler cfq registered\n[ 0.616930] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.618305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.620123] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.622086] ACPI: Power Button [PWRF]\n[ 0.623433] GHES: HEST is not enabled!\n[ 0.637849] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670530] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694197] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697282] Linux agpgart interface v0.103\n[ 0.701114] brd: module loaded\n[ 0.703369] loop: module loaded\n[ 0.708695] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.710622] GPT:90111 != 2097151\n[ 0.711520] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712953] GPT:90111 != 2097151\n[ 0.713859] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715122] vda: vda1 vda15\n[ 0.717017] scsi host0: ata_piix\n[ 0.718063] scsi host1: ata_piix\n[ 0.719032] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722617] libphy: Fixed MDIO Bus: probed\n[ 0.723706] tun: Universal TUN/TAP device driver, 1.6\n[ 0.724969] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728279] PPP generic driver version 2.4.2\n[ 0.729535] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731120] ehci-pci: EHCI PCI platform driver\n[ 0.732298] ehci-platform: EHCI generic platform driver\n[ 0.734113] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735649] ohci-pci: OHCI PCI platform driver\n[ 0.736844] ohci-platform: OHCI generic platform driver\n[ 0.738188] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752734] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.754105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.756088] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.759059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762562] usb usb1: Product: UHCI Host Controller\n[ 0.763792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765277] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766607] hub 1-0:1.0: USB hub found\n[ 0.767788] hub 1-0:1.0: 2 ports detected\n[ 0.769123] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.771993] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773250] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774607] mousedev: PS/2 mouse device common for all mice\n[ 0.776306] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778732] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780280] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.781843] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783429] i2c /dev entries driver\n[ 0.784478] device-mapper: uevent: version 1.0.3\n[ 0.785767] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.787983] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.789983] NET: Registered protocol family 10\n[ 0.791798] NET: Registered protocol family 17\n[ 0.792981] Key type dns_resolver registered\n[ 0.794329] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.795795] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798170] registered taskstats version 1\n[ 0.799309] Loading compiled-in X.509 certificates\n[ 0.801172] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.803631] zswap: loaded using pool lzo/zbud\n[ 0.806063] Key type trusted registered\n[ 0.808227] Key type encrypted registered\n[ 0.809329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.810723] ima: No TPM chip found, activating TPM-bypass!\n[ 0.812119] evm: HMAC attrs: 0x1\n[ 0.813465] Magic number: 14:187:1006\n[ 0.814639] rtc_cmos 00:00: setting system clock to 2018-08-20 21:57:57 UTC (1534802277)\n[ 0.816852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.818324] EDD information not available.\n[ 0.882403] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.898564] Write protecting the kernel read-only data: 14336k\n[ 0.903455] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.906031] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.956568] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000185\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCFUciRjQ1yyCwkAdpGoJtrbq92ThAuTrLgPwzBnzh/jmLuXtQn70SW8Pjd/jAjnz8aAF8gCVwCCe1A3NSsr0msAzVdEE1MPVriri0Qyiy2Dzb2zS5ARkpQNYN3mS6YfcaZy4HDgeuF6iugFUZDSvf/FlIdqcpyJhvMwO+1jorQgjCSdDmOkm6rSTJ25tLcbPyfh7qtkJ8LOkZy0sVBwKFePc05ta0HlI2GEFLl0vDxkv3L31tMBKvbnh9VA6mE6TuhSBzvZZn4T1Se/hHJ9DGscqKY1IUliARKX60NfM87GkBPeaQrJQf3DeBmUtKvqGNPed/csWX0PlgW97joILQL root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAJ4EA97eq/HFyLWW5PRIS67Os+6fzHVTF91XRpLOX73kMEXJOlw/6rTGp4mwbs5UsQMzeQJi8xul65Xkc4XYYS32KFtCgQDlnsS7iQqzddNTRQbnST9VaARx9Wuac0wzHm1zPHL0t3xQ5o/i7Zb0hGHzCwCcjiuJGFndgaXmaKxPAAAAFQDjF+Hz4vJJLtSwPMf7r+djZad/8wAAAIBSxfa7Rwy5KBzxy1ffw39Y/lKsyrs4s3EkrXTFORZm921DJt7q373z45bwG0svovR6+mgLxp8KFNOSzfqw9Bq9FQWgPpgJvHVzsgTwlowaQ4R/eeBgZoX9/XhjzEs/wjzICa06tYwHCKXzsksmlqSJGC2oHVJVmDy1PUbf6vy+kwAAAIAs2Q3WoDtRP80aI8HBVFpgCpFxCuV/+oyvZH9rI6KuidX+jufk8L8uCqmhuJifL8XvGRqypZaEMEaReenVXSUuMEZLdaWE8h3f9bxEszVLKCzWvKLE4Zz3mYSGj2T7dwIKNUBPE9uT3Ap1/nluXk+vUmc+EBsIWqPfxobXFEdy7g== root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.21s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.9,24,fe80::f816:3eff:fefe:add1/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \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-00000185\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.25 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:AD:D1 \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:add1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8354 (8.1 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.079799] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.240722] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.240724] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.240725] usb 1-1: Product: QEMU USB Tablet\n[ 1.240726] usb 1-1: Manufacturer: QEMU\n[ 1.240727] usb 1-1: SerialNumber: 42\n[ 1.583808] tsc: Refined TSC clocksource calibration: 3491.826 MHz\n[ 1.583825] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32552769849, max_idle_ns: 440795241130 ns\n[ 3.264377] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.302708] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 22:57:57 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 20 22:57:57 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 20 22:57:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 20 22:57:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 20 22:57:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 20 22:57:57 cirros kern.notice kernel: [ 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)\nAug 20 22:57:57 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 20 22:57:57 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 20 22:57:57 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 20 22:57:57 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 20 22:57:57 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 20 22:57:57 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 20 22:57:57 cirros kern.info kernel: [ 1.079799] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 22:57:57 cirros kern.info kernel: [ 1.240722] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 22:57:57 cirros kern.info kernel: [ 1.240724] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 22:57:57 cirros kern.info kernel: [ 1.240725] usb 1-1: Product: QEMU USB Tablet\nAug 20 22:57:57 cirros kern.info kernel: [ 1.240726] usb 1-1: Manufacturer: QEMU\nAug 20 22:57:57 cirros kern.info kernel: [ 1.240727] usb 1-1: SerialNumber: 42\nAug 20 22:57:58 cirros kern.info kernel: [ 1.583808] tsc: Refined TSC clocksource calibration: 3491.826 MHz\nAug 20 22:57:58 cirros kern.info kernel: [ 1.583825] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32552769849, max_idle_ns: 440795241130 ns\nAug 20 22:57:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 22:57:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 22:57:59 cirros kern.info kernel: [ 3.264377] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 22:57:59 cirros kern.info kernel: [ 3.302708] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-3 login: "} 2018-08-20 21:59:07,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8/action used request id req-273eea43-cea9-4054-b740-6586fa41d7fd 2018-08-20 21:59:09,404 - sdnvpn_test_utils - INFO - Waiting for instance fd467d92-d753-4990-90bb-f28bcf774df7 to boot up 2018-08-20 21:59:09,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70f502b06cdb3cccde8496b817a98d106520ad7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:09,485 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e58b8be-0905-4c1f-81df-2398885a4c76 x-compute-request-id: req-4e58b8be-0905-4c1f-81df-2398885a4c76 Content-Encoding: gzip Content-Length: 11171 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 494415028 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.192795] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195156] pid_max: default: 32768 minimum: 301\n[ 0.196434] ACPI: Core revision 20150930\n[ 0.198128] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199981] Security Framework initialized\n[ 0.201177] Yama: becoming mindful.\n[ 0.202221] AppArmor: AppArmor initialized\n[ 0.203440] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205319] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207102] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210813] Initializing cgroup subsys io\n[ 0.211984] Initializing cgroup subsys memory\n[ 0.213216] Initializing cgroup subsys devices\n[ 0.214474] Initializing cgroup subsys freezer\n[ 0.215721] Initializing cgroup subsys net_cls\n[ 0.216953] Initializing cgroup subsys perf_event\n[ 0.218267] Initializing cgroup subsys net_prio\n[ 0.219567] Initializing cgroup subsys hugetlb\n[ 0.220825] Initializing cgroup subsys pids\n[ 0.222065] CPU: Physical Processor ID: 0\n[ 0.223896] mce: CPU supports 10 MCE banks\n[ 0.225091] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226502] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241182] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.247870] ftrace: allocating 31920 entries in 125 pages\n[ 0.273220] smpboot: Max logical packages: 1\n[ 0.274474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276444] x2apic enabled\n[ 0.277609] Switched APIC routing to physical x2apic.\n[ 0.280123] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281761] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284603] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287129] KVM setup paravirtual spinlock\n[ 0.288745] x86: Booted up 1 node, 1 CPUs\n[ 0.289886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.291874] devtmpfs: initialized\n[ 0.293845] evm: security.selinux\n[ 0.294833] evm: security.SMACK64\n[ 0.295822] evm: security.SMACK64EXEC\n[ 0.296879] evm: security.SMACK64TRANSMUTE\n[ 0.298030] evm: security.SMACK64MMAP\n[ 0.299077] evm: security.ima\n[ 0.299991] evm: security.capability\n[ 0.301109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303805] pinctrl core: initialized pinctrl subsystem\n[ 0.305361] RTC time: 21:58:15, date: 08/20/18\n[ 0.306697] NET: Registered protocol family 16\n[ 0.308047] cpuidle: using governor ladder\n[ 0.309205] cpuidle: using governor menu\n[ 0.310337] PCCT header not found.\n[ 0.311391] ACPI: bus type PCI registered\n[ 0.312566] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314347] PCI: Using configuration type 1 for base access\n[ 0.316567] ACPI: Added _OSI(Module Device)\n[ 0.317773] ACPI: Added _OSI(Processor Device)\n[ 0.319014] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322602] ACPI: Interpreter enabled\n[ 0.323730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.328947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331561] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334242] ACPI: (supports S0 S5)\n[ 0.335253] ACPI: Using IOAPIC for interrupt routing\n[ 0.336596] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342083] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.343905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.345588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.348731] acpiphp: Slot [3] registered\n[ 0.349880] acpiphp: Slot [4] registered\n[ 0.351012] acpiphp: Slot [5] registered\n[ 0.352154] acpiphp: Slot [6] registered\n[ 0.353323] acpiphp: Slot [7] registered\n[ 0.354530] acpiphp: Slot [8] registered\n[ 0.355682] acpiphp: Slot [9] registered\n[ 0.356815] acpiphp: Slot [10] registered\n[ 0.357963] acpiphp: Slot [11] registered\n[ 0.359116] acpiphp: Slot [12] registered\n[ 0.360257] acpiphp: Slot [13] registered\n[ 0.361403] acpiphp: Slot [14] registered\n[ 0.362570] acpiphp: Slot [15] registered\n[ 0.377556] acpiphp: Slot [16] registered\n[ 0.378703] acpiphp: Slot [17] registered\n[ 0.379845] acpiphp: Slot [18] registered\n[ 0.380980] acpiphp: Slot [19] registered\n[ 0.382124] acpiphp: Slot [20] registered\n[ 0.383331] acpiphp: Slot [21] registered\n[ 0.384524] acpiphp: Slot [22] registered\n[ 0.385705] acpiphp: Slot [23] registered\n[ 0.386849] acpiphp: Slot [24] registered\n[ 0.387997] acpiphp: Slot [25] registered\n[ 0.389132] acpiphp: Slot [26] registered\n[ 0.390270] acpiphp: Slot [27] registered\n[ 0.391415] acpiphp: Slot [28] registered\n[ 0.392572] acpiphp: Slot [29] registered\n[ 0.393748] acpiphp: Slot [30] registered\n[ 0.394881] acpiphp: Slot [31] registered\n[ 0.396018] PCI host bridge to bus 0000:00\n[ 0.397154] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398868] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.400569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.402636] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.404792] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.406890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411023] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414570] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416360] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420613] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443766] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447802] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449790] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451903] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453664] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455503] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456983] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459168] vgaarb: loaded\n[ 0.460037] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461779] SCSI subsystem initialized\n[ 0.463052] ACPI: bus type USB registered\n[ 0.464285] usbcore: registered new interface driver usbfs\n[ 0.465770] usbcore: registered new interface driver hub\n[ 0.467185] usbcore: registered new device driver usb\n[ 0.468774] PCI: Using ACPI for IRQ routing\n[ 0.470311] NetLabel: Initializing\n[ 0.471319] NetLabel: domain hash size = 128\n[ 0.472519] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.473898] NetLabel: unlabeled traffic allowed by default\n[ 0.475544] clocksource: Switched to clocksource kvm-clock\n[ 0.485486] AppArmor: AppArmor Filesystem Enabled\n[ 0.486844] pnp: PnP ACPI init\n[ 0.488084] pnp: PnP ACPI: found 5 devices\n[ 0.494916] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497340] NET: Registered protocol family 2\n[ 0.498787] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.500600] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.502307] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.504045] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505616] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507256] NET: Registered protocol family 1\n[ 0.508493] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.510025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.511537] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.526003] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.540432] Trying to unpack rootfs image as initramfs...\n[ 0.601957] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607423] Scanning for low memory corruption every 60 seconds\n[ 0.609726] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.611446] audit: initializing netlink subsys (disabled)\n[ 0.613038] audit: type=2000 audit(1534802295.968:1): initialized\n[ 0.615015] Initialise system trusted keyring\n[ 0.616471] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.618161] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620961] zbud: loaded\n[ 0.622006] VFS: Disk quotas dquot_6.6.0\n[ 0.623204] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.625484] fuse init (API version 7.23)\n[ 0.626783] Key type big_key registered\n[ 0.627971] Allocating IMA MOK and blacklist keyrings.\n[ 0.629725] Key type asymmetric registered\n[ 0.630932] Asymmetric key parser 'x509' registered\n[ 0.632353] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.634551] io scheduler noop registered\n[ 0.635717] io scheduler deadline registered (default)\n[ 0.637174] io scheduler cfq registered\n[ 0.638426] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.639966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.641841] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.643984] ACPI: Power Button [PWRF]\n[ 0.645274] GHES: HEST is not enabled!\n[ 0.659535] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.689240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.692290] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.716069] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.719129] Linux agpgart interface v0.103\n[ 0.722562] brd: module loaded\n[ 0.724802] loop: module loaded\n[ 0.729244] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.731359] GPT:90111 != 2097151\n[ 0.732334] GPT:Alternate GPT header not at the end of the disk.\n[ 0.733915] GPT:90111 != 2097151\n[ 0.734896] GPT: Use GNU Parted to correct GPT errors.\n[ 0.736290] vda: vda1 vda15\n[ 0.738008] scsi host0: ata_piix\n[ 0.739124] scsi host1: ata_piix\n[ 0.740183] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.741952] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.744251] libphy: Fixed MDIO Bus: probed\n[ 0.745441] tun: Universal TUN/TAP device driver, 1.6\n[ 0.746813] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.749639] PPP generic driver version 2.4.2\n[ 0.750935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.752665] ehci-pci: EHCI PCI platform driver\n[ 0.753926] ehci-platform: EHCI generic platform driver\n[ 0.755342] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.756973] ohci-pci: OHCI PCI platform driver\n[ 0.758234] ohci-platform: OHCI generic platform driver\n[ 0.759671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.774357] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.775799] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.777924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.779379] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.781021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.782796] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.784856] usb usb1: Product: UHCI Host Controller\n[ 0.786208] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.787854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.789369] hub 1-0:1.0: USB hub found\n[ 0.790500] hub 1-0:1.0: 2 ports detected\n[ 0.791845] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.794857] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796245] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.797717] mousedev: PS/2 mouse device common for all mice\n[ 0.799504] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802117] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803727] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807147] i2c /dev entries driver\n[ 0.808254] device-mapper: uevent: version 1.0.3\n[ 0.809626] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811987] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813926] NET: Registered protocol family 10\n[ 0.815551] NET: Registered protocol family 17\n[ 0.816842] Key type dns_resolver registered\n[ 0.818207] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.819801] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.822335] registered taskstats version 1\n[ 0.823556] Loading compiled-in X.509 certificates\n[ 0.825497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.828191] zswap: loaded using pool lzo/zbud\n[ 0.830315] Key type trusted registered\n[ 0.832536] Key type encrypted registered\n[ 0.833721] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.835212] ima: No TPM chip found, activating TPM-bypass!\n[ 0.836751] evm: HMAC attrs: 0x1\n[ 0.838086] Magic number: 14:187:1006\n[ 0.839320] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:15 UTC (1534802295)\n[ 0.841614] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.843177] EDD information not available.\n[ 0.901267] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.917599] Write protecting the kernel read-only data: 14336k\n[ 0.920520] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.922924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.970024] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.18...\nLease of 10.10.11.18 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000188\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCh/Ns8+4S86pvlPsjbBf7Rr4p1q7DoSCpDmfwSG5pVp7uPgeP/TteTg2P7pykc6Irqq6x9kmmLHHNVWyiNNEQPRxJ5uW7WjDctBgZh8nF34vJH+ZaJZLbgLXJea+En1VIDX6smPeIqk5o8abZe/YS24W72lil9nvGfYdCGyZ7WmyDrbjIW3xdb2mg1PORPJgqCDxtqbRlRJD3c6IdqqdR9GHmic4Pp7CWH2Sc2LjMWcsm4n78uqyENiM0votCq/qEw5442YNxKDfZsbxdn5W/KzIuy1u9rElsGeKG9QmsuHl9WRI34cnrr6OPa2hBPbIgGIOifLkZA7kPD3xFm4dYj root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAO6WfyHWxnRIGCWL+GkCZj/kXuzOcIL8okbQrpPS9IxYV0HpKywx6pN38pZWrz+AlLs/xlOcyPzC0J012k+qOK2i44oluVYLrEDa3rNQbCWKm0zCYYmz1kNEsTu+2neno5wWCHcKdzf3g9SuGmzxgXUH4PoZmzaIGvgI995Fe1PvAAAAFQCmGYdWCzO1ErAXShzdbUprNXzc9wAAAIEA0tkYhqeGmoepGRZzrDqb1ymPa2JW71dFtvYzSFqK6jf1b7at06gVVkVmhNsQZSgvekboyM0lsfeYGvqIApfvkVnXevZVtnYjfuc7Zji8Xu6aob+orGjR1yr6Gx3/RKH16uGg075qsjbccIv1nlMsLNvTQqvh06C38EidmajqHwEAAACBAI2oyTj0G9sIn+UoyKZ/MjfK+foMEIxSSEuBgdEF6z0rsd5d9k6fwrw1f0wQ64l829D61QWj7IjB/yCYw2xtTPkzSMcVqOwtYrh2ScfSlDl93bItJH5lt+b+Spy3omN1j7lGAXzMPUCl0sCdc+8JyOUXS61D3XVjnlSvTccBI5Ny root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.16s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.18,24,fe80::f816:3eff:fe8f:7421/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.18 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \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-00000188\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.02 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:8F:74:21 \n inet addr:10.10.11.18 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8f:7421/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8146 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.103566] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.265168] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.265170] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265171] usb 1-1: Product: QEMU USB Tablet\n[ 1.265172] usb 1-1: Manufacturer: QEMU\n[ 1.265173] usb 1-1: SerialNumber: 42\n[ 1.603629] tsc: Refined TSC clocksource calibration: 3491.825 MHz\n[ 1.603637] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255262cd8a, max_idle_ns: 440795281991 ns\n[ 4.090854] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.133672] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 22:58:15 cirros kern.info kernel: [ 0.922924] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 22:58:15 cirros kern.info kernel: [ 0.936509] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 22:58:15 cirros kern.info kernel: [ 0.936511] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 22:58:15 cirros kern.info kernel: [ 0.938235] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 22:58:15 cirros kern.info kernel: [ 0.941387] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 22:58:15 cirros kern.info kernel: [ 0.943492] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 22:58:15 cirros kern.info kernel: [ 0.967464] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 22:58:15 cirros kern.info kernel: [ 0.968367] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 22:58:15 cirros kern.notice kernel: [ 0.970024] random: blkid urandom read with 2 bits of entropy available\nAug 20 22:58:15 cirros kern.info kernel: [ 0.972100] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 22:58:15 cirros kern.info kernel: [ 0.976644] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 22:58:15 cirros kern.info kernel: [ 1.051090] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 22:58:15 cirros kern.info kernel: [ 1.059300] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 22:58:15 cirros kern.info kernel: [ 1.103566] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 22:58:15 cirros kern.info kernel: [ 1.265168] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 22:58:15 cirros kern.info kernel: [ 1.265170] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 22:58:15 cirros kern.info kernel: [ 1.265171] usb 1-1: Product: QEMU USB Tablet\nAug 20 22:58:15 cirros kern.info kernel: [ 1.265172] usb 1-1: Manufacturer: QEMU\nAug 20 22:58:15 cirros kern.info kernel: [ 1.265173] usb 1-1: SerialNumber: 42\nAug 20 22:58:16 cirros kern.info kernel: [ 1.603629] tsc: Refined TSC clocksource calibration: 3491.825 MHz\nAug 20 22:58:16 cirros kern.info kernel: [ 1.603637] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255262cd8a, max_idle_ns: 440795281991 ns\nAug 20 22:58:17 cirros auth.notice su: + /dev/console root:cirros\nAug 20 22:58:18 cirros authpriv.info dropbear[341]: Running in background\nAug 20 22:58:18 cirros kern.info kernel: [ 4.090854] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 22:58:18 cirros kern.info kernel: [ 4.133672] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-5 login: "} 2018-08-20 21:59:09,485 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7/action used request id req-4e58b8be-0905-4c1f-81df-2398885a4c76 2018-08-20 21:59:11,518 - sdnvpn_test_utils - INFO - Waiting for instance 69b37d88-7240-41c2-b00d-7f7eff995800 to boot up 2018-08-20 21:59:11,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:11,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-4d152f9e-3dd9-49e0-916e-c789ed59b718 x-compute-request-id: req-4d152f9e-3dd9-49e0-916e-c789ed59b718 Content-Encoding: gzip Content-Length: 8137 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\n"} 2018-08-20 21:59:11,627 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-4d152f9e-3dd9-49e0-916e-c789ed59b718 2018-08-20 21:59:13,629 - sdnvpn_test_utils - INFO - Waiting for instance f639fe18-420a-436f-b5a7-7f986100aa4b to boot up 2018-08-20 21:59:13,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c391d6f66987c389265dc1bd64b22919318489" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:13,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68289a54-6355-4b41-98b5-f5a359833ab5 x-compute-request-id: req-68289a54-6355-4b41-98b5-f5a359833ab5 Content-Encoding: gzip Content-Length: 8132 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 554528674 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.198678] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201205] pid_max: default: 32768 minimum: 301\n[ 0.202572] ACPI: Core revision 20150930\n[ 0.204340] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206281] Security Framework initialized\n[ 0.207502] Yama: becoming mindful.\n[ 0.208584] AppArmor: AppArmor initialized\n[ 0.209858] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.211806] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.213681] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215449] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.217496] Initializing cgroup subsys io\n[ 0.218725] Initializing cgroup subsys memory\n[ 0.220009] Initializing cgroup subsys devices\n[ 0.221307] Initializing cgroup subsys freezer\n[ 0.222613] Initializing cgroup subsys net_cls\n[ 0.223915] Initializing cgroup subsys perf_event\n[ 0.225283] Initializing cgroup subsys net_prio\n[ 0.226582] Initializing cgroup subsys hugetlb\n[ 0.227878] Initializing cgroup subsys pids\n[ 0.229194] CPU: Physical Processor ID: 0\n[ 0.231112] mce: CPU supports 10 MCE banks\n[ 0.232363] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233864] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.251518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.258555] ftrace: allocating 31920 entries in 125 pages\n[ 0.285674] smpboot: Max logical packages: 1\n[ 0.287101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.289177] x2apic enabled\n[ 0.290429] Switched APIC routing to physical x2apic.\n[ 0.293084] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.294803] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.297774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.300405] KVM setup paravirtual spinlock\n[ 0.302187] x86: Booted up 1 node, 1 CPUs\n[ 0.303381] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.305394] devtmpfs: initialized\n[ 0.307470] evm: security.selinux\n[ 0.308501] evm: security.SMACK64\n[ 0.309520] evm: security.SMACK64EXEC\n[ 0.310612] evm: security.SMACK64TRANSMUTE\n[ 0.311821] evm: security.SMACK64MMAP\n[ 0.312921] evm: security.ima\n[ 0.313868] evm: security.capability\n[ 0.315037] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.317743] pinctrl core: initialized pinctrl subsystem\n[ 0.319340] RTC time: 21:58:33, date: 08/20/18\n[ 0.320732] NET: Registered protocol family 16\n[ 0.322165] cpuidle: using governor ladder\n[ 0.323377] cpuidle: using governor menu\n[ 0.324539] PCCT header not found.\n[ 0.325658] ACPI: bus type PCI registered\n[ 0.326844] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.328678] PCI: Using configuration type 1 for base access\n[ 0.331025] ACPI: Added _OSI(Module Device)\n[ 0.332292] ACPI: Added _OSI(Processor Device)\n[ 0.333597] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337358] ACPI: Interpreter enabled\n[ 0.338527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.341339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.344098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.346828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.349539] ACPI: (supports S0 S5)\n[ 0.350655] ACPI: Using IOAPIC for interrupt routing\n[ 0.352051] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.356071] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.357744] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.359547] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.361347] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.364582] acpiphp: Slot [3] registered\n[ 0.365787] acpiphp: Slot [4] registered\n[ 0.366984] acpiphp: Slot [5] registered\n[ 0.368200] acpiphp: Slot [6] registered\n[ 0.369376] acpiphp: Slot [7] registered\n[ 0.370577] acpiphp: Slot [8] registered\n[ 0.371772] acpiphp: Slot [9] registered\n[ 0.372952] acpiphp: Slot [10] registered\n[ 0.374154] acpiphp: Slot [11] registered\n[ 0.375369] acpiphp: Slot [12] registered\n[ 0.376590] acpiphp: Slot [13] registered\n[ 0.377838] acpiphp: Slot [14] registered\n[ 0.379098] acpiphp: Slot [15] registered\n[ 0.395183] acpiphp: Slot [16] registered\n[ 0.396377] acpiphp: Slot [17] registered\n[ 0.397574] acpiphp: Slot [18] registered\n[ 0.398777] acpiphp: Slot [19] registered\n[ 0.399988] acpiphp: Slot [20] registered\n[ 0.401184] acpiphp: Slot [21] registered\n[ 0.402374] acpiphp: Slot [22] registered\n[ 0.403568] acpiphp: Slot [23] registered\n[ 0.404863] acpiphp: Slot [24] registered\n[ 0.406052] acpiphp: Slot [25] registered\n[ 0.407240] acpiphp: Slot [26] registered\n[ 0.408429] acpiphp: Slot [27] registered\n[ 0.409617] acpiphp: Slot [28] registered\n[ 0.410810] acpiphp: Slot [29] registered\n[ 0.412008] acpiphp: Slot [30] registered\n[ 0.413219] acpiphp: Slot [31] registered\n[ 0.414409] PCI host bridge to bus 0000:00\n[ 0.415607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.417559] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.419357] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.421524] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.423696] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.425961] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.430412] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.432360] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.434147] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.436075] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.440368] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.442520] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.465114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.467286] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.469378] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.472064] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.474176] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.476241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.478413] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.480030] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.482372] vgaarb: loaded\n[ 0.483267] vgaarb: bridge control possible 0000:00:02.0\n[ 0.485062] SCSI subsystem initialized\n[ 0.486403] ACPI: bus type USB registered\n[ 0.487637] usbcore: registered new interface driver usbfs\n[ 0.489156] usbcore: registered new interface driver hub\n[ 0.490650] usbcore: registered new device driver usb\n[ 0.492264] PCI: Using ACPI for IRQ routing\n[ 0.493891] NetLabel: Initializing\n[ 0.494969] NetLabel: domain hash size = 128\n[ 0.496228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497619] NetLabel: unlabeled traffic allowed by default\n[ 0.499337] clocksource: Switched to clocksource kvm-clock\n[ 0.509952] AppArmor: AppArmor Filesystem Enabled\n[ 0.511386] pnp: PnP ACPI init\n[ 0.512718] pnp: PnP ACPI: found 5 devices\n[ 0.519822] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522504] NET: Registered protocol family 2\n[ 0.524092] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526090] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.527967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.533359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535039] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.537546] NET: Registered protocol family 1\n[ 0.539062] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.540798] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.542421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.557859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.573883] Trying to unpack rootfs image as initramfs...\n[ 0.641384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.645049] Scanning for low memory corruption every 60 seconds\n[ 0.647613] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.649386] audit: initializing netlink subsys (disabled)\n[ 0.650950] audit: type=2000 audit(1534802313.605:1): initialized\n[ 0.653373] Initialise system trusted keyring\n[ 0.655055] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.656790] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.659855] zbud: loaded\n[ 0.661004] VFS: Disk quotas dquot_6.6.0\n[ 0.662228] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.664673] fuse init (API version 7.23)\n[ 0.666032] Key type big_key registered\n[ 0.667364] Allocating IMA MOK and blacklist keyrings.\n[ 0.669296] Key type asymmetric registered\n[ 0.670547] Asymmetric key parser 'x509' registered\n[ 0.672007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.674286] io scheduler noop registered\n[ 0.675511] io scheduler deadline registered (default)\n[ 0.677029] io scheduler cfq registered\n[ 0.678408] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.679982] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.681974] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.684183] ACPI: Power Button [PWRF]\n[ 0.685558] GHES: HEST is not enabled!\n[ 0.699702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.729198] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.732611] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.758800] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.762188] Linux agpgart interface v0.103\n[ 0.766176] brd: module loaded\n[ 0.768608] loop: module loaded\n[ 0.774290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.776436] GPT:90111 != 2097151\n[ 0.777433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.779040] GPT:90111 != 2097151\n[ 0.780039] GPT: Use GNU Parted to correct GPT errors.\n[ 0.781451] vda: vda1 vda15\n[ 0.783517] scsi host0: ata_piix\n[ 0.784714] scsi host1: ata_piix\n[ 0.785777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.787568] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.789982] libphy: Fixed MDIO Bus: probed\n[ 0.791191] tun: Universal TUN/TAP device driver, 1.6\n[ 0.792874] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.795987] PPP generic driver version 2.4.2\n[ 0.797357] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.799105] ehci-pci: EHCI PCI platform driver\n[ 0.800396] ehci-platform: EHCI generic platform driver\n[ 0.801901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.803567] ohci-pci: OHCI PCI platform driver\n[ 0.804875] ohci-platform: OHCI generic platform driver\n[ 0.806345] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.821085] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.822581] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.824772] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.826235] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.828022] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.829832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.831978] usb usb1: Product: UHCI Host Controller\n[ 0.833362] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.835164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.836614] hub 1-0:1.0: USB hub found\n[ 0.837771] hub 1-0:1.0: 2 ports detected\n[ 0.839225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.842349] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.843762] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.845286] mousedev: PS/2 mouse device common for all mice\n[ 0.847152] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.849831] rtc_cmos 00:00: RTC can wake from S4\n[ 0.851513] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.853256] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.855025] i2c /dev entries driver\n[ 0.856187] device-mapper: uevent: version 1.0.3\n[ 0.857614] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.860064] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.862193] NET: Registered protocol family 10\n[ 0.864079] NET: Registered protocol family 17\n[ 0.865409] Key type dns_resolver registered\n[ 0.866861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.868490] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.871133] registered taskstats version 1\n[ 0.872409] Loading compiled-in X.509 certificates\n[ 0.874408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.877166] zswap: loaded using pool lzo/zbud\n[ 0.879664] Key type trusted registered\n[ 0.881970] Key type encrypted registered\n[ 0.883200] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.884764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.886307] evm: HMAC attrs: 0x1\n[ 0.887751] Magic number: 14:187:1006\n[ 0.889022] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:33 UTC (1534802313)\n[ 0.891480] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.893153] EDD information not available.\n[ 0.944479] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.961537] ata1.00: configured for MWDMA2\n[ 0.963561] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.966879] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.968790] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.970715] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.974829] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.977145] Write protecting the kernel read-only data: 14336k\n[ 0.982448] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.985309] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.73\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.056014] random: blkid urandom read with 10 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.90\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 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 0.33s]\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\n"} 2018-08-20 21:59:13,717 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b/action used request id req-68289a54-6355-4b41-98b5-f5a359833ab5 2018-08-20 21:59:15,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:15,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-76d19adf-0392-4b52-9b6d-85f2dcd67215 x-compute-request-id: req-76d19adf-0392-4b52-9b6d-85f2dcd67215 Content-Encoding: gzip Content-Length: 8137 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\n"} 2018-08-20 21:59:15,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-76d19adf-0392-4b52-9b6d-85f2dcd67215 2018-08-20 21:59:15,841 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-2' (10.10.10.14). -->Expected result: can ping. 2018-08-20 21:59:15,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:15,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-60685099-4871-49d6-800c-d65ddb97da81 x-compute-request-id: req-60685099-4871-49d6-800c-d65ddb97da81 Content-Encoding: gzip Content-Length: 8137 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\n"} 2018-08-20 21:59:15,903 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-60685099-4871-49d6-800c-d65ddb97da81 2018-08-20 21:59:15,904 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-08-20 21:59:15,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:15,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-e6a61323-1b9e-49fe-aa08-fe6b82b9646d x-compute-request-id: req-e6a61323-1b9e-49fe-aa08-fe6b82b9646d Content-Encoding: gzip Content-Length: 8137 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\n"} 2018-08-20 21:59:15,977 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-e6a61323-1b9e-49fe-aa08-fe6b82b9646d 2018-08-20 21:59:15,978 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-3' (10.10.10.9). -->Expected result: can ping. 2018-08-20 21:59:15,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:16,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-57e01d5b-bb47-498f-9292-b580d277ced9 x-compute-request-id: req-57e01d5b-bb47-498f-9292-b580d277ced9 Content-Encoding: gzip Content-Length: 8137 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\n"} 2018-08-20 21:59:16,132 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-57e01d5b-bb47-498f-9292-b580d277ced9 2018-08-20 21:59:17,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:17,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a27f5916-ce2a-41fe-8e14-fb0a385cf413 x-compute-request-id: req-a27f5916-ce2a-41fe-8e14-fb0a385cf413 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:17,260 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-a27f5916-ce2a-41fe-8e14-fb0a385cf413 2018-08-20 21:59:17,261 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2018-08-20 21:59:17,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:17,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d935bc8-eee9-44de-bd30-f7fa2b2dda39 x-compute-request-id: req-5d935bc8-eee9-44de-bd30-f7fa2b2dda39 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:17,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-5d935bc8-eee9-44de-bd30-f7fa2b2dda39 2018-08-20 21:59:17,372 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-4' (10.10.11.6). -->Expected result: cannot ping. 2018-08-20 21:59:17,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:17,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-490da8c3-36c2-47ed-aaf5-fcdda8b8ce75 x-compute-request-id: req-490da8c3-36c2-47ed-aaf5-fcdda8b8ce75 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:17,469 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-490da8c3-36c2-47ed-aaf5-fcdda8b8ce75 2018-08-20 21:59:18,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:18,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-39b7290a-489a-4f2f-a23f-41fd0d5cdc21 x-compute-request-id: req-39b7290a-489a-4f2f-a23f-41fd0d5cdc21 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:18,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-39b7290a-489a-4f2f-a23f-41fd0d5cdc21 2018-08-20 21:59:19,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:19,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-11d25ee7-bda7-454e-b8a9-d8b5a7b8d056 x-compute-request-id: req-11d25ee7-bda7-454e-b8a9-d8b5a7b8d056 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:19,629 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-11d25ee7-bda7-454e-b8a9-d8b5a7b8d056 2018-08-20 21:59:20,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:20,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-6f6b07b1-32c9-46e6-8e83-0ed9e5196b8d x-compute-request-id: req-6f6b07b1-32c9-46e6-8e83-0ed9e5196b8d Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:20,705 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-6f6b07b1-32c9-46e6-8e83-0ed9e5196b8d 2018-08-20 21:59:21,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:21,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-3699cb82-a65b-4985-bbc6-0c734875efbd x-compute-request-id: req-3699cb82-a65b-4985-bbc6-0c734875efbd Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:21,773 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-3699cb82-a65b-4985-bbc6-0c734875efbd 2018-08-20 21:59:22,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:22,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-23847651-1f68-4b0d-bd7f-e5ae9c99c61d x-compute-request-id: req-23847651-1f68-4b0d-bd7f-e5ae9c99c61d Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:22,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-23847651-1f68-4b0d-bd7f-e5ae9c99c61d 2018-08-20 21:59:23,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:23,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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,Accept-Encoding x-openstack-request-id: req-875ead25-8a4a-4377-82a6-e3042b5778b8 x-compute-request-id: req-875ead25-8a4a-4377-82a6-e3042b5778b8 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:23,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-875ead25-8a4a-4377-82a6-e3042b5778b8 2018-08-20 21:59:24,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:25,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-cd785ef7-35fc-4070-acac-e2a4810f49fb x-compute-request-id: req-cd785ef7-35fc-4070-acac-e2a4810f49fb Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:25,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-cd785ef7-35fc-4070-acac-e2a4810f49fb 2018-08-20 21:59:26,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:26,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-f0c5dedd-0dcd-4d2f-9970-ac9897761ff9 x-compute-request-id: req-f0c5dedd-0dcd-4d2f-9970-ac9897761ff9 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:26,179 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-f0c5dedd-0dcd-4d2f-9970-ac9897761ff9 2018-08-20 21:59:27,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:27,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-19c2ad2b-e236-4bdc-ae54-6fea9001a616 x-compute-request-id: req-19c2ad2b-e236-4bdc-ae54-6fea9001a616 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:27,324 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-19c2ad2b-e236-4bdc-ae54-6fea9001a616 2018-08-20 21:59:28,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:28,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-75057951-65de-4121-990a-dc6abe8fe721 x-compute-request-id: req-75057951-65de-4121-990a-dc6abe8fe721 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:28,460 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-75057951-65de-4121-990a-dc6abe8fe721 2018-08-20 21:59:29,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:29,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cc736c5-89ce-4f50-9b47-0e5bbc16b2e0 x-compute-request-id: req-6cc736c5-89ce-4f50-9b47-0e5bbc16b2e0 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:29,575 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-6cc736c5-89ce-4f50-9b47-0e5bbc16b2e0 2018-08-20 21:59:30,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:30,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-2be79a89-ec0f-4122-94c0-036291ab2538 x-compute-request-id: req-2be79a89-ec0f-4122-94c0-036291ab2538 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:30,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-2be79a89-ec0f-4122-94c0-036291ab2538 2018-08-20 21:59:31,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:31,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5ee8fe5-7725-40ab-8194-7b1adf697cc6 x-compute-request-id: req-f5ee8fe5-7725-40ab-8194-7b1adf697cc6 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:31,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-f5ee8fe5-7725-40ab-8194-7b1adf697cc6 2018-08-20 21:59:32,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:32,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-18d3a6eb-7042-41de-8b7a-ef4a62c3d8e2 x-compute-request-id: req-18d3a6eb-7042-41de-8b7a-ef4a62c3d8e2 Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:32,893 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-18d3a6eb-7042-41de-8b7a-ef4a62c3d8e2 2018-08-20 21:59:33,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:33,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-22cb5b74-28ca-4d9d-9af8-b94872a0896e x-compute-request-id: req-22cb5b74-28ca-4d9d-9af8-b94872a0896e Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:33,959 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-22cb5b74-28ca-4d9d-9af8-b94872a0896e 2018-08-20 21:59:34,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:35,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21:59: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-d5e549ca-4803-4d5d-80a7-c543428082fd x-compute-request-id: req-d5e549ca-4803-4d5d-80a7-c543428082fd Content-Encoding: gzip Content-Length: 8142 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\n"} 2018-08-20 21:59:35,032 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-d5e549ca-4803-4d5d-80a7-c543428082fd 2018-08-20 21:59:36,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 21:59:36,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 21: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-bcd031f0-6e3e-4f4f-ae95-40a762dcfd63 x-compute-request-id: req-bcd031f0-6e3e-4f4f-ae95-40a762dcfd63 Content-Encoding: gzip Content-Length: 8148 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 KO\n"} 2018-08-20 21:59:36,144 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-bcd031f0-6e3e-4f4f-ae95-40a762dcfd63 2018-08-20 21:59:36,145 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-08-20 21:59:36,145 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-08-20 21:59:36,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe525fc4-93c8-4f0d-bb96-8697daa30344/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"network_association": {"network_id": "027d9f46-a4a5-439d-8b4b-28121d97806e"}}' 2018-08-20 21:59:36,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-f31c8dca-30aa-4466-8fe1-1f588d887ba8 Date: Mon, 20 Aug 2018 21:59:36 GMT RESP BODY: {"network_association": {"network_id": "027d9f46-a4a5-439d-8b4b-28121d97806e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "435dd446-9c5c-43a7-bab1-7ed845732b52"}} 2018-08-20 21:59:36,743 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe525fc4-93c8-4f0d-bb96-8697daa30344/network_associations used request id req-f31c8dca-30aa-4466-8fe1-1f588d887ba8 2018-08-20 21:59:36,743 - sdnvpn_test_utils - DEBUG - Waiting for network fe525fc4-93c8-4f0d-bb96-8697daa30344 to associate with BGPVPN d78a2d8a-b367-448d-94b3-fca08b961963 2018-08-20 21:59:36,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe525fc4-93c8-4f0d-bb96-8697daa30344 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 21:59:37,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-f2264d71-09b0-473b-9b08-04555408404c Date: Mon, 20 Aug 2018 21:59:36 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-612766", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["027d9f46-a4a5-439d-8b4b-28121d97806e", "d78a2d8a-b367-448d-94b3-fca08b961963"], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "route_targets": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "type": "l3", "id": "fe525fc4-93c8-4f0d-bb96-8697daa30344"}} 2018-08-20 21:59:37,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe525fc4-93c8-4f0d-bb96-8697daa30344 used request id req-f2264d71-09b0-473b-9b08-04555408404c 2018-08-20 21:59:38,076 - sdnvpn_test_utils - DEBUG - Waiting for network fe525fc4-93c8-4f0d-bb96-8697daa30344 to associate with BGPVPN 027d9f46-a4a5-439d-8b4b-28121d97806e 2018-08-20 21:59:38,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe525fc4-93c8-4f0d-bb96-8697daa30344 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 21:59:38,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-bd595a5e-083b-4ce7-9360-0f8556982c5d Date: Mon, 20 Aug 2018 21:59:38 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-612766", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["027d9f46-a4a5-439d-8b4b-28121d97806e", "d78a2d8a-b367-448d-94b3-fca08b961963"], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "route_targets": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "type": "l3", "id": "fe525fc4-93c8-4f0d-bb96-8697daa30344"}} 2018-08-20 21:59:38,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe525fc4-93c8-4f0d-bb96-8697daa30344 used request id req-bd595a5e-083b-4ce7-9360-0f8556982c5d 2018-08-20 21:59:39,228 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-20 22:00:09,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c391d6f66987c389265dc1bd64b22919318489" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:00:09,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:00:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40dca340-4d9f-450d-9d4e-788dfee7e7d6 x-compute-request-id: req-40dca340-4d9f-450d-9d4e-788dfee7e7d6 Content-Encoding: gzip Content-Length: 8134 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 554528674 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.198678] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201205] pid_max: default: 32768 minimum: 301\n[ 0.202572] ACPI: Core revision 20150930\n[ 0.204340] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206281] Security Framework initialized\n[ 0.207502] Yama: becoming mindful.\n[ 0.208584] AppArmor: AppArmor initialized\n[ 0.209858] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.211806] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.213681] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215449] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.217496] Initializing cgroup subsys io\n[ 0.218725] Initializing cgroup subsys memory\n[ 0.220009] Initializing cgroup subsys devices\n[ 0.221307] Initializing cgroup subsys freezer\n[ 0.222613] Initializing cgroup subsys net_cls\n[ 0.223915] Initializing cgroup subsys perf_event\n[ 0.225283] Initializing cgroup subsys net_prio\n[ 0.226582] Initializing cgroup subsys hugetlb\n[ 0.227878] Initializing cgroup subsys pids\n[ 0.229194] CPU: Physical Processor ID: 0\n[ 0.231112] mce: CPU supports 10 MCE banks\n[ 0.232363] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233864] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.251518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.258555] ftrace: allocating 31920 entries in 125 pages\n[ 0.285674] smpboot: Max logical packages: 1\n[ 0.287101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.289177] x2apic enabled\n[ 0.290429] Switched APIC routing to physical x2apic.\n[ 0.293084] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.294803] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.297774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.300405] KVM setup paravirtual spinlock\n[ 0.302187] x86: Booted up 1 node, 1 CPUs\n[ 0.303381] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.305394] devtmpfs: initialized\n[ 0.307470] evm: security.selinux\n[ 0.308501] evm: security.SMACK64\n[ 0.309520] evm: security.SMACK64EXEC\n[ 0.310612] evm: security.SMACK64TRANSMUTE\n[ 0.311821] evm: security.SMACK64MMAP\n[ 0.312921] evm: security.ima\n[ 0.313868] evm: security.capability\n[ 0.315037] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.317743] pinctrl core: initialized pinctrl subsystem\n[ 0.319340] RTC time: 21:58:33, date: 08/20/18\n[ 0.320732] NET: Registered protocol family 16\n[ 0.322165] cpuidle: using governor ladder\n[ 0.323377] cpuidle: using governor menu\n[ 0.324539] PCCT header not found.\n[ 0.325658] ACPI: bus type PCI registered\n[ 0.326844] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.328678] PCI: Using configuration type 1 for base access\n[ 0.331025] ACPI: Added _OSI(Module Device)\n[ 0.332292] ACPI: Added _OSI(Processor Device)\n[ 0.333597] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337358] ACPI: Interpreter enabled\n[ 0.338527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.341339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.344098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.346828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.349539] ACPI: (supports S0 S5)\n[ 0.350655] ACPI: Using IOAPIC for interrupt routing\n[ 0.352051] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.356071] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.357744] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.359547] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.361347] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.364582] acpiphp: Slot [3] registered\n[ 0.365787] acpiphp: Slot [4] registered\n[ 0.366984] acpiphp: Slot [5] registered\n[ 0.368200] acpiphp: Slot [6] registered\n[ 0.369376] acpiphp: Slot [7] registered\n[ 0.370577] acpiphp: Slot [8] registered\n[ 0.371772] acpiphp: Slot [9] registered\n[ 0.372952] acpiphp: Slot [10] registered\n[ 0.374154] acpiphp: Slot [11] registered\n[ 0.375369] acpiphp: Slot [12] registered\n[ 0.376590] acpiphp: Slot [13] registered\n[ 0.377838] acpiphp: Slot [14] registered\n[ 0.379098] acpiphp: Slot [15] registered\n[ 0.395183] acpiphp: Slot [16] registered\n[ 0.396377] acpiphp: Slot [17] registered\n[ 0.397574] acpiphp: Slot [18] registered\n[ 0.398777] acpiphp: Slot [19] registered\n[ 0.399988] acpiphp: Slot [20] registered\n[ 0.401184] acpiphp: Slot [21] registered\n[ 0.402374] acpiphp: Slot [22] registered\n[ 0.403568] acpiphp: Slot [23] registered\n[ 0.404863] acpiphp: Slot [24] registered\n[ 0.406052] acpiphp: Slot [25] registered\n[ 0.407240] acpiphp: Slot [26] registered\n[ 0.408429] acpiphp: Slot [27] registered\n[ 0.409617] acpiphp: Slot [28] registered\n[ 0.410810] acpiphp: Slot [29] registered\n[ 0.412008] acpiphp: Slot [30] registered\n[ 0.413219] acpiphp: Slot [31] registered\n[ 0.414409] PCI host bridge to bus 0000:00\n[ 0.415607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.417559] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.419357] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.421524] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.423696] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.425961] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.430412] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.432360] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.434147] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.436075] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.440368] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.442520] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.465114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.467286] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.469378] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.472064] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.474176] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.476241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.478413] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.480030] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.482372] vgaarb: loaded\n[ 0.483267] vgaarb: bridge control possible 0000:00:02.0\n[ 0.485062] SCSI subsystem initialized\n[ 0.486403] ACPI: bus type USB registered\n[ 0.487637] usbcore: registered new interface driver usbfs\n[ 0.489156] usbcore: registered new interface driver hub\n[ 0.490650] usbcore: registered new device driver usb\n[ 0.492264] PCI: Using ACPI for IRQ routing\n[ 0.493891] NetLabel: Initializing\n[ 0.494969] NetLabel: domain hash size = 128\n[ 0.496228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497619] NetLabel: unlabeled traffic allowed by default\n[ 0.499337] clocksource: Switched to clocksource kvm-clock\n[ 0.509952] AppArmor: AppArmor Filesystem Enabled\n[ 0.511386] pnp: PnP ACPI init\n[ 0.512718] pnp: PnP ACPI: found 5 devices\n[ 0.519822] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522504] NET: Registered protocol family 2\n[ 0.524092] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526090] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.527967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.533359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535039] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.537546] NET: Registered protocol family 1\n[ 0.539062] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.540798] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.542421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.557859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.573883] Trying to unpack rootfs image as initramfs...\n[ 0.641384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.645049] Scanning for low memory corruption every 60 seconds\n[ 0.647613] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.649386] audit: initializing netlink subsys (disabled)\n[ 0.650950] audit: type=2000 audit(1534802313.605:1): initialized\n[ 0.653373] Initialise system trusted keyring\n[ 0.655055] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.656790] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.659855] zbud: loaded\n[ 0.661004] VFS: Disk quotas dquot_6.6.0\n[ 0.662228] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.664673] fuse init (API version 7.23)\n[ 0.666032] Key type big_key registered\n[ 0.667364] Allocating IMA MOK and blacklist keyrings.\n[ 0.669296] Key type asymmetric registered\n[ 0.670547] Asymmetric key parser 'x509' registered\n[ 0.672007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.674286] io scheduler noop registered\n[ 0.675511] io scheduler deadline registered (default)\n[ 0.677029] io scheduler cfq registered\n[ 0.678408] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.679982] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.681974] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.684183] ACPI: Power Button [PWRF]\n[ 0.685558] GHES: HEST is not enabled!\n[ 0.699702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.729198] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.732611] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.758800] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.762188] Linux agpgart interface v0.103\n[ 0.766176] brd: module loaded\n[ 0.768608] loop: module loaded\n[ 0.774290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.776436] GPT:90111 != 2097151\n[ 0.777433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.779040] GPT:90111 != 2097151\n[ 0.780039] GPT: Use GNU Parted to correct GPT errors.\n[ 0.781451] vda: vda1 vda15\n[ 0.783517] scsi host0: ata_piix\n[ 0.784714] scsi host1: ata_piix\n[ 0.785777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.787568] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.789982] libphy: Fixed MDIO Bus: probed\n[ 0.791191] tun: Universal TUN/TAP device driver, 1.6\n[ 0.792874] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.795987] PPP generic driver version 2.4.2\n[ 0.797357] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.799105] ehci-pci: EHCI PCI platform driver\n[ 0.800396] ehci-platform: EHCI generic platform driver\n[ 0.801901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.803567] ohci-pci: OHCI PCI platform driver\n[ 0.804875] ohci-platform: OHCI generic platform driver\n[ 0.806345] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.821085] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.822581] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.824772] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.826235] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.828022] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.829832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.831978] usb usb1: Product: UHCI Host Controller\n[ 0.833362] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.835164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.836614] hub 1-0:1.0: USB hub found\n[ 0.837771] hub 1-0:1.0: 2 ports detected\n[ 0.839225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.842349] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.843762] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.845286] mousedev: PS/2 mouse device common for all mice\n[ 0.847152] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.849831] rtc_cmos 00:00: RTC can wake from S4\n[ 0.851513] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.853256] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.855025] i2c /dev entries driver\n[ 0.856187] device-mapper: uevent: version 1.0.3\n[ 0.857614] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.860064] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.862193] NET: Registered protocol family 10\n[ 0.864079] NET: Registered protocol family 17\n[ 0.865409] Key type dns_resolver registered\n[ 0.866861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.868490] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.871133] registered taskstats version 1\n[ 0.872409] Loading compiled-in X.509 certificates\n[ 0.874408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.877166] zswap: loaded using pool lzo/zbud\n[ 0.879664] Key type trusted registered\n[ 0.881970] Key type encrypted registered\n[ 0.883200] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.884764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.886307] evm: HMAC attrs: 0x1\n[ 0.887751] Magic number: 14:187:1006\n[ 0.889022] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:33 UTC (1534802313)\n[ 0.891480] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.893153] EDD information not available.\n[ 0.944479] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.961537] ata1.00: configured for MWDMA2\n[ 0.963561] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.966879] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.968790] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.970715] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.974829] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.977145] Write protecting the kernel read-only data: 14336k\n[ 0.982448] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.985309] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.73\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.056014] random: blkid urandom read with 10 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.90\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 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 0.33s]\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\n"} 2018-08-20 22:00:09,355 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b/action used request id req-40dca340-4d9f-450d-9d4e-788dfee7e7d6 2018-08-20 22:00:09,356 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.6) to 'sdnvpn-1-5' (10.10.11.18). -->Expected result: can ping. 2018-08-20 22:00:09,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05c391d6f66987c389265dc1bd64b22919318489" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:00:09,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:00:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f48f4c4-32b6-464e-860c-ec9b68760654 x-compute-request-id: req-0f48f4c4-32b6-464e-860c-ec9b68760654 Content-Encoding: gzip Content-Length: 8134 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 554528674 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.198678] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201205] pid_max: default: 32768 minimum: 301\n[ 0.202572] ACPI: Core revision 20150930\n[ 0.204340] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206281] Security Framework initialized\n[ 0.207502] Yama: becoming mindful.\n[ 0.208584] AppArmor: AppArmor initialized\n[ 0.209858] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.211806] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.213681] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215449] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.217496] Initializing cgroup subsys io\n[ 0.218725] Initializing cgroup subsys memory\n[ 0.220009] Initializing cgroup subsys devices\n[ 0.221307] Initializing cgroup subsys freezer\n[ 0.222613] Initializing cgroup subsys net_cls\n[ 0.223915] Initializing cgroup subsys perf_event\n[ 0.225283] Initializing cgroup subsys net_prio\n[ 0.226582] Initializing cgroup subsys hugetlb\n[ 0.227878] Initializing cgroup subsys pids\n[ 0.229194] CPU: Physical Processor ID: 0\n[ 0.231112] mce: CPU supports 10 MCE banks\n[ 0.232363] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233864] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.251518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.258555] ftrace: allocating 31920 entries in 125 pages\n[ 0.285674] smpboot: Max logical packages: 1\n[ 0.287101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.289177] x2apic enabled\n[ 0.290429] Switched APIC routing to physical x2apic.\n[ 0.293084] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.294803] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.297774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.300405] KVM setup paravirtual spinlock\n[ 0.302187] x86: Booted up 1 node, 1 CPUs\n[ 0.303381] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.305394] devtmpfs: initialized\n[ 0.307470] evm: security.selinux\n[ 0.308501] evm: security.SMACK64\n[ 0.309520] evm: security.SMACK64EXEC\n[ 0.310612] evm: security.SMACK64TRANSMUTE\n[ 0.311821] evm: security.SMACK64MMAP\n[ 0.312921] evm: security.ima\n[ 0.313868] evm: security.capability\n[ 0.315037] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.317743] pinctrl core: initialized pinctrl subsystem\n[ 0.319340] RTC time: 21:58:33, date: 08/20/18\n[ 0.320732] NET: Registered protocol family 16\n[ 0.322165] cpuidle: using governor ladder\n[ 0.323377] cpuidle: using governor menu\n[ 0.324539] PCCT header not found.\n[ 0.325658] ACPI: bus type PCI registered\n[ 0.326844] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.328678] PCI: Using configuration type 1 for base access\n[ 0.331025] ACPI: Added _OSI(Module Device)\n[ 0.332292] ACPI: Added _OSI(Processor Device)\n[ 0.333597] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337358] ACPI: Interpreter enabled\n[ 0.338527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.341339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.344098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.346828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.349539] ACPI: (supports S0 S5)\n[ 0.350655] ACPI: Using IOAPIC for interrupt routing\n[ 0.352051] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.356071] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.357744] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.359547] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.361347] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.364582] acpiphp: Slot [3] registered\n[ 0.365787] acpiphp: Slot [4] registered\n[ 0.366984] acpiphp: Slot [5] registered\n[ 0.368200] acpiphp: Slot [6] registered\n[ 0.369376] acpiphp: Slot [7] registered\n[ 0.370577] acpiphp: Slot [8] registered\n[ 0.371772] acpiphp: Slot [9] registered\n[ 0.372952] acpiphp: Slot [10] registered\n[ 0.374154] acpiphp: Slot [11] registered\n[ 0.375369] acpiphp: Slot [12] registered\n[ 0.376590] acpiphp: Slot [13] registered\n[ 0.377838] acpiphp: Slot [14] registered\n[ 0.379098] acpiphp: Slot [15] registered\n[ 0.395183] acpiphp: Slot [16] registered\n[ 0.396377] acpiphp: Slot [17] registered\n[ 0.397574] acpiphp: Slot [18] registered\n[ 0.398777] acpiphp: Slot [19] registered\n[ 0.399988] acpiphp: Slot [20] registered\n[ 0.401184] acpiphp: Slot [21] registered\n[ 0.402374] acpiphp: Slot [22] registered\n[ 0.403568] acpiphp: Slot [23] registered\n[ 0.404863] acpiphp: Slot [24] registered\n[ 0.406052] acpiphp: Slot [25] registered\n[ 0.407240] acpiphp: Slot [26] registered\n[ 0.408429] acpiphp: Slot [27] registered\n[ 0.409617] acpiphp: Slot [28] registered\n[ 0.410810] acpiphp: Slot [29] registered\n[ 0.412008] acpiphp: Slot [30] registered\n[ 0.413219] acpiphp: Slot [31] registered\n[ 0.414409] PCI host bridge to bus 0000:00\n[ 0.415607] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.417559] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.419357] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.421524] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.423696] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.425961] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.430412] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.432360] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.434147] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.436075] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.440368] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.442520] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.465114] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.467286] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.469378] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.472064] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.474176] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.476241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.478413] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.480030] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.482372] vgaarb: loaded\n[ 0.483267] vgaarb: bridge control possible 0000:00:02.0\n[ 0.485062] SCSI subsystem initialized\n[ 0.486403] ACPI: bus type USB registered\n[ 0.487637] usbcore: registered new interface driver usbfs\n[ 0.489156] usbcore: registered new interface driver hub\n[ 0.490650] usbcore: registered new device driver usb\n[ 0.492264] PCI: Using ACPI for IRQ routing\n[ 0.493891] NetLabel: Initializing\n[ 0.494969] NetLabel: domain hash size = 128\n[ 0.496228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497619] NetLabel: unlabeled traffic allowed by default\n[ 0.499337] clocksource: Switched to clocksource kvm-clock\n[ 0.509952] AppArmor: AppArmor Filesystem Enabled\n[ 0.511386] pnp: PnP ACPI init\n[ 0.512718] pnp: PnP ACPI: found 5 devices\n[ 0.519822] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522504] NET: Registered protocol family 2\n[ 0.524092] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526090] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.527967] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.533359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535039] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.537546] NET: Registered protocol family 1\n[ 0.539062] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.540798] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.542421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.557859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.573883] Trying to unpack rootfs image as initramfs...\n[ 0.641384] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.645049] Scanning for low memory corruption every 60 seconds\n[ 0.647613] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.649386] audit: initializing netlink subsys (disabled)\n[ 0.650950] audit: type=2000 audit(1534802313.605:1): initialized\n[ 0.653373] Initialise system trusted keyring\n[ 0.655055] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.656790] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.659855] zbud: loaded\n[ 0.661004] VFS: Disk quotas dquot_6.6.0\n[ 0.662228] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.664673] fuse init (API version 7.23)\n[ 0.666032] Key type big_key registered\n[ 0.667364] Allocating IMA MOK and blacklist keyrings.\n[ 0.669296] Key type asymmetric registered\n[ 0.670547] Asymmetric key parser 'x509' registered\n[ 0.672007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.674286] io scheduler noop registered\n[ 0.675511] io scheduler deadline registered (default)\n[ 0.677029] io scheduler cfq registered\n[ 0.678408] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.679982] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.681974] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.684183] ACPI: Power Button [PWRF]\n[ 0.685558] GHES: HEST is not enabled!\n[ 0.699702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.729198] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.732611] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.758800] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.762188] Linux agpgart interface v0.103\n[ 0.766176] brd: module loaded\n[ 0.768608] loop: module loaded\n[ 0.774290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.776436] GPT:90111 != 2097151\n[ 0.777433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.779040] GPT:90111 != 2097151\n[ 0.780039] GPT: Use GNU Parted to correct GPT errors.\n[ 0.781451] vda: vda1 vda15\n[ 0.783517] scsi host0: ata_piix\n[ 0.784714] scsi host1: ata_piix\n[ 0.785777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.787568] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.789982] libphy: Fixed MDIO Bus: probed\n[ 0.791191] tun: Universal TUN/TAP device driver, 1.6\n[ 0.792874] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.795987] PPP generic driver version 2.4.2\n[ 0.797357] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.799105] ehci-pci: EHCI PCI platform driver\n[ 0.800396] ehci-platform: EHCI generic platform driver\n[ 0.801901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.803567] ohci-pci: OHCI PCI platform driver\n[ 0.804875] ohci-platform: OHCI generic platform driver\n[ 0.806345] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.821085] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.822581] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.824772] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.826235] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.828022] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.829832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.831978] usb usb1: Product: UHCI Host Controller\n[ 0.833362] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.835164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.836614] hub 1-0:1.0: USB hub found\n[ 0.837771] hub 1-0:1.0: 2 ports detected\n[ 0.839225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.842349] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.843762] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.845286] mousedev: PS/2 mouse device common for all mice\n[ 0.847152] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.849831] rtc_cmos 00:00: RTC can wake from S4\n[ 0.851513] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.853256] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.855025] i2c /dev entries driver\n[ 0.856187] device-mapper: uevent: version 1.0.3\n[ 0.857614] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.860064] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.862193] NET: Registered protocol family 10\n[ 0.864079] NET: Registered protocol family 17\n[ 0.865409] Key type dns_resolver registered\n[ 0.866861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.868490] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.871133] registered taskstats version 1\n[ 0.872409] Loading compiled-in X.509 certificates\n[ 0.874408] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.877166] zswap: loaded using pool lzo/zbud\n[ 0.879664] Key type trusted registered\n[ 0.881970] Key type encrypted registered\n[ 0.883200] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.884764] ima: No TPM chip found, activating TPM-bypass!\n[ 0.886307] evm: HMAC attrs: 0x1\n[ 0.887751] Magic number: 14:187:1006\n[ 0.889022] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:33 UTC (1534802313)\n[ 0.891480] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.893153] EDD information not available.\n[ 0.944479] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.961537] ata1.00: configured for MWDMA2\n[ 0.963561] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.966879] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.968790] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.970715] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.974829] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.977145] Write protecting the kernel read-only data: 14336k\n[ 0.982448] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.985309] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.73\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.056014] random: blkid urandom read with 10 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.90\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 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\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/dev/root resized successfully [took 0.33s]\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\nping 10.10.11.18 OK\n"} 2018-08-20 22:00:09,418 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b/action used request id req-0f48f4c4-32b6-464e-860c-ec9b68760654 2018-08-20 22:00:09,419 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-4' can ping 'sdnvpn-1-5' 2018-08-20 22:00:09,420 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-08-20 22:00:09,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe525fc4-93c8-4f0d-bb96-8697daa30344 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 22:00:09,623 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6075513-eca0-4022-a254-b37dee3fb673 Content-Length: 0 Date: Mon, 20 Aug 2018 22:00:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:00:09,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe525fc4-93c8-4f0d-bb96-8697daa30344 used request id req-f6075513-eca0-4022-a254-b37dee3fb673 2018-08-20 22:00:39,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-612766", "route_distinguishers": "11:11"}}' 2018-08-20 22:00:39,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-645ca34b-4b56-4f0e-b882-200b6385ed9e Date: Mon, 20 Aug 2018 22:00:39 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-612766", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "route_targets": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "type": "l3", "id": "d86c6c25-df79-49f1-872a-4dc7523739f1"}} 2018-08-20 22:00:39,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-645ca34b-4b56-4f0e-b882-200b6385ed9e 2018-08-20 22:00:39,804 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-612766', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'd86c6c25-df79-49f1-872a-4dc7523739f1', u'tenant_id': u'0639ea8675f44f1bab72e1097507f733', u'route_targets': [], u'project_id': u'0639ea8675f44f1bab72e1097507f733', u'type': u'l3', u'networks': []}} 2018-08-20 22:00:39,804 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-08-20 22:00:39,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d86c6c25-df79-49f1-872a-4dc7523739f1/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"network_association": {"network_id": "d78a2d8a-b367-448d-94b3-fca08b961963"}}' 2018-08-20 22:00:40,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-2711e68f-acfd-4dfd-87c8-517a1d0aa5b9 Date: Mon, 20 Aug 2018 22:00:40 GMT RESP BODY: {"network_association": {"network_id": "d78a2d8a-b367-448d-94b3-fca08b961963", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "aa6d4e5a-375b-4964-8ab2-e310e9f6e4dc"}} 2018-08-20 22:00:40,269 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d86c6c25-df79-49f1-872a-4dc7523739f1/network_associations used request id req-2711e68f-acfd-4dfd-87c8-517a1d0aa5b9 2018-08-20 22:00:40,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d86c6c25-df79-49f1-872a-4dc7523739f1/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" -d '{"network_association": {"network_id": "027d9f46-a4a5-439d-8b4b-28121d97806e"}}' 2018-08-20 22:00:40,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-7506c2b1-1ffc-4910-9a01-eb2500354783 Date: Mon, 20 Aug 2018 22:00:40 GMT RESP BODY: {"network_association": {"network_id": "027d9f46-a4a5-439d-8b4b-28121d97806e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "752723a7-b542-470b-bc85-8fc5dbb9fcba"}} 2018-08-20 22:00:40,886 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d86c6c25-df79-49f1-872a-4dc7523739f1/network_associations used request id req-7506c2b1-1ffc-4910-9a01-eb2500354783 2018-08-20 22:00:40,887 - sdnvpn_test_utils - DEBUG - Waiting for network d86c6c25-df79-49f1-872a-4dc7523739f1 to associate with BGPVPN d78a2d8a-b367-448d-94b3-fca08b961963 2018-08-20 22:00:40,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d86c6c25-df79-49f1-872a-4dc7523739f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 22:00:41,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-d6b06ecc-e2dc-488a-9364-3e119b2078e1 Date: Mon, 20 Aug 2018 22:00:41 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-612766", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["027d9f46-a4a5-439d-8b4b-28121d97806e", "d78a2d8a-b367-448d-94b3-fca08b961963"], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "route_targets": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "type": "l3", "id": "d86c6c25-df79-49f1-872a-4dc7523739f1"}} 2018-08-20 22:00:41,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d86c6c25-df79-49f1-872a-4dc7523739f1 used request id req-d6b06ecc-e2dc-488a-9364-3e119b2078e1 2018-08-20 22:00:42,237 - sdnvpn_test_utils - DEBUG - Waiting for network d86c6c25-df79-49f1-872a-4dc7523739f1 to associate with BGPVPN 027d9f46-a4a5-439d-8b4b-28121d97806e 2018-08-20 22:00:42,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d86c6c25-df79-49f1-872a-4dc7523739f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 22:00:42,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-21735d68-d359-4ad9-862c-8c4f5e4e138f Date: Mon, 20 Aug 2018 22:00:42 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-612766", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["027d9f46-a4a5-439d-8b4b-28121d97806e", "d78a2d8a-b367-448d-94b3-fca08b961963"], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "route_targets": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "type": "l3", "id": "d86c6c25-df79-49f1-872a-4dc7523739f1"}} 2018-08-20 22:00:42,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d86c6c25-df79-49f1-872a-4dc7523739f1 used request id req-21735d68-d359-4ad9-862c-8c4f5e4e138f 2018-08-20 22:00:43,570 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-20 22:01:13,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:01:13,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01: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-3d944d3a-f6e5-4e20-a825-daf6a10c42fe x-compute-request-id: req-3d944d3a-f6e5-4e20-a825-daf6a10c42fe Content-Encoding: gzip Content-Length: 8165 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 KO\nping 10.10.11.18 OK\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 OK\nping 10.10.11.18 KO\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 OK\nping 10.10.11.18 OK\n"} 2018-08-20 22:01:13,695 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-3d944d3a-f6e5-4e20-a825-daf6a10c42fe 2018-08-20 22:01:13,696 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-4' (10.10.11.6). -->Expected result: can ping. 2018-08-20 22:01:13,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:01:13,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01: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-e2f84949-2cc9-45e8-9d1c-b55ca87d4ce9 x-compute-request-id: req-e2f84949-2cc9-45e8-9d1c-b55ca87d4ce9 Content-Encoding: gzip Content-Length: 8165 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 KO\nping 10.10.11.18 OK\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 OK\nping 10.10.11.18 KO\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 OK\nping 10.10.11.18 OK\n"} 2018-08-20 22:01:13,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-e2f84949-2cc9-45e8-9d1c-b55ca87d4ce9 2018-08-20 22:01:13,772 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2018-08-20 22:01:13,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:01:13,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01: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-a02b9bae-ddfa-4bcc-a858-3a0e8e6d5d6c x-compute-request-id: req-a02b9bae-ddfa-4bcc-a858-3a0e8e6d5d6c Content-Encoding: gzip Content-Length: 8165 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 KO\nping 10.10.11.18 OK\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 OK\nping 10.10.11.18 KO\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 OK\nping 10.10.11.18 OK\n"} 2018-08-20 22:01:13,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-a02b9bae-ddfa-4bcc-a858-3a0e8e6d5d6c 2018-08-20 22:01:13,851 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-5' (10.10.11.18). -->Expected result: can ping. 2018-08-20 22:01:13,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dacaf8ac9bf6f8f4891a8e4cd4215b6bcf6470a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:01:13,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01: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-1306efff-cad6-460c-93f2-43560d014dec x-compute-request-id: req-1306efff-cad6-460c-93f2-43560d014dec Content-Encoding: gzip Content-Length: 8165 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 512822319 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.195813] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198259] pid_max: default: 32768 minimum: 301\n[ 0.199573] ACPI: Core revision 20150930\n[ 0.201336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203277] Security Framework initialized\n[ 0.204474] Yama: becoming mindful.\n[ 0.205551] AppArmor: AppArmor initialized\n[ 0.206833] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208771] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212413] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214459] Initializing cgroup subsys io\n[ 0.215675] Initializing cgroup subsys memory\n[ 0.216979] Initializing cgroup subsys devices\n[ 0.218283] Initializing cgroup subsys freezer\n[ 0.219594] Initializing cgroup subsys net_cls\n[ 0.220925] Initializing cgroup subsys perf_event\n[ 0.222296] Initializing cgroup subsys net_prio\n[ 0.223653] Initializing cgroup subsys hugetlb\n[ 0.224965] Initializing cgroup subsys pids\n[ 0.226257] CPU: Physical Processor ID: 0\n[ 0.228189] mce: CPU supports 10 MCE banks\n[ 0.229458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252741] ftrace: allocating 31920 entries in 125 pages\n[ 0.278739] smpboot: Max logical packages: 1\n[ 0.279997] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281995] x2apic enabled\n[ 0.283186] Switched APIC routing to physical x2apic.\n[ 0.285734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292919] KVM setup paravirtual spinlock\n[ 0.294582] x86: Booted up 1 node, 1 CPUs\n[ 0.295794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297810] devtmpfs: initialized\n[ 0.299867] evm: security.selinux\n[ 0.300903] evm: security.SMACK64\n[ 0.301925] evm: security.SMACK64EXEC\n[ 0.303030] evm: security.SMACK64TRANSMUTE\n[ 0.304233] evm: security.SMACK64MMAP\n[ 0.305330] evm: security.ima\n[ 0.306280] evm: security.capability\n[ 0.307426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310157] pinctrl core: initialized pinctrl subsystem\n[ 0.311772] RTC time: 21:58:56, date: 08/20/18\n[ 0.313194] NET: Registered protocol family 16\n[ 0.314652] cpuidle: using governor ladder\n[ 0.315904] cpuidle: using governor menu\n[ 0.317091] PCCT header not found.\n[ 0.318212] ACPI: bus type PCI registered\n[ 0.319412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321284] PCI: Using configuration type 1 for base access\n[ 0.323614] ACPI: Added _OSI(Module Device)\n[ 0.324860] ACPI: Added _OSI(Processor Device)\n[ 0.326118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327447] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329716] ACPI: Interpreter enabled\n[ 0.330836] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341681] ACPI: (supports S0 S5)\n[ 0.342721] ACPI: Using IOAPIC for interrupt routing\n[ 0.344102] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348112] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349777] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351574] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356555] acpiphp: Slot [3] registered\n[ 0.357753] acpiphp: Slot [4] registered\n[ 0.358970] acpiphp: Slot [5] registered\n[ 0.360158] acpiphp: Slot [6] registered\n[ 0.361310] acpiphp: Slot [7] registered\n[ 0.362458] acpiphp: Slot [8] registered\n[ 0.363623] acpiphp: Slot [9] registered\n[ 0.364773] acpiphp: Slot [10] registered\n[ 0.365949] acpiphp: Slot [11] registered\n[ 0.367124] acpiphp: Slot [12] registered\n[ 0.368298] acpiphp: Slot [13] registered\n[ 0.369465] acpiphp: Slot [14] registered\n[ 0.370636] acpiphp: Slot [15] registered\n[ 0.385988] acpiphp: Slot [16] registered\n[ 0.387175] acpiphp: Slot [17] registered\n[ 0.388361] acpiphp: Slot [18] registered\n[ 0.389541] acpiphp: Slot [19] registered\n[ 0.390752] acpiphp: Slot [20] registered\n[ 0.391944] acpiphp: Slot [21] registered\n[ 0.393135] acpiphp: Slot [22] registered\n[ 0.394318] acpiphp: Slot [23] registered\n[ 0.395502] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397891] acpiphp: Slot [26] registered\n[ 0.399078] acpiphp: Slot [27] registered\n[ 0.400279] acpiphp: Slot [28] registered\n[ 0.401466] acpiphp: Slot [29] registered\n[ 0.402660] acpiphp: Slot [30] registered\n[ 0.403857] acpiphp: Slot [31] registered\n[ 0.405046] PCI host bridge to bus 0000:00\n[ 0.406256] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412114] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414310] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424332] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426198] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432584] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457879] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464040] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465982] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469829] vgaarb: loaded\n[ 0.470721] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472464] SCSI subsystem initialized\n[ 0.473805] ACPI: bus type USB registered\n[ 0.475028] usbcore: registered new interface driver usbfs\n[ 0.476561] usbcore: registered new interface driver hub\n[ 0.478056] usbcore: registered new device driver usb\n[ 0.479658] PCI: Using ACPI for IRQ routing\n[ 0.481263] NetLabel: Initializing\n[ 0.482317] NetLabel: domain hash size = 128\n[ 0.483565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484995] NetLabel: unlabeled traffic allowed by default\n[ 0.486692] clocksource: Switched to clocksource kvm-clock\n[ 0.497057] AppArmor: AppArmor Filesystem Enabled\n[ 0.498468] pnp: PnP ACPI init\n[ 0.499783] pnp: PnP ACPI: found 5 devices\n[ 0.506815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509354] NET: Registered protocol family 2\n[ 0.510924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516436] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518056] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519782] NET: Registered protocol family 1\n[ 0.521083] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524294] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554179] Trying to unpack rootfs image as initramfs...\n[ 0.616051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621173] Scanning for low memory corruption every 60 seconds\n[ 0.623486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625216] audit: initializing netlink subsys (disabled)\n[ 0.626822] audit: type=2000 audit(1534802337.267:1): initialized\n[ 0.628814] Initialise system trusted keyring\n[ 0.630266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631992] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634911] zbud: loaded\n[ 0.635968] VFS: Disk quotas dquot_6.6.0\n[ 0.637183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639488] fuse init (API version 7.23)\n[ 0.640810] Key type big_key registered\n[ 0.641996] Allocating IMA MOK and blacklist keyrings.\n[ 0.643791] Key type asymmetric registered\n[ 0.645017] Asymmetric key parser 'x509' registered\n[ 0.646442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648663] io scheduler noop registered\n[ 0.649840] io scheduler deadline registered (default)\n[ 0.651322] io scheduler cfq registered\n[ 0.652599] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654135] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656040] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658217] ACPI: Power Button [PWRF]\n[ 0.659523] GHES: HEST is not enabled!\n[ 0.673767] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730512] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733652] Linux agpgart interface v0.103\n[ 0.737122] brd: module loaded\n[ 0.739407] loop: module loaded\n[ 0.744591] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746707] GPT:90111 != 2097151\n[ 0.747694] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749273] GPT:90111 != 2097151\n[ 0.750260] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751665] vda: vda1 vda15\n[ 0.753370] scsi host0: ata_piix\n[ 0.754497] scsi host1: ata_piix\n[ 0.755545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757314] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759630] libphy: Fixed MDIO Bus: probed\n[ 0.760831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762214] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765061] PPP generic driver version 2.4.2\n[ 0.766378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768119] ehci-pci: EHCI PCI platform driver\n[ 0.769393] ehci-platform: EHCI generic platform driver\n[ 0.770843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772491] ohci-pci: OHCI PCI platform driver\n[ 0.773772] ohci-platform: OHCI generic platform driver\n[ 0.775223] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789927] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793538] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795018] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800554] usb usb1: Product: UHCI Host Controller\n[ 0.801906] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803554] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804969] hub 1-0:1.0: USB hub found\n[ 0.806122] hub 1-0:1.0: 2 ports detected\n[ 0.807484] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810526] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811932] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813425] mousedev: PS/2 mouse device common for all mice\n[ 0.815242] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817877] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822946] i2c /dev entries driver\n[ 0.824052] device-mapper: uevent: version 1.0.3\n[ 0.825444] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827840] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829784] NET: Registered protocol family 10\n[ 0.831428] NET: Registered protocol family 17\n[ 0.832726] Key type dns_resolver registered\n[ 0.834101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838290] registered taskstats version 1\n[ 0.839531] Loading compiled-in X.509 certificates\n[ 0.841479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844197] zswap: loaded using pool lzo/zbud\n[ 0.846361] Key type trusted registered\n[ 0.848561] Key type encrypted registered\n[ 0.849781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852830] evm: HMAC attrs: 0x1\n[ 0.854187] Magic number: 14:187:1006\n[ 0.855452] rtc_cmos 00:00: setting system clock to 2018-08-20 21:58:57 UTC (1534802337)\n[ 0.857827] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859466] EDD information not available.\n[ 0.915596] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.931805] ata1.00: configured for MWDMA2\n[ 0.933499] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.936605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.938385] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.940159] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.943045] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.945272] Write protecting the kernel read-only data: 14336k\n[ 0.948345] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.950961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\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.131255] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.11s]\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 KO\nping 10.10.11.18 OK\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 OK\nping 10.10.11.18 KO\nping 10.10.10.14 OK\nping 10.10.10.9 OK\nping 10.10.11.6 OK\nping 10.10.11.18 OK\n"} 2018-08-20 22:01:13,921 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-1306efff-cad6-460c-93f2-43560d014dec 2018-08-20 22:01:13,922 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-5' 2018-08-20 22:01:13,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" -d '{"forceDelete": null}' 2018-08-20 22:01:14,264 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:01: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-593e4875-f305-4a4e-97c5-00d4b5317e6a x-compute-request-id: req-593e4875-f305-4a4e-97c5-00d4b5317e6a Content-Length: 0 Content-Type: application/json 2018-08-20 22:01:14,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/69b37d88-7240-41c2-b00d-7f7eff995800/action used request id req-593e4875-f305-4a4e-97c5-00d4b5317e6a 2018-08-20 22:01:14,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" -d '{"forceDelete": null}' 2018-08-20 22:01:14,535 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:01: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-ed09de53-74b8-48b7-854d-3c7a8211d0f7 x-compute-request-id: req-ed09de53-74b8-48b7-854d-3c7a8211d0f7 Content-Length: 0 Content-Type: application/json 2018-08-20 22:01:14,535 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4dd45067-ff40-492c-9323-9a741cdddaab/action used request id req-ed09de53-74b8-48b7-854d-3c7a8211d0f7 2018-08-20 22:01:14,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" -d '{"forceDelete": null}' 2018-08-20 22:01:14,886 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:01: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-6673eb39-45bc-4489-99fc-a893f4b14ffe x-compute-request-id: req-6673eb39-45bc-4489-99fc-a893f4b14ffe Content-Length: 0 Content-Type: application/json 2018-08-20 22:01:14,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/5e5b3682-dd81-41a4-aa2e-a3fd99cb60a8/action used request id req-6673eb39-45bc-4489-99fc-a893f4b14ffe 2018-08-20 22:01:14,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" -d '{"forceDelete": null}' 2018-08-20 22:01:15,204 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:01: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-cf2454de-4cb4-426a-87d8-508169156ceb x-compute-request-id: req-cf2454de-4cb4-426a-87d8-508169156ceb Content-Length: 0 Content-Type: application/json 2018-08-20 22:01:15,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f639fe18-420a-436f-b5a7-7f986100aa4b/action used request id req-cf2454de-4cb4-426a-87d8-508169156ceb 2018-08-20 22:01:15,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91da64389c1ce2816cd80c4e6e64221bb0fbbfd" -d '{"forceDelete": null}' 2018-08-20 22:01:15,665 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:01: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-92ca0d7d-f9ab-4f4e-bd18-049c7c721af7 x-compute-request-id: req-92ca0d7d-f9ab-4f4e-bd18-049c7c721af7 Content-Length: 0 Content-Type: application/json 2018-08-20 22:01:15,666 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fd467d92-d753-4990-90bb-f28bcf774df7/action used request id req-92ca0d7d-f9ab-4f4e-bd18-049c7c721af7 2018-08-20 22:01:15,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e49608603e22e1024f8c195f42f207d4ad3b893" 2018-08-20 22:01:18,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7398eb64-baab-4896-a54f-f43d503069d9 Date: Mon, 20 Aug 2018 22:01:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:01:18,839 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0b409c73-2ca1-4ab2-bec3-605f548f49d6 used request id req-7398eb64-baab-4896-a54f-f43d503069d9 2018-08-20 22:01:18,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d86c6c25-df79-49f1-872a-4dc7523739f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 22:01:19,211 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58ef500e-e893-4a58-a2ad-52c646231d80 Content-Length: 0 Date: Mon, 20 Aug 2018 22:01:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:01:19,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d86c6c25-df79-49f1-872a-4dc7523739f1 used request id req-58ef500e-e893-4a58-a2ad-52c646231d80 2018-08-20 22:01:19,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/206d554e-e8a0-47d1-8cc8-e55171d25746 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 22:01:22,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05133a1f-5a88-43cc-9e0d-9a02be588576 Date: Mon, 20 Aug 2018 22:01:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:01:22,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/206d554e-e8a0-47d1-8cc8-e55171d25746 used request id req-05133a1f-5a88-43cc-9e0d-9a02be588576 2018-08-20 22:01:22,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/223cfc83-0807-49c1-8c18-ff0816655d73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 22:01:25,647 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3fc1169f-02c0-4be0-9655-669f65a029df Date: Mon, 20 Aug 2018 22:01:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:01:25,647 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/223cfc83-0807-49c1-8c18-ff0816655d73 used request id req-3fc1169f-02c0-4be0-9655-669f65a029df 2018-08-20 22:01:25,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d78a2d8a-b367-448d-94b3-fca08b961963 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 22:01:27,370 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b650820d-a0c9-4f0d-94b9-10e856dfc6cc Date: Mon, 20 Aug 2018 22:01:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:01:27,371 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d78a2d8a-b367-448d-94b3-fca08b961963 used request id req-b650820d-a0c9-4f0d-94b9-10e856dfc6cc 2018-08-20 22:01:27,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/027d9f46-a4a5-439d-8b4b-28121d97806e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c02aa987cc46af5f18638da72532d8cb53b324" 2018-08-20 22:01:29,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-26175286-e776-4c77-9629-909c8daefc64 Date: Mon, 20 Aug 2018 22:01:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:01:29,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/027d9f46-a4a5-439d-8b4b-28121d97806e used request id req-26175286-e776-4c77-9629-909c8daefc64 2018-08-20 22:01:29,039 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-2' | | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-3' | | PASS | 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-4' can ping 'sdnvpn-1-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2018-08-20 22:01:29,039 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-20 22:01:29,040 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-08-20 22:01:29,040 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'PASS', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2018-08-20 22:01:29,040 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-08-20 22:01:29,040 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-08-20 22:01:29,040 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-08-20 22:01:29,108 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-08-20 22:01:29,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:01:29,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:01:29,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:01:29,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:01:29,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:01:29,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:01:29,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:01:29,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:01:29,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:01:29,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:01:29,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:01:29,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:01:29,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:01:29,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:01:29,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:01:29,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:01:29,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:01:29,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:01:29,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:01:29,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:01:29,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:01:29,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:01:29,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:01:29,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:01:29,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 22:01:29,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:01:29,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:01:29,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:01:29,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:01:29,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:01:29,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:01:29,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:01:29,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:01:29,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:01:29,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:01:29,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:01:29,116 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-20 22:01:29,116 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-08-20 22:01:29,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:01:29,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b2a0c85-0518-487e-a542-eec30e4431e9 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:01:29,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4b2a0c85-0518-487e-a542-eec30e4431e9 2018-08-20 22:01:29,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:01:29,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:01:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["M2gFIVzoQeKG8uSlGgijtA"], "issued_at": "2018-08-20T22:01:29.000000Z"}} 2018-08-20 22:01:29,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46c63969ab106a38eba0cb4324cdc6e921cc0a34" 2018-08-20 22:01:29,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-823da9f8-6bfa-498c-a27f-344ec04eafa9 Date: Mon, 20 Aug 2018 22:01:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-20 22:01:29,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-823da9f8-6bfa-498c-a27f-344ec04eafa9 2018-08-20 22:01:29,859 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-20 22:01:29,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46c63969ab106a38eba0cb4324cdc6e921cc0a34" 2018-08-20 22:01:30,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-a4ef6a68-52d6-455f-b8a0-ae55bde9d07e Date: Mon, 20 Aug 2018 22:01:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-20 22:01:30,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a4ef6a68-52d6-455f-b8a0-ae55bde9d07e 2018-08-20 22:01:30,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}46c63969ab106a38eba0cb4324cdc6e921cc0a34" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-20 22:01:30,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3a72fe70-9280-48f9-b008-2cdd6b014ed3 Date: Mon, 20 Aug 2018 22:01:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T22:01:30Z", "file": "/v2/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "size": null, "self": "/v2/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-20T22:01:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 22:01:30,639 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3a72fe70-9280-48f9-b008-2cdd6b014ed3 2018-08-20 22:01:30,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46c63969ab106a38eba0cb4324cdc6e921cc0a34" -d '' 2018-08-20 22:01:31,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7954e272-9886-4c73-8885-fdefb15cf37b Date: Mon, 20 Aug 2018 22:01:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:01:31,770 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17/file used request id req-7954e272-9886-4c73-8885-fdefb15cf37b 2018-08-20 22:01:31,770 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-08-20 22:01:31,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:01:31,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6974cf57-e853-46f0-9c32-d953045eadd2 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:01:31,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6974cf57-e853-46f0-9c32-d953045eadd2 2018-08-20 22:01:31,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:01:32,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:01:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["DdYzkKSETFu4V97ZPdxfew"], "issued_at": "2018-08-20T22:01:32.000000Z"}} 2018-08-20 22:01:32,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e704e98a76a19934826a0e9648ebbee2c89440" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-08-20 22:01:32,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-c64201ce-f0c3-4bed-a580-1fd56a317e46 Date: Mon, 20 Aug 2018 22:01:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:01:32Z","is_default":false,"provider:segmentation_id":53,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:32Z","mtu":1450}} 2018-08-20 22:01:32,891 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-c64201ce-f0c3-4bed-a580-1fd56a317e46 2018-08-20 22:01:32,892 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 169e46f3-1f89-4ea6-a609-38b76d6aacee with cidr 10.10.10.0/24 2018-08-20 22:01:32,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e704e98a76a19934826a0e9648ebbee2c89440" -d '{"subnets": [{"ip_version": 4, "network_id": "169e46f3-1f89-4ea6-a609-38b76d6aacee", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-08-20 22:01:33,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-39b3ecba-a43a-4966-9137-f664246eaed0 Date: Mon, 20 Aug 2018 22:01:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:01:33Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"4c1372cb-69b3-4536-883f-6bc23e46975a","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-08-20 22:01:33,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-39b3ecba-a43a-4966-9137-f664246eaed0 2018-08-20 22:01:33,654 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-08-20 22:01:33,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e704e98a76a19934826a0e9648ebbee2c89440" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-08-20 22:01:34,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-d01d811c-c0d9-41d4-9e4e-46350e65817c Date: Mon, 20 Aug 2018 22:01:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"860c45ae-15a4-4d74-b434-2d350016328a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:01:34Z","is_default":false,"provider:segmentation_id":59,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","mtu":1450}} 2018-08-20 22:01:34,293 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d01d811c-c0d9-41d4-9e4e-46350e65817c 2018-08-20 22:01:34,294 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 860c45ae-15a4-4d74-b434-2d350016328a with cidr 10.10.10.0/24 2018-08-20 22:01:34,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e704e98a76a19934826a0e9648ebbee2c89440" -d '{"subnets": [{"ip_version": 4, "network_id": "860c45ae-15a4-4d74-b434-2d350016328a", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-08-20 22:01:35,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-7d63c627-94d8-4291-bfb8-41292bc9b686 Date: Mon, 20 Aug 2018 22:01:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"860c45ae-15a4-4d74-b434-2d350016328a","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:01:34Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"419507ba-e733-49f6-8773-8d622ce30a3a","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-08-20 22:01:35,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-7d63c627-94d8-4291-bfb8-41292bc9b686 2018-08-20 22:01:35,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e704e98a76a19934826a0e9648ebbee2c89440" 2018-08-20 22:01:35,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48399 X-Openstack-Request-Id: req-8cb4f39c-35d1-41ad-80b6-eae67dfdcb11 Date: Mon, 20 Aug 2018 22:01:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "updated_at": "2018-08-20T16:46:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7037a96b-f334-431f-95c0-e523c939a958", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7c097373-26a4-4636-8025-0b05b6230c95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "88520c47-a545-4b43-a23d-89a99d99ff74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "f7d22496-ff77-4c2b-b760-58629aa38452", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}], "revision_number": 1, "project_id": "f459a43815564047b07d495f87f10ad2", "id": "0987da57-713b-49c3-b135-c0f85ec99b73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "updated_at": "2018-08-20T16:46:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "613d616f-11b1-4318-a678-4a14fd4bbe43", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "c265eddc-864c-4c4b-a370-a52c0551a1db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}], "revision_number": 1, "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "updated_at": "2018-08-20T16:46:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "a42635f9-c149-4597-995e-a5be1fd538b7", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "d3485026-8771-4b90-98da-d49ba756837b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}], "revision_number": 1, "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "updated_at": "2018-08-20T16:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "27320908-5a79-4d7f-8c5a-dea930cb307b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d26643c2-8308-4ad9-a72a-2cf81397007d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d619641a-1792-4c07-ba5c-e101ea428cd0", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}], "revision_number": 1, "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "460ca234-7330-492a-a53a-f9cd0c835220", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "updated_at": "2018-08-20T16:46:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "4fea7278-e724-41db-9313-21007a51140c", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}], "revision_number": 1, "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "updated_at": "2018-08-20T17:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "3a279180-06f0-40b3-ac52-b6f601390e9a", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}], "revision_number": 1, "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "updated_at": "2018-08-20T16:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "0d4ff932-818e-4356-8ec9-632a99c477a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "3ec05dae-cb0d-4846-919a-9e7f22853175", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}], "revision_number": 1, "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "updated_at": "2018-08-20T16:46:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "07559f41-4c75-418c-83be-09863c8a4e4c", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}], "revision_number": 1, "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "bef49320-1a27-4ab9-876b-045d3e43e997", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "updated_at": "2018-08-20T17:37:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}], "revision_number": 1, "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "updated_at": "2018-08-20T21:57:16Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:15Z", "revision_number": 0, "id": "91d4bc5a-fb4a-4fa5-963f-dc7d2038d28b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:15Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "9dc85108-f6ef-4e93-9338-11e874e6dc0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "a01d5ccc-c760-4697-8290-265a01475928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "b53d18d0-898c-4ecb-a776-cb15ec808768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "c292ca88-d3ad-4ce8-bb72-d2637a5cf780", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 4, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "updated_at": "2018-08-20T16:46:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8ea96060-1b31-4cbc-8016-c29b458c5593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "eb3fff56-526f-4cdb-8931-11038b781824", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}], "revision_number": 1, "project_id": "2955d687c3384deb9c98180662807a42", "id": "f34de66d-fa43-4257-974a-da7d15670c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 22:01:35,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-8cb4f39c-35d1-41ad-80b6-eae67dfdcb11 2018-08-20 22:01:35,669 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-20 22:01:35,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:01:35,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb9682c-0e0a-4fa3-8f52-c7fc284ca955 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:01:35,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3fb9682c-0e0a-4fa3-8f52-c7fc284ca955 2018-08-20 22:01:35,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:01:36,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:01:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["CRwIRJAjQUKOtO82Q7fmeA"], "issued_at": "2018-08-20T22:01:36.000000Z"}} 2018-08-20 22:01:36,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a6e33dba47c022dc0899bb1b709362b3260e794" 2018-08-20 22:01:36,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01: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-6733eabe-f31d-4765-9373-0784a6ca77ce x-compute-request-id: req-6733eabe-f31d-4765-9373-0784a6ca77ce 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": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": -1, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2055, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 248, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 30447, "id": 5}]} 2018-08-20 22:01:36,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-6733eabe-f31d-4765-9373-0784a6ca77ce 2018-08-20 22:01:36,520 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-20 22:01:36,521 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-08-20 22:01:36,521 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=0d1a014e-3b1a-4110-8c50-0e5a87c69a17 network=169e46f3-1f89-4ea6-a609-38b76d6aacee secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files=None userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa 2018-08-20 22:01:36,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:01:36,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:01:36,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:01:36,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:01:36,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:01:36,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:01:36,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:01:36,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:01:36,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:01:36,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:01:36,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:01:36,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:01:36,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:01:36,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:01:36,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:01:36,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:01:36,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:01:36,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:01:36,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:01:36,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:01:36,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:01:36,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:01:36,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:01:36,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:01:36,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:01:36,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:01:36,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:01:36,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:01:36,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:01:36,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:01:36,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:01:36,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:01:36,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:01:36,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:01:36,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:01:36,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:01:36,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:01:36,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:01:36,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:01:36,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:01:36,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:01:36,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:01:36,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:01:36,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:01:36,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:01:36,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:01:36,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:01:36,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:01:36,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:01:36,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:01:36,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:01:36,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039259a6-e453-47fd-b3ea-f97b4efc1afb Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:01:36,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-039259a6-e453-47fd-b3ea-f97b4efc1afb 2018-08-20 22:01:36,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:01:36,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:01:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["PGDLklJlRaKy6Kg-OcaGKg"], "issued_at": "2018-08-20T22:01:36.000000Z"}} 2018-08-20 22:01:36,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee95bae868a966a268d7bbbed6e635c677bf344" 2018-08-20 22:01:37,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01: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-bb8d7b90-8417-42b7-a338-5093b9ea8d5b x-compute-request-id: req-bb8d7b90-8417-42b7-a338-5093b9ea8d5b Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:01:37,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-bb8d7b90-8417-42b7-a338-5093b9ea8d5b 2018-08-20 22:01:37,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee95bae868a966a268d7bbbed6e635c677bf344" 2018-08-20 22:01:37,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22: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-315b42c8-0d5c-4895-96a4-4991631d9558 x-compute-request-id: req-315b42c8-0d5c-4895-96a4-4991631d9558 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:01:37,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-315b42c8-0d5c-4895-96a4-4991631d9558 2018-08-20 22:01:37,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee95bae868a966a268d7bbbed6e635c677bf344" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "169e46f3-1f89-4ea6-a609-38b76d6aacee"}], "config_drive": true}}' 2018-08-20 22:01:41,781 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22: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 x-openstack-request-id: req-d2bcc076-df8f-49f5-bf7c-22e860895388 x-compute-request-id: req-d2bcc076-df8f-49f5-bf7c-22e860895388 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a2dafc92-048d-447d-88c6-821fab1cd062", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "bookmark"}], "adminPass": "WHijmBb7GExx"}} 2018-08-20 22:01:41,781 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d2bcc076-df8f-49f5-bf7c-22e860895388 2018-08-20 22:01:41,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:01:41,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c8ff84-8f0a-4d02-ab05-6068b2ca9b7e Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:01:41,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-08c8ff84-8f0a-4d02-ab05-6068b2ca9b7e 2018-08-20 22:01:41,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:01:42,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["dr2zDdWKS3GQjQePbDqDxg"], "issued_at": "2018-08-20T22:01:42.000000Z"}} 2018-08-20 22:01:42,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3725a9dcbfc596a348d88d7c290968a4fc98d75e" 2018-08-20 22:01:42,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01: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-a13c891f-377b-4b91-8aa2-8a874a4c385e x-compute-request-id: req-a13c891f-377b-4b91-8aa2-8a874a4c385e Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "bookmark"}], "image": {"id": "0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "links": [{"href": "http://172.30.9.23:8774/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "a2dafc92-048d-447d-88c6-821fab1cd062", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:01:42Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-2", "created": "2018-08-20T22:01:41Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:01:42,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 used request id req-a13c891f-377b-4b91-8aa2-8a874a4c385e 2018-08-20 22:01:45,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3725a9dcbfc596a348d88d7c290968a4fc98d75e" 2018-08-20 22:01:47,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22: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,Accept-Encoding x-openstack-request-id: req-9ea0e85e-5789-4dd8-b4e4-086a7a0605fa x-compute-request-id: req-9ea0e85e-5789-4dd8-b4e4-086a7a0605fa Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "bookmark"}], "image": {"id": "0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "links": [{"href": "http://172.30.9.23:8774/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "a2dafc92-048d-447d-88c6-821fab1cd062", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:01:45Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-08-20T22:01:41Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:01:47,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 used request id req-9ea0e85e-5789-4dd8-b4e4-086a7a0605fa 2018-08-20 22:01:50,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3725a9dcbfc596a348d88d7c290968a4fc98d75e" 2018-08-20 22:01:52,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01: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-4b54d962-688d-46e2-8601-71a05bc728c8 x-compute-request-id: req-4b54d962-688d-46e2-8601-71a05bc728c8 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0c:f5", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "bookmark"}], "image": {"id": "0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "links": [{"href": "http://172.30.9.23:8774/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "a2dafc92-048d-447d-88c6-821fab1cd062", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:01:45Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-08-20T22:01:41Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:01:52,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 used request id req-4b54d962-688d-46e2-8601-71a05bc728c8 2018-08-20 22:01:55,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3725a9dcbfc596a348d88d7c290968a4fc98d75e" 2018-08-20 22:01:56,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01: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-9a9c1c5f-0fbe-4176-ad82-68891a84d520 x-compute-request-id: req-9a9c1c5f-0fbe-4176-ad82-68891a84d520 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0c:f5", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "bookmark"}], "image": {"id": "0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "links": [{"href": "http://172.30.9.23:8774/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2018-08-20T22:01:50.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "a2dafc92-048d-447d-88c6-821fab1cd062", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T22:01:50Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-08-20T22:01:41Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:01:56,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 used request id req-9a9c1c5f-0fbe-4176-ad82-68891a84d520 2018-08-20 22:01:56,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee95bae868a966a268d7bbbed6e635c677bf344" 2018-08-20 22:01:57,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:01:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fc07324-899e-44a4-b716-ed61a5d86d08 x-compute-request-id: req-1fc07324-899e-44a4-b716-ed61a5d86d08 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0c:f5", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2dafc92-048d-447d-88c6-821fab1cd062", "rel": "bookmark"}], "image": {"id": "0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "links": [{"href": "http://172.30.9.23:8774/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2018-08-20T22:01:50.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "a2dafc92-048d-447d-88c6-821fab1cd062", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T22:01:50Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-08-20T22:01:41Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:01:57,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062 used request id req-1fc07324-899e-44a4-b716-ed61a5d86d08 2018-08-20 22:01:57,730 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-08-20 22:01:57,731 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-08-20 22:01:57,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a6e33dba47c022dc0899bb1b709362b3260e794" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:02:00,289 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:01:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ade4deb0-b3e4-4c7f-a252-21746aff8359 x-compute-request-id: req-ade4deb0-b3e4-4c7f-a252-21746aff8359 Content-Length: 0 Content-Type: application/json 2018-08-20 22:02:00,290 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2dafc92-048d-447d-88c6-821fab1cd062/action used request id req-ade4deb0-b3e4-4c7f-a252-21746aff8359 2018-08-20 22:02:00,290 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-08-20 22:02:00,290 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=0d1a014e-3b1a-4110-8c50-0e5a87c69a17 network=860c45ae-15a4-4d74-b434-2d350016328a secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.11 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-08-20 22:02:00,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:02:00,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:02:00,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:02:00,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:02:00,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:02:00,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:02:00,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:02:00,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:02:00,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:02:00,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:02:00,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:02:00,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:02:00,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:02:00,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:02:00,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:02:00,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:02:00,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:02:00,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:02:00,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:02:00,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:02:00,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:02:00,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:02:00,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:02:00,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:02:00,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:02:00,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:02:00,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:02:00,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:02:00,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:02:00,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:02:00,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:02:00,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:02:00,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:02:00,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:02:00,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:02:00,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:02:00,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:02:00,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:02:00,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:02:00,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:02:00,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:02:00,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:02:00,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:02:00,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:02:00,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:02:00,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:02:00,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:02:00,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:02:00,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:02:00,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:02:00,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:02:00,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b3a1063-3299-446d-803a-7ee468fff230 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:02:00,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6b3a1063-3299-446d-803a-7ee468fff230 2018-08-20 22:02:00,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:02:00,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:02:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["eU5VGQZFTfO4m2jZRL-zWw"], "issued_at": "2018-08-20T22:02:00.000000Z"}} 2018-08-20 22:02:00,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcfb00d5ef41056e7e718e6d79ab28cb7e85e9b6" 2018-08-20 22:02:01,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02: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-1275eb8c-e1c4-4a1f-9eb8-9445229e9d79 x-compute-request-id: req-1275eb8c-e1c4-4a1f-9eb8-9445229e9d79 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:02:01,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1275eb8c-e1c4-4a1f-9eb8-9445229e9d79 2018-08-20 22:02:01,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcfb00d5ef41056e7e718e6d79ab28cb7e85e9b6" 2018-08-20 22:02:01,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02: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-61558a87-8b68-45fd-ab60-151565c2194f x-compute-request-id: req-61558a87-8b68-45fd-ab60-151565c2194f Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:02:01,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-61558a87-8b68-45fd-ab60-151565c2194f 2018-08-20 22:02:01,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcfb00d5ef41056e7e718e6d79ab28cb7e85e9b6" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCiMhL2Jpbi9zaApzZXQgMTAuMTAuMTAuMTEKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBob3N0bmFtZT0kKHNzaCAteSAtaSAvaG9tZS9jaXJyb3MvLnNzaC9pZF9yc2EgY2lycm9zQCRpcCAnaG9zdG5hbWUnIDwvZGV2L3plcm8gMj4vZGV2L251bGwpCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdOyB0aGVuIGVjaG8gJGlwICRob3N0bmFtZTsKICBlbHNlIGVjaG8gJGlwICdub3QgcmVhY2hhYmxlJztmaTsKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "personality": [{"path": "/home/cirros/id_rsa", "contents": "AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2kAAACCAX7P00UMJg/+U1+H510fMyoxRk1EG9OnbsdoYZt1XAWJkm8S9NSoDkIzLDtJ56EYq5T8XGnPRytkR3yvh/rf21u6H8/1h3m/3vl1eivh//911L5sd3AREjSWgA/d9sDQ5g6a44Zv5VnQeF2IWaG5b5qmHQOEzvrDoVEcj+vBUriSEQAAAEIAm3WsEwn6wsNz3KGIfP+9fKjbJTJDVjG9tvaHXgEMreAZj8BU7QTHeiCxfRa4fPHJwis3groaspH99clhEK/hsycAAABCAMHIMkSxbgBLNcwncB+ahxtDHNgxLWwrxwgDx0aWc+pM20wKwamqTOWc+93QcUcFaq/T+Rct+wkQAIBWjVo0Erbv"}], "networks": [{"fixed_ip": "10.10.10.12", "uuid": "860c45ae-15a4-4d74-b434-2d350016328a"}], "config_drive": true}}' 2018-08-20 22:02:05,041 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:02: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-ee06a668-e36f-4fda-ba3f-0eaa081466f0 x-compute-request-id: req-ee06a668-e36f-4fda-ba3f-0eaa081466f0 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c5ac7c2f-01bc-4a06-a42c-5d57db2f1108", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108", "rel": "bookmark"}], "adminPass": "f4W7NubsohqR"}} 2018-08-20 22:02:05,041 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ee06a668-e36f-4fda-ba3f-0eaa081466f0 2018-08-20 22:02:05,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:02:05,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07d8822a-5af1-4be4-9fe6-d444a49cef0d Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:02:05,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-07d8822a-5af1-4be4-9fe6-d444a49cef0d 2018-08-20 22:02:05,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:02:05,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:02:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["Xvlqjpc-RCSt34ZslOFPSA"], "issued_at": "2018-08-20T22:02:05.000000Z"}} 2018-08-20 22:02:05,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75b4f326d88b096c776b8f2e37e768f120c90802" 2018-08-20 22:02:06,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02: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-6110eb30-66ae-451b-a31b-6f10332d160f x-compute-request-id: req-6110eb30-66ae-451b-a31b-6f10332d160f Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108", "rel": "bookmark"}], "image": {"id": "0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "links": [{"href": "http://172.30.9.23:8774/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c5ac7c2f-01bc-4a06-a42c-5d57db2f1108", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:02:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-08-20T22:02:04Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:02:06,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108 used request id req-6110eb30-66ae-451b-a31b-6f10332d160f 2018-08-20 22:02:09,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75b4f326d88b096c776b8f2e37e768f120c90802" 2018-08-20 22:02:09,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1269c74d-f64a-4e07-8d36-1ea7f3f4391f x-compute-request-id: req-1269c74d-f64a-4e07-8d36-1ea7f3f4391f Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108", "rel": "bookmark"}], "image": {"id": "0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "links": [{"href": "http://172.30.9.23:8774/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "c5ac7c2f-01bc-4a06-a42c-5d57db2f1108", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ERROR", "updated": "2018-08-20T22:02:07Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-08-20T22:02:04Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Failed to get traits for resource provider with UUID 733a043e-8e5c-4276-b2bc-2e9a35c6225b", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/compute/manager.py\", line 1919, in _do_build_and_run_instance\n filter_properties, request_spec)\n File \"/usr/lib/python2.7/site-packages/nova/compute/manager.py\", line 2208, in _build_and_run_instance\n instance_uuid=instance.uuid, reason=six.text_type(e))\n", "created": "2018-08-20T22:02:07Z"}, "metadata": {}}} 2018-08-20 22:02:09,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c5ac7c2f-01bc-4a06-a42c-5d57db2f1108 used request id req-1269c74d-f64a-4e07-8d36-1ea7f3f4391f 2018-08-20 22:02:09,913 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-2-4 went to ERROR status. 2018-08-20 22:02:09,913 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-20 22:02:09,914 - sdnvpn.test.functest.testcase_2 - ERROR - exception occurred while executing testcase_2: Error while booting instance sdnvpn-2-4 2018-08-20 22:02:09,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}46c63969ab106a38eba0cb4324cdc6e921cc0a34" 2018-08-20 22:02:11,126 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a035006b-7441-4e9e-8882-4f86e572c059 Date: Mon, 20 Aug 2018 22:02:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:02:11,127 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0d1a014e-3b1a-4110-8c50-0e5a87c69a17 used request id req-a035006b-7441-4e9e-8882-4f86e572c059 2018-08-20 22:02:11,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/4c1372cb-69b3-4536-883f-6bc23e46975a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e704e98a76a19934826a0e9648ebbee2c89440" 2018-08-20 22:02:11,529 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-ed373cc3-5a49-4613-b376-726b6a2a21dd Date: Mon, 20 Aug 2018 22:02:11 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 4c1372cb-69b3-4536-883f-6bc23e46975a: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-20 22:02:11,529 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4c1372cb-69b3-4536-883f-6bc23e46975a used request id req-ed373cc3-5a49-4613-b376-726b6a2a21dd 2018-08-20 22:02:11,529 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 4c1372cb-69b3-4536-883f-6bc23e46975a: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-20 22:02:11,530 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '4c1372cb-69b3-4536-883f-6bc23e46975a')]: Unable to complete operation on subnet 4c1372cb-69b3-4536-883f-6bc23e46975a: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-ed373cc3-5a49-4613-b376-726b6a2a21dd'] 2018-08-20 22:02:11,530 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 4c1372cb-69b3-4536-883f-6bc23e46975a was not deleted. 2018-08-20 22:02:11,531 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_2: Error while booting instance sdnvpn-2-4 Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_2.py", line 151, in main files=files) File "/usr/lib/python2.7/site-packages/sdnvpn/lib/utils.py", line 193, in create_instance raise Exception("Error while booting instance {}".format(name)) Exception: Error while booting instance sdnvpn-2-4 2018-08-20 22:02:11,531 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_2 failed 2018-08-20 22:02:11,531 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-08-20 22:02:11,532 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-08-20 22:02:11,532 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-08-20 22:02:11,607 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-08-20 22:02:11,610 - paramiko.transport - DEBUG - starting thread (client mode): 0x2d4e3650L 2018-08-20 22:02:11,610 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:11,635 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:11,636 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:11,641 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:11,642 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:11,642 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:11,642 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:11,642 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:11,642 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:11,649 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:11,650 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:11,674 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.225: 37971eab75405ba77ce3aa683abc667b 2018-08-20 22:02:11,675 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:11,691 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:11,706 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:11,739 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:11,873 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:11,874 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:11,913 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:11,914 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:11,945 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:16,799 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:16,801 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:16,803 - paramiko.transport - DEBUG - starting thread (client mode): 0x293007d0L 2018-08-20 22:02:16,804 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:16,815 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:16,816 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:16,818 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:16,818 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:16,818 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:16,818 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:16,819 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:16,819 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:16,824 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:16,824 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:16,835 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 6b9a3ead5ed778533cb158dd4f9ef17c 2018-08-20 22:02:16,836 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:16,864 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:16,877 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:16,901 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:17,020 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:17,020 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:17,059 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:17,060 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:17,068 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:17,080 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:17,081 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:17,082 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:17,083 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:17,083 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:17,123 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:17,151 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:17,153 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:17,153 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:02:17,154 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:02:17,154 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:02:17,195 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:02:17,205 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:02:17,207 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:02:17,208 - paramiko.transport - DEBUG - starting thread (client mode): 0x2946d5d0L 2018-08-20 22:02:17,209 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:17,317 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:17,317 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:17,320 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:17,320 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:17,321 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:17,321 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:17,321 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:17,321 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:17,326 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:17,327 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:17,340 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f9a1216842e472bf1631c90904cd6838 2018-08-20 22:02:17,341 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:17,366 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:17,472 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:17,474 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:17,680 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:17,680 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:17,719 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:17,720 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:17,744 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:17,890 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:17,891 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:17,891 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:17,892 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:17,892 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:17,933 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:18,019 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:18,021 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:02:18,022 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:18,023 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:02:18,023 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:02:18,064 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:02:18,100 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:02:18,102 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:02:18,104 - paramiko.transport - DEBUG - starting thread (client mode): 0x292ea150L 2018-08-20 22:02:18,105 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:18,223 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:18,224 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:18,227 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:18,227 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:18,227 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:18,227 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:18,227 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:18,228 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:18,233 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:18,234 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:18,236 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8031099bfb2303bcd2e56bac1c160139 2018-08-20 22:02:18,237 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:18,273 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:18,391 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:18,402 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:18,597 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:18,598 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:18,637 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:18,637 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:18,671 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:18,745 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:18,746 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:18,747 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:18,748 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:18,748 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:18,789 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:18,867 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:18,869 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:02:18,870 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:18,871 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:02:18,871 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:02:18,912 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:02:18,957 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:02:18,958 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:02:18,960 - paramiko.transport - DEBUG - starting thread (client mode): 0x292f2390L 2018-08-20 22:02:18,960 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:18,972 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:18,972 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:18,974 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:18,975 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:18,975 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:18,975 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:18,975 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:18,975 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:18,979 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:18,980 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:18,992 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: bbda3e4bd31eda76415c58ee19a9d841 2018-08-20 22:02:18,993 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:19,019 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:19,028 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:19,058 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:19,167 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:19,167 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:19,206 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:19,206 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:19,225 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:19,236 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:19,237 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:19,237 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:19,238 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:19,238 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:19,279 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:19,311 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:19,312 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:02:19,313 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:19,313 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:02:19,314 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:02:19,354 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:02:19,365 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:02:19,366 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:02:19,368 - paramiko.transport - DEBUG - starting thread (client mode): 0x292ea6d0L 2018-08-20 22:02:19,368 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:19,561 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:19,561 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:19,564 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:19,564 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:19,564 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:19,564 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:19,565 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:19,565 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:19,570 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:19,570 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:19,572 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2f80ac564d5335749ab6600747c4754d 2018-08-20 22:02:19,572 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:19,610 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:19,753 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:19,773 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:19,984 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:19,985 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:20,024 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:20,025 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:20,042 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:20,132 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:20,133 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:20,133 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:20,135 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:20,135 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:20,176 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:20,262 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:20,263 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:02:20,264 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:20,265 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:02:20,265 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:02:20,306 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:02:20,351 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:02:20,352 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:20,353 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:02:20,354 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:20,354 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:20,360 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:25,846 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:25,848 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:25,850 - paramiko.transport - DEBUG - starting thread (client mode): 0x29300350L 2018-08-20 22:02:25,851 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:25,858 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:25,858 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:25,860 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:25,860 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:25,860 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:25,860 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:25,861 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:25,861 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:25,865 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:25,866 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:25,882 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 6b9a3ead5ed778533cb158dd4f9ef17c 2018-08-20 22:02:25,883 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:25,905 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:25,917 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:25,947 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:26,047 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:26,047 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:26,086 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:26,087 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:26,114 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:26,126 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:26,127 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:26,128 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:26,129 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:26,129 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:26,170 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:26,185 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:26,186 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:02:26,187 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:26,188 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:02:26,188 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:02:26,229 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:02:26,238 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:02:26,240 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:02:26,241 - paramiko.transport - DEBUG - starting thread (client mode): 0x29319fd0L 2018-08-20 22:02:26,242 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:26,253 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:26,253 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:26,255 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:26,255 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:26,255 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:26,256 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:26,256 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:26,256 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:26,260 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:26,261 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:26,273 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f9a1216842e472bf1631c90904cd6838 2018-08-20 22:02:26,274 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:26,301 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:26,316 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:26,338 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:26,449 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:26,449 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:26,488 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:26,489 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:26,507 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:26,520 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:26,522 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:26,522 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:26,523 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:26,523 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:26,564 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:26,579 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:26,581 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:02:26,581 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:26,582 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:02:26,582 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:02:26,623 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:02:26,633 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:02:26,634 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:02:26,636 - paramiko.transport - DEBUG - starting thread (client mode): 0x293266d0L 2018-08-20 22:02:26,637 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:26,647 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:26,647 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:26,649 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:26,649 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:26,649 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:26,649 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:26,650 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:26,650 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:26,654 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:26,655 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:26,668 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8031099bfb2303bcd2e56bac1c160139 2018-08-20 22:02:26,669 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:26,694 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:26,708 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:26,733 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:26,844 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:26,844 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:26,883 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:26,884 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:26,902 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:26,915 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:26,916 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:26,917 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:26,918 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:26,918 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:26,959 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:26,976 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:26,978 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:02:26,978 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:26,979 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:02:26,979 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:02:27,021 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:02:27,032 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:02:27,034 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:02:27,036 - paramiko.transport - DEBUG - starting thread (client mode): 0x29323710L 2018-08-20 22:02:27,036 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:27,043 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:27,043 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:27,044 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:27,045 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:27,045 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:27,045 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:27,045 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:27,045 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:27,050 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:27,050 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:27,051 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: bbda3e4bd31eda76415c58ee19a9d841 2018-08-20 22:02:27,052 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:27,090 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:27,103 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:27,116 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:27,226 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:27,226 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:27,265 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:27,266 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:27,283 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:27,294 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:27,295 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:27,296 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:27,297 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:27,297 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:27,338 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:27,353 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:27,354 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:02:27,355 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:27,356 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:02:27,356 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:02:27,397 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:02:27,409 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:02:27,410 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:02:27,412 - paramiko.transport - DEBUG - starting thread (client mode): 0x29337750L 2018-08-20 22:02:27,413 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:02:27,483 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:02:27,483 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:02:27,486 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:02:27,486 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:02:27,486 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:02:27,487 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:02:27,487 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:02:27,487 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:02:27,492 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:02:27,492 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:02:27,513 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2f80ac564d5335749ab6600747c4754d 2018-08-20 22:02:27,513 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:02:27,532 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:02:27,609 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:02:27,614 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:02:27,836 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:02:27,836 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:02:27,875 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:02:27,876 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:02:27,883 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:02:27,983 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:02:27,984 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:02:27,985 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:02:27,986 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:02:27,986 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:02:28,027 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:02:28,112 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:02:28,113 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:02:28,114 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:02:28,115 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:02:28,115 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:02:28,156 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:02:28,214 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:02:28,215 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:02:28,215 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:02:28,216 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:02:28,216 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:02:28,220 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:02:28,251 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-20 22:02:28,252 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:02:28,253 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_3: argument of type 'NoneType' is not iterable Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_3.py", line 48, in main node.run_cmd("sudo systemctl status opendaylight")] TypeError: argument of type 'NoneType' is not iterable 2018-08-20 22:02:28,253 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_3 failed 2018-08-20 22:02:28,254 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-08-20 22:02:28,254 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-08-20 22:02:28,254 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-08-20 22:02:28,332 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-08-20 22:02:28,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:02:28,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:02:28,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:02:28,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:02:28,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:02:28,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:02:28,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:02:28,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:02:28,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:02:28,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:02:28,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:02:28,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:02:28,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:02:28,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:02:28,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:02:28,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:02:28,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:02:28,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:02:28,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:02:28,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:02:28,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:02:28,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:02:28,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:02:28,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:02:28,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:02:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 22:02:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:02:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:02:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:02:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:02:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:02:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:02:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:02:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:02:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:02:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:02:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:02:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:02:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:02:28,341 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-20 22:02:28,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:02:28,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d89bf409-b2fb-4f56-b608-c63d968a9daa Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:02:28,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d89bf409-b2fb-4f56-b608-c63d968a9daa 2018-08-20 22:02:28,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:02:28,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:02:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["wk5BdtcETTiHTVuStjKpAA"], "issued_at": "2018-08-20T22:02:28.000000Z"}} 2018-08-20 22:02:28,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e652d312a793ab91bd7ffceaa973d3f5126b3848" 2018-08-20 22:02:29,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-4ed95c0b-fd54-440f-81dd-bcda2cf34a16 Date: Mon, 20 Aug 2018 22:02:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-20 22:02:29,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-4ed95c0b-fd54-440f-81dd-bcda2cf34a16 2018-08-20 22:02:29,055 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-20 22:02:29,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e652d312a793ab91bd7ffceaa973d3f5126b3848" 2018-08-20 22:02:29,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-d2fc5aa3-1266-42d4-9091-2746c3c14fe2 Date: Mon, 20 Aug 2018 22:02:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-20 22:02:29,337 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d2fc5aa3-1266-42d4-9091-2746c3c14fe2 2018-08-20 22:02:29,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e652d312a793ab91bd7ffceaa973d3f5126b3848" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-20 22:02:29,723 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/07c6838a-157b-4543-b801-c724d197c3f6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e04c11c9-62cf-4d7f-87fa-1d2b6b8b026d Date: Mon, 20 Aug 2018 22:02:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T22:02:29Z", "file": "/v2/images/07c6838a-157b-4543-b801-c724d197c3f6/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "07c6838a-157b-4543-b801-c724d197c3f6", "size": null, "self": "/v2/images/07c6838a-157b-4543-b801-c724d197c3f6", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-20T22:02:29Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 22:02:29,723 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e04c11c9-62cf-4d7f-87fa-1d2b6b8b026d 2018-08-20 22:02:29,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/07c6838a-157b-4543-b801-c724d197c3f6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e652d312a793ab91bd7ffceaa973d3f5126b3848" -d '' 2018-08-20 22:02:30,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fd31285f-57c4-4ff3-a7aa-75cae21f9b74 Date: Mon, 20 Aug 2018 22:02:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:02:30,967 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/07c6838a-157b-4543-b801-c724d197c3f6/file used request id req-fd31285f-57c4-4ff3-a7aa-75cae21f9b74 2018-08-20 22:02:30,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:02:30,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349857f9-34ba-4188-a929-4e5fe968258a Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:02:30,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-349857f9-34ba-4188-a929-4e5fe968258a 2018-08-20 22:02:30,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:02:31,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:02:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["W7o96HQ4RhGqWNTK5nQ7ww"], "issued_at": "2018-08-20T22:02:31.000000Z"}} 2018-08-20 22:02:31,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" 2018-08-20 22:02:32,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8035 X-Openstack-Request-Id: req-77ebb208-2932-406d-b3da-4e11fde3086f Date: Mon, 20 Aug 2018 22:02:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"02c6a34e-6a14-43c3-9d7f-f922be4136ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:18Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4c1372cb-69b3-4536-883f-6bc23e46975a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:33Z","provider:segmentation_id":53,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2ac1e184-807e-4de2-bde1-d412a56fdff6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:23Z","provider:segmentation_id":28,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"34d96e21-2630-4280-97d0-6fd0d221fc72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:29Z","provider:segmentation_id":15,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:29Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5e2ef56d-b96e-48ca-9899-1de16258988b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:16Z","provider:segmentation_id":72,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"82e2473b-f463-431c-bf86-0904afe9d6d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:23Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"860c45ae-15a4-4d74-b434-2d350016328a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["419507ba-e733-49f6-8773-8d622ce30a3a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:34Z","provider:segmentation_id":59,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8b3c7bdd-7fcc-42aa-9593-165a0b2422e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:33Z","provider:segmentation_id":103,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b0688f31-973c-4ccd-a9e0-c79242e2c9e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:00Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ca14a295-1bc9-402e-ba72-15e2a357d71b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:13Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e5ddbda1-39ed-4c07-8023-b95392465ff2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:26Z","provider:segmentation_id":22,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f1e32226-4cea-487b-8fe8-1e3a0c664c5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:13Z","provider:segmentation_id":16,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:13Z","provider:network_type":"vxlan"}]} 2018-08-20 22:02:32,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-77ebb208-2932-406d-b3da-4e11fde3086f 2018-08-20 22:02:32,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" 2018-08-20 22:02:32,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1884 X-Openstack-Request-Id: req-50f72277-3b8a-48cb-8d5b-74c3c0289fdb Date: Mon, 20 Aug 2018 22:02:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"860c45ae-15a4-4d74-b434-2d350016328a","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:01:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"419507ba-e733-49f6-8773-8d622ce30a3a","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:01:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"4c1372cb-69b3-4536-883f-6bc23e46975a","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 22:02:32,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-50f72277-3b8a-48cb-8d5b-74c3c0289fdb 2018-08-20 22:02:32,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" 2018-08-20 22:02:32,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 412 X-Openstack-Request-Id: req-addd8623-e06c-40d3-b056-446dd78fc7e0 Date: Mon, 20 Aug 2018 22:02:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "created_at": "2018-08-20T20:30:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T20:30:30Z", "revision_number": 0, "routes": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "id": "20c1e64a-0be8-42ae-93ae-cd6728e5a207", "name": ""}]} 2018-08-20 22:02:32,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-addd8623-e06c-40d3-b056-446dd78fc7e0 2018-08-20 22:02:32,841 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-08-20 22:02:32,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-08-20 22:02:33,380 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-31872b4a-8bae-46cd-b64a-a1b3eccabeee Date: Mon, 20 Aug 2018 22:02:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:02:33Z","is_default":false,"provider:segmentation_id":58,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","mtu":1450}} 2018-08-20 22:02:33,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-31872b4a-8bae-46cd-b64a-a1b3eccabeee 2018-08-20 22:02:33,381 - sdnvpn.lib.openstack_utils - DEBUG - Network '1a0d42b8-4ed7-493d-a50c-7d7aedb82dea' created successfully 2018-08-20 22:02:33,381 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-20 22:02:33,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" -d '{"subnets": [{"ip_version": 4, "network_id": "1a0d42b8-4ed7-493d-a50c-7d7aedb82dea", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-08-20 22:02:34,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-57e3f3ed-dc1f-4d4c-9bb9-b5ce1e325dbb Date: Mon, 20 Aug 2018 22:02:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:02:33Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-08-20 22:02:34,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-57e3f3ed-dc1f-4d4c-9bb9-b5ce1e325dbb 2018-08-20 22:02:34,299 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9' created successfully 2018-08-20 22:02:34,299 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-20 22:02:34,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-08-20 22:02:34,774 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-8118b184-f254-428e-83d6-818003027a87 Date: Mon, 20 Aug 2018 22:02:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:02:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:02:34Z", "revision_number": 0, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545", "name": "sdnvpn-4-1-router"}} 2018-08-20 22:02:34,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-8118b184-f254-428e-83d6-818003027a87 2018-08-20 22:02:34,775 - sdnvpn.lib.openstack_utils - DEBUG - Router 'e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545' created successfully 2018-08-20 22:02:34,775 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-20 22:02:34,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" -d '{"subnet_id": "3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"}' 2018-08-20 22:02:36,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3634645a-9e73-419b-8d8d-1c77dc2bdeb9 Date: Mon, 20 Aug 2018 22:02:36 GMT RESP BODY: {"network_id": "1a0d42b8-4ed7-493d-a50c-7d7aedb82dea", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9", "subnet_ids": ["3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"], "port_id": "5bf19ef4-c4d2-492a-8600-449f00a266a2", "id": "e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545"} 2018-08-20 22:02:36,520 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545/add_router_interface used request id req-3634645a-9e73-419b-8d8d-1c77dc2bdeb9 2018-08-20 22:02:36,520 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-20 22:02:36,521 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-20 22:02:36,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" 2018-08-20 22:02:36,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8695 X-Openstack-Request-Id: req-6a4a672f-b52b-4d1b-9bb7-753d3fd448c5 Date: Mon, 20 Aug 2018 22:02:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"02c6a34e-6a14-43c3-9d7f-f922be4136ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:18Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4c1372cb-69b3-4536-883f-6bc23e46975a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:33Z","provider:segmentation_id":53,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:33Z","provider:segmentation_id":58,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2ac1e184-807e-4de2-bde1-d412a56fdff6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:23Z","provider:segmentation_id":28,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"34d96e21-2630-4280-97d0-6fd0d221fc72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:29Z","provider:segmentation_id":15,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:29Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5e2ef56d-b96e-48ca-9899-1de16258988b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:16Z","provider:segmentation_id":72,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"82e2473b-f463-431c-bf86-0904afe9d6d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:23Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"860c45ae-15a4-4d74-b434-2d350016328a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["419507ba-e733-49f6-8773-8d622ce30a3a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:34Z","provider:segmentation_id":59,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8b3c7bdd-7fcc-42aa-9593-165a0b2422e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:33Z","provider:segmentation_id":103,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b0688f31-973c-4ccd-a9e0-c79242e2c9e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:00Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ca14a295-1bc9-402e-ba72-15e2a357d71b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:13Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e5ddbda1-39ed-4c07-8023-b95392465ff2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:26Z","provider:segmentation_id":22,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f1e32226-4cea-487b-8fe8-1e3a0c664c5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:13Z","provider:segmentation_id":16,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:13Z","provider:network_type":"vxlan"}]} 2018-08-20 22:02:36,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6a4a672f-b52b-4d1b-9bb7-753d3fd448c5 2018-08-20 22:02:36,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}}' 2018-08-20 22:02:38,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-2d728ce6-1538-466d-a444-e79fd0b0e8f6 Date: Mon, 20 Aug 2018 22:02:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:02:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:02:38Z", "revision_number": 3, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545", "name": "sdnvpn-4-1-router"}} 2018-08-20 22:02:38,984 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545 used request id req-2d728ce6-1538-466d-a444-e79fd0b0e8f6 2018-08-20 22:02:38,984 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-20 22:02:38,984 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-08-20 22:02:38,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-08-20 22:02:39,748 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-eeda6bde-1381-4c22-9760-40caa58974b2 Date: Mon, 20 Aug 2018 22:02:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:02:39Z","is_default":false,"provider:segmentation_id":100,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:39Z","mtu":1450}} 2018-08-20 22:02:39,748 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-eeda6bde-1381-4c22-9760-40caa58974b2 2018-08-20 22:02:39,749 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network a5c4a725-4d0c-4cde-ba65-72dcb92d0764 with cidr 10.10.11.0/24 2018-08-20 22:02:39,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" -d '{"subnets": [{"ip_version": 4, "network_id": "a5c4a725-4d0c-4cde-ba65-72dcb92d0764", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-08-20 22:02:40,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-3bf10e93-a664-4290-a74d-3f72bc76c795 Date: Mon, 20 Aug 2018 22:02:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:40Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:02:40Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"52832c7f-e7a1-4923-8704-32f33d9d6277","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-08-20 22:02:40,575 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-3bf10e93-a664-4290-a74d-3f72bc76c795 2018-08-20 22:02:40,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" 2018-08-20 22:02:40,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48399 X-Openstack-Request-Id: req-ffcb4052-ef4a-4c82-bf1e-4bfec083bebc Date: Mon, 20 Aug 2018 22:02:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "updated_at": "2018-08-20T16:46:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7037a96b-f334-431f-95c0-e523c939a958", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7c097373-26a4-4636-8025-0b05b6230c95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "88520c47-a545-4b43-a23d-89a99d99ff74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "f7d22496-ff77-4c2b-b760-58629aa38452", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}], "revision_number": 1, "project_id": "f459a43815564047b07d495f87f10ad2", "id": "0987da57-713b-49c3-b135-c0f85ec99b73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "updated_at": "2018-08-20T16:46:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "613d616f-11b1-4318-a678-4a14fd4bbe43", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "c265eddc-864c-4c4b-a370-a52c0551a1db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}], "revision_number": 1, "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "updated_at": "2018-08-20T16:46:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "a42635f9-c149-4597-995e-a5be1fd538b7", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "d3485026-8771-4b90-98da-d49ba756837b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}], "revision_number": 1, "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "updated_at": "2018-08-20T16:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "27320908-5a79-4d7f-8c5a-dea930cb307b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d26643c2-8308-4ad9-a72a-2cf81397007d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d619641a-1792-4c07-ba5c-e101ea428cd0", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}], "revision_number": 1, "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "460ca234-7330-492a-a53a-f9cd0c835220", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "updated_at": "2018-08-20T16:46:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "4fea7278-e724-41db-9313-21007a51140c", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}], "revision_number": 1, "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "updated_at": "2018-08-20T17:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "3a279180-06f0-40b3-ac52-b6f601390e9a", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}], "revision_number": 1, "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "updated_at": "2018-08-20T16:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "0d4ff932-818e-4356-8ec9-632a99c477a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "3ec05dae-cb0d-4846-919a-9e7f22853175", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}], "revision_number": 1, "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "updated_at": "2018-08-20T16:46:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "07559f41-4c75-418c-83be-09863c8a4e4c", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}], "revision_number": 1, "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "bef49320-1a27-4ab9-876b-045d3e43e997", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "updated_at": "2018-08-20T17:37:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}], "revision_number": 1, "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "updated_at": "2018-08-20T21:57:16Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:15Z", "revision_number": 0, "id": "91d4bc5a-fb4a-4fa5-963f-dc7d2038d28b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:15Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "9dc85108-f6ef-4e93-9338-11e874e6dc0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "a01d5ccc-c760-4697-8290-265a01475928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "b53d18d0-898c-4ecb-a776-cb15ec808768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "c292ca88-d3ad-4ce8-bb72-d2637a5cf780", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 4, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "updated_at": "2018-08-20T16:46:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8ea96060-1b31-4cbc-8016-c29b458c5593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "eb3fff56-526f-4cdb-8931-11038b781824", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}], "revision_number": 1, "project_id": "2955d687c3384deb9c98180662807a42", "id": "f34de66d-fa43-4257-974a-da7d15670c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 22:02:40,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-ffcb4052-ef4a-4c82-bf1e-4bfec083bebc 2018-08-20 22:02:40,964 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-20 22:02:40,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:02:40,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ef6f08-ba09-4189-a02e-3f42e41387c1 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:02:40,971 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-66ef6f08-ba09-4189-a02e-3f42e41387c1 2018-08-20 22:02:40,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:02:41,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:02:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["H_JtPXORSYS-QTbCmW0fCQ"], "issued_at": "2018-08-20T22:02:41.000000Z"}} 2018-08-20 22:02:41,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1706b687d44bb44a460b95c0ff81244c708dcd54" 2018-08-20 22:02:42,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f9ff840-4d76-4f5c-9c01-d3a8605d24e2 x-compute-request-id: req-4f9ff840-4d76-4f5c-9c01-d3a8605d24e2 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 2, "hypervisor_type": "QEMU", "local_gb_used": 2, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 5120, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 2, "free_disk_gb": 245, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 27382, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 22:02:42,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-4f9ff840-4d76-4f5c-9c01-d3a8605d24e2 2018-08-20 22:02:42,307 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-20 22:02:42,307 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-08-20 22:02:42,307 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=07c6838a-157b-4543-b801-c724d197c3f6 network=1a0d42b8-4ed7-493d-a50c-7d7aedb82dea secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 22:02:42,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:02:42,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:02:42,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:02:42,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:02:42,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:02:42,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:02:42,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:02:42,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:02:42,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:02:42,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:02:42,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:02:42,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:02:42,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:02:42,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:02:42,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:02:42,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:02:42,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:02:42,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:02:42,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:02:42,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:02:42,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:02:42,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:02:42,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:02:42,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:02:42,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:02:42,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:02:42,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:02:42,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:02:42,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:02:42,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:02:42,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:02:42,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:02:42,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:02:42,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:02:42,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:02:42,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:02:42,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:02:42,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:02:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:02:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:02:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:02:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:02:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:02:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:02:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:02:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:02:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:02:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:02:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:02:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:02:42,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:02:42,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7807f617-91a0-4bf5-a00d-797133bc8bea Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:02:42,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7807f617-91a0-4bf5-a00d-797133bc8bea 2018-08-20 22:02:42,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:02:42,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:02:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["ypCIM3LgTcSB91EBXcZsUg"], "issued_at": "2018-08-20T22:02:42.000000Z"}} 2018-08-20 22:02:42,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533c0652c71ee3c293df7750d6be6e7369579ba6" 2018-08-20 22:02:43,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02: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-55c78ebf-8fc2-4ae3-aad7-5f24f57cc770 x-compute-request-id: req-55c78ebf-8fc2-4ae3-aad7-5f24f57cc770 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:02:43,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-55c78ebf-8fc2-4ae3-aad7-5f24f57cc770 2018-08-20 22:02:43,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533c0652c71ee3c293df7750d6be6e7369579ba6" 2018-08-20 22:02:43,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02: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-9b591f7c-8f2c-4abd-a72c-c9f7bbb60893 x-compute-request-id: req-9b591f7c-8f2c-4abd-a72c-c9f7bbb60893 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:02:43,205 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-9b591f7c-8f2c-4abd-a72c-c9f7bbb60893 2018-08-20 22:02:43,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533c0652c71ee3c293df7750d6be6e7369579ba6" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "07c6838a-157b-4543-b801-c724d197c3f6", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1a0d42b8-4ed7-493d-a50c-7d7aedb82dea"}]}}' 2018-08-20 22:02:46,536 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:02: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-70677e96-aa3a-4125-81f7-6ac5935134f2 x-compute-request-id: req-70677e96-aa3a-4125-81f7-6ac5935134f2 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "bookmark"}], "adminPass": "r936ZFobo3v6"}} 2018-08-20 22:02:46,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-70677e96-aa3a-4125-81f7-6ac5935134f2 2018-08-20 22:02:46,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:02:46,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09427e77-efb5-40e9-b0dd-f53455513cb5 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:02:46,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-09427e77-efb5-40e9-b0dd-f53455513cb5 2018-08-20 22:02:46,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:02:46,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:02:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["JNdeXeoHTV-nWHLFkmxZ0g"], "issued_at": "2018-08-20T22:02:46.000000Z"}} 2018-08-20 22:02:46,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8046a11b70a1603698592a28bac990f8bc95e2d9" 2018-08-20 22:02:47,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb8b42b0-8370-44da-ae85-79068dd77646 x-compute-request-id: req-eb8b42b0-8370-44da-ae85-79068dd77646 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:02:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-2", "created": "2018-08-20T22:02:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:02:47,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c used request id req-eb8b42b0-8370-44da-ae85-79068dd77646 2018-08-20 22:02:50,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8046a11b70a1603698592a28bac990f8bc95e2d9" 2018-08-20 22:02:51,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-970df6df-0413-4e9a-b4eb-fce69b91b40d x-compute-request-id: req-970df6df-0413-4e9a-b4eb-fce69b91b40d Content-Encoding: gzip Content-Length: 693 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:02:49Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-08-20T22:02:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:02:51,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c used request id req-970df6df-0413-4e9a-b4eb-fce69b91b40d 2018-08-20 22:02:54,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8046a11b70a1603698592a28bac990f8bc95e2d9" 2018-08-20 22:02:55,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ef52b89-8bd2-4254-894b-6c42499d162f x-compute-request-id: req-7ef52b89-8bd2-4254-894b-6c42499d162f Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:02:50Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-08-20T22:02:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:02:55,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c used request id req-7ef52b89-8bd2-4254-894b-6c42499d162f 2018-08-20 22:02:58,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8046a11b70a1603698592a28bac990f8bc95e2d9" 2018-08-20 22:02:59,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c18712d0-d308-4796-8fea-1ef4fdfedd7e x-compute-request-id: req-c18712d0-d308-4796-8fea-1ef4fdfedd7e Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:ac:a5", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": "2018-08-20T22:02:57.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:02:57Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-08-20T22:02:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:02:59,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c used request id req-c18712d0-d308-4796-8fea-1ef4fdfedd7e 2018-08-20 22:02:59,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}533c0652c71ee3c293df7750d6be6e7369579ba6" 2018-08-20 22:03:00,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:02: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-af2233be-4f1a-455d-bf64-8db2c12cdd62 x-compute-request-id: req-af2233be-4f1a-455d-bf64-8db2c12cdd62 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:ac:a5", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": "2018-08-20T22:02:57.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "90cabb47-11cc-40a2-b4cd-3c09e51f8e7c", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:02:57Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-08-20T22:02:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:00,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c used request id req-af2233be-4f1a-455d-bf64-8db2c12cdd62 2018-08-20 22:03:00,777 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.8'. 2018-08-20 22:03:00,777 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-08-20 22:03:00,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1706b687d44bb44a460b95c0ff81244c708dcd54" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:03:03,232 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:03: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-641d1730-eed9-4288-8cee-838d68bcfbbd x-compute-request-id: req-641d1730-eed9-4288-8cee-838d68bcfbbd Content-Length: 0 Content-Type: application/json 2018-08-20 22:03:03,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/90cabb47-11cc-40a2-b4cd-3c09e51f8e7c/action used request id req-641d1730-eed9-4288-8cee-838d68bcfbbd 2018-08-20 22:03:03,233 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-08-20 22:03:03,233 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=07c6838a-157b-4543-b801-c724d197c3f6 network=1a0d42b8-4ed7-493d-a50c-7d7aedb82dea secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 22:03:03,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:03:03,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:03:03,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:03:03,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:03:03,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:03:03,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:03:03,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:03:03,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:03:03,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:03:03,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:03:03,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:03:03,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:03:03,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:03:03,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:03:03,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:03:03,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:03:03,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:03:03,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:03:03,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:03:03,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:03:03,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:03:03,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:03:03,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:03:03,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:03:03,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:03:03,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:03:03,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:03:03,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:03:03,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:03:03,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:03:03,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:03:03,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:03:03,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:03:03,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:03:03,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:03:03,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:03:03,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:03:03,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:03:03,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:03:03,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:03:03,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:03:03,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:03:03,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:03:03,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:03:03,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:03:03,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:03:03,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:03:03,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:03:03,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:03:03,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:03:03,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:03:03,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1fe31c-2c21-408c-873f-8743c989fa42 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:03:03,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fe1fe31c-2c21-408c-873f-8743c989fa42 2018-08-20 22:03:03,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:03:03,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["gqtLQL-dTcyS4DaB1roVRA"], "issued_at": "2018-08-20T22:03:03.000000Z"}} 2018-08-20 22:03:03,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17e1701cf233f12c1a7e4ef11c7c901066a65550" 2018-08-20 22:03:03,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24730cc2-d017-48b2-8ca3-2f6c53657728 x-compute-request-id: req-24730cc2-d017-48b2-8ca3-2f6c53657728 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:03:03,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-24730cc2-d017-48b2-8ca3-2f6c53657728 2018-08-20 22:03:03,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17e1701cf233f12c1a7e4ef11c7c901066a65550" 2018-08-20 22:03:03,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b797d5d5-7e27-4c5c-af5e-f70fd77d1330 x-compute-request-id: req-b797d5d5-7e27-4c5c-af5e-f70fd77d1330 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:03:03,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-b797d5d5-7e27-4c5c-af5e-f70fd77d1330 2018-08-20 22:03:03,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17e1701cf233f12c1a7e4ef11c7c901066a65550" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "07c6838a-157b-4543-b801-c724d197c3f6", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1a0d42b8-4ed7-493d-a50c-7d7aedb82dea"}]}}' 2018-08-20 22:03:07,139 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:03:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8ea88d50-64f5-41b2-a099-8049008079c4 x-compute-request-id: req-8ea88d50-64f5-41b2-a099-8049008079c4 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "13197357-4264-40ce-a583-42f51dc12752", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "bookmark"}], "adminPass": "VMyPKb27J8h9"}} 2018-08-20 22:03:07,139 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-8ea88d50-64f5-41b2-a099-8049008079c4 2018-08-20 22:03:07,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:03:07,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9893ecbe-f50f-4d8c-877e-987c6416f922 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:03:07,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9893ecbe-f50f-4d8c-877e-987c6416f922 2018-08-20 22:03:07,147 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:03:08,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:03:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["VtRwHUGPTCiP1upnkfiq_g"], "issued_at": "2018-08-20T22:03:07.000000Z"}} 2018-08-20 22:03:08,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c6fdb7506f105da91cf2e5e8ac5f4a8d43ef9c" 2018-08-20 22:03:09,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2686fde-994b-4ed1-b2e6-328e6f09179c x-compute-request-id: req-c2686fde-994b-4ed1-b2e6-328e6f09179c Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "13197357-4264-40ce-a583-42f51dc12752", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:03:08Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-3", "created": "2018-08-20T22:03:06Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:09,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 used request id req-c2686fde-994b-4ed1-b2e6-328e6f09179c 2018-08-20 22:03:12,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c6fdb7506f105da91cf2e5e8ac5f4a8d43ef9c" 2018-08-20 22:03:13,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a233232f-5eb6-471d-9bda-b90c28c911ce x-compute-request-id: req-a233232f-5eb6-471d-9bda-b90c28c911ce Content-Encoding: gzip Content-Length: 707 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "13197357-4264-40ce-a583-42f51dc12752", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:03:10Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-08-20T22:03:06Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:13,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 used request id req-a233232f-5eb6-471d-9bda-b90c28c911ce 2018-08-20 22:03:16,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c6fdb7506f105da91cf2e5e8ac5f4a8d43ef9c" 2018-08-20 22:03:17,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03: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-38e71883-112e-4417-803f-4ba3ba392620 x-compute-request-id: req-38e71883-112e-4417-803f-4ba3ba392620 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:d8:e0", "version": 4, "addr": "10.10.10.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "13197357-4264-40ce-a583-42f51dc12752", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:03:10Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-08-20T22:03:06Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:17,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 used request id req-38e71883-112e-4417-803f-4ba3ba392620 2018-08-20 22:03:20,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c6fdb7506f105da91cf2e5e8ac5f4a8d43ef9c" 2018-08-20 22:03:22,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03: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-f28b8417-988d-49b9-9633-efdd0638c97b x-compute-request-id: req-f28b8417-988d-49b9-9633-efdd0638c97b Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:d8:e0", "version": 4, "addr": "10.10.10.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2018-08-20T22:03:16.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "13197357-4264-40ce-a583-42f51dc12752", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:03:17Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-08-20T22:03:06Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:22,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 used request id req-f28b8417-988d-49b9-9633-efdd0638c97b 2018-08-20 22:03:22,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17e1701cf233f12c1a7e4ef11c7c901066a65550" 2018-08-20 22:03:22,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03: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-4d425ee8-8528-4780-a1a7-9a8b79e84226 x-compute-request-id: req-4d425ee8-8528-4780-a1a7-9a8b79e84226 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:d8:e0", "version": 4, "addr": "10.10.10.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/13197357-4264-40ce-a583-42f51dc12752", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2018-08-20T22:03:16.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "13197357-4264-40ce-a583-42f51dc12752", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:03:17Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-08-20T22:03:06Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:22,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752 used request id req-4d425ee8-8528-4780-a1a7-9a8b79e84226 2018-08-20 22:03:22,925 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.19'. 2018-08-20 22:03:22,925 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-08-20 22:03:22,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1706b687d44bb44a460b95c0ff81244c708dcd54" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:03:25,202 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:03: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-be548023-d70a-43c9-98c1-19766ebc0e2a x-compute-request-id: req-be548023-d70a-43c9-98c1-19766ebc0e2a Content-Length: 0 Content-Type: application/json 2018-08-20 22:03:25,202 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/13197357-4264-40ce-a583-42f51dc12752/action used request id req-be548023-d70a-43c9-98c1-19766ebc0e2a 2018-08-20 22:03:25,203 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-08-20 22:03:25,203 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=07c6838a-157b-4543-b801-c724d197c3f6 network=a5c4a725-4d0c-4cde-ba65-72dcb92d0764 secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 22:03:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:03:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:03:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:03:25,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:03:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:03:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:03:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:03:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:03:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:03:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:03:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:03:25,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:03:25,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:03:25,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:03:25,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:03:25,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:03:25,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:03:25,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:03:25,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:03:25,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:03:25,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:03:25,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:03:25,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:03:25,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:03:25,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:03:25,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:03:25,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:03:25,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:03:25,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:03:25,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:03:25,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:03:25,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:03:25,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:03:25,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:03:25,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:03:25,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:03:25,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:03:25,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:03:25,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:03:25,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:03:25,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:03:25,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:03:25,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:03:25,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:03:25,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:03:25,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:03:25,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:03:25,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:03:25,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:03:25,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:03:25,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:03:25,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9cbae95-7f6e-40a5-9f08-0f02670a044a Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:03:25,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c9cbae95-7f6e-40a5-9f08-0f02670a044a 2018-08-20 22:03:25,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:03:25,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:03:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["dg5T2twaTk-_KTYobndSHQ"], "issued_at": "2018-08-20T22:03:25.000000Z"}} 2018-08-20 22:03:25,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de99a66c26dca7a0d458d0d56ae1feaa6b3067" 2018-08-20 22:03:25,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03: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-e4df3e8e-1e6e-4aed-8420-9abad8aeedc2 x-compute-request-id: req-e4df3e8e-1e6e-4aed-8420-9abad8aeedc2 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:03:25,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e4df3e8e-1e6e-4aed-8420-9abad8aeedc2 2018-08-20 22:03:25,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de99a66c26dca7a0d458d0d56ae1feaa6b3067" 2018-08-20 22:03:25,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03: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-46a28886-7aae-4052-990e-b786e8294d0c x-compute-request-id: req-46a28886-7aae-4052-990e-b786e8294d0c Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:03:25,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-46a28886-7aae-4052-990e-b786e8294d0c 2018-08-20 22:03:25,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de99a66c26dca7a0d458d0d56ae1feaa6b3067" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "07c6838a-157b-4543-b801-c724d197c3f6", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a5c4a725-4d0c-4cde-ba65-72dcb92d0764"}]}}' 2018-08-20 22:03:29,061 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:03:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ebcc0867-c03e-4858-af24-f7ed0f7ad4fe x-compute-request-id: req-ebcc0867-c03e-4858-af24-f7ed0f7ad4fe Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "38669049-727f-40ea-8665-0d8b4de4c121", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "bookmark"}], "adminPass": "FyS6e3CejmmL"}} 2018-08-20 22:03:29,061 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ebcc0867-c03e-4858-af24-f7ed0f7ad4fe 2018-08-20 22:03:29,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:03:29,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc0f649-0db0-46eb-a8b9-9c174fb69567 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:03:29,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cfc0f649-0db0-46eb-a8b9-9c174fb69567 2018-08-20 22:03:29,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:03:29,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:03:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["ibM1f8yVSly_3CCXqXzL7A"], "issued_at": "2018-08-20T22:03:29.000000Z"}} 2018-08-20 22:03:29,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92519c622ae045f141390ce0f7a68b507c12814" 2018-08-20 22:03:30,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03: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-c1f6311d-75af-4a95-8b8d-2f1442054fc3 x-compute-request-id: req-c1f6311d-75af-4a95-8b8d-2f1442054fc3 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "38669049-727f-40ea-8665-0d8b4de4c121", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:03:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-5", "created": "2018-08-20T22:03:28Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:30,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 used request id req-c1f6311d-75af-4a95-8b8d-2f1442054fc3 2018-08-20 22:03:33,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92519c622ae045f141390ce0f7a68b507c12814" 2018-08-20 22:03:34,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03: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-8e2f7310-5bbf-4571-a631-8dc342e2a4a0 x-compute-request-id: req-8e2f7310-5bbf-4571-a631-8dc342e2a4a0 Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "38669049-727f-40ea-8665-0d8b4de4c121", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:03:31Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-08-20T22:03:28Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:34,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 used request id req-8e2f7310-5bbf-4571-a631-8dc342e2a4a0 2018-08-20 22:03:37,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92519c622ae045f141390ce0f7a68b507c12814" 2018-08-20 22:03:39,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f046920a-cd8d-4486-8a8f-f0ba8a684e0e x-compute-request-id: req-f046920a-cd8d-4486-8a8f-f0ba8a684e0e Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:36:c3", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "38669049-727f-40ea-8665-0d8b4de4c121", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:03:31Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-08-20T22:03:28Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:39,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 used request id req-f046920a-cd8d-4486-8a8f-f0ba8a684e0e 2018-08-20 22:03:42,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92519c622ae045f141390ce0f7a68b507c12814" 2018-08-20 22:03:43,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82c80f74-4662-4c19-bd11-9959f359aae3 x-compute-request-id: req-82c80f74-4662-4c19-bd11-9959f359aae3 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:36:c3", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018b", "OS-SRV-USG:launched_at": "2018-08-20T22:03:38.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "38669049-727f-40ea-8665-0d8b4de4c121", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:03:38Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-08-20T22:03:28Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:43,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 used request id req-82c80f74-4662-4c19-bd11-9959f359aae3 2018-08-20 22:03:43,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de99a66c26dca7a0d458d0d56ae1feaa6b3067" 2018-08-20 22:03:44,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03: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-893fe219-1601-465c-8531-f8a9dad164fb x-compute-request-id: req-893fe219-1601-465c-8531-f8a9dad164fb Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:36:c3", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/38669049-727f-40ea-8665-0d8b4de4c121", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018b", "OS-SRV-USG:launched_at": "2018-08-20T22:03:38.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "38669049-727f-40ea-8665-0d8b4de4c121", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:03:38Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-08-20T22:03:28Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:44,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121 used request id req-893fe219-1601-465c-8531-f8a9dad164fb 2018-08-20 22:03:44,762 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.11'. 2018-08-20 22:03:44,762 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-08-20 22:03:44,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1706b687d44bb44a460b95c0ff81244c708dcd54" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:03:46,624 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:03:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-938c8500-e80a-4583-b52e-4804194b8beb x-compute-request-id: req-938c8500-e80a-4583-b52e-4804194b8beb Content-Length: 0 Content-Type: application/json 2018-08-20 22:03:46,624 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/38669049-727f-40ea-8665-0d8b4de4c121/action used request id req-938c8500-e80a-4583-b52e-4804194b8beb 2018-08-20 22:03:46,624 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-08-20 22:03:46,624 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=07c6838a-157b-4543-b801-c724d197c3f6 network=a5c4a725-4d0c-4cde-ba65-72dcb92d0764 secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.11 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-20 22:03:46,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:03:46,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:03:46,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:03:46,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:03:46,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:03:46,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:03:46,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:03:46,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:03:46,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:03:46,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:03:46,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:03:46,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:03:46,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:03:46,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:03:46,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:03:46,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:03:46,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:03:46,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:03:46,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:03:46,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:03:46,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:03:46,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:03:46,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:03:46,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:03:46,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:03:46,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:03:46,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:03:46,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:03:46,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:03:46,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:03:46,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:03:46,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:03:46,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:03:46,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:03:46,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:03:46,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:03:46,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:03:46,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:03:46,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:03:46,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:03:46,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:03:46,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:03:46,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:03:46,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:03:46,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:03:46,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:03:46,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:03:46,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:03:46,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:03:46,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:03:46,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:03:46,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eda1cea-ead5-43c1-a008-99adb4203121 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:03:46,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4eda1cea-ead5-43c1-a008-99adb4203121 2018-08-20 22:03:46,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:03:47,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:03:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["BQ0gYPWRQ2-JZwf25rmTBw"], "issued_at": "2018-08-20T22:03:46.000000Z"}} 2018-08-20 22:03:47,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4b906a0c536218d0c9f5cb9487b0e500761224" 2018-08-20 22:03:47,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c60141a7-e024-4970-9551-46d023838b9a x-compute-request-id: req-c60141a7-e024-4970-9551-46d023838b9a Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:03:47,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c60141a7-e024-4970-9551-46d023838b9a 2018-08-20 22:03:47,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4b906a0c536218d0c9f5cb9487b0e500761224" 2018-08-20 22:03:47,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a688ada-abeb-48cc-a02f-a5df295441bc x-compute-request-id: req-6a688ada-abeb-48cc-a02f-a5df295441bc Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:03:47,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-6a688ada-abeb-48cc-a02f-a5df295441bc 2018-08-20 22:03:47,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4b906a0c536218d0c9f5cb9487b0e500761224" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "07c6838a-157b-4543-b801-c724d197c3f6", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xMQp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a5c4a725-4d0c-4cde-ba65-72dcb92d0764"}], "config_drive": true}}' 2018-08-20 22:03:51,636 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:03:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-249be98c-8f45-4fec-ba80-aef337789111 x-compute-request-id: req-249be98c-8f45-4fec-ba80-aef337789111 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "bookmark"}], "adminPass": "Ks4hQYVP4jCj"}} 2018-08-20 22:03:51,636 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-249be98c-8f45-4fec-ba80-aef337789111 2018-08-20 22:03:51,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:03:51,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bab4eaf2-cb27-43bb-91f9-67b620d8e62d Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:03:51,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bab4eaf2-cb27-43bb-91f9-67b620d8e62d 2018-08-20 22:03:51,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:03:52,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:03:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["07W-sRZwTfGyToJj5zHCmg"], "issued_at": "2018-08-20T22:03:51.000000Z"}} 2018-08-20 22:03:52,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0654f969acabe8c2b6aae2552252abfb9d9eb0f" 2018-08-20 22:03:52,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03: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-dccced90-62f0-4af6-8688-2792beddcc89 x-compute-request-id: req-dccced90-62f0-4af6-8688-2792beddcc89 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:03:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-4", "created": "2018-08-20T22:03:51Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:52,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b used request id req-dccced90-62f0-4af6-8688-2792beddcc89 2018-08-20 22:03:55,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0654f969acabe8c2b6aae2552252abfb9d9eb0f" 2018-08-20 22:03:56,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03: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-63d8dee6-6db9-4b52-b8e9-fe3563d4fdb5 x-compute-request-id: req-63d8dee6-6db9-4b52-b8e9-fe3563d4fdb5 Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:03:54Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-08-20T22:03:51Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:03:56,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b used request id req-63d8dee6-6db9-4b52-b8e9-fe3563d4fdb5 2018-08-20 22:03:59,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0654f969acabe8c2b6aae2552252abfb9d9eb0f" 2018-08-20 22:04:00,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:03:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92371a1b-af1f-4f67-95c7-69fb4dfeb9c8 x-compute-request-id: req-92371a1b-af1f-4f67-95c7-69fb4dfeb9c8 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:db:6f", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:03:54Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-08-20T22:03:51Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:04:00,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b used request id req-92371a1b-af1f-4f67-95c7-69fb4dfeb9c8 2018-08-20 22:04:03,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0654f969acabe8c2b6aae2552252abfb9d9eb0f" 2018-08-20 22:04:04,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04: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-62c8cbb6-f6c5-40ef-beec-4e32329efdff x-compute-request-id: req-62c8cbb6-f6c5-40ef-beec-4e32329efdff Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:db:6f", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018e", "OS-SRV-USG:launched_at": "2018-08-20T22:04:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T22:04:01Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-08-20T22:03:51Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:04:04,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b used request id req-62c8cbb6-f6c5-40ef-beec-4e32329efdff 2018-08-20 22:04:04,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e4b906a0c536218d0c9f5cb9487b0e500761224" 2018-08-20 22:04:05,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04: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-68ed40ac-9b1a-460d-b08d-8730484b6ac3 x-compute-request-id: req-68ed40ac-9b1a-460d-b08d-8730484b6ac3 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:db:6f", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018e", "OS-SRV-USG:launched_at": "2018-08-20T22:04:01.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "749eb289-2bed-4d0e-9df8-3f4414cfeb7b", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T22:04:01Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-08-20T22:03:51Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:04:05,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b used request id req-68ed40ac-9b1a-460d-b08d-8730484b6ac3 2018-08-20 22:04:05,986 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.10'. 2018-08-20 22:04:05,986 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-08-20 22:04:05,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1706b687d44bb44a460b95c0ff81244c708dcd54" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:04:08,066 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:04:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f231194-e0a6-4710-9608-462e8e483aa6 x-compute-request-id: req-3f231194-e0a6-4710-9608-462e8e483aa6 Content-Length: 0 Content-Type: application/json 2018-08-20 22:04:08,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/749eb289-2bed-4d0e-9df8-3f4414cfeb7b/action used request id req-3f231194-e0a6-4710-9608-462e8e483aa6 2018-08-20 22:04:08,066 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-08-20 22:04:08,066 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=07c6838a-157b-4543-b801-c724d197c3f6 network=1a0d42b8-4ed7-493d-a50c-7d7aedb82dea secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.8 10.10.10.19 10.10.11.10 10.10.11.11 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-20 22:04:08,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:04:08,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:04:08,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:04:08,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:04:08,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:04:08,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:04:08,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:04:08,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:04:08,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:04:08,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:04:08,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:04:08,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:04:08,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:04:08,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:04:08,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:04:08,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:04:08,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:04:08,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:04:08,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:04:08,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:04:08,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:04:08,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:04:08,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:04:08,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:04:08,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-120cec08-4a6b-41c7-8f75-adeec73e9e9a Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:04:08,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-120cec08-4a6b-41c7-8f75-adeec73e9e9a 2018-08-20 22:04:08,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:04:08,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:04:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["RiM56Iv8QteIpLHOzpUnrw"], "issued_at": "2018-08-20T22:04:08.000000Z"}} 2018-08-20 22:04:08,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e13742a6bbf69833f61a2c706a41257d8f7bf49" 2018-08-20 22:04:08,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a256249f-a9b6-4ef5-8c9c-d89d73ca5192 x-compute-request-id: req-a256249f-a9b6-4ef5-8c9c-d89d73ca5192 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:04:08,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a256249f-a9b6-4ef5-8c9c-d89d73ca5192 2018-08-20 22:04:08,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e13742a6bbf69833f61a2c706a41257d8f7bf49" 2018-08-20 22:04:08,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-135f686b-c8ab-4960-b325-1324a459b055 x-compute-request-id: req-135f686b-c8ab-4960-b325-1324a459b055 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:04:08,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-135f686b-c8ab-4960-b325-1324a459b055 2018-08-20 22:04:08,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e13742a6bbf69833f61a2c706a41257d8f7bf49" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "07c6838a-157b-4543-b801-c724d197c3f6", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC44IDEwLjEwLjEwLjE5IDEwLjEwLjExLjEwIDEwLjEwLjExLjExCndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1a0d42b8-4ed7-493d-a50c-7d7aedb82dea"}], "config_drive": true}}' 2018-08-20 22:04:12,427 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:04:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b89d9470-5a5b-4ff3-992c-8cd27cf59547 x-compute-request-id: req-b89d9470-5a5b-4ff3-992c-8cd27cf59547 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/2b1a4768-73e8-4e7e-80e5-40226e782839 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2b1a4768-73e8-4e7e-80e5-40226e782839", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b1a4768-73e8-4e7e-80e5-40226e782839", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b1a4768-73e8-4e7e-80e5-40226e782839", "rel": "bookmark"}], "adminPass": "6S4eUwFWhwTn"}} 2018-08-20 22:04:12,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b89d9470-5a5b-4ff3-992c-8cd27cf59547 2018-08-20 22:04:12,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:04:12,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af36efa-c06b-4cfb-9f17-a2f98aa5cd7b Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:04:12,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3af36efa-c06b-4cfb-9f17-a2f98aa5cd7b 2018-08-20 22:04:12,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:04:12,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:04:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["947cSO0ITWiExaEYlFu4gw"], "issued_at": "2018-08-20T22:04:12.000000Z"}} 2018-08-20 22:04:12,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/2b1a4768-73e8-4e7e-80e5-40226e782839 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6818bca0b9d8a9f0fc0a9207004c3be882998b46" 2018-08-20 22:04:13,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7e90361-4e95-4163-8049-ddbd8b5b3cce x-compute-request-id: req-f7e90361-4e95-4163-8049-ddbd8b5b3cce Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b1a4768-73e8-4e7e-80e5-40226e782839", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b1a4768-73e8-4e7e-80e5-40226e782839", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2b1a4768-73e8-4e7e-80e5-40226e782839", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:04:13Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-1", "created": "2018-08-20T22:04:12Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:04:13,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2b1a4768-73e8-4e7e-80e5-40226e782839 used request id req-f7e90361-4e95-4163-8049-ddbd8b5b3cce 2018-08-20 22:04:16,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/2b1a4768-73e8-4e7e-80e5-40226e782839 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6818bca0b9d8a9f0fc0a9207004c3be882998b46" 2018-08-20 22:04:17,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04: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-d182ca6c-7ba6-431d-b480-6d5d7e458b99 x-compute-request-id: req-d182ca6c-7ba6-431d-b480-6d5d7e458b99 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b1a4768-73e8-4e7e-80e5-40226e782839", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b1a4768-73e8-4e7e-80e5-40226e782839", "rel": "bookmark"}], "image": {"id": "07c6838a-157b-4543-b801-c724d197c3f6", "links": [{"href": "http://172.30.9.23:8774/images/07c6838a-157b-4543-b801-c724d197c3f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000191", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "2b1a4768-73e8-4e7e-80e5-40226e782839", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ERROR", "updated": "2018-08-20T22:04:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-1", "created": "2018-08-20T22:04:12Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Failed to get traits for resource provider with UUID 733a043e-8e5c-4276-b2bc-2e9a35c6225b", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/compute/manager.py\", line 1919, in _do_build_and_run_instance\n filter_properties, request_spec)\n File \"/usr/lib/python2.7/site-packages/nova/compute/manager.py\", line 2208, in _build_and_run_instance\n instance_uuid=instance.uuid, reason=six.text_type(e))\n", "created": "2018-08-20T22:04:15Z"}, "metadata": {}}} 2018-08-20 22:04:17,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2b1a4768-73e8-4e7e-80e5-40226e782839 used request id req-d182ca6c-7ba6-431d-b480-6d5d7e458b99 2018-08-20 22:04:17,272 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-4-1 went to ERROR status. 2018-08-20 22:04:17,272 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-20 22:04:17,272 - sdnvpn.test.functest.testcase_4 - ERROR - exception occurred while executing testcase_4: Error while booting instance sdnvpn-4-1 2018-08-20 22:04:17,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/07c6838a-157b-4543-b801-c724d197c3f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e652d312a793ab91bd7ffceaa973d3f5126b3848" 2018-08-20 22:04:17,880 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b1833d4b-de3e-4f6a-a9d8-98d933d8a89b Date: Mon, 20 Aug 2018 22:04:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:04:17,880 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/07c6838a-157b-4543-b801-c724d197c3f6 used request id req-b1833d4b-de3e-4f6a-a9d8-98d933d8a89b 2018-08-20 22:04:17,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" -d '{"subnet_id": "3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"}' 2018-08-20 22:04:19,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1f68faf8-2a16-4849-b12f-b8964be1ac41 Date: Mon, 20 Aug 2018 22:04:19 GMT RESP BODY: {"network_id": "1a0d42b8-4ed7-493d-a50c-7d7aedb82dea", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9", "subnet_ids": ["3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"], "port_id": "5bf19ef4-c4d2-492a-8600-449f00a266a2", "id": "e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545"} 2018-08-20 22:04:19,837 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545/remove_router_interface used request id req-1f68faf8-2a16-4849-b12f-b8964be1ac41 2018-08-20 22:04:19,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" -d '{"router": {"external_gateway_info": {}}}' 2018-08-20 22:04:21,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-71a57758-4a2b-43cb-b475-503fc9e620c6 Date: Mon, 20 Aug 2018 22:04:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:02:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:04:20Z", "revision_number": 7, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545", "name": "sdnvpn-4-1-router"}} 2018-08-20 22:04:21,277 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545 used request id req-71a57758-4a2b-43cb-b475-503fc9e620c6 2018-08-20 22:04:21,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e93dbaee62b3a5d0845f2a235b264f15cb9e2c7" 2018-08-20 22:04:21,747 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-2ca03862-1303-455e-9400-065de255ace0 Date: Mon, 20 Aug 2018 22:04:21 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-20 22:04:21,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9 used request id req-2ca03862-1303-455e-9400-065de255ace0 2018-08-20 22:04:21,747 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-20 22:04:21,747 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9')]: Unable to complete operation on subnet 3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-2ca03862-1303-455e-9400-065de255ace0'] 2018-08-20 22:04:21,747 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9 was not deleted. 2018-08-20 22:04:21,748 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_4: Error while booting instance sdnvpn-4-1 Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_4.py", line 138, in main userdata=u1) File "/usr/lib/python2.7/site-packages/sdnvpn/lib/utils.py", line 193, in create_instance raise Exception("Error while booting instance {}".format(name)) Exception: Error while booting instance sdnvpn-4-1 2018-08-20 22:04:21,748 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_4 failed 2018-08-20 22:04:21,748 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-08-20 22:04:21,748 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-08-20 22:04:21,748 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-08-20 22:04:21,827 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-08-20 22:04:21,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:04:21,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:04:21,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:04:21,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:04:21,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:04:21,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:04:21,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:04:21,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:04:21,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:04:21,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:04:21,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:04:21,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:04:21,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:04:21,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:04:21,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:04:21,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:04:21,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:04:21,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:04:21,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:04:21,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:04:21,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:04:21,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:04:21,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:04:21,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:04:21,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:04:21,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:04:21,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:04:21,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:04:21,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:04:21,836 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-20 22:04:21,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:04:21,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd81013-0a6d-4c13-a698-5277ac32609c Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:04:21,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8bd81013-0a6d-4c13-a698-5277ac32609c 2018-08-20 22:04:21,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:04:22,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:04:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["kiGH7QXnRuGTa5hkFgnI4g"], "issued_at": "2018-08-20T22:04:22.000000Z"}} 2018-08-20 22:04:22,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f990ff77ca984f2052fe8b40077785dd247a098" 2018-08-20 22:04:22,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9d89e336-16fc-4dc3-8496-46e86b920e37 Date: Mon, 20 Aug 2018 22:04:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-20 22:04:22,545 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-9d89e336-16fc-4dc3-8496-46e86b920e37 2018-08-20 22:04:22,545 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-20 22:04:22,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f990ff77ca984f2052fe8b40077785dd247a098" 2018-08-20 22:04:22,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-fbc86bf2-7646-48e7-8d62-d8285e4745d2 Date: Mon, 20 Aug 2018 22:04:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-20 22:04:22,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-fbc86bf2-7646-48e7-8d62-d8285e4745d2 2018-08-20 22:04:22,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f990ff77ca984f2052fe8b40077785dd247a098" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-20 22:04:23,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-35fb372d-49b4-4946-aa50-e481965902ab Date: Mon, 20 Aug 2018 22:04:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T22:04:23Z", "file": "/v2/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "size": null, "self": "/v2/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-20T22:04:23Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 22:04:23,274 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-35fb372d-49b4-4946-aa50-e481965902ab 2018-08-20 22:04:23,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f990ff77ca984f2052fe8b40077785dd247a098" -d '' 2018-08-20 22:04:25,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-26098172-ee8f-4930-b0ca-5c66141c722c Date: Mon, 20 Aug 2018 22:04:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:04:25,099 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0/file used request id req-26098172-ee8f-4930-b0ca-5c66141c722c 2018-08-20 22:04:25,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:04:25,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bc7c5f2-7c5e-4245-814d-d749d540f787 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:04:25,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5bc7c5f2-7c5e-4245-814d-d749d540f787 2018-08-20 22:04:25,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:04:25,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:04:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["xJsW0kj8Q0OPyrhFTMFarQ"], "issued_at": "2018-08-20T22:04:25.000000Z"}} 2018-08-20 22:04:25,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:25,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9356 X-Openstack-Request-Id: req-1b7b8345-3dd0-4c87-acd1-6b30aaf7f72a Date: Mon, 20 Aug 2018 22:04:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"02c6a34e-6a14-43c3-9d7f-f922be4136ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:18Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4c1372cb-69b3-4536-883f-6bc23e46975a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:33Z","provider:segmentation_id":53,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:33Z","provider:segmentation_id":58,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2ac1e184-807e-4de2-bde1-d412a56fdff6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:23Z","provider:segmentation_id":28,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"34d96e21-2630-4280-97d0-6fd0d221fc72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:29Z","provider:segmentation_id":15,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:29Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5e2ef56d-b96e-48ca-9899-1de16258988b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:16Z","provider:segmentation_id":72,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"82e2473b-f463-431c-bf86-0904afe9d6d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:23Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"860c45ae-15a4-4d74-b434-2d350016328a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["419507ba-e733-49f6-8773-8d622ce30a3a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:34Z","provider:segmentation_id":59,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8b3c7bdd-7fcc-42aa-9593-165a0b2422e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:33Z","provider:segmentation_id":103,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["52832c7f-e7a1-4923-8704-32f33d9d6277"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:40Z","provider:segmentation_id":100,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:39Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b0688f31-973c-4ccd-a9e0-c79242e2c9e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:00Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ca14a295-1bc9-402e-ba72-15e2a357d71b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:13Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e5ddbda1-39ed-4c07-8023-b95392465ff2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:26Z","provider:segmentation_id":22,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f1e32226-4cea-487b-8fe8-1e3a0c664c5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:13Z","provider:segmentation_id":16,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:13Z","provider:network_type":"vxlan"}]} 2018-08-20 22:04:25,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-1b7b8345-3dd0-4c87-acd1-6b30aaf7f72a 2018-08-20 22:04:25,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:26,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3142 X-Openstack-Request-Id: req-6c2369dd-0a7d-449f-b870-bf8b88727dac Date: Mon, 20 Aug 2018 22:04:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:02:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"860c45ae-15a4-4d74-b434-2d350016328a","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:01:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"419507ba-e733-49f6-8773-8d622ce30a3a","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:01:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"4c1372cb-69b3-4536-883f-6bc23e46975a","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:40Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:02:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"gateway_ip":"10.10.11.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.11.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"52832c7f-e7a1-4923-8704-32f33d9d6277","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 22:04:26,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6c2369dd-0a7d-449f-b870-bf8b88727dac 2018-08-20 22:04:26,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:26,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-b07d3eb2-912c-4812-9dcc-34492d6db606 Date: Mon, 20 Aug 2018 22:04:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "created_at": "2018-08-20T20:30:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T20:30:30Z", "revision_number": 0, "routes": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "id": "20c1e64a-0be8-42ae-93ae-cd6728e5a207", "name": ""}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:02:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:04:20Z", "revision_number": 7, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545", "name": "sdnvpn-4-1-router"}]} 2018-08-20 22:04:26,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-b07d3eb2-912c-4812-9dcc-34492d6db606 2018-08-20 22:04:26,615 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-08-20 22:04:26,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-08-20 22:04:26,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b864d762-d398-4649-b4f0-dfff78ef43a5 Date: Mon, 20 Aug 2018 22:04:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"18c6c7f0-1f6c-4dfd-b36e-901e53712f33","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:04:26Z","is_default":false,"provider:segmentation_id":87,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:26Z","mtu":1450}} 2018-08-20 22:04:26,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b864d762-d398-4649-b4f0-dfff78ef43a5 2018-08-20 22:04:26,867 - sdnvpn.lib.openstack_utils - DEBUG - Network '18c6c7f0-1f6c-4dfd-b36e-901e53712f33' created successfully 2018-08-20 22:04:26,867 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-20 22:04:26,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"subnets": [{"ip_version": 4, "network_id": "18c6c7f0-1f6c-4dfd-b36e-901e53712f33", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-08-20 22:04:27,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-55910eff-7ff0-42d9-91a7-f842e671009d Date: Mon, 20 Aug 2018 22:04:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18c6c7f0-1f6c-4dfd-b36e-901e53712f33","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:27Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:04:27Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"5bc6d3f4-4615-4f9e-9197-882b15b2d74b","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-08-20 22:04:27,980 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-55910eff-7ff0-42d9-91a7-f842e671009d 2018-08-20 22:04:27,981 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '5bc6d3f4-4615-4f9e-9197-882b15b2d74b' created successfully 2018-08-20 22:04:27,981 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-20 22:04:27,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-08-20 22:04:28,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-50bda13a-3490-43b5-97c3-15a69d74520e Date: Mon, 20 Aug 2018 22:04:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:04:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:04:28Z", "revision_number": 0, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c18862a5-a77f-4de3-85bf-14b70e71486e", "name": "sdnvpn-8-1-router"}} 2018-08-20 22:04:28,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-50bda13a-3490-43b5-97c3-15a69d74520e 2018-08-20 22:04:28,437 - sdnvpn.lib.openstack_utils - DEBUG - Router 'c18862a5-a77f-4de3-85bf-14b70e71486e' created successfully 2018-08-20 22:04:28,438 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-20 22:04:28,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"subnet_id": "5bc6d3f4-4615-4f9e-9197-882b15b2d74b"}' 2018-08-20 22:04:30,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-846ea553-10cf-4112-a28b-fc5ab79cb3fb Date: Mon, 20 Aug 2018 22:04:30 GMT RESP BODY: {"network_id": "18c6c7f0-1f6c-4dfd-b36e-901e53712f33", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "5bc6d3f4-4615-4f9e-9197-882b15b2d74b", "subnet_ids": ["5bc6d3f4-4615-4f9e-9197-882b15b2d74b"], "port_id": "2ae047a8-3683-46aa-8be5-fcc04fc0300e", "id": "c18862a5-a77f-4de3-85bf-14b70e71486e"} 2018-08-20 22:04:30,869 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e/add_router_interface used request id req-846ea553-10cf-4112-a28b-fc5ab79cb3fb 2018-08-20 22:04:30,870 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-20 22:04:30,870 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-20 22:04:30,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:31,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10012 X-Openstack-Request-Id: req-8e848430-9241-484d-bcbc-14d8422ec579 Date: Mon, 20 Aug 2018 22:04:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"02c6a34e-6a14-43c3-9d7f-f922be4136ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:18Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4c1372cb-69b3-4536-883f-6bc23e46975a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:33Z","provider:segmentation_id":53,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"18c6c7f0-1f6c-4dfd-b36e-901e53712f33","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["5bc6d3f4-4615-4f9e-9197-882b15b2d74b"],"description":"","tags":[],"updated_at":"2018-08-20T22:04:27Z","provider:segmentation_id":87,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:33Z","provider:segmentation_id":58,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2ac1e184-807e-4de2-bde1-d412a56fdff6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:23Z","provider:segmentation_id":28,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"34d96e21-2630-4280-97d0-6fd0d221fc72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:29Z","provider:segmentation_id":15,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:29Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5e2ef56d-b96e-48ca-9899-1de16258988b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:16Z","provider:segmentation_id":72,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"82e2473b-f463-431c-bf86-0904afe9d6d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:23Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"860c45ae-15a4-4d74-b434-2d350016328a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["419507ba-e733-49f6-8773-8d622ce30a3a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:34Z","provider:segmentation_id":59,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8b3c7bdd-7fcc-42aa-9593-165a0b2422e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:33Z","provider:segmentation_id":103,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["52832c7f-e7a1-4923-8704-32f33d9d6277"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:40Z","provider:segmentation_id":100,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:39Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b0688f31-973c-4ccd-a9e0-c79242e2c9e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:00Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ca14a295-1bc9-402e-ba72-15e2a357d71b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:13Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e5ddbda1-39ed-4c07-8023-b95392465ff2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:26Z","provider:segmentation_id":22,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f1e32226-4cea-487b-8fe8-1e3a0c664c5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:13Z","provider:segmentation_id":16,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:13Z","provider:network_type":"vxlan"}]} 2018-08-20 22:04:31,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-8e848430-9241-484d-bcbc-14d8422ec579 2018-08-20 22:04:31,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}}' 2018-08-20 22:04:33,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-18ccabee-079f-47e2-ac7e-db29eb4b87e1 Date: Mon, 20 Aug 2018 22:04:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:04:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:04:32Z", "revision_number": 3, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c18862a5-a77f-4de3-85bf-14b70e71486e", "name": "sdnvpn-8-1-router"}} 2018-08-20 22:04:33,008 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e used request id req-18ccabee-079f-47e2-ac7e-db29eb4b87e1 2018-08-20 22:04:33,009 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-20 22:04:33,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:33,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10012 X-Openstack-Request-Id: req-d23c322d-c669-4157-ac6f-8c9a57f12cf8 Date: Mon, 20 Aug 2018 22:04:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"02c6a34e-6a14-43c3-9d7f-f922be4136ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:18Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4c1372cb-69b3-4536-883f-6bc23e46975a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:33Z","provider:segmentation_id":53,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"18c6c7f0-1f6c-4dfd-b36e-901e53712f33","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["5bc6d3f4-4615-4f9e-9197-882b15b2d74b"],"description":"","tags":[],"updated_at":"2018-08-20T22:04:27Z","provider:segmentation_id":87,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:33Z","provider:segmentation_id":58,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2ac1e184-807e-4de2-bde1-d412a56fdff6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:23Z","provider:segmentation_id":28,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"34d96e21-2630-4280-97d0-6fd0d221fc72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:29Z","provider:segmentation_id":15,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:29Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5e2ef56d-b96e-48ca-9899-1de16258988b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:16Z","provider:segmentation_id":72,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"82e2473b-f463-431c-bf86-0904afe9d6d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:23Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"860c45ae-15a4-4d74-b434-2d350016328a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["419507ba-e733-49f6-8773-8d622ce30a3a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:34Z","provider:segmentation_id":59,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8b3c7bdd-7fcc-42aa-9593-165a0b2422e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:33Z","provider:segmentation_id":103,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["52832c7f-e7a1-4923-8704-32f33d9d6277"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:40Z","provider:segmentation_id":100,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:39Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b0688f31-973c-4ccd-a9e0-c79242e2c9e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:00Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ca14a295-1bc9-402e-ba72-15e2a357d71b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:13Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e5ddbda1-39ed-4c07-8023-b95392465ff2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:26Z","provider:segmentation_id":22,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f1e32226-4cea-487b-8fe8-1e3a0c664c5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:13Z","provider:segmentation_id":16,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:13Z","provider:network_type":"vxlan"}]} 2018-08-20 22:04:33,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d23c322d-c669-4157-ac6f-8c9a57f12cf8 2018-08-20 22:04:33,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:33,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3771 X-Openstack-Request-Id: req-f2648e6b-e68d-4dc1-b6eb-aca8de8eb013 Date: Mon, 20 Aug 2018 22:04:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:02:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"860c45ae-15a4-4d74-b434-2d350016328a","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:01:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"419507ba-e733-49f6-8773-8d622ce30a3a","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:01:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"4c1372cb-69b3-4536-883f-6bc23e46975a","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:40Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:02:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"gateway_ip":"10.10.11.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.11.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"52832c7f-e7a1-4923-8704-32f33d9d6277","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18c6c7f0-1f6c-4dfd-b36e-901e53712f33","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:27Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:04:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"5bc6d3f4-4615-4f9e-9197-882b15b2d74b","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 22:04:33,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-f2648e6b-e68d-4dc1-b6eb-aca8de8eb013 2018-08-20 22:04:33,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:34,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-4a1e3361-d471-4ce5-9584-f180550a4fe4 Date: Mon, 20 Aug 2018 22:04:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "created_at": "2018-08-20T20:30:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T20:30:30Z", "revision_number": 0, "routes": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "id": "20c1e64a-0be8-42ae-93ae-cd6728e5a207", "name": ""}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:04:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:04:32Z", "revision_number": 3, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c18862a5-a77f-4de3-85bf-14b70e71486e", "name": "sdnvpn-8-1-router"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:02:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:04:20Z", "revision_number": 7, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545", "name": "sdnvpn-4-1-router"}]} 2018-08-20 22:04:34,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-4a1e3361-d471-4ce5-9584-f180550a4fe4 2018-08-20 22:04:34,079 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-08-20 22:04:34,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-08-20 22:04:34,406 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-6150f480-aa17-4044-851c-4e395f2d33ce Date: Mon, 20 Aug 2018 22:04:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3902557d-0a77-407a-87e6-228b1c3269a9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:04:34Z","is_default":false,"provider:segmentation_id":74,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:34Z","mtu":1450}} 2018-08-20 22:04:34,406 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6150f480-aa17-4044-851c-4e395f2d33ce 2018-08-20 22:04:34,406 - sdnvpn.lib.openstack_utils - DEBUG - Network '3902557d-0a77-407a-87e6-228b1c3269a9' created successfully 2018-08-20 22:04:34,407 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-20 22:04:34,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"subnets": [{"ip_version": 4, "network_id": "3902557d-0a77-407a-87e6-228b1c3269a9", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-08-20 22:04:35,388 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d7917558-49d8-4b27-b811-3b5ca1af4fdf Date: Mon, 20 Aug 2018 22:04:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3902557d-0a77-407a-87e6-228b1c3269a9","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:04:34Z","gateway_ip":"10.10.20.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.20.2","end":"10.10.20.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.20.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"7720ad57-2fc4-4c19-806c-21619297983e","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-08-20 22:04:35,388 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d7917558-49d8-4b27-b811-3b5ca1af4fdf 2018-08-20 22:04:35,388 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '7720ad57-2fc4-4c19-806c-21619297983e' created successfully 2018-08-20 22:04:35,389 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-20 22:04:35,389 - sdnvpn.lib.openstack_utils - DEBUG - Router 'c18862a5-a77f-4de3-85bf-14b70e71486e' created successfully 2018-08-20 22:04:35,389 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-20 22:04:35,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"subnet_id": "7720ad57-2fc4-4c19-806c-21619297983e"}' 2018-08-20 22:04:37,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bafe8e7d-d50d-432b-a6da-9fe438e8d902 Date: Mon, 20 Aug 2018 22:04:37 GMT RESP BODY: {"network_id": "3902557d-0a77-407a-87e6-228b1c3269a9", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "7720ad57-2fc4-4c19-806c-21619297983e", "subnet_ids": ["7720ad57-2fc4-4c19-806c-21619297983e"], "port_id": "df60d144-5335-46ad-be5b-6a6190b07f8a", "id": "c18862a5-a77f-4de3-85bf-14b70e71486e"} 2018-08-20 22:04:37,678 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e/add_router_interface used request id req-bafe8e7d-d50d-432b-a6da-9fe438e8d902 2018-08-20 22:04:37,678 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-20 22:04:37,678 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-20 22:04:37,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:38,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10668 X-Openstack-Request-Id: req-f51e8501-715d-49e2-bb18-969d1cedf782 Date: Mon, 20 Aug 2018 22:04:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"02c6a34e-6a14-43c3-9d7f-f922be4136ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:18Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4c1372cb-69b3-4536-883f-6bc23e46975a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:33Z","provider:segmentation_id":53,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"18c6c7f0-1f6c-4dfd-b36e-901e53712f33","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["5bc6d3f4-4615-4f9e-9197-882b15b2d74b"],"description":"","tags":[],"updated_at":"2018-08-20T22:04:27Z","provider:segmentation_id":87,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:33Z","provider:segmentation_id":58,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2ac1e184-807e-4de2-bde1-d412a56fdff6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:23Z","provider:segmentation_id":28,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"34d96e21-2630-4280-97d0-6fd0d221fc72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:29Z","provider:segmentation_id":15,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902557d-0a77-407a-87e6-228b1c3269a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["7720ad57-2fc4-4c19-806c-21619297983e"],"description":"","tags":[],"updated_at":"2018-08-20T22:04:34Z","provider:segmentation_id":74,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5e2ef56d-b96e-48ca-9899-1de16258988b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:16Z","provider:segmentation_id":72,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"82e2473b-f463-431c-bf86-0904afe9d6d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:23Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"860c45ae-15a4-4d74-b434-2d350016328a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["419507ba-e733-49f6-8773-8d622ce30a3a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:34Z","provider:segmentation_id":59,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8b3c7bdd-7fcc-42aa-9593-165a0b2422e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:33Z","provider:segmentation_id":103,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["52832c7f-e7a1-4923-8704-32f33d9d6277"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:40Z","provider:segmentation_id":100,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:39Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b0688f31-973c-4ccd-a9e0-c79242e2c9e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:00Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ca14a295-1bc9-402e-ba72-15e2a357d71b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:13Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e5ddbda1-39ed-4c07-8023-b95392465ff2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:26Z","provider:segmentation_id":22,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f1e32226-4cea-487b-8fe8-1e3a0c664c5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:13Z","provider:segmentation_id":16,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:13Z","provider:network_type":"vxlan"}]} 2018-08-20 22:04:38,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f51e8501-715d-49e2-bb18-969d1cedf782 2018-08-20 22:04:38,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}}' 2018-08-20 22:04:40,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-3d8538e1-23ec-4b7a-b709-2f834310d450 Date: Mon, 20 Aug 2018 22:04:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:04:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:04:39Z", "revision_number": 5, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c18862a5-a77f-4de3-85bf-14b70e71486e", "name": "sdnvpn-8-1-router"}} 2018-08-20 22:04:40,168 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e used request id req-3d8538e1-23ec-4b7a-b709-2f834310d450 2018-08-20 22:04:40,169 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-20 22:04:40,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:40,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48399 X-Openstack-Request-Id: req-00ed43d9-2af2-42e7-a4ad-c93c6cdb1399 Date: Mon, 20 Aug 2018 22:04:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "updated_at": "2018-08-20T16:46:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7037a96b-f334-431f-95c0-e523c939a958", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7c097373-26a4-4636-8025-0b05b6230c95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "88520c47-a545-4b43-a23d-89a99d99ff74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "f7d22496-ff77-4c2b-b760-58629aa38452", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}], "revision_number": 1, "project_id": "f459a43815564047b07d495f87f10ad2", "id": "0987da57-713b-49c3-b135-c0f85ec99b73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "updated_at": "2018-08-20T16:46:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "613d616f-11b1-4318-a678-4a14fd4bbe43", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "c265eddc-864c-4c4b-a370-a52c0551a1db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}], "revision_number": 1, "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "updated_at": "2018-08-20T16:46:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "a42635f9-c149-4597-995e-a5be1fd538b7", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "d3485026-8771-4b90-98da-d49ba756837b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}], "revision_number": 1, "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "updated_at": "2018-08-20T16:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "27320908-5a79-4d7f-8c5a-dea930cb307b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d26643c2-8308-4ad9-a72a-2cf81397007d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d619641a-1792-4c07-ba5c-e101ea428cd0", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}], "revision_number": 1, "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "460ca234-7330-492a-a53a-f9cd0c835220", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "updated_at": "2018-08-20T16:46:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "4fea7278-e724-41db-9313-21007a51140c", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}], "revision_number": 1, "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "updated_at": "2018-08-20T17:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "3a279180-06f0-40b3-ac52-b6f601390e9a", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}], "revision_number": 1, "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "updated_at": "2018-08-20T16:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "0d4ff932-818e-4356-8ec9-632a99c477a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "3ec05dae-cb0d-4846-919a-9e7f22853175", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}], "revision_number": 1, "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "updated_at": "2018-08-20T16:46:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "07559f41-4c75-418c-83be-09863c8a4e4c", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}], "revision_number": 1, "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "bef49320-1a27-4ab9-876b-045d3e43e997", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "updated_at": "2018-08-20T17:37:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}], "revision_number": 1, "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "updated_at": "2018-08-20T21:57:16Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:15Z", "revision_number": 0, "id": "91d4bc5a-fb4a-4fa5-963f-dc7d2038d28b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:15Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "9dc85108-f6ef-4e93-9338-11e874e6dc0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "a01d5ccc-c760-4697-8290-265a01475928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "b53d18d0-898c-4ecb-a776-cb15ec808768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "c292ca88-d3ad-4ce8-bb72-d2637a5cf780", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 4, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "updated_at": "2018-08-20T16:46:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8ea96060-1b31-4cbc-8016-c29b458c5593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "eb3fff56-526f-4cdb-8931-11038b781824", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}], "revision_number": 1, "project_id": "2955d687c3384deb9c98180662807a42", "id": "f34de66d-fa43-4257-974a-da7d15670c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 22:04:40,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-00ed43d9-2af2-42e7-a4ad-c93c6cdb1399 2018-08-20 22:04:40,281 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-20 22:04:40,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:40,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 40620 X-Openstack-Request-Id: req-7bd92094-3138-4bb9-a602-e5d65e5ecf5d Date: Mon, 20 Aug 2018 22:04:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "port_range_min": null, "revision_number": 0, "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "0118007d-24a0-4252-a80d-53c3d8e319f9"}, {"remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "port_range_min": null, "revision_number": 0, "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "07559f41-4c75-418c-83be-09863c8a4e4c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "port_range_min": null, "revision_number": 0, "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "port_range_min": null, "revision_number": 0, "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "0d4ff932-818e-4356-8ec9-632a99c477a9"}, {"remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "port_range_min": null, "revision_number": 0, "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "14976714-fb37-410f-8006-d7f062f55e8c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "port_range_min": null, "revision_number": 0, "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "27320908-5a79-4d7f-8c5a-dea930cb307b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540"}, {"remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "2cef9d84-0527-42fa-8031-b6591e08ed72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "port_range_min": null, "revision_number": 0, "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "project_id": "", "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "port_range_min": null, "revision_number": 0, "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "36f9360d-d15b-4ee3-84d5-daa766a77091"}, {"remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "port_range_min": null, "revision_number": 0, "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe"}, {"remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "port_range_min": null, "revision_number": 0, "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "port_range_min": null, "revision_number": 0, "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "project_id": "8511eb252404411cba663db8360c4e18", "id": "383952ff-85b2-4dfe-b208-5f940d23a339"}, {"remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "port_range_min": null, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "386822b8-d81f-4056-9cca-8a13c23b6087"}, {"remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "3a279180-06f0-40b3-ac52-b6f601390e9a"}, {"remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "project_id": "", "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18"}, {"remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "port_range_min": null, "revision_number": 0, "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "3ec05dae-cb0d-4846-919a-9e7f22853175"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "project_id": "", "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163"}, {"remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "port_range_min": null, "revision_number": 0, "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "project_id": "8511eb252404411cba663db8360c4e18", "id": "4a333339-190b-4403-8a26-6b92ff64bd6c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "port_range_min": null, "revision_number": 0, "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0"}, {"remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "port_range_min": null, "revision_number": 0, "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "4fea7278-e724-41db-9313-21007a51140c"}, {"remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "port_range_min": null, "revision_number": 0, "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "530220f1-884f-44dd-a398-16b6e06feb70"}, {"remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "project_id": "", "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678"}, {"remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "port_range_min": null, "revision_number": 0, "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0"}, {"remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "port_range_min": null, "revision_number": 0, "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "613d616f-11b1-4318-a678-4a14fd4bbe43"}, {"remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "port_range_min": null, "revision_number": 0, "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "project_id": "8511eb252404411cba663db8360c4e18", "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8"}, {"remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "port_range_min": null, "revision_number": 0, "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "port_range_min": null, "revision_number": 0, "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948"}, {"remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "port_range_min": null, "revision_number": 0, "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "project_id": "f459a43815564047b07d495f87f10ad2", "id": "7037a96b-f334-431f-95c0-e523c939a958"}, {"remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7"}, {"remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "74c8cb92-4919-4827-bffa-4172b07847f6"}, {"remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "port_range_min": null, "revision_number": 0, "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "74de52a9-4e44-43bc-a56e-8acda7762788"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "port_range_min": null, "revision_number": 0, "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "project_id": "f459a43815564047b07d495f87f10ad2", "id": "7c097373-26a4-4636-8025-0b05b6230c95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "port_range_min": null, "revision_number": 0, "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "port_range_min": null, "revision_number": 0, "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "project_id": "f459a43815564047b07d495f87f10ad2", "id": "88520c47-a545-4b43-a23d-89a99d99ff74"}, {"remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "port_range_min": null, "revision_number": 0, "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1"}, {"remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "port_range_min": null, "revision_number": 0, "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "project_id": "2955d687c3384deb9c98180662807a42", "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "port_range_min": null, "revision_number": 0, "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "project_id": "2955d687c3384deb9c98180662807a42", "id": "8ea96060-1b31-4cbc-8016-c29b458c5593"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "port_range_min": null, "revision_number": 0, "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:57:15Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:15Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "91d4bc5a-fb4a-4fa5-963f-dc7d2038d28b"}, {"remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "port_range_min": null, "revision_number": 0, "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67"}, {"remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "port_range_min": null, "revision_number": 0, "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": 22, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:16Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "9dc85108-f6ef-4e93-9338-11e874e6dc0f"}, {"remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "port_range_min": null, "revision_number": 0, "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "project_id": "2955d687c3384deb9c98180662807a42", "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "a01d5ccc-c760-4697-8290-265a01475928"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "port_range_min": null, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "a3aa05dd-f480-480b-848a-5962e617c1c3"}, {"remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "port_range_min": null, "revision_number": 0, "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "a42635f9-c149-4597-995e-a5be1fd538b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "port_range_min": null, "revision_number": 0, "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "port_range_min": null, "revision_number": 0, "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e"}, {"remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "port_range_min": null, "revision_number": 0, "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d"}, {"remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "port_range_min": null, "revision_number": 0, "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "b53d18d0-898c-4ecb-a776-cb15ec808768"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "port_range_min": null, "revision_number": 0, "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "c265eddc-864c-4c4b-a370-a52c0551a1db"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": 22, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:16Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c292ca88-d3ad-4ce8-bb72-d2637a5cf780"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "port_range_min": null, "revision_number": 0, "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c76e1688-0836-438e-8535-5d6584f51b04"}, {"remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "port_range_min": null, "revision_number": 0, "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0"}, {"remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "port_range_min": null, "revision_number": 0, "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "port_range_min": null, "revision_number": 0, "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "d26643c2-8308-4ad9-a72a-2cf81397007d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "port_range_min": null, "revision_number": 0, "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "d3485026-8771-4b90-98da-d49ba756837b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "port_range_min": null, "revision_number": 0, "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8"}, {"remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "port_range_min": null, "revision_number": 0, "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "d619641a-1792-4c07-ba5c-e101ea428cd0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "port_range_min": null, "revision_number": 0, "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "d80fdffe-94e9-4aea-ad9a-81660749d939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "port_range_min": null, "revision_number": 0, "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "port_range_min": null, "revision_number": 0, "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "dc6788fd-619c-4fea-a678-da673b51e926"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "port_range_min": null, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "de88e82a-1bf3-433b-b6a7-886536839a95"}, {"remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "port_range_min": null, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "port_range_min": null, "revision_number": 0, "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "e8834d47-4984-4392-b32e-9d6926622cdb"}, {"remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "port_range_min": null, "revision_number": 0, "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "port_range_min": null, "revision_number": 0, "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "project_id": "2955d687c3384deb9c98180662807a42", "id": "eb3fff56-526f-4cdb-8931-11038b781824"}, {"remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "port_range_min": null, "revision_number": 0, "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "port_range_min": null, "revision_number": 0, "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e"}, {"remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "port_range_min": null, "revision_number": 0, "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "project_id": "f459a43815564047b07d495f87f10ad2", "id": "f7d22496-ff77-4c2b-b760-58629aa38452"}, {"remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "port_range_min": null, "revision_number": 0, "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "port_range_min": null, "revision_number": 0, "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "port_range_min": null, "revision_number": 0, "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "port_range_min": null, "revision_number": 0, "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "project_id": "8511eb252404411cba663db8360c4e18", "id": "fe100fd5-1266-4a34-8837-df1864789a38"}, {"remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "port_range_min": null, "revision_number": 0, "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912"}]} 2018-08-20 22:04:40,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-7bd92094-3138-4bb9-a602-e5d65e5ecf5d 2018-08-20 22:04:40,330 - sdnvpn_test_utils - INFO - This rule exists for security group: d542c74f-2e63-4789-a10d-083e9bdd5b1e 2018-08-20 22:04:40,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:04:40,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 40620 X-Openstack-Request-Id: req-c2440b0e-edb8-4f91-9ac4-5fc19f3f52c6 Date: Mon, 20 Aug 2018 22:04:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "port_range_min": null, "revision_number": 0, "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "0118007d-24a0-4252-a80d-53c3d8e319f9"}, {"remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "port_range_min": null, "revision_number": 0, "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "07559f41-4c75-418c-83be-09863c8a4e4c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "port_range_min": null, "revision_number": 0, "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "port_range_min": null, "revision_number": 0, "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "0d4ff932-818e-4356-8ec9-632a99c477a9"}, {"remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "port_range_min": null, "revision_number": 0, "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "14976714-fb37-410f-8006-d7f062f55e8c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "port_range_min": null, "revision_number": 0, "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "27320908-5a79-4d7f-8c5a-dea930cb307b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540"}, {"remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "2cef9d84-0527-42fa-8031-b6591e08ed72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "port_range_min": null, "revision_number": 0, "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "project_id": "", "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "port_range_min": null, "revision_number": 0, "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "36f9360d-d15b-4ee3-84d5-daa766a77091"}, {"remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "port_range_min": null, "revision_number": 0, "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe"}, {"remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "port_range_min": null, "revision_number": 0, "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "port_range_min": null, "revision_number": 0, "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "project_id": "8511eb252404411cba663db8360c4e18", "id": "383952ff-85b2-4dfe-b208-5f940d23a339"}, {"remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "port_range_min": null, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "386822b8-d81f-4056-9cca-8a13c23b6087"}, {"remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "3a279180-06f0-40b3-ac52-b6f601390e9a"}, {"remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "project_id": "", "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18"}, {"remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "port_range_min": null, "revision_number": 0, "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "3ec05dae-cb0d-4846-919a-9e7f22853175"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "project_id": "", "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163"}, {"remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "port_range_min": null, "revision_number": 0, "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "project_id": "8511eb252404411cba663db8360c4e18", "id": "4a333339-190b-4403-8a26-6b92ff64bd6c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "port_range_min": null, "revision_number": 0, "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0"}, {"remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "port_range_min": null, "revision_number": 0, "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "4fea7278-e724-41db-9313-21007a51140c"}, {"remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "port_range_min": null, "revision_number": 0, "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "530220f1-884f-44dd-a398-16b6e06feb70"}, {"remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "project_id": "", "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678"}, {"remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "port_range_min": null, "revision_number": 0, "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0"}, {"remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "port_range_min": null, "revision_number": 0, "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "613d616f-11b1-4318-a678-4a14fd4bbe43"}, {"remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "port_range_min": null, "revision_number": 0, "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "project_id": "8511eb252404411cba663db8360c4e18", "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8"}, {"remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "port_range_min": null, "revision_number": 0, "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "port_range_min": null, "revision_number": 0, "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948"}, {"remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "port_range_min": null, "revision_number": 0, "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "project_id": "f459a43815564047b07d495f87f10ad2", "id": "7037a96b-f334-431f-95c0-e523c939a958"}, {"remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "port_range_min": null, "revision_number": 0, "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7"}, {"remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "74c8cb92-4919-4827-bffa-4172b07847f6"}, {"remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "port_range_min": null, "revision_number": 0, "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "74de52a9-4e44-43bc-a56e-8acda7762788"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "port_range_min": null, "revision_number": 0, "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "project_id": "f459a43815564047b07d495f87f10ad2", "id": "7c097373-26a4-4636-8025-0b05b6230c95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "port_range_min": null, "revision_number": 0, "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "port_range_min": null, "revision_number": 0, "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "project_id": "f459a43815564047b07d495f87f10ad2", "id": "88520c47-a545-4b43-a23d-89a99d99ff74"}, {"remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "port_range_min": null, "revision_number": 0, "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1"}, {"remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "port_range_min": null, "revision_number": 0, "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "project_id": "2955d687c3384deb9c98180662807a42", "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "port_range_min": null, "revision_number": 0, "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "project_id": "2955d687c3384deb9c98180662807a42", "id": "8ea96060-1b31-4cbc-8016-c29b458c5593"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "port_range_min": null, "revision_number": 0, "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:57:15Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:15Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "91d4bc5a-fb4a-4fa5-963f-dc7d2038d28b"}, {"remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "port_range_min": null, "revision_number": 0, "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67"}, {"remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "port_range_min": null, "revision_number": 0, "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": 22, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:16Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "9dc85108-f6ef-4e93-9338-11e874e6dc0f"}, {"remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "port_range_min": null, "revision_number": 0, "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "project_id": "2955d687c3384deb9c98180662807a42", "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "a01d5ccc-c760-4697-8290-265a01475928"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "port_range_min": null, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "a3aa05dd-f480-480b-848a-5962e617c1c3"}, {"remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "port_range_min": null, "revision_number": 0, "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "a42635f9-c149-4597-995e-a5be1fd538b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "port_range_min": null, "revision_number": 0, "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "port_range_min": null, "revision_number": 0, "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e"}, {"remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "port_range_min": null, "revision_number": 0, "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d"}, {"remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "port_range_min": null, "revision_number": 0, "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "b53d18d0-898c-4ecb-a776-cb15ec808768"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "port_range_min": null, "revision_number": 0, "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "c265eddc-864c-4c4b-a370-a52c0551a1db"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": 22, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:16Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c292ca88-d3ad-4ce8-bb72-d2637a5cf780"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "port_range_min": null, "revision_number": 0, "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c76e1688-0836-438e-8535-5d6584f51b04"}, {"remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "port_range_min": null, "revision_number": 0, "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0"}, {"remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "port_range_min": null, "revision_number": 0, "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "port_range_min": null, "revision_number": 0, "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "d26643c2-8308-4ad9-a72a-2cf81397007d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "port_range_min": null, "revision_number": 0, "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "d3485026-8771-4b90-98da-d49ba756837b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "port_range_min": null, "revision_number": 0, "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8"}, {"remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "port_range_min": null, "revision_number": 0, "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "d619641a-1792-4c07-ba5c-e101ea428cd0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "port_range_min": null, "revision_number": 0, "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "d80fdffe-94e9-4aea-ad9a-81660749d939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "port_range_min": null, "revision_number": 0, "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "port_range_min": null, "revision_number": 0, "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "dc6788fd-619c-4fea-a678-da673b51e926"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "port_range_min": null, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "de88e82a-1bf3-433b-b6a7-886536839a95"}, {"remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "port_range_min": null, "revision_number": 0, "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "port_range_min": null, "revision_number": 0, "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "e8834d47-4984-4392-b32e-9d6926622cdb"}, {"remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "port_range_min": null, "revision_number": 0, "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "port_range_min": null, "revision_number": 0, "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "project_id": "2955d687c3384deb9c98180662807a42", "id": "eb3fff56-526f-4cdb-8931-11038b781824"}, {"remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "port_range_min": null, "revision_number": 0, "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "port_range_min": null, "revision_number": 0, "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "port_range_min": null, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e"}, {"remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "port_range_min": null, "revision_number": 0, "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "project_id": "f459a43815564047b07d495f87f10ad2", "id": "f7d22496-ff77-4c2b-b760-58629aa38452"}, {"remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "port_range_min": null, "revision_number": 0, "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "port_range_min": null, "revision_number": 0, "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "port_range_min": null, "revision_number": 0, "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "port_range_min": null, "revision_number": 0, "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "project_id": "8511eb252404411cba663db8360c4e18", "id": "fe100fd5-1266-4a34-8837-df1864789a38"}, {"remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "port_range_min": null, "revision_number": 0, "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912"}]} 2018-08-20 22:04:40,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-c2440b0e-edb8-4f91-9ac4-5fc19f3f52c6 2018-08-20 22:04:40,384 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-20 22:04:40,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:04:41,185 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f57e888d-ba7a-4436-9a15-c5c67ade5f67 Date: Mon, 20 Aug 2018 22:04:41 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T22:04:40Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "port_range_min": 80, "revision_number": 0, "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:04:40Z", "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "5c458e56-e2db-439c-9fe1-f39be6f86870"}} 2018-08-20 22:04:41,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-f57e888d-ba7a-4436-9a15-c5c67ade5f67 2018-08-20 22:04:41,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:04:41,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f8128a2-7f87-4f6f-b7ba-ad97826e314c Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:04:41,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6f8128a2-7f87-4f6f-b7ba-ad97826e314c 2018-08-20 22:04:41,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:04:41,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["Zcw-fSPaQIivxn0O8ZYD9g"], "issued_at": "2018-08-20T22:04:41.000000Z"}} 2018-08-20 22:04:41,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bac5c2d79efe7f173b9b1e48cb2eff7585b287" 2018-08-20 22:04:42,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04: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-b975c936-2591-44e8-8967-cac9fbfef7d3 x-compute-request-id: req-b975c936-2591-44e8-8967-cac9fbfef7d3 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 4, "hypervisor_type": "QEMU", "local_gb_used": 4, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 6144, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 4, "free_disk_gb": 243, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 26358, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 2, "hypervisor_type": "QEMU", "local_gb_used": 2, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5120, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 2, "free_disk_gb": 245, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 27382, "id": 5}]} 2018-08-20 22:04:42,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-b975c936-2591-44e8-8967-cac9fbfef7d3 2018-08-20 22:04:42,015 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-20 22:04:42,015 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-08-20 22:04:42,015 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=2a4d9da4-cd65-4278-93b9-0d629bbc8ff0 network=3902557d-0a77-407a-87e6-228b1c3269a9 secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 22:04:42,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:04:42,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:04:42,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:04:42,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:04:42,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:04:42,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:04:42,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:04:42,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:04:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:04:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:04:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:04:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:04:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:04:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:04:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:04:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:04:42,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:04:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:04:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:04:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:04:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:04:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:04:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:04:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:04:42,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:04:42,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:04:42,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:04:42,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:04:42,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:04:42,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:04:42,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:04:42,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:04:42,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:04:42,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:04:42,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:04:42,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:04:42,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:04:42,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:04:42,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:04:42,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:04:42,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:04:42,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:04:42,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:04:42,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:04:42,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:04:42,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:04:42,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:04:42,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:04:42,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:04:42,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:04:42,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:04:42,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80cd5cf6-f0b1-4fc0-959c-35fe99d6aed8 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:04:42,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80cd5cf6-f0b1-4fc0-959c-35fe99d6aed8 2018-08-20 22:04:42,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:04:42,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:04:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["1_kp9L1xRhulkXqBrAURqA"], "issued_at": "2018-08-20T22:04:42.000000Z"}} 2018-08-20 22:04:42,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882c071b8ca4d3d83d2dd3dc13b81eeaa5b5995a" 2018-08-20 22:04:43,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04: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-0d147154-e6d4-41b4-81d0-a289131c5755 x-compute-request-id: req-0d147154-e6d4-41b4-81d0-a289131c5755 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:04:43,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0d147154-e6d4-41b4-81d0-a289131c5755 2018-08-20 22:04:43,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882c071b8ca4d3d83d2dd3dc13b81eeaa5b5995a" 2018-08-20 22:04:43,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1f4f807-44f1-42d1-8cc0-d5a3e675c759 x-compute-request-id: req-e1f4f807-44f1-42d1-8cc0-d5a3e675c759 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:04:43,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-e1f4f807-44f1-42d1-8cc0-d5a3e675c759 2018-08-20 22:04:43,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882c071b8ca4d3d83d2dd3dc13b81eeaa5b5995a" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3902557d-0a77-407a-87e6-228b1c3269a9"}]}}' 2018-08-20 22:04:46,840 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:04:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7012f8f9-b5e6-4864-8d52-7af9934d7052 x-compute-request-id: req-7012f8f9-b5e6-4864-8d52-7af9934d7052 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1cf46e97-49cc-4e10-acc9-a2d778c69637", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "bookmark"}], "adminPass": "m7QSukTNdk6K"}} 2018-08-20 22:04:46,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-7012f8f9-b5e6-4864-8d52-7af9934d7052 2018-08-20 22:04:46,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:04:46,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2296bbb6-6fed-4ca1-bf67-aab0ac91faf7 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:04:46,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2296bbb6-6fed-4ca1-bf67-aab0ac91faf7 2018-08-20 22:04:46,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:04:47,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:04:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["CLWtQYjmQFey7ofCfyW5GQ"], "issued_at": "2018-08-20T22:04:47.000000Z"}} 2018-08-20 22:04:47,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118ac49870a9d1c552a7127c0d806900a6e5f01d" 2018-08-20 22:04:48,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce1ed771-811b-4994-abf2-ce0ea5b69764 x-compute-request-id: req-ce1ed771-811b-4994-abf2-ce0ea5b69764 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "bookmark"}], "image": {"id": "2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "links": [{"href": "http://172.30.9.23:8774/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1cf46e97-49cc-4e10-acc9-a2d778c69637", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:04:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-2", "created": "2018-08-20T22:04:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:04:48,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 used request id req-ce1ed771-811b-4994-abf2-ce0ea5b69764 2018-08-20 22:04:51,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118ac49870a9d1c552a7127c0d806900a6e5f01d" 2018-08-20 22:04:52,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab0cf636-fcba-499d-9c77-e5e42e6b50a3 x-compute-request-id: req-ab0cf636-fcba-499d-9c77-e5e42e6b50a3 Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "bookmark"}], "image": {"id": "2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "links": [{"href": "http://172.30.9.23:8774/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1cf46e97-49cc-4e10-acc9-a2d778c69637", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:04:49Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-08-20T22:04:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:04:52,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 used request id req-ab0cf636-fcba-499d-9c77-e5e42e6b50a3 2018-08-20 22:04:55,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118ac49870a9d1c552a7127c0d806900a6e5f01d" 2018-08-20 22:04:56,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04: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-b750600e-0f75-40e6-af1a-9ff467d59201 x-compute-request-id: req-b750600e-0f75-40e6-af1a-9ff467d59201 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:4e:43", "version": 4, "addr": "10.10.20.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "bookmark"}], "image": {"id": "2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "links": [{"href": "http://172.30.9.23:8774/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1cf46e97-49cc-4e10-acc9-a2d778c69637", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:04:49Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-08-20T22:04:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:04:56,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 used request id req-b750600e-0f75-40e6-af1a-9ff467d59201 2018-08-20 22:04:59,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}118ac49870a9d1c552a7127c0d806900a6e5f01d" 2018-08-20 22:05:00,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:04: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-6642b6a0-0249-4a71-837b-28521ab5543e x-compute-request-id: req-6642b6a0-0249-4a71-837b-28521ab5543e Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:4e:43", "version": 4, "addr": "10.10.20.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "bookmark"}], "image": {"id": "2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "links": [{"href": "http://172.30.9.23:8774/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": "2018-08-20T22:04:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1cf46e97-49cc-4e10-acc9-a2d778c69637", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:04:55Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-08-20T22:04:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:05:00,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 used request id req-6642b6a0-0249-4a71-837b-28521ab5543e 2018-08-20 22:05:00,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882c071b8ca4d3d83d2dd3dc13b81eeaa5b5995a" 2018-08-20 22:05:01,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05: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-d833d3a4-a568-4aab-96a8-50d90f826007 x-compute-request-id: req-d833d3a4-a568-4aab-96a8-50d90f826007 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:4e:43", "version": 4, "addr": "10.10.20.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637", "rel": "bookmark"}], "image": {"id": "2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "links": [{"href": "http://172.30.9.23:8774/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": "2018-08-20T22:04:55.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1cf46e97-49cc-4e10-acc9-a2d778c69637", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:04:55Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-08-20T22:04:46Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:05:01,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637 used request id req-d833d3a4-a568-4aab-96a8-50d90f826007 2018-08-20 22:05:01,971 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.8'. 2018-08-20 22:05:01,971 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-08-20 22:05:01,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bac5c2d79efe7f173b9b1e48cb2eff7585b287" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:05:04,121 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:05:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7d1e2f6-ab71-4dcd-ab91-2d03d42f8ee8 x-compute-request-id: req-e7d1e2f6-ab71-4dcd-ab91-2d03d42f8ee8 Content-Length: 0 Content-Type: application/json 2018-08-20 22:05:04,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1cf46e97-49cc-4e10-acc9-a2d778c69637/action used request id req-e7d1e2f6-ab71-4dcd-ab91-2d03d42f8ee8 2018-08-20 22:05:04,122 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-08-20 22:05:04,122 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=2a4d9da4-cd65-4278-93b9-0d629bbc8ff0 network=18c6c7f0-1f6c-4dfd-b36e-901e53712f33 secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-20 22:05:04,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:05:04,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:05:04,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:05:04,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:05:04,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:05:04,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:05:04,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:05:04,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:05:04,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:05:04,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:05:04,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:05:04,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:05:04,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:05:04,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:05:04,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:05:04,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:05:04,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:05:04,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:05:04,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:05:04,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:05:04,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:05:04,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:05:04,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:05:04,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:05:04,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:05:04,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:05:04,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:05:04,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:05:04,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:05:04,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:05:04,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:05:04,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:05:04,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:05:04,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:05:04,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:05:04,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:05:04,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:05:04,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:05:04,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:05:04,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:05:04,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:05:04,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:05:04,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:05:04,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:05:04,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:05:04,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:05:04,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:05:04,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:05:04,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:05:04,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:05:04,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:05:04,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9583698c-4c79-4584-9549-b04e37c7b93b Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:05:04,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9583698c-4c79-4584-9549-b04e37c7b93b 2018-08-20 22:05:04,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:05:04,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:05:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["InEFDaNORlGjq_ASh6oi2g"], "issued_at": "2018-08-20T22:05:04.000000Z"}} 2018-08-20 22:05:04,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a11ac5a4bd966fcda9de187cf416187cd2baa1c7" 2018-08-20 22:05:04,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05: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-cbac7c47-31d4-4ac6-aeca-a40f43cbbd8f x-compute-request-id: req-cbac7c47-31d4-4ac6-aeca-a40f43cbbd8f Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:05:04,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cbac7c47-31d4-4ac6-aeca-a40f43cbbd8f 2018-08-20 22:05:04,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a11ac5a4bd966fcda9de187cf416187cd2baa1c7" 2018-08-20 22:05:04,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05: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-b880049c-0740-48f6-a46d-d6d75fde46df x-compute-request-id: req-b880049c-0740-48f6-a46d-d6d75fde46df Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:05:04,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-b880049c-0740-48f6-a46d-d6d75fde46df 2018-08-20 22:05:04,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a11ac5a4bd966fcda9de187cf416187cd2baa1c7" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "18c6c7f0-1f6c-4dfd-b36e-901e53712f33"}], "config_drive": true}}' 2018-08-20 22:05:07,816 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:05: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-0ff621b5-af92-4ffe-9831-40964e017ae2 x-compute-request-id: req-0ff621b5-af92-4ffe-9831-40964e017ae2 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/b10112ec-5dbc-4326-a883-1a685f73d844 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b10112ec-5dbc-4326-a883-1a685f73d844", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b10112ec-5dbc-4326-a883-1a685f73d844", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b10112ec-5dbc-4326-a883-1a685f73d844", "rel": "bookmark"}], "adminPass": "nyxzSu7VYApF"}} 2018-08-20 22:05:07,816 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0ff621b5-af92-4ffe-9831-40964e017ae2 2018-08-20 22:05:07,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:05:07,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05246e3d-086f-4c28-ba8c-37c6542e7e57 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:05:07,824 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-05246e3d-086f-4c28-ba8c-37c6542e7e57 2018-08-20 22:05:07,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:05:08,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:05:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["v4llgqNrT722fkeHjN_HWw"], "issued_at": "2018-08-20T22:05:08.000000Z"}} 2018-08-20 22:05:08,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b10112ec-5dbc-4326-a883-1a685f73d844 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e69b0b4a7630230350116670c0dcf9dce2067fa5" 2018-08-20 22:05:09,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcc63ddc-ad45-4977-972b-7e39f20b38f5 x-compute-request-id: req-fcc63ddc-ad45-4977-972b-7e39f20b38f5 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b10112ec-5dbc-4326-a883-1a685f73d844", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b10112ec-5dbc-4326-a883-1a685f73d844", "rel": "bookmark"}], "image": {"id": "2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "links": [{"href": "http://172.30.9.23:8774/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b10112ec-5dbc-4326-a883-1a685f73d844", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:05:08Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-1", "created": "2018-08-20T22:05:07Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:05:09,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b10112ec-5dbc-4326-a883-1a685f73d844 used request id req-fcc63ddc-ad45-4977-972b-7e39f20b38f5 2018-08-20 22:05:12,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b10112ec-5dbc-4326-a883-1a685f73d844 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e69b0b4a7630230350116670c0dcf9dce2067fa5" 2018-08-20 22:05:12,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d5cbcad-d2fb-474f-97db-d8ef193337c8 x-compute-request-id: req-7d5cbcad-d2fb-474f-97db-d8ef193337c8 Content-Encoding: gzip Content-Length: 1053 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b10112ec-5dbc-4326-a883-1a685f73d844", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b10112ec-5dbc-4326-a883-1a685f73d844", "rel": "bookmark"}], "image": {"id": "2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "links": [{"href": "http://172.30.9.23:8774/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000023", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "b10112ec-5dbc-4326-a883-1a685f73d844", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ERROR", "updated": "2018-08-20T22:05:08Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-1", "created": "2018-08-20T22:05:07Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 1206, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 723, in _schedule_instances\n return_alternates=return_alternates)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 855, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 53, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 158, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 179, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 133, in _send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 584, in send\n call_monitor_timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 575, in _send\n raise result\n", "created": "2018-08-20T22:05:08Z"}, "metadata": {}}} 2018-08-20 22:05:12,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b10112ec-5dbc-4326-a883-1a685f73d844 used request id req-7d5cbcad-d2fb-474f-97db-d8ef193337c8 2018-08-20 22:05:12,685 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-8-1 went to ERROR status. 2018-08-20 22:05:12,686 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-20 22:05:12,686 - sdnvpn.test.functest.testcase_8 - ERROR - exception occurred while executing testcase_8: Error while booting instance sdnvpn-8-1 2018-08-20 22:05:12,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f990ff77ca984f2052fe8b40077785dd247a098" 2018-08-20 22:05:13,858 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-03ef763f-b963-46e7-853a-a8e7bd1ed10e Date: Mon, 20 Aug 2018 22:05:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:05:13,858 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2a4d9da4-cd65-4278-93b9-0d629bbc8ff0 used request id req-03ef763f-b963-46e7-853a-a8e7bd1ed10e 2018-08-20 22:05:13,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"subnet_id": "5bc6d3f4-4615-4f9e-9197-882b15b2d74b"}' 2018-08-20 22:05:15,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5e48e825-1c7d-4316-9246-3436d455e302 Date: Mon, 20 Aug 2018 22:05:15 GMT RESP BODY: {"network_id": "18c6c7f0-1f6c-4dfd-b36e-901e53712f33", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "5bc6d3f4-4615-4f9e-9197-882b15b2d74b", "subnet_ids": ["5bc6d3f4-4615-4f9e-9197-882b15b2d74b"], "port_id": "2ae047a8-3683-46aa-8be5-fcc04fc0300e", "id": "c18862a5-a77f-4de3-85bf-14b70e71486e"} 2018-08-20 22:05:15,981 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e/remove_router_interface used request id req-5e48e825-1c7d-4316-9246-3436d455e302 2018-08-20 22:05:15,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"subnet_id": "7720ad57-2fc4-4c19-806c-21619297983e"}' 2018-08-20 22:05:17,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-39cd1f8a-ec68-4fb4-9983-e022844516e4 Date: Mon, 20 Aug 2018 22:05:17 GMT RESP BODY: {"network_id": "3902557d-0a77-407a-87e6-228b1c3269a9", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "7720ad57-2fc4-4c19-806c-21619297983e", "subnet_ids": ["7720ad57-2fc4-4c19-806c-21619297983e"], "port_id": "df60d144-5335-46ad-be5b-6a6190b07f8a", "id": "c18862a5-a77f-4de3-85bf-14b70e71486e"} 2018-08-20 22:05:17,933 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e/remove_router_interface used request id req-39cd1f8a-ec68-4fb4-9983-e022844516e4 2018-08-20 22:05:17,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" -d '{"router": {"external_gateway_info": {}}}' 2018-08-20 22:05:19,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-ef0bc6a4-41ef-46a6-9096-122dcb958359 Date: Mon, 20 Aug 2018 22:05:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:04:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:05:18Z", "revision_number": 10, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c18862a5-a77f-4de3-85bf-14b70e71486e", "name": "sdnvpn-8-1-router"}} 2018-08-20 22:05:19,443 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c18862a5-a77f-4de3-85bf-14b70e71486e used request id req-ef0bc6a4-41ef-46a6-9096-122dcb958359 2018-08-20 22:05:19,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/5bc6d3f4-4615-4f9e-9197-882b15b2d74b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:05:22,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56d49720-5485-4fe0-b442-153602738597 Date: Mon, 20 Aug 2018 22:05:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:05:22,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/5bc6d3f4-4615-4f9e-9197-882b15b2d74b used request id req-56d49720-5485-4fe0-b442-153602738597 2018-08-20 22:05:22,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/7720ad57-2fc4-4c19-806c-21619297983e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b70cff09a2a726d11ba045093eb40fec4e559032" 2018-08-20 22:05:22,171 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-b56f962a-322c-42c8-a5a4-c0c998170d60 Date: Mon, 20 Aug 2018 22:05:22 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 7720ad57-2fc4-4c19-806c-21619297983e: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-20 22:05:22,171 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/7720ad57-2fc4-4c19-806c-21619297983e used request id req-b56f962a-322c-42c8-a5a4-c0c998170d60 2018-08-20 22:05:22,171 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 7720ad57-2fc4-4c19-806c-21619297983e: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-20 22:05:22,172 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '7720ad57-2fc4-4c19-806c-21619297983e')]: Unable to complete operation on subnet 7720ad57-2fc4-4c19-806c-21619297983e: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-b56f962a-322c-42c8-a5a4-c0c998170d60'] 2018-08-20 22:05:22,172 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 7720ad57-2fc4-4c19-806c-21619297983e was not deleted. 2018-08-20 22:05:22,173 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_8: Error while booting instance sdnvpn-8-1 Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_8.py", line 106, in main userdata=u1) File "/usr/lib/python2.7/site-packages/sdnvpn/lib/utils.py", line 193, in create_instance raise Exception("Error while booting instance {}".format(name)) Exception: Error while booting instance sdnvpn-8-1 2018-08-20 22:05:22,173 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_8 failed 2018-08-20 22:05:22,173 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_9 - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure.' 2018-08-20 22:05:22,173 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-08-20 22:05:22,174 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-08-20 22:05:22,245 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-08-20 22:05:22,248 - paramiko.transport - DEBUG - starting thread (client mode): 0x293cadd0L 2018-08-20 22:05:22,248 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:22,274 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:22,274 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:22,280 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:22,280 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:22,281 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:22,281 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:22,281 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:22,281 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:22,288 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:22,288 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:22,312 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.225: 37971eab75405ba77ce3aa683abc667b 2018-08-20 22:05:22,313 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:22,328 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:22,353 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:22,377 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:22,616 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:22,616 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:22,655 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:22,656 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:22,686 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:26,975 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:26,976 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:26,977 - paramiko.transport - DEBUG - starting thread (client mode): 0x2869ba50L 2018-08-20 22:05:26,978 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:26,991 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:26,991 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:26,993 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:26,994 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:26,994 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:26,994 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:26,994 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:26,994 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:26,999 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:27,000 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:27,009 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 6b9a3ead5ed778533cb158dd4f9ef17c 2018-08-20 22:05:27,010 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:27,039 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:27,052 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:27,074 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:27,187 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:27,187 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:27,226 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:27,227 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:27,241 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:27,254 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:27,255 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:27,255 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:27,256 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:27,256 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:27,298 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:27,313 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:27,314 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:05:27,315 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:27,316 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:05:27,316 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:05:27,356 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:05:27,368 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:05:27,369 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:05:27,370 - paramiko.transport - DEBUG - starting thread (client mode): 0x286cec50L 2018-08-20 22:05:27,371 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:27,384 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:27,384 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:27,386 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:27,387 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:27,387 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:27,387 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:27,387 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:27,387 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:27,392 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:27,392 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:27,403 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f9a1216842e472bf1631c90904cd6838 2018-08-20 22:05:27,404 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:27,431 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:27,446 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:27,468 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:27,593 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:27,593 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:27,633 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:27,634 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:27,674 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:27,688 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:27,689 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:27,690 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:27,691 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:27,691 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:27,732 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:27,749 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:27,751 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:05:27,751 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:27,752 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:05:27,752 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:05:27,793 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:05:27,805 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:05:27,807 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:05:27,808 - paramiko.transport - DEBUG - starting thread (client mode): 0x2863ea10L 2018-08-20 22:05:27,809 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:27,900 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:27,900 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:27,904 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:27,904 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:27,904 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:27,904 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:27,904 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:27,905 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:27,910 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:27,910 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:27,912 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8031099bfb2303bcd2e56bac1c160139 2018-08-20 22:05:27,913 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:27,950 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:28,065 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:28,077 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:28,274 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:28,274 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:28,313 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:28,314 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:28,346 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:28,425 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:28,426 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:28,427 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:28,428 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:28,428 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:28,469 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:28,556 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:28,558 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:05:28,559 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:28,560 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:05:28,560 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:05:28,601 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:05:28,639 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:05:28,641 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:05:28,642 - paramiko.transport - DEBUG - starting thread (client mode): 0x2869b050L 2018-08-20 22:05:28,642 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:28,654 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:28,654 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:28,656 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:28,656 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:28,656 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:28,657 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:28,657 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:28,657 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:28,661 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:28,662 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:28,674 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: bbda3e4bd31eda76415c58ee19a9d841 2018-08-20 22:05:28,675 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:28,701 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:28,713 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:28,739 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:28,848 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:28,848 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:28,887 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:28,888 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:28,906 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:28,917 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:28,918 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:28,919 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:28,920 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:28,920 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:28,961 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:28,975 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:28,976 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:05:28,977 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:28,978 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:05:28,978 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:05:29,019 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:05:29,029 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:05:29,030 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:05:29,032 - paramiko.transport - DEBUG - starting thread (client mode): 0x286abad0L 2018-08-20 22:05:29,032 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:29,149 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:29,149 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:29,152 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:29,152 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:29,152 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:29,152 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:29,152 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:29,153 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:29,157 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:29,158 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:29,164 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2f80ac564d5335749ab6600747c4754d 2018-08-20 22:05:29,164 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:29,197 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:29,285 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:29,297 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:29,492 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:29,492 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:29,531 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:29,532 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:29,566 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:29,704 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:29,705 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:29,705 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:29,706 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:29,706 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:29,747 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:29,831 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:29,833 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:05:29,834 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:29,834 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:05:29,834 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:05:29,876 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:05:29,926 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:05:29,927 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:29,928 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:05:29,929 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:29,930 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:29,932 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:34,177 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:34,178 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:34,181 - paramiko.transport - DEBUG - starting thread (client mode): 0x2877e790L 2018-08-20 22:05:34,181 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:34,190 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:34,190 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:34,192 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:34,193 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:34,193 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:34,193 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:34,193 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:34,193 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:34,198 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:34,199 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:34,212 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 6b9a3ead5ed778533cb158dd4f9ef17c 2018-08-20 22:05:34,213 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:34,238 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:34,253 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:34,278 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:34,403 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:34,403 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:34,442 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:34,442 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:34,481 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:34,492 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:34,493 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:34,494 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:34,495 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:34,495 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:34,536 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:34,551 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:34,553 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:05:34,553 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:34,554 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:05:34,555 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:05:34,595 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:05:34,606 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:05:34,608 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:05:34,610 - paramiko.transport - DEBUG - starting thread (client mode): 0x286ad150L 2018-08-20 22:05:34,610 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:34,617 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:34,618 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:34,620 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:34,620 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:34,620 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:34,620 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:34,620 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:34,621 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:34,625 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:34,626 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:34,642 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f9a1216842e472bf1631c90904cd6838 2018-08-20 22:05:34,643 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:34,665 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:34,679 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:34,707 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:34,821 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:34,822 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:34,861 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:34,862 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:34,876 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:34,888 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:34,889 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:34,890 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:34,891 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:34,891 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:34,931 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:34,947 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:34,948 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:05:34,949 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:34,950 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:05:34,950 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:05:34,990 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:05:35,001 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:05:35,002 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:05:35,004 - paramiko.transport - DEBUG - starting thread (client mode): 0x286401d0L 2018-08-20 22:05:35,005 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:35,013 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:35,014 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:35,017 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:35,017 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:35,017 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:35,017 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:35,017 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:35,018 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:35,023 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:35,023 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:35,036 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8031099bfb2303bcd2e56bac1c160139 2018-08-20 22:05:35,037 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:35,063 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:35,078 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:35,101 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:35,217 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:35,217 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:35,257 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:35,258 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:35,269 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:35,283 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:35,284 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:35,285 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:35,285 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:35,286 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:35,327 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:35,345 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:35,346 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:05:35,347 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:35,348 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:05:35,348 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:05:35,389 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:05:35,401 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:05:35,402 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:05:35,404 - paramiko.transport - DEBUG - starting thread (client mode): 0x28644090L 2018-08-20 22:05:35,405 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:35,412 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:35,412 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:35,414 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:35,414 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:35,414 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:35,415 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:35,415 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:35,415 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:35,419 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:35,420 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:35,436 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: bbda3e4bd31eda76415c58ee19a9d841 2018-08-20 22:05:35,437 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:35,459 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:35,471 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:35,501 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:35,593 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:35,594 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:35,633 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:35,634 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:35,668 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:35,680 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:35,681 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:35,681 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:35,682 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:35,683 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:35,722 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:35,737 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:35,738 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:05:35,739 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:35,740 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:05:35,740 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:05:35,781 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:05:35,791 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:05:35,792 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:05:35,794 - paramiko.transport - DEBUG - starting thread (client mode): 0x28643050L 2018-08-20 22:05:35,795 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:05:35,806 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:05:35,806 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:05:35,809 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:05:35,809 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:05:35,809 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:05:35,809 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:05:35,809 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:05:35,809 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:05:35,814 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:05:35,815 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:05:35,826 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2f80ac564d5335749ab6600747c4754d 2018-08-20 22:05:35,827 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:05:35,855 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:05:35,869 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:05:35,891 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:05:36,025 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:05:36,025 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:05:36,064 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:05:36,065 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:05:36,096 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:05:36,110 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:05:36,111 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:05:36,112 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:05:36,113 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:05:36,113 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:05:36,154 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:05:36,172 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:05:36,173 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:05:36,174 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:05:36,175 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:05:36,175 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:05:36,216 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:05:36,228 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:05:36,229 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:05:36,230 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:05:36,230 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:05:36,231 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:05:36,234 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:05:36,263 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-20 22:05:36,264 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:05:36,265 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_9: argument of type 'NoneType' is not iterable Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_9.py", line 42, in main node.run_cmd("sudo systemctl status opendaylight")] TypeError: argument of type 'NoneType' is not iterable 2018-08-20 22:05:36,265 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_9 failed 2018-08-20 22:05:36,266 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2018-08-20 22:05:36,266 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-08-20 22:05:36,267 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-08-20 22:05:36,351 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-08-20 22:05:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:05:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:05:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:05:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:05:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:05:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:05:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:05:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:05:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:05:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:05:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:05:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:05:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:05:36,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:05:36,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:05:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:05:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:05:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:05:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:05:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:05:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:05:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:05:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:05:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:05:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:05:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:05:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 22:05:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:05:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:05:36,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:05:36,360 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-20 22:05:36,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:05:36,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae10215-abef-4cb3-93d9-865036790efe Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:05:36,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1ae10215-abef-4cb3-93d9-865036790efe 2018-08-20 22:05:36,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:05:36,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:05:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["3YCMxirIRbW4OMv4vCX1HA"], "issued_at": "2018-08-20T22:05:36.000000Z"}} 2018-08-20 22:05:36,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85c6aacffa3df0066911c8472801e69486f0aaa0" 2018-08-20 22:05:37,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-d823a9aa-395e-4c53-9746-431781138e17 Date: Mon, 20 Aug 2018 22:05:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-20 22:05:37,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-d823a9aa-395e-4c53-9746-431781138e17 2018-08-20 22:05:37,086 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-20 22:05:37,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85c6aacffa3df0066911c8472801e69486f0aaa0" 2018-08-20 22:05:37,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-faf1e5d8-5fb3-47fa-bb58-ceaba478f09c Date: Mon, 20 Aug 2018 22:05:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-20 22:05:37,821 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-faf1e5d8-5fb3-47fa-bb58-ceaba478f09c 2018-08-20 22:05:37,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}85c6aacffa3df0066911c8472801e69486f0aaa0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-20 22:05:38,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-19c61dd8-ca76-4110-ace1-0b5bbff08a9b Date: Mon, 20 Aug 2018 22:05:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T22:05:38Z", "file": "/v2/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "size": null, "self": "/v2/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-20T22:05:38Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 22:05:38,603 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-19c61dd8-ca76-4110-ace1-0b5bbff08a9b 2018-08-20 22:05:38,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85c6aacffa3df0066911c8472801e69486f0aaa0" -d '' 2018-08-20 22:05:39,726 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d43bab7c-75d3-4bc1-9e74-68b97e61f31a Date: Mon, 20 Aug 2018 22:05:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:05:39,727 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef/file used request id req-d43bab7c-75d3-4bc1-9e74-68b97e61f31a 2018-08-20 22:05:39,727 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-08-20 22:05:39,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:05:39,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a83dcc30-9418-49a7-a551-d541e20482c0 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:05:39,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a83dcc30-9418-49a7-a551-d541e20482c0 2018-08-20 22:05:39,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:05:40,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:05:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["WAf9eU11Q9Ccq_AOysFmrg"], "issued_at": "2018-08-20T22:05:40.000000Z"}} 2018-08-20 22:05:40,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1bef3767af4c09acc2438dbc724cd4703df9bf" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-08-20 22:05:40,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-dc3f1ec3-945e-4644-9c93-2065acb1ea00 Date: Mon, 20 Aug 2018 22:05:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2c242cf8-6ef2-4c49-aac6-7c594067d5fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:05:40Z","is_default":false,"provider:segmentation_id":6,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:05:40Z","mtu":1450}} 2018-08-20 22:05:40,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-dc3f1ec3-945e-4644-9c93-2065acb1ea00 2018-08-20 22:05:40,807 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network 2c242cf8-6ef2-4c49-aac6-7c594067d5fe with cidr 10.10.10.0/24 2018-08-20 22:05:40,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1bef3767af4c09acc2438dbc724cd4703df9bf" -d '{"subnets": [{"ip_version": 4, "network_id": "2c242cf8-6ef2-4c49-aac6-7c594067d5fe", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-08-20 22:05:42,034 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-37c1cab4-9c39-4a2f-b269-74a268351c54 Date: Mon, 20 Aug 2018 22:05:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c242cf8-6ef2-4c49-aac6-7c594067d5fe","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:05:41Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:05:41Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"68c6baf3-bb19-4e34-b672-7836c417741e","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-08-20 22:05:42,034 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-37c1cab4-9c39-4a2f-b269-74a268351c54 2018-08-20 22:05:42,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1bef3767af4c09acc2438dbc724cd4703df9bf" 2018-08-20 22:05:42,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48895 X-Openstack-Request-Id: req-08ea8730-76c2-4074-a4ab-eb39344da8be Date: Mon, 20 Aug 2018 22:05:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "updated_at": "2018-08-20T16:46:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7037a96b-f334-431f-95c0-e523c939a958", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7c097373-26a4-4636-8025-0b05b6230c95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "88520c47-a545-4b43-a23d-89a99d99ff74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "f7d22496-ff77-4c2b-b760-58629aa38452", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}], "revision_number": 1, "project_id": "f459a43815564047b07d495f87f10ad2", "id": "0987da57-713b-49c3-b135-c0f85ec99b73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "updated_at": "2018-08-20T16:46:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "613d616f-11b1-4318-a678-4a14fd4bbe43", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "c265eddc-864c-4c4b-a370-a52c0551a1db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}], "revision_number": 1, "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "updated_at": "2018-08-20T16:46:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "a42635f9-c149-4597-995e-a5be1fd538b7", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "d3485026-8771-4b90-98da-d49ba756837b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}], "revision_number": 1, "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "updated_at": "2018-08-20T16:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "27320908-5a79-4d7f-8c5a-dea930cb307b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d26643c2-8308-4ad9-a72a-2cf81397007d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d619641a-1792-4c07-ba5c-e101ea428cd0", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}], "revision_number": 1, "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "460ca234-7330-492a-a53a-f9cd0c835220", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "updated_at": "2018-08-20T16:46:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "4fea7278-e724-41db-9313-21007a51140c", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}], "revision_number": 1, "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "updated_at": "2018-08-20T17:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "3a279180-06f0-40b3-ac52-b6f601390e9a", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}], "revision_number": 1, "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "updated_at": "2018-08-20T16:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "0d4ff932-818e-4356-8ec9-632a99c477a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "3ec05dae-cb0d-4846-919a-9e7f22853175", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}], "revision_number": 1, "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "updated_at": "2018-08-20T16:46:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "07559f41-4c75-418c-83be-09863c8a4e4c", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}], "revision_number": 1, "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "bef49320-1a27-4ab9-876b-045d3e43e997", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "updated_at": "2018-08-20T17:37:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}], "revision_number": 1, "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "updated_at": "2018-08-20T22:04:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T22:04:40Z", "revision_number": 0, "id": "5c458e56-e2db-439c-9fe1-f39be6f86870", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T22:04:40Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 80, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:15Z", "revision_number": 0, "id": "91d4bc5a-fb4a-4fa5-963f-dc7d2038d28b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:15Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "9dc85108-f6ef-4e93-9338-11e874e6dc0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "a01d5ccc-c760-4697-8290-265a01475928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "b53d18d0-898c-4ecb-a776-cb15ec808768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "c292ca88-d3ad-4ce8-bb72-d2637a5cf780", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 5, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "updated_at": "2018-08-20T16:46:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8ea96060-1b31-4cbc-8016-c29b458c5593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "eb3fff56-526f-4cdb-8931-11038b781824", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}], "revision_number": 1, "project_id": "2955d687c3384deb9c98180662807a42", "id": "f34de66d-fa43-4257-974a-da7d15670c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 22:05:42,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-08ea8730-76c2-4074-a4ab-eb39344da8be 2018-08-20 22:05:42,437 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-20 22:05:42,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:05:42,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cea2165-821f-435d-9be4-9f40482f50cd Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:05:42,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5cea2165-821f-435d-9be4-9f40482f50cd 2018-08-20 22:05:42,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:05:42,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:05:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["O6jvZZorTjK5PLT_zpRjtw"], "issued_at": "2018-08-20T22:05:42.000000Z"}} 2018-08-20 22:05:42,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4ee9e4f21ef9d8b17b487fe0d0147704fb9caa" 2018-08-20 22:05:43,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05: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-9abdd41c-2d9d-42ed-a9aa-fa5ba14457b1 x-compute-request-id: req-9abdd41c-2d9d-42ed-a9aa-fa5ba14457b1 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 4, "hypervisor_type": "QEMU", "local_gb_used": 4, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 6144, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 4, "free_disk_gb": 243, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 26358, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 2, "hypervisor_type": "QEMU", "local_gb_used": 2, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5120, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 2, "free_disk_gb": 245, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 27382, "id": 5}]} 2018-08-20 22:05:43,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-9abdd41c-2d9d-42ed-a9aa-fa5ba14457b1 2018-08-20 22:05:43,222 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-20 22:05:43,222 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-08-20 22:05:43,222 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=6cce4dda-3ae6-4ff3-b440-09c151cf43ef network=2c242cf8-6ef2-4c49-aac6-7c594067d5fe secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 22:05:43,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:05:43,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:05:43,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:05:43,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:05:43,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:05:43,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:05:43,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:05:43,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:05:43,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:05:43,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:05:43,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:05:43,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:05:43,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:05:43,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:05:43,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:05:43,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:05:43,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:05:43,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:05:43,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:05:43,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:05:43,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:05:43,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:05:43,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:05:43,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:05:43,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:05:43,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:05:43,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:05:43,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:05:43,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:05:43,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:05:43,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:05:43,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:05:43,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:05:43,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:05:43,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:05:43,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:05:43,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:05:43,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:05:43,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:05:43,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:05:43,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:05:43,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:05:43,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:05:43,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:05:43,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:05:43,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:05:43,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:05:43,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:05:43,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:05:43,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:05:43,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:05:43,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f02a4f02-224a-4b97-96c9-48f6f76684f1 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:05:43,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f02a4f02-224a-4b97-96c9-48f6f76684f1 2018-08-20 22:05:43,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:05:43,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:05:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["X4FftZTlQxiXDEH_q5SVvQ"], "issued_at": "2018-08-20T22:05:43.000000Z"}} 2018-08-20 22:05:43,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" 2018-08-20 22:05:44,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05: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-c9c9a5da-3880-4530-9dec-d9d00c9212ac x-compute-request-id: req-c9c9a5da-3880-4530-9dec-d9d00c9212ac Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:05:44,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c9c9a5da-3880-4530-9dec-d9d00c9212ac 2018-08-20 22:05:44,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" 2018-08-20 22:05:44,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05: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-fa0fafae-7155-497e-85ff-fccf8ed3ab2d x-compute-request-id: req-fa0fafae-7155-497e-85ff-fccf8ed3ab2d Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:05:44,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-fa0fafae-7155-497e-85ff-fccf8ed3ab2d 2018-08-20 22:05:44,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2c242cf8-6ef2-4c49-aac6-7c594067d5fe"}]}}' 2018-08-20 22:05:48,811 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:05: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-a9171018-1cae-4bc6-9109-5b320c17eb74 x-compute-request-id: req-a9171018-1cae-4bc6-9109-5b320c17eb74 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "bookmark"}], "adminPass": "5sfFBrA6cyRZ"}} 2018-08-20 22:05:48,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a9171018-1cae-4bc6-9109-5b320c17eb74 2018-08-20 22:05:48,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:05:48,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dac0d73c-c9fc-4563-8f15-6f3ce0ff9782 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:05:48,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dac0d73c-c9fc-4563-8f15-6f3ce0ff9782 2018-08-20 22:05:48,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:05:49,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:05:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["h6Sx2IBIR1SCbaUI07Re9w"], "issued_at": "2018-08-20T22:05:49.000000Z"}} 2018-08-20 22:05:49,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147e667e8453846280715f4795842a8603c3499f" 2018-08-20 22:05:50,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05: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-3811a437-5790-4727-858c-d9c6513f6721 x-compute-request-id: req-3811a437-5790-4727-858c-d9c6513f6721 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:05:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-2", "created": "2018-08-20T22:05:48Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:05:50,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 used request id req-3811a437-5790-4727-858c-d9c6513f6721 2018-08-20 22:05:53,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147e667e8453846280715f4795842a8603c3499f" 2018-08-20 22:05:54,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05: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-04c59939-012d-4b5b-8a39-55c359fc79a7 x-compute-request-id: req-04c59939-012d-4b5b-8a39-55c359fc79a7 Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000197", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:05:51Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-08-20T22:05:48Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:05:54,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 used request id req-04c59939-012d-4b5b-8a39-55c359fc79a7 2018-08-20 22:05:57,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147e667e8453846280715f4795842a8603c3499f" 2018-08-20 22:05:58,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:05:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b43c4f43-c919-4332-b437-3b3a3df0374e x-compute-request-id: req-b43c4f43-c919-4332-b437-3b3a3df0374e Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:a9:2e", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000197", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:05:51Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-08-20T22:05:48Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:05:58,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 used request id req-b43c4f43-c919-4332-b437-3b3a3df0374e 2018-08-20 22:06:01,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147e667e8453846280715f4795842a8603c3499f" 2018-08-20 22:06:03,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c464d6cf-6223-4bd4-86ca-2b21e3a7569d x-compute-request-id: req-c464d6cf-6223-4bd4-86ca-2b21e3a7569d Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:a9:2e", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000197", "OS-SRV-USG:launched_at": "2018-08-20T22:05:57.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:05:57Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-08-20T22:05:48Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:03,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 used request id req-c464d6cf-6223-4bd4-86ca-2b21e3a7569d 2018-08-20 22:06:03,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" 2018-08-20 22:06:04,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb59b580-cd8b-46ce-9e91-c8fc1b594a07 x-compute-request-id: req-fb59b580-cd8b-46ce-9e91-c8fc1b594a07 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:a9:2e", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000197", "OS-SRV-USG:launched_at": "2018-08-20T22:05:57.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "e5608c6c-5e2e-422a-86c7-dd4889a40ed8", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:05:57Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-08-20T22:05:48Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:04,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8 used request id req-fb59b580-cd8b-46ce-9e91-c8fc1b594a07 2018-08-20 22:06:04,679 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.5'. 2018-08-20 22:06:04,679 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-08-20 22:06:04,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4ee9e4f21ef9d8b17b487fe0d0147704fb9caa" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:06:06,282 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:06:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e134b90e-6b35-49db-97cd-a131b26f590c x-compute-request-id: req-e134b90e-6b35-49db-97cd-a131b26f590c Content-Length: 0 Content-Type: application/json 2018-08-20 22:06:06,282 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-e134b90e-6b35-49db-97cd-a131b26f590c 2018-08-20 22:06:06,283 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-08-20 22:06:06,283 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=6cce4dda-3ae6-4ff3-b440-09c151cf43ef network=2c242cf8-6ef2-4c49-aac6-7c594067d5fe secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.5 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-20 22:06:06,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:06:06,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:06:06,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:06:06,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:06:06,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:06:06,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:06:06,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:06:06,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:06:06,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:06:06,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:06:06,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:06:06,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:06:06,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:06:06,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:06:06,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:06:06,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:06:06,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:06:06,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:06:06,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:06:06,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:06:06,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:06:06,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:06:06,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:06:06,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:06:06,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:06:06,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:06:06,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:06:06,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:06:06,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:06:06,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:06:06,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:06:06,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:06:06,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:06:06,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:06:06,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:06:06,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:06:06,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:06:06,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:06:06,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:06:06,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:06:06,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:06:06,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:06:06,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:06:06,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:06:06,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:06:06,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:06:06,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:06:06,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:06:06,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:06:06,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:06:06,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:06:06,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16b93bba-2bd9-40b3-bc75-96fc5fb883ee Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:06:06,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-16b93bba-2bd9-40b3-bc75-96fc5fb883ee 2018-08-20 22:06:06,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:06:06,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:06:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["a6lhzon-TauHcc4rOE0o8g"], "issued_at": "2018-08-20T22:06:06.000000Z"}} 2018-08-20 22:06:06,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" 2018-08-20 22:06:07,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-efc33ac3-436b-421a-8c60-ca0090c87670 x-compute-request-id: req-efc33ac3-436b-421a-8c60-ca0090c87670 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:06:07,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-efc33ac3-436b-421a-8c60-ca0090c87670 2018-08-20 22:06:07,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" 2018-08-20 22:06:07,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-d9b70175-9ae9-4bd7-9a9b-541ff76ac340 x-compute-request-id: req-d9b70175-9ae9-4bd7-9a9b-541ff76ac340 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:06:07,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-d9b70175-9ae9-4bd7-9a9b-541ff76ac340 2018-08-20 22:06:07,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2c242cf8-6ef2-4c49-aac6-7c594067d5fe"}], "config_drive": true}}' 2018-08-20 22:06:10,402 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:06: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-defe62d1-4235-4b54-8a8c-9111fa5642d1 x-compute-request-id: req-defe62d1-4235-4b54-8a8c-9111fa5642d1 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d3d49e6b-ef39-410d-af39-54bb2f5df699", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699", "rel": "bookmark"}], "adminPass": "RaBG43hAf7kg"}} 2018-08-20 22:06:10,402 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-defe62d1-4235-4b54-8a8c-9111fa5642d1 2018-08-20 22:06:10,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:06:10,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b81939-423d-4737-9174-2a6d4e3e67b6 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:06:10,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-93b81939-423d-4737-9174-2a6d4e3e67b6 2018-08-20 22:06:10,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:06:10,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:06:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["JIMnlnNHT4m-8HJnX9zfsA"], "issued_at": "2018-08-20T22:06:10.000000Z"}} 2018-08-20 22:06:10,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0e52573bc9d1b8c065f9c4cb2f8fa298eb4e082" 2018-08-20 22:06:11,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5951384-161f-4728-9130-7df8194fda7a x-compute-request-id: req-f5951384-161f-4728-9130-7df8194fda7a Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d3d49e6b-ef39-410d-af39-54bb2f5df699", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:06:11Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-1", "created": "2018-08-20T22:06:10Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:11,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699 used request id req-f5951384-161f-4728-9130-7df8194fda7a 2018-08-20 22:06:14,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0e52573bc9d1b8c065f9c4cb2f8fa298eb4e082" 2018-08-20 22:06:16,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d312cecd-6291-4ea9-b4a9-043d01ff1d08 x-compute-request-id: req-d312cecd-6291-4ea9-b4a9-043d01ff1d08 Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000019a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d3d49e6b-ef39-410d-af39-54bb2f5df699", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:06:12Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-08-20T22:06:10Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:16,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699 used request id req-d312cecd-6291-4ea9-b4a9-043d01ff1d08 2018-08-20 22:06:19,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0e52573bc9d1b8c065f9c4cb2f8fa298eb4e082" 2018-08-20 22:06:20,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-8b40a818-2b0f-47e0-8b69-c7cd8f683e26 x-compute-request-id: req-8b40a818-2b0f-47e0-8b69-c7cd8f683e26 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:b1:d3", "version": 4, "addr": "10.10.10.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000019a", "OS-SRV-USG:launched_at": "2018-08-20T22:06:17.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d3d49e6b-ef39-410d-af39-54bb2f5df699", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T22:06:17Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-08-20T22:06:10Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:20,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699 used request id req-8b40a818-2b0f-47e0-8b69-c7cd8f683e26 2018-08-20 22:06:20,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" 2018-08-20 22:06:21,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8301bfbd-c014-436a-926c-36653be6ca22 x-compute-request-id: req-8301bfbd-c014-436a-926c-36653be6ca22 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:b1:d3", "version": 4, "addr": "10.10.10.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000019a", "OS-SRV-USG:launched_at": "2018-08-20T22:06:17.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "d3d49e6b-ef39-410d-af39-54bb2f5df699", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T22:06:17Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-08-20T22:06:10Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:21,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699 used request id req-8301bfbd-c014-436a-926c-36653be6ca22 2018-08-20 22:06:21,812 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.17'. 2018-08-20 22:06:21,812 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-08-20 22:06:21,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4ee9e4f21ef9d8b17b487fe0d0147704fb9caa" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:06:23,897 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:06:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d9efdd5-535b-44fc-90da-e89614a8cc2c x-compute-request-id: req-4d9efdd5-535b-44fc-90da-e89614a8cc2c Content-Length: 0 Content-Type: application/json 2018-08-20 22:06:23,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-4d9efdd5-535b-44fc-90da-e89614a8cc2c 2018-08-20 22:06:23,898 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-08-20 22:06:23,898 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=6cce4dda-3ae6-4ff3-b440-09c151cf43ef network=2c242cf8-6ef2-4c49-aac6-7c594067d5fe secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.17 10.10.10.5 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-20 22:06:23,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:06:23,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:06:23,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:06:23,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:06:23,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:06:23,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:06:23,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:06:23,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:06:23,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:06:23,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:06:23,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:06:23,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:06:23,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:06:23,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:06:23,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:06:23,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:06:23,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:06:23,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:06:23,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:06:23,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:06:23,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:06:23,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:06:23,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:06:23,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:06:23,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:06:23,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:06:23,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:06:23,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:06:23,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:06:23,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:06:23,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:06:23,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:06:23,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:06:23,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:06:23,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:06:23,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:06:23,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:06:23,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:06:23,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:06:23,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:06:23,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:06:23,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:06:23,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:06:23,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:06:23,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:06:23,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:06:23,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:06:23,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:06:23,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:06:23,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:06:23,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:06:23,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c22b5a19-9a87-4d7a-b482-14fef00b161b Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:06:23,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c22b5a19-9a87-4d7a-b482-14fef00b161b 2018-08-20 22:06:23,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:06:24,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:06:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["sUEls3qWQ9OkiQ166AQGQQ"], "issued_at": "2018-08-20T22:06:24.000000Z"}} 2018-08-20 22:06:24,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" 2018-08-20 22:06:24,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-609e3527-c2f5-4ae1-bcb2-1626a3489114 x-compute-request-id: req-609e3527-c2f5-4ae1-bcb2-1626a3489114 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:06:24,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-609e3527-c2f5-4ae1-bcb2-1626a3489114 2018-08-20 22:06:24,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" 2018-08-20 22:06:24,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-36962cfa-eb1b-414e-a055-5d3beaf56722 x-compute-request-id: req-36962cfa-eb1b-414e-a055-5d3beaf56722 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:06:24,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-36962cfa-eb1b-414e-a055-5d3beaf56722 2018-08-20 22:06:24,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNyAxMC4xMC4xMC41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2c242cf8-6ef2-4c49-aac6-7c594067d5fe"}], "config_drive": true}}' 2018-08-20 22:06:27,463 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:06: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-25104e1f-61ed-4f08-aa37-a09c934e2d07 x-compute-request-id: req-25104e1f-61ed-4f08-aa37-a09c934e2d07 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cbf86791-7004-41eb-835c-3860ab3c22bd", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "bookmark"}], "adminPass": "A77vgejzLxfd"}} 2018-08-20 22:06:27,463 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-25104e1f-61ed-4f08-aa37-a09c934e2d07 2018-08-20 22:06:27,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:06:27,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc62dd1-0031-4232-ae6b-33af7e1f5778 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:06:27,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1cc62dd1-0031-4232-ae6b-33af7e1f5778 2018-08-20 22:06:27,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:06:27,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:06:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["kCJs7UnkQ3icCdAHxZz8fQ"], "issued_at": "2018-08-20T22:06:27.000000Z"}} 2018-08-20 22:06:27,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f72e246c16ba2d540e0e37104a522b11b4f5f65f" 2018-08-20 22:06:28,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-6520654b-5ea2-43ac-aef0-2e94057c8e73 x-compute-request-id: req-6520654b-5ea2-43ac-aef0-2e94057c8e73 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "cbf86791-7004-41eb-835c-3860ab3c22bd", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:06:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-3", "created": "2018-08-20T22:06:27Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:28,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd used request id req-6520654b-5ea2-43ac-aef0-2e94057c8e73 2018-08-20 22:06:31,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f72e246c16ba2d540e0e37104a522b11b4f5f65f" 2018-08-20 22:06:32,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2e9affe-ecfb-4e87-9ad2-f5492c5e4962 x-compute-request-id: req-c2e9affe-ecfb-4e87-9ad2-f5492c5e4962 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000019d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "cbf86791-7004-41eb-835c-3860ab3c22bd", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:06:29Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-08-20T22:06:27Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:32,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd used request id req-c2e9affe-ecfb-4e87-9ad2-f5492c5e4962 2018-08-20 22:06:35,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f72e246c16ba2d540e0e37104a522b11b4f5f65f" 2018-08-20 22:06:37,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-c9f952fc-b1ed-4cfe-a82b-9fe8bd7a274f x-compute-request-id: req-c9f952fc-b1ed-4cfe-a82b-9fe8bd7a274f Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:2d:b9", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000019d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "cbf86791-7004-41eb-835c-3860ab3c22bd", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:06:29Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-08-20T22:06:27Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:37,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd used request id req-c9f952fc-b1ed-4cfe-a82b-9fe8bd7a274f 2018-08-20 22:06:40,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f72e246c16ba2d540e0e37104a522b11b4f5f65f" 2018-08-20 22:06:41,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-438064aa-8ea4-40a7-b178-4b66a5abd93e x-compute-request-id: req-438064aa-8ea4-40a7-b178-4b66a5abd93e Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:2d:b9", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000019d", "OS-SRV-USG:launched_at": "2018-08-20T22:06:39.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "cbf86791-7004-41eb-835c-3860ab3c22bd", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T22:06:39Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-08-20T22:06:27Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:41,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd used request id req-438064aa-8ea4-40a7-b178-4b66a5abd93e 2018-08-20 22:06:41,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" 2018-08-20 22:06:42,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d958ee7-b21a-4c97-9e93-cfe492168dae x-compute-request-id: req-7d958ee7-b21a-4c97-9e93-cfe492168dae Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:2d:b9", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cbf86791-7004-41eb-835c-3860ab3c22bd", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000019d", "OS-SRV-USG:launched_at": "2018-08-20T22:06:39.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "cbf86791-7004-41eb-835c-3860ab3c22bd", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ACTIVE", "updated": "2018-08-20T22:06:39Z", "hostId": "d68fc176b00133cf1618f5d7e4aa9ae30e3f283d1ec7be6fdfbcab99", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-08-20T22:06:27Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:06:42,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd used request id req-7d958ee7-b21a-4c97-9e93-cfe492168dae 2018-08-20 22:06:42,539 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.10'. 2018-08-20 22:06:42,539 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-08-20 22:06:42,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4ee9e4f21ef9d8b17b487fe0d0147704fb9caa" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:06:44,476 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:06: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-4cc7cb96-5172-4507-b0d6-0a91b4b82d34 x-compute-request-id: req-4cc7cb96-5172-4507-b0d6-0a91b4b82d34 Content-Length: 0 Content-Type: application/json 2018-08-20 22:06:44,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-4cc7cb96-5172-4507-b0d6-0a91b4b82d34 2018-08-20 22:06:44,477 - sdnvpn_test_utils - INFO - Waiting for instance e5608c6c-5e2e-422a-86c7-dd4889a40ed8 to boot up 2018-08-20 22:06:44,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:44,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-8d7b9325-0e53-48d9-aa50-3fb35a66ca80 x-compute-request-id: req-8d7b9325-0e53-48d9-aa50-3fb35a66ca80 Content-Encoding: gzip Content-Length: 10092 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-20 22:06:44,560 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-8d7b9325-0e53-48d9-aa50-3fb35a66ca80 2018-08-20 22:06:46,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:46,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f9ffb45-65f8-4109-8531-e5077e39771c x-compute-request-id: req-0f9ffb45-65f8-4109-8531-e5077e39771c Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:06:46,683 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-0f9ffb45-65f8-4109-8531-e5077e39771c 2018-08-20 22:06:48,718 - sdnvpn_test_utils - INFO - Waiting for instance d3d49e6b-ef39-410d-af39-54bb2f5df699 to boot up 2018-08-20 22:06:48,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:48,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-127fb868-7482-4cea-bd4e-dddec5378d41 x-compute-request-id: req-127fb868-7482-4cea-bd4e-dddec5378d41 Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:06:48,910 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-127fb868-7482-4cea-bd4e-dddec5378d41 2018-08-20 22:06:50,914 - sdnvpn_test_utils - INFO - Waiting for instance cbf86791-7004-41eb-835c-3860ab3c22bd to boot up 2018-08-20 22:06:50,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:51,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-d8197d45-fe6e-4a16-8779-34053bec9286 x-compute-request-id: req-d8197d45-fe6e-4a16-8779-34053bec9286 Content-Encoding: gzip Content-Length: 8163 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\n"} 2018-08-20 22:06:51,029 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-d8197d45-fe6e-4a16-8779-34053bec9286 2018-08-20 22:06:53,075 - __name__ - INFO - Starting all monitor threads 2018-08-20 22:06:53,081 - __name__ - INFO - Wait before subtest 2018-08-20 22:06:54,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:54,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:54,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:54,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb4eb302-e8e1-44d2-a6d0-8d3f1f0152cf x-compute-request-id: req-fb4eb302-e8e1-44d2-a6d0-8d3f1f0152cf Content-Encoding: gzip Content-Length: 8163 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\n"} 2018-08-20 22:06:54,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-fb4eb302-e8e1-44d2-a6d0-8d3f1f0152cf 2018-08-20 22:06:54,192 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.17 OK 2018-08-20 22:06:54,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f46b383d-6142-40b9-be0f-774fdb62d146 x-compute-request-id: req-f46b383d-6142-40b9-be0f-774fdb62d146 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:06:54,193 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-f46b383d-6142-40b9-be0f-774fdb62d146 2018-08-20 22:06:54,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a937b8c-c131-4f6b-9017-ca5185abfcdc x-compute-request-id: req-5a937b8c-c131-4f6b-9017-ca5185abfcdc Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:06:54,361 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-5a937b8c-c131-4f6b-9017-ca5185abfcdc 2018-08-20 22:06:54,364 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.5 OK 2018-08-20 22:06:54,364 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.5 OK 2018-08-20 22:06:54,365 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.5 OK 2018-08-20 22:06:55,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:55,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:55,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-a2833cb2-e4aa-40ef-ad49-568578b03052 x-compute-request-id: req-a2833cb2-e4aa-40ef-ad49-568578b03052 Content-Encoding: gzip Content-Length: 8163 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\n"} 2018-08-20 22:06:55,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-a2833cb2-e4aa-40ef-ad49-568578b03052 2018-08-20 22:06:55,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-3819d7fb-fcb3-4b49-ba43-ffab083d9181 x-compute-request-id: req-3819d7fb-fcb3-4b49-ba43-ffab083d9181 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:06:55,271 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-3819d7fb-fcb3-4b49-ba43-ffab083d9181 2018-08-20 22:06:55,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:55,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-ac5185db-b463-439d-95c7-2307338813a0 x-compute-request-id: req-ac5185db-b463-439d-95c7-2307338813a0 Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:06:55,434 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-ac5185db-b463-439d-95c7-2307338813a0 2018-08-20 22:06:56,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:56,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:56,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0eb64ce7-aec3-4ea9-9e51-7018a3cdea19 x-compute-request-id: req-0eb64ce7-aec3-4ea9-9e51-7018a3cdea19 Content-Encoding: gzip Content-Length: 8163 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\n"} 2018-08-20 22:06:56,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-0eb64ce7-aec3-4ea9-9e51-7018a3cdea19 2018-08-20 22:06:56,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aea52b44-a155-4d02-9ea5-0f3e3343f182 x-compute-request-id: req-aea52b44-a155-4d02-9ea5-0f3e3343f182 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:06:56,355 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-aea52b44-a155-4d02-9ea5-0f3e3343f182 2018-08-20 22:06:56,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:56,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f1853fb-13ae-47a4-b277-a025bc9a69e3 x-compute-request-id: req-7f1853fb-13ae-47a4-b277-a025bc9a69e3 Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:06:56,499 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-7f1853fb-13ae-47a4-b277-a025bc9a69e3 2018-08-20 22:06:57,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:57,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:57,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ce578bf-ef01-4306-ba5f-6df3b17ea643 x-compute-request-id: req-4ce578bf-ef01-4306-ba5f-6df3b17ea643 Content-Encoding: gzip Content-Length: 8163 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\n"} 2018-08-20 22:06:57,420 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-4ce578bf-ef01-4306-ba5f-6df3b17ea643 2018-08-20 22:06:57,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00326534-6028-49d7-99bd-94a3ce3a1c99 x-compute-request-id: req-00326534-6028-49d7-99bd-94a3ce3a1c99 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:06:57,433 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-00326534-6028-49d7-99bd-94a3ce3a1c99 2018-08-20 22:06:57,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:57,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66d84ed9-6d9d-4dd3-8dad-a530626845c6 x-compute-request-id: req-66d84ed9-6d9d-4dd3-8dad-a530626845c6 Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:06:57,573 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-66d84ed9-6d9d-4dd3-8dad-a530626845c6 2018-08-20 22:06:58,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:58,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:58,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-9c72dbb3-deac-4ab3-87da-1417149e1171 x-compute-request-id: req-9c72dbb3-deac-4ab3-87da-1417149e1171 Content-Encoding: gzip Content-Length: 8163 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\n"} 2018-08-20 22:06:58,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-9c72dbb3-deac-4ab3-87da-1417149e1171 2018-08-20 22:06:58,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-c99b7e47-da03-454f-91e1-210c1e848907 x-compute-request-id: req-c99b7e47-da03-454f-91e1-210c1e848907 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:06:58,513 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-c99b7e47-da03-454f-91e1-210c1e848907 2018-08-20 22:06:58,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:58,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-322153ee-c30a-43df-8810-262913b7e0ff x-compute-request-id: req-322153ee-c30a-43df-8810-262913b7e0ff Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:06:58,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-322153ee-c30a-43df-8810-262913b7e0ff 2018-08-20 22:06:59,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:59,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:59,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-116e23b3-78e6-446e-aacc-f3cc688e1519 x-compute-request-id: req-116e23b3-78e6-446e-aacc-f3cc688e1519 Content-Encoding: gzip Content-Length: 8163 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\n"} 2018-08-20 22:06:59,570 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-116e23b3-78e6-446e-aacc-f3cc688e1519 2018-08-20 22:06:59,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-8b26129c-c4ea-42fa-ac71-619707a77b47 x-compute-request-id: req-8b26129c-c4ea-42fa-ac71-619707a77b47 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:06:59,616 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-8b26129c-c4ea-42fa-ac71-619707a77b47 2018-08-20 22:06:59,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:06:59,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:06: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-eedaaedb-0272-4150-8886-2645f0f42888 x-compute-request-id: req-eedaaedb-0272-4150-8886-2645f0f42888 Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:06:59,749 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-eedaaedb-0272-4150-8886-2645f0f42888 2018-08-20 22:07:00,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:00,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:00,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4794ac0a-0aca-4465-a5e5-47ea7ccb1ad7 x-compute-request-id: req-4794ac0a-0aca-4465-a5e5-47ea7ccb1ad7 Content-Encoding: gzip Content-Length: 8167 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:00,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-4794ac0a-0aca-4465-a5e5-47ea7ccb1ad7 2018-08-20 22:07:00,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b6ab86d-8a58-4ab4-ad88-299a1981a276 x-compute-request-id: req-5b6ab86d-8a58-4ab4-ad88-299a1981a276 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:00,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-5b6ab86d-8a58-4ab4-ad88-299a1981a276 2018-08-20 22:07:00,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:00,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdefa63b-2605-4544-841e-394ba23b6eb4 x-compute-request-id: req-bdefa63b-2605-4544-841e-394ba23b6eb4 Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:00,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-bdefa63b-2605-4544-841e-394ba23b6eb4 2018-08-20 22:07:01,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:01,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:01,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-0cd4e4ae-d421-4402-b002-a79826a7c290 x-compute-request-id: req-0cd4e4ae-d421-4402-b002-a79826a7c290 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:01,810 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-0cd4e4ae-d421-4402-b002-a79826a7c290 2018-08-20 22:07:01,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-fa7be0cb-5d17-4923-b486-34e481f4083c x-compute-request-id: req-fa7be0cb-5d17-4923-b486-34e481f4083c Content-Encoding: gzip Content-Length: 8167 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:01,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-fa7be0cb-5d17-4923-b486-34e481f4083c 2018-08-20 22:07:01,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:01,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-78aa3053-9a27-467a-8104-227823f1af93 x-compute-request-id: req-78aa3053-9a27-467a-8104-227823f1af93 Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:01,885 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-78aa3053-9a27-467a-8104-227823f1af93 2018-08-20 22:07:02,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:02,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:02,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:02,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-e03570a4-db5b-47a4-948f-f320acd086fd x-compute-request-id: req-e03570a4-db5b-47a4-948f-f320acd086fd Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:02,893 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-e03570a4-db5b-47a4-948f-f320acd086fd 2018-08-20 22:07:02,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-dc9960e3-3b24-4c8b-a7e4-6aa66872349c x-compute-request-id: req-dc9960e3-3b24-4c8b-a7e4-6aa66872349c Content-Encoding: gzip Content-Length: 8167 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:02,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-dc9960e3-3b24-4c8b-a7e4-6aa66872349c 2018-08-20 22:07:02,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-991bb674-61a4-469c-a31c-9ca32675b46a x-compute-request-id: req-991bb674-61a4-469c-a31c-9ca32675b46a Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:02,959 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-991bb674-61a4-469c-a31c-9ca32675b46a 2018-08-20 22:07:03,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:03,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:03,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:03,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-91178b19-9f69-4afd-b4d6-11e4d553904e x-compute-request-id: req-91178b19-9f69-4afd-b4d6-11e4d553904e Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:03,971 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-91178b19-9f69-4afd-b4d6-11e4d553904e 2018-08-20 22:07:03,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-aad19437-81a7-4995-9bfa-a05cf5201a0f x-compute-request-id: req-aad19437-81a7-4995-9bfa-a05cf5201a0f Content-Encoding: gzip Content-Length: 8167 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:03,986 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-aad19437-81a7-4995-9bfa-a05cf5201a0f 2018-08-20 22:07:04,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-f6b189aa-47c3-4284-a7c9-4dfb2a22bb8f x-compute-request-id: req-f6b189aa-47c3-4284-a7c9-4dfb2a22bb8f Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:04,028 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-f6b189aa-47c3-4284-a7c9-4dfb2a22bb8f 2018-08-20 22:07:04,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:04,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:05,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:05,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b49f755-88f3-493f-85b3-6e2ac89d1da2 x-compute-request-id: req-8b49f755-88f3-493f-85b3-6e2ac89d1da2 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:05,041 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-8b49f755-88f3-493f-85b3-6e2ac89d1da2 2018-08-20 22:07:05,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c21941cf-93dd-444f-9a59-22c058cacfa8 x-compute-request-id: req-c21941cf-93dd-444f-9a59-22c058cacfa8 Content-Encoding: gzip Content-Length: 8167 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:05,060 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-c21941cf-93dd-444f-9a59-22c058cacfa8 2018-08-20 22:07:05,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c34befc-07de-4513-9190-8916fe0a32d4 x-compute-request-id: req-0c34befc-07de-4513-9190-8916fe0a32d4 Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:05,093 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-0c34befc-07de-4513-9190-8916fe0a32d4 2018-08-20 22:07:06,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:06,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:06,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:06,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-bb2b9257-0672-43c3-be0c-2f0aa2609871 x-compute-request-id: req-bb2b9257-0672-43c3-be0c-2f0aa2609871 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:06,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-bb2b9257-0672-43c3-be0c-2f0aa2609871 2018-08-20 22:07:06,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-6f5a9ae4-34e5-4b16-8a3a-66438dbf1424 x-compute-request-id: req-6f5a9ae4-34e5-4b16-8a3a-66438dbf1424 Content-Encoding: gzip Content-Length: 8167 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:06,132 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-6f5a9ae4-34e5-4b16-8a3a-66438dbf1424 2018-08-20 22:07:06,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-7a7e31d4-642b-462b-b4de-d2f8d3bf56d5 x-compute-request-id: req-7a7e31d4-642b-462b-b4de-d2f8d3bf56d5 Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:06,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-7a7e31d4-642b-462b-b4de-d2f8d3bf56d5 2018-08-20 22:07:07,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:07,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:07,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:07,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-bde6a740-a431-43d0-a801-6eeb3134dfd0 x-compute-request-id: req-bde6a740-a431-43d0-a801-6eeb3134dfd0 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:07,192 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-bde6a740-a431-43d0-a801-6eeb3134dfd0 2018-08-20 22:07:07,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-9d7c8f59-a66f-4114-a7ab-796d8e476845 x-compute-request-id: req-9d7c8f59-a66f-4114-a7ab-796d8e476845 Content-Encoding: gzip Content-Length: 8167 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:07,196 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-9d7c8f59-a66f-4114-a7ab-796d8e476845 2018-08-20 22:07:07,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-d55b2c81-cafb-4da4-8915-8d33c11981ad x-compute-request-id: req-d55b2c81-cafb-4da4-8915-8d33c11981ad Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:07,257 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-d55b2c81-cafb-4da4-8915-8d33c11981ad 2018-08-20 22:07:08,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:08,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:08,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:08,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-986bcda3-fa0e-4360-b6ac-8ba185f74ca1 x-compute-request-id: req-986bcda3-fa0e-4360-b6ac-8ba185f74ca1 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:08,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-986bcda3-fa0e-4360-b6ac-8ba185f74ca1 2018-08-20 22:07:08,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73b44ffd-3a6c-435d-85e2-164ff43eaff0 x-compute-request-id: req-73b44ffd-3a6c-435d-85e2-164ff43eaff0 Content-Encoding: gzip Content-Length: 8167 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:08,282 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-73b44ffd-3a6c-435d-85e2-164ff43eaff0 2018-08-20 22:07:08,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a91041e8-9cac-4df0-80fa-c83da0340631 x-compute-request-id: req-a91041e8-9cac-4df0-80fa-c83da0340631 Content-Encoding: gzip Content-Length: 8149 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:08,322 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-a91041e8-9cac-4df0-80fa-c83da0340631 2018-08-20 22:07:09,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:09,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:09,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:09,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13faa7d2-367e-4c08-ae6d-46ee361cdc7f x-compute-request-id: req-13faa7d2-367e-4c08-ae6d-46ee361cdc7f Content-Encoding: gzip Content-Length: 8167 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:09,347 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-13faa7d2-367e-4c08-ae6d-46ee361cdc7f 2018-08-20 22:07:09,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a53e5959-b206-406b-a46f-c4cd03c5fcb3 x-compute-request-id: req-a53e5959-b206-406b-a46f-c4cd03c5fcb3 Content-Encoding: gzip Content-Length: 8150 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:09,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-301e34e0-215a-496b-9508-4f3604bc9f3f x-compute-request-id: req-301e34e0-215a-496b-9508-4f3604bc9f3f Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:09,389 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-a53e5959-b206-406b-a46f-c4cd03c5fcb3 2018-08-20 22:07:09,389 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-301e34e0-215a-496b-9508-4f3604bc9f3f 2018-08-20 22:07:10,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:10,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:10,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:10,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-68234784-a4d7-4185-a0da-adbf788dcf25 x-compute-request-id: req-68234784-a4d7-4185-a0da-adbf788dcf25 Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\n"} 2018-08-20 22:07:10,423 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-68234784-a4d7-4185-a0da-adbf788dcf25 2018-08-20 22:07:10,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-ae2dca02-b536-4775-95d3-bc63bce7f7c2 x-compute-request-id: req-ae2dca02-b536-4775-95d3-bc63bce7f7c2 Content-Encoding: gzip Content-Length: 8150 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:10,460 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-ae2dca02-b536-4775-95d3-bc63bce7f7c2 2018-08-20 22:07:10,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-106d93aa-bb91-4dda-8cfc-868784a9d942 x-compute-request-id: req-106d93aa-bb91-4dda-8cfc-868784a9d942 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:10,467 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-106d93aa-bb91-4dda-8cfc-868784a9d942 2018-08-20 22:07:11,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:11,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:11,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:11,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-c13bc393-10d7-4be2-9e42-564f172241e8 x-compute-request-id: req-c13bc393-10d7-4be2-9e42-564f172241e8 Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\n"} 2018-08-20 22:07:11,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-c13bc393-10d7-4be2-9e42-564f172241e8 2018-08-20 22:07:11,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-908ade17-f292-46f3-a227-7cb0d7552bcb x-compute-request-id: req-908ade17-f292-46f3-a227-7cb0d7552bcb Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:11,538 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-908ade17-f292-46f3-a227-7cb0d7552bcb 2018-08-20 22:07:11,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-99c45fb2-ecf8-4b8f-a548-81f947edde6c x-compute-request-id: req-99c45fb2-ecf8-4b8f-a548-81f947edde6c Content-Encoding: gzip Content-Length: 8150 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:11,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-99c45fb2-ecf8-4b8f-a548-81f947edde6c 2018-08-20 22:07:12,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:12,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:12,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:12,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3429973c-8c3e-41ea-8efe-a0bdf2ee8c58 x-compute-request-id: req-3429973c-8c3e-41ea-8efe-a0bdf2ee8c58 Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\n"} 2018-08-20 22:07:12,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-3429973c-8c3e-41ea-8efe-a0bdf2ee8c58 2018-08-20 22:07:12,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09bef163-87c3-4792-af15-dcb3507a9780 x-compute-request-id: req-09bef163-87c3-4792-af15-dcb3507a9780 Content-Encoding: gzip Content-Length: 8150 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:12,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-09bef163-87c3-4792-af15-dcb3507a9780 2018-08-20 22:07:12,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aabf0cc1-2580-474b-b1b0-98f4030937f4 x-compute-request-id: req-aabf0cc1-2580-474b-b1b0-98f4030937f4 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:12,626 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-aabf0cc1-2580-474b-b1b0-98f4030937f4 2018-08-20 22:07:13,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:13,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:13,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:13,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-cc738ada-1c86-4bcd-b697-edb949af0763 x-compute-request-id: req-cc738ada-1c86-4bcd-b697-edb949af0763 Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\n"} 2018-08-20 22:07:13,643 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-cc738ada-1c86-4bcd-b697-edb949af0763 2018-08-20 22:07:13,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-41217fb6-693b-4fb5-8c34-b592553d5987 x-compute-request-id: req-41217fb6-693b-4fb5-8c34-b592553d5987 Content-Encoding: gzip Content-Length: 8150 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:13,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-41217fb6-693b-4fb5-8c34-b592553d5987 2018-08-20 22:07:13,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-d186a6b4-4799-4b95-9535-51f63d08f20e x-compute-request-id: req-d186a6b4-4799-4b95-9535-51f63d08f20e Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:13,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-d186a6b4-4799-4b95-9535-51f63d08f20e 2018-08-20 22:07:14,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:14,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:14,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:14,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e1a55ae-659c-4ae4-835b-8dd1f7e6380e x-compute-request-id: req-6e1a55ae-659c-4ae4-835b-8dd1f7e6380e Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\n"} 2018-08-20 22:07:14,726 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-6e1a55ae-659c-4ae4-835b-8dd1f7e6380e 2018-08-20 22:07:14,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a6df511-29a6-43ae-b448-e35703d088d0 x-compute-request-id: req-2a6df511-29a6-43ae-b448-e35703d088d0 Content-Encoding: gzip Content-Length: 8150 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:14,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-2a6df511-29a6-43ae-b448-e35703d088d0 2018-08-20 22:07:14,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9867bb1-246e-41fd-91cd-7cdb5434b109 x-compute-request-id: req-b9867bb1-246e-41fd-91cd-7cdb5434b109 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:14,797 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-b9867bb1-246e-41fd-91cd-7cdb5434b109 2018-08-20 22:07:15,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:15,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:15,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:15,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-c50eadc5-1c10-483e-ac8f-69b94db021c3 x-compute-request-id: req-c50eadc5-1c10-483e-ac8f-69b94db021c3 Content-Encoding: gzip Content-Length: 8150 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:15,827 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-c50eadc5-1c10-483e-ac8f-69b94db021c3 2018-08-20 22:07:15,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-73aa524c-e723-4d63-8a0d-79ba1d496a55 x-compute-request-id: req-73aa524c-e723-4d63-8a0d-79ba1d496a55 Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\n"} 2018-08-20 22:07:15,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-73aa524c-e723-4d63-8a0d-79ba1d496a55 2018-08-20 22:07:15,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-c637efa2-997f-4a57-9b3d-f5feb3d4ec57 x-compute-request-id: req-c637efa2-997f-4a57-9b3d-f5feb3d4ec57 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:15,877 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-c637efa2-997f-4a57-9b3d-f5feb3d4ec57 2018-08-20 22:07:16,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:16,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:16,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:16,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-4877a349-b449-4cc7-ac7a-4c8df76183fd x-compute-request-id: req-4877a349-b449-4cc7-ac7a-4c8df76183fd Content-Encoding: gzip Content-Length: 8150 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:16,890 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-4877a349-b449-4cc7-ac7a-4c8df76183fd 2018-08-20 22:07:16,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-ca5deefb-7081-4b5a-8967-3b94c11f1bf2 x-compute-request-id: req-ca5deefb-7081-4b5a-8967-3b94c11f1bf2 Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\n"} 2018-08-20 22:07:16,892 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-ca5deefb-7081-4b5a-8967-3b94c11f1bf2 2018-08-20 22:07:16,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-5368dc40-7d3a-4b1f-8ea1-6a05b4aa7446 x-compute-request-id: req-5368dc40-7d3a-4b1f-8ea1-6a05b4aa7446 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:16,950 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-5368dc40-7d3a-4b1f-8ea1-6a05b4aa7446 2018-08-20 22:07:17,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:17,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:17,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:17,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e24be90-7eff-4f91-9148-4a9c76120b13 x-compute-request-id: req-4e24be90-7eff-4f91-9148-4a9c76120b13 Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\n"} 2018-08-20 22:07:17,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-4e24be90-7eff-4f91-9148-4a9c76120b13 2018-08-20 22:07:17,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c269ebd-542c-430f-b5be-83708a1b37de x-compute-request-id: req-7c269ebd-542c-430f-b5be-83708a1b37de Content-Encoding: gzip Content-Length: 8150 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:17,964 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-7c269ebd-542c-430f-b5be-83708a1b37de 2018-08-20 22:07:18,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83210836-26fe-4d06-bb82-f89519295cd0 x-compute-request-id: req-83210836-26fe-4d06-bb82-f89519295cd0 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:18,024 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-83210836-26fe-4d06-bb82-f89519295cd0 2018-08-20 22:07:18,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:18,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:19,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:19,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-c212999f-4ff1-4773-b324-8cf01e91149b x-compute-request-id: req-c212999f-4ff1-4773-b324-8cf01e91149b Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:19,035 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-c212999f-4ff1-4773-b324-8cf01e91149b 2018-08-20 22:07:19,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-aad69f21-afd7-42e5-9bc3-0e1096989136 x-compute-request-id: req-aad69f21-afd7-42e5-9bc3-0e1096989136 Content-Encoding: gzip Content-Length: 8153 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:19,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-aad69f21-afd7-42e5-9bc3-0e1096989136 2018-08-20 22:07:19,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-97d85b42-b11a-4d97-805f-28f94a7ce156 x-compute-request-id: req-97d85b42-b11a-4d97-805f-28f94a7ce156 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:19,100 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-97d85b42-b11a-4d97-805f-28f94a7ce156 2018-08-20 22:07:20,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:20,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:20,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:20,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-e667ef5f-f58e-4443-a3f9-cede295aea53 x-compute-request-id: req-e667ef5f-f58e-4443-a3f9-cede295aea53 Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:20,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-e667ef5f-f58e-4443-a3f9-cede295aea53 2018-08-20 22:07:20,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-ea1c9b7c-565f-4156-b093-4a262bef8121 x-compute-request-id: req-ea1c9b7c-565f-4156-b093-4a262bef8121 Content-Encoding: gzip Content-Length: 8153 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:20,135 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-ea1c9b7c-565f-4156-b093-4a262bef8121 2018-08-20 22:07:20,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-2fd13129-0657-4a93-9e97-aa2263b680ff x-compute-request-id: req-2fd13129-0657-4a93-9e97-aa2263b680ff Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:20,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-2fd13129-0657-4a93-9e97-aa2263b680ff 2018-08-20 22:07:21,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:21,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:21,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-883aa1ff-7d08-4c31-a87d-e385418d934f x-compute-request-id: req-883aa1ff-7d08-4c31-a87d-e385418d934f Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:21,172 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-883aa1ff-7d08-4c31-a87d-e385418d934f 2018-08-20 22:07:21,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:21,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-d4a9444f-5bcf-4148-a7c4-845e3ee5bbde x-compute-request-id: req-d4a9444f-5bcf-4148-a7c4-845e3ee5bbde Content-Encoding: gzip Content-Length: 8153 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:21,208 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-d4a9444f-5bcf-4148-a7c4-845e3ee5bbde 2018-08-20 22:07:21,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-94b1c1e8-e5f7-42ae-9ca2-c92b707cd1b8 x-compute-request-id: req-94b1c1e8-e5f7-42ae-9ca2-c92b707cd1b8 Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:21,260 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-94b1c1e8-e5f7-42ae-9ca2-c92b707cd1b8 2018-08-20 22:07:22,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:22,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:22,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26c68288-7fb1-468e-95cb-4e174365dd37 x-compute-request-id: req-26c68288-7fb1-468e-95cb-4e174365dd37 Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:22,245 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-26c68288-7fb1-468e-95cb-4e174365dd37 2018-08-20 22:07:22,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:22,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66b22b36-f4c1-4bba-90e9-fe84d89bf18f x-compute-request-id: req-66b22b36-f4c1-4bba-90e9-fe84d89bf18f Content-Encoding: gzip Content-Length: 8153 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:22,283 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-66b22b36-f4c1-4bba-90e9-fe84d89bf18f 2018-08-20 22:07:22,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71046390-f76f-4e81-9943-ee2db4231dae x-compute-request-id: req-71046390-f76f-4e81-9943-ee2db4231dae Content-Encoding: gzip Content-Length: 11133 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 523314687 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.186486] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188751] pid_max: default: 32768 minimum: 301\n[ 0.190002] ACPI: Core revision 20150930\n[ 0.191651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193436] Security Framework initialized\n[ 0.194549] Yama: becoming mindful.\n[ 0.195549] AppArmor: AppArmor initialized\n[ 0.196709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200199] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203680] Initializing cgroup subsys io\n[ 0.204789] Initializing cgroup subsys memory\n[ 0.205965] Initializing cgroup subsys devices\n[ 0.207147] Initializing cgroup subsys freezer\n[ 0.208323] Initializing cgroup subsys net_cls\n[ 0.209537] Initializing cgroup subsys perf_event\n[ 0.210777] Initializing cgroup subsys net_prio\n[ 0.211972] Initializing cgroup subsys hugetlb\n[ 0.213152] Initializing cgroup subsys pids\n[ 0.214320] CPU: Physical Processor ID: 0\n[ 0.216112] mce: CPU supports 10 MCE banks\n[ 0.217265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240329] ftrace: allocating 31920 entries in 125 pages\n[ 0.266214] smpboot: Max logical packages: 1\n[ 0.267375] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269226] x2apic enabled\n[ 0.270395] Switched APIC routing to physical x2apic.\n[ 0.272859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274368] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279504] KVM setup paravirtual spinlock\n[ 0.281135] x86: Booted up 1 node, 1 CPUs\n[ 0.282231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284101] devtmpfs: initialized\n[ 0.286071] evm: security.selinux\n[ 0.287025] evm: security.SMACK64\n[ 0.287983] evm: security.SMACK64EXEC\n[ 0.288996] evm: security.SMACK64TRANSMUTE\n[ 0.290110] evm: security.SMACK64MMAP\n[ 0.291129] evm: security.ima\n[ 0.292008] evm: security.capability\n[ 0.293086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295564] pinctrl core: initialized pinctrl subsystem\n[ 0.297032] RTC time: 22:05:57, date: 08/20/18\n[ 0.298329] NET: Registered protocol family 16\n[ 0.299628] cpuidle: using governor ladder\n[ 0.300791] cpuidle: using governor menu\n[ 0.301874] PCCT header not found.\n[ 0.302892] ACPI: bus type PCI registered\n[ 0.303977] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305633] PCI: Using configuration type 1 for base access\n[ 0.307762] ACPI: Added _OSI(Module Device)\n[ 0.308904] ACPI: Added _OSI(Processor Device)\n[ 0.310069] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313471] ACPI: Interpreter enabled\n[ 0.314500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324516] ACPI: (supports S0 S5)\n[ 0.325482] ACPI: Using IOAPIC for interrupt routing\n[ 0.326755] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333758] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335350] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338290] acpiphp: Slot [3] registered\n[ 0.339379] acpiphp: Slot [4] registered\n[ 0.340473] acpiphp: Slot [5] registered\n[ 0.341575] acpiphp: Slot [6] registered\n[ 0.342658] acpiphp: Slot [7] registered\n[ 0.343749] acpiphp: Slot [8] registered\n[ 0.344831] acpiphp: Slot [9] registered\n[ 0.345912] acpiphp: Slot [10] registered\n[ 0.347013] acpiphp: Slot [11] registered\n[ 0.348113] acpiphp: Slot [12] registered\n[ 0.349228] acpiphp: Slot [13] registered\n[ 0.350318] acpiphp: Slot [14] registered\n[ 0.351453] acpiphp: Slot [15] registered\n[ 0.366954] acpiphp: Slot [16] registered\n[ 0.368053] acpiphp: Slot [17] registered\n[ 0.369154] acpiphp: Slot [18] registered\n[ 0.370257] acpiphp: Slot [19] registered\n[ 0.371396] acpiphp: Slot [20] registered\n[ 0.372498] acpiphp: Slot [21] registered\n[ 0.373606] acpiphp: Slot [22] registered\n[ 0.374705] acpiphp: Slot [23] registered\n[ 0.375806] acpiphp: Slot [24] registered\n[ 0.376905] acpiphp: Slot [25] registered\n[ 0.378004] acpiphp: Slot [26] registered\n[ 0.379107] acpiphp: Slot [27] registered\n[ 0.380217] acpiphp: Slot [28] registered\n[ 0.381350] acpiphp: Slot [29] registered\n[ 0.382450] acpiphp: Slot [30] registered\n[ 0.383548] acpiphp: Slot [31] registered\n[ 0.384645] PCI host bridge to bus 0000:00\n[ 0.385749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387378] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390986] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392965] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394962] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399072] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400780] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402385] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410339] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433130] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446107] vgaarb: loaded\n[ 0.446937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448560] SCSI subsystem initialized\n[ 0.449808] ACPI: bus type USB registered\n[ 0.450929] usbcore: registered new interface driver usbfs\n[ 0.452371] usbcore: registered new interface driver hub\n[ 0.453731] usbcore: registered new device driver usb\n[ 0.455205] PCI: Using ACPI for IRQ routing\n[ 0.456723] NetLabel: Initializing\n[ 0.457692] NetLabel: domain hash size = 128\n[ 0.458840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460126] NetLabel: unlabeled traffic allowed by default\n[ 0.461705] clocksource: Switched to clocksource kvm-clock\n[ 0.471896] AppArmor: AppArmor Filesystem Enabled\n[ 0.473184] pnp: PnP ACPI init\n[ 0.474406] pnp: PnP ACPI: found 5 devices\n[ 0.481256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483595] NET: Registered protocol family 2\n[ 0.484999] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486736] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493070] NET: Registered protocol family 1\n[ 0.494282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511755] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526404] Trying to unpack rootfs image as initramfs...\n[ 0.588878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593985] Scanning for low memory corruption every 60 seconds\n[ 0.596152] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597753] audit: initializing netlink subsys (disabled)\n[ 0.599191] audit: type=2000 audit(1534802757.909:1): initialized\n[ 0.601055] Initialise system trusted keyring\n[ 0.602454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606823] zbud: loaded\n[ 0.607841] VFS: Disk quotas dquot_6.6.0\n[ 0.608967] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611131] fuse init (API version 7.23)\n[ 0.612364] Key type big_key registered\n[ 0.613493] Allocating IMA MOK and blacklist keyrings.\n[ 0.615174] Key type asymmetric registered\n[ 0.616309] Asymmetric key parser 'x509' registered\n[ 0.617616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619676] io scheduler noop registered\n[ 0.620762] io scheduler deadline registered (default)\n[ 0.622128] io scheduler cfq registered\n[ 0.623305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626509] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628508] ACPI: Power Button [PWRF]\n[ 0.629746] GHES: HEST is not enabled!\n[ 0.643963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673723] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676757] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703685] Linux agpgart interface v0.103\n[ 0.707141] brd: module loaded\n[ 0.709345] loop: module loaded\n[ 0.714454] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716454] GPT:90111 != 2097151\n[ 0.717386] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718874] GPT:90111 != 2097151\n[ 0.719808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721111] vda: vda1 vda15\n[ 0.722807] scsi host0: ata_piix\n[ 0.723877] scsi host1: ata_piix\n[ 0.724908] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728536] libphy: Fixed MDIO Bus: probed\n[ 0.729665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730971] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734025] PPP generic driver version 2.4.2\n[ 0.735447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737128] ehci-pci: EHCI PCI platform driver\n[ 0.738389] ehci-platform: EHCI generic platform driver\n[ 0.739844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741427] ohci-pci: OHCI PCI platform driver\n[ 0.742686] ohci-platform: OHCI generic platform driver\n[ 0.744079] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763779] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765442] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769158] usb usb1: Product: UHCI Host Controller\n[ 0.770465] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773551] hub 1-0:1.0: USB hub found\n[ 0.774672] hub 1-0:1.0: 2 ports detected\n[ 0.776087] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779118] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781933] mousedev: PS/2 mouse device common for all mice\n[ 0.783706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791240] i2c /dev entries driver\n[ 0.792367] device-mapper: uevent: version 1.0.3\n[ 0.793770] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798223] NET: Registered protocol family 10\n[ 0.800118] NET: Registered protocol family 17\n[ 0.801384] Key type dns_resolver registered\n[ 0.802833] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804380] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.806942] registered taskstats version 1\n[ 0.808147] Loading compiled-in X.509 certificates\n[ 0.810097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812713] zswap: loaded using pool lzo/zbud\n[ 0.815247] Key type trusted registered\n[ 0.817452] Key type encrypted registered\n[ 0.818631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820097] ima: No TPM chip found, activating TPM-bypass!\n[ 0.821579] evm: HMAC attrs: 0x1\n[ 0.822997] Magic number: 14:363:98\n[ 0.824210] rtc_cmos 00:00: setting system clock to 2018-08-20 22:05:57 UTC (1534802757)\n[ 0.826553] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828110] EDD information not available.\n[ 0.888357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905193] Write protecting the kernel read-only data: 14336k\n[ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.962728] 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-000001ac\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHZS1YOcSqWgwUMojBDFCsSmxIEFWcGKA0vJwVJtvP3hS/MVehHhIb5JCmTgFZslCnhwY4r5tULCJsHh20P1rsm8nCt1Ao6fOnWqsPvsiXgd8ddgG6HOx3HFBI1dtiSVHEVGIdoLsjnVBFevgbJakBgio+HqQtd/3lle973uvCMJC2vfkjz85evDFUm/0e1Q/opgAQT5GBJt0HbTqpVprMRVAmcKylqKGdqHjZU5qN0MWhikK1BHTwgdTf+M9GOZCBbABMmRnlPrGyvJDcHAl6384vgMhH9VDJWGP+2IJWLg4pJpjPRhKZYnBiBEz5wJIeYUsl6IZbLSCTv8P19fxB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMnOALZJhraMpMATvZHCrtE/491YWBWqLQak4JKs+hyv4BV/zl+hOzdlqI3F1aG7+1tYrC1XkOuQPAgyrNyvCxrcUn7B2Vmc3AAdCK96zodRkV6y+TVDSoHMqWYeY92Hs0L3dBS7uvcb0ggNEOGeqqVIzQVrU7xP39bgwrrP55hJAAAAFQDXICXWkhCgpaZ2A+Ch5hp7HKyCsQAAAIBbFwt3byHvmzoeA4jadgc4NdXw5tEFSyHm5BABtkq5JEKexdb/MI/irtyXI2xsCIs59hMgSogKU4qAe8H73Z0OB1J4g10ctSFfFMfPV/2aRFQc3kwFvCBcO/9sAEomU2Cwc0BSGHzizZEBcUCWElOMSxyhDFkuM2awCW4KE6l6NAAAAIEAhO70LuahXRNCYrtSXMSYEFwLDZ4a0+kSMO00DXc9LVMFphGLYnfD7vNfayvYCWIL/z2W52kyjogEtjuiBUcQeNPXvQK/JdCP1mTIdkFh2Vvhb/r8G2MvjMrxoZxC+gyz8lr1SdlJcbvfZOS0HjS+XBRSI6U0gUsQ/Rhz6wAVlgk= root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.18s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe14:a92e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \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-000001ac\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:A9:2E \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:a92e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8147 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.246641] usb 1-1: Product: QEMU USB Tablet\n[ 1.246642] usb 1-1: Manufacturer: QEMU\n[ 1.246643] usb 1-1: SerialNumber: 42\n[ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 20 23:05:57 cirros kern.info kernel: [ 0.910228] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.912938] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927884] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 20 23:05:57 cirros kern.info kernel: [ 0.927886] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 20 23:05:57 cirros kern.info kernel: [ 0.929643] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 20 23:05:57 cirros kern.info kernel: [ 0.932785] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 20 23:05:57 cirros kern.info kernel: [ 0.934885] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960153] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.960907] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.notice kernel: [ 0.962728] random: blkid urandom read with 2 bits of entropy available\nAug 20 23:05:57 cirros kern.info kernel: [ 0.964825] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 20 23:05:57 cirros kern.info kernel: [ 0.968834] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 20 23:05:57 cirros kern.info kernel: [ 1.047903] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.056418] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 20 23:05:57 cirros kern.info kernel: [ 1.085735] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246638] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246640] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246641] usb 1-1: Product: QEMU USB Tablet\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246642] usb 1-1: Manufacturer: QEMU\nAug 20 23:05:57 cirros kern.info kernel: [ 1.246643] usb 1-1: SerialNumber: 42\nAug 20 23:05:58 cirros kern.info kernel: [ 1.590078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 20 23:05:59 cirros auth.notice su: + /dev/console root:cirros\nAug 20 23:05:59 cirros authpriv.info dropbear[341]: Running in background\nAug 20 23:05:59 cirros kern.info kernel: [ 3.190088] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 20 23:05:59 cirros kern.info kernel: [ 3.220974] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-10-2 login: "} 2018-08-20 22:07:22,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-71046390-f76f-4e81-9943-ee2db4231dae 2018-08-20 22:07:23,085 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-08-20 22:07:23,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4ee9e4f21ef9d8b17b487fe0d0147704fb9caa" -d '{"forceDelete": null}' 2018-08-20 22:07:23,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7996584dcc1afc1f0d8f28ccb35f3752614c808" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:23,274 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:07:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-10965dbf-a771-44e4-94af-9d67df1eb307 x-compute-request-id: req-10965dbf-a771-44e4-94af-9d67df1eb307 Content-Length: 0 Content-Type: application/json 2018-08-20 22:07:23,274 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-10965dbf-a771-44e4-94af-9d67df1eb307 2018-08-20 22:07:23,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}889f4e2507f68bc922a9ef2ef890958d6e9343eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:23,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88f36ca8-b5ac-4db5-a8e6-0c7f2d94ceff x-compute-request-id: req-88f36ca8-b5ac-4db5-a8e6-0c7f2d94ceff Content-Encoding: gzip Content-Length: 8170 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 550745666 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.195572] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197890] pid_max: default: 32768 minimum: 301\n[ 0.199158] ACPI: Core revision 20150930\n[ 0.200861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202712] Security Framework initialized\n[ 0.203876] Yama: becoming mindful.\n[ 0.204901] AppArmor: AppArmor initialized\n[ 0.206085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207910] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209668] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Initializing cgroup subsys io\n[ 0.214450] Initializing cgroup subsys memory\n[ 0.215687] Initializing cgroup subsys devices\n[ 0.216946] Initializing cgroup subsys freezer\n[ 0.218184] Initializing cgroup subsys net_cls\n[ 0.219415] Initializing cgroup subsys perf_event\n[ 0.220692] Initializing cgroup subsys net_prio\n[ 0.221921] Initializing cgroup subsys hugetlb\n[ 0.223152] Initializing cgroup subsys pids\n[ 0.224398] CPU: Physical Processor ID: 0\n[ 0.226210] mce: CPU supports 10 MCE banks\n[ 0.227428] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250882] ftrace: allocating 31920 entries in 125 pages\n[ 0.276831] smpboot: Max logical packages: 1\n[ 0.278073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280012] x2apic enabled\n[ 0.281184] Switched APIC routing to physical x2apic.\n[ 0.283702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290635] KVM setup paravirtual spinlock\n[ 0.292253] x86: Booted up 1 node, 1 CPUs\n[ 0.293413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295358] devtmpfs: initialized\n[ 0.297357] evm: security.selinux\n[ 0.298342] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300400] evm: security.SMACK64TRANSMUTE\n[ 0.301554] evm: security.SMACK64MMAP\n[ 0.302618] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304650] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307272] pinctrl core: initialized pinctrl subsystem\n[ 0.308801] RTC time: 22:06:39, date: 08/20/18\n[ 0.310114] NET: Registered protocol family 16\n[ 0.311451] cpuidle: using governor ladder\n[ 0.312601] cpuidle: using governor menu\n[ 0.313714] PCCT header not found.\n[ 0.314764] ACPI: bus type PCI registered\n[ 0.315890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317630] PCI: Using configuration type 1 for base access\n[ 0.319812] ACPI: Added _OSI(Module Device)\n[ 0.320997] ACPI: Added _OSI(Processor Device)\n[ 0.322196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323455] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325636] ACPI: Interpreter enabled\n[ 0.326705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329287] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337046] ACPI: (supports S0 S5)\n[ 0.338035] ACPI: Using IOAPIC for interrupt routing\n[ 0.339373] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346549] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348218] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351271] acpiphp: Slot [3] registered\n[ 0.352399] acpiphp: Slot [4] registered\n[ 0.353526] acpiphp: Slot [5] registered\n[ 0.354643] acpiphp: Slot [6] registered\n[ 0.355758] acpiphp: Slot [7] registered\n[ 0.356873] acpiphp: Slot [8] registered\n[ 0.358008] acpiphp: Slot [9] registered\n[ 0.359140] acpiphp: Slot [10] registered\n[ 0.360284] acpiphp: Slot [11] registered\n[ 0.361433] acpiphp: Slot [12] registered\n[ 0.362580] acpiphp: Slot [13] registered\n[ 0.363712] acpiphp: Slot [14] registered\n[ 0.364865] acpiphp: Slot [15] registered\n[ 0.380655] acpiphp: Slot [16] registered\n[ 0.381818] acpiphp: Slot [17] registered\n[ 0.382959] acpiphp: Slot [18] registered\n[ 0.384107] acpiphp: Slot [19] registered\n[ 0.385248] acpiphp: Slot [20] registered\n[ 0.386399] acpiphp: Slot [21] registered\n[ 0.387532] acpiphp: Slot [22] registered\n[ 0.388679] acpiphp: Slot [23] registered\n[ 0.389829] acpiphp: Slot [24] registered\n[ 0.390971] acpiphp: Slot [25] registered\n[ 0.392110] acpiphp: Slot [26] registered\n[ 0.393245] acpiphp: Slot [27] registered\n[ 0.394401] acpiphp: Slot [28] registered\n[ 0.395537] acpiphp: Slot [29] registered\n[ 0.396683] acpiphp: Slot [30] registered\n[ 0.397826] acpiphp: Slot [31] registered\n[ 0.398968] PCI host bridge to bus 0000:00\n[ 0.400106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405529] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407566] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409643] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417089] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452906] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456864] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.460146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.462301] vgaarb: loaded\n[ 0.463146] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464819] SCSI subsystem initialized\n[ 0.466090] ACPI: bus type USB registered\n[ 0.467283] usbcore: registered new interface driver usbfs\n[ 0.468753] usbcore: registered new interface driver hub\n[ 0.470157] usbcore: registered new device driver usb\n[ 0.471681] PCI: Using ACPI for IRQ routing\n[ 0.473252] NetLabel: Initializing\n[ 0.474267] NetLabel: domain hash size = 128\n[ 0.475453] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476790] NetLabel: unlabeled traffic allowed by default\n[ 0.478418] clocksource: Switched to clocksource kvm-clock\n[ 0.488485] AppArmor: AppArmor Filesystem Enabled\n[ 0.489831] pnp: PnP ACPI init\n[ 0.491084] pnp: PnP ACPI: found 5 devices\n[ 0.497923] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500336] NET: Registered protocol family 2\n[ 0.501756] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505232] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510051] NET: Registered protocol family 1\n[ 0.511274] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514306] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545533] Trying to unpack rootfs image as initramfs...\n[ 0.608784] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611466] Scanning for low memory corruption every 60 seconds\n[ 0.613536] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615188] audit: initializing netlink subsys (disabled)\n[ 0.616689] audit: type=2000 audit(1534802799.943:1): initialized\n[ 0.618662] Initialise system trusted keyring\n[ 0.620069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624458] zbud: loaded\n[ 0.625490] VFS: Disk quotas dquot_6.6.0\n[ 0.626663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628894] fuse init (API version 7.23)\n[ 0.630158] Key type big_key registered\n[ 0.631317] Allocating IMA MOK and blacklist keyrings.\n[ 0.633064] Key type asymmetric registered\n[ 0.634228] Asymmetric key parser 'x509' registered\n[ 0.635585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637714] io scheduler noop registered\n[ 0.638852] io scheduler deadline registered (default)\n[ 0.640257] io scheduler cfq registered\n[ 0.641470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646809] ACPI: Power Button [PWRF]\n[ 0.648067] GHES: HEST is not enabled!\n[ 0.662224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721456] Linux agpgart interface v0.103\n[ 0.724916] brd: module loaded\n[ 0.727198] loop: module loaded\n[ 0.732152] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734313] GPT:90111 != 2097151\n[ 0.735324] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736942] GPT:90111 != 2097151\n[ 0.737948] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739395] vda: vda1 vda15\n[ 0.741096] scsi host0: ata_piix\n[ 0.742226] scsi host1: ata_piix\n[ 0.743272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747290] libphy: Fixed MDIO Bus: probed\n[ 0.748457] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749852] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752751] PPP generic driver version 2.4.2\n[ 0.754078] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755821] ehci-pci: EHCI PCI platform driver\n[ 0.757108] ehci-platform: EHCI generic platform driver\n[ 0.758555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760196] ohci-pci: OHCI PCI platform driver\n[ 0.761497] ohci-platform: OHCI generic platform driver\n[ 0.762967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779116] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781237] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786022] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788049] usb usb1: Product: UHCI Host Controller\n[ 0.789373] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790955] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792449] hub 1-0:1.0: USB hub found\n[ 0.793562] hub 1-0:1.0: 2 ports detected\n[ 0.794882] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797860] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800727] mousedev: PS/2 mouse device common for all mice\n[ 0.802489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810141] i2c /dev entries driver\n[ 0.811247] device-mapper: uevent: version 1.0.3\n[ 0.812641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816940] NET: Registered protocol family 10\n[ 0.818540] NET: Registered protocol family 17\n[ 0.819787] Key type dns_resolver registered\n[ 0.821106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822641] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825136] registered taskstats version 1\n[ 0.826331] Loading compiled-in X.509 certificates\n[ 0.828214] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830810] zswap: loaded using pool lzo/zbud\n[ 0.832855] Key type trusted registered\n[ 0.835082] Key type encrypted registered\n[ 0.836255] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837688] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839165] evm: HMAC attrs: 0x1\n[ 0.840494] Magic number: 14:913:148\n[ 0.841594] bdi 1:0: hash matches\n[ 0.842625] acpi device:19: hash matches\n[ 0.843850] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:40 UTC (1534802800)\n[ 0.846120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862576] EDD information not available.\n[ 0.903270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.905287] ata1.00: configured for MWDMA2\n[ 0.907005] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.910154] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.911926] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.913690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.916536] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918737] Write protecting the kernel read-only data: 14336k\n[ 0.921806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.924379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.099601] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.59s]\nping 10.10.10.17 OK\nping 10.10.10.5 OK\nping 10.10.10.17 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:23,317 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-88f36ca8-b5ac-4db5-a8e6-0c7f2d94ceff 2018-08-20 22:07:23,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1f4553b561c325551bbebda00ced100bdd46096" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 22:07:23,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbbea634-2dd3-4f6d-8fe0-188da51863e7 x-compute-request-id: req-fbbea634-2dd3-4f6d-8fe0-188da51863e7 Content-Encoding: gzip Content-Length: 8153 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 535149662 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.209616] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.211839] pid_max: default: 32768 minimum: 301\n[ 0.213039] ACPI: Core revision 20150930\n[ 0.214703] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.216447] Security Framework initialized\n[ 0.217544] Yama: becoming mindful.\n[ 0.218518] AppArmor: AppArmor initialized\n[ 0.219651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.221380] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.223050] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.224646] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226466] Initializing cgroup subsys io\n[ 0.227553] Initializing cgroup subsys memory\n[ 0.228710] Initializing cgroup subsys devices\n[ 0.229874] Initializing cgroup subsys freezer\n[ 0.231026] Initializing cgroup subsys net_cls\n[ 0.232203] Initializing cgroup subsys perf_event\n[ 0.233419] Initializing cgroup subsys net_prio\n[ 0.234602] Initializing cgroup subsys hugetlb\n[ 0.235755] Initializing cgroup subsys pids\n[ 0.236919] CPU: Physical Processor ID: 0\n[ 0.238687] mce: CPU supports 10 MCE banks\n[ 0.239807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.241135] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.257679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.264435] ftrace: allocating 31920 entries in 125 pages\n[ 0.290593] smpboot: Max logical packages: 1\n[ 0.291744] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.293572] x2apic enabled\n[ 0.294688] Switched APIC routing to physical x2apic.\n[ 0.297116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301265] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303668] KVM setup paravirtual spinlock\n[ 0.305227] x86: Booted up 1 node, 1 CPUs\n[ 0.306300] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308232] devtmpfs: initialized\n[ 0.310184] evm: security.selinux\n[ 0.311130] evm: security.SMACK64\n[ 0.312063] evm: security.SMACK64EXEC\n[ 0.313061] evm: security.SMACK64TRANSMUTE\n[ 0.314147] evm: security.SMACK64MMAP\n[ 0.315144] evm: security.ima\n[ 0.316008] evm: security.capability\n[ 0.317062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.319495] pinctrl core: initialized pinctrl subsystem\n[ 0.320937] RTC time: 22:06:17, date: 08/20/18\n[ 0.322198] NET: Registered protocol family 16\n[ 0.323482] cpuidle: using governor ladder\n[ 0.324575] cpuidle: using governor menu\n[ 0.325627] PCCT header not found.\n[ 0.326634] ACPI: bus type PCI registered\n[ 0.327707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.329338] PCI: Using configuration type 1 for base access\n[ 0.331440] ACPI: Added _OSI(Module Device)\n[ 0.332562] ACPI: Added _OSI(Processor Device)\n[ 0.333706] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334898] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.337016] ACPI: Interpreter enabled\n[ 0.338043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340503] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345405] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348799] ACPI: Using IOAPIC for interrupt routing\n[ 0.350049] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361691] acpiphp: Slot [3] registered\n[ 0.362779] acpiphp: Slot [4] registered\n[ 0.363884] acpiphp: Slot [5] registered\n[ 0.364972] acpiphp: Slot [6] registered\n[ 0.366211] acpiphp: Slot [7] registered\n[ 0.367711] acpiphp: Slot [8] registered\n[ 0.369219] acpiphp: Slot [9] registered\n[ 0.370689] acpiphp: Slot [10] registered\n[ 0.372134] acpiphp: Slot [11] registered\n[ 0.373596] acpiphp: Slot [12] registered\n[ 0.375093] acpiphp: Slot [13] registered\n[ 0.376552] acpiphp: Slot [14] registered\n[ 0.378011] acpiphp: Slot [15] registered\n[ 0.393471] acpiphp: Slot [16] registered\n[ 0.394984] acpiphp: Slot [17] registered\n[ 0.396464] acpiphp: Slot [18] registered\n[ 0.397964] acpiphp: Slot [19] registered\n[ 0.399421] acpiphp: Slot [20] registered\n[ 0.400909] acpiphp: Slot [21] registered\n[ 0.402388] acpiphp: Slot [22] registered\n[ 0.403899] acpiphp: Slot [23] registered\n[ 0.405265] acpiphp: Slot [24] registered\n[ 0.406358] acpiphp: Slot [25] registered\n[ 0.407455] acpiphp: Slot [26] registered\n[ 0.408547] acpiphp: Slot [27] registered\n[ 0.409639] acpiphp: Slot [28] registered\n[ 0.410731] acpiphp: Slot [29] registered\n[ 0.411824] acpiphp: Slot [30] registered\n[ 0.412917] acpiphp: Slot [31] registered\n[ 0.414010] PCI host bridge to bus 0000:00\n[ 0.415094] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416698] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418283] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420238] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422209] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.429947] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433197] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437556] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439493] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462249] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466117] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468036] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.469722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471467] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.472854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.474898] vgaarb: loaded\n[ 0.475707] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477311] SCSI subsystem initialized\n[ 0.478544] ACPI: bus type USB registered\n[ 0.479635] usbcore: registered new interface driver usbfs\n[ 0.480986] usbcore: registered new interface driver hub\n[ 0.482307] usbcore: registered new device driver usb\n[ 0.483753] PCI: Using ACPI for IRQ routing\n[ 0.485234] NetLabel: Initializing\n[ 0.486185] NetLabel: domain hash size = 128\n[ 0.487306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488563] NetLabel: unlabeled traffic allowed by default\n[ 0.490085] clocksource: Switched to clocksource kvm-clock\n[ 0.500108] AppArmor: AppArmor Filesystem Enabled\n[ 0.501366] pnp: PnP ACPI init\n[ 0.502581] pnp: PnP ACPI: found 5 devices\n[ 0.509409] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511666] NET: Registered protocol family 2\n[ 0.513024] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514853] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516531] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518203] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521338] NET: Registered protocol family 1\n[ 0.522572] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524090] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.525571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557285] Trying to unpack rootfs image as initramfs...\n[ 0.621070] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623715] Scanning for low memory corruption every 60 seconds\n[ 0.625709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627348] audit: initializing netlink subsys (disabled)\n[ 0.628815] audit: type=2000 audit(1534802778.500:1): initialized\n[ 0.630752] Initialise system trusted keyring\n[ 0.632148] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636543] zbud: loaded\n[ 0.637554] VFS: Disk quotas dquot_6.6.0\n[ 0.638714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640915] fuse init (API version 7.23)\n[ 0.642208] Key type big_key registered\n[ 0.643321] Allocating IMA MOK and blacklist keyrings.\n[ 0.645012] Key type asymmetric registered\n[ 0.646181] Asymmetric key parser 'x509' registered\n[ 0.647503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649587] io scheduler noop registered\n[ 0.650711] io scheduler deadline registered (default)\n[ 0.652099] io scheduler cfq registered\n[ 0.653319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654784] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658612] ACPI: Power Button [PWRF]\n[ 0.659848] GHES: HEST is not enabled!\n[ 0.674141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733438] Linux agpgart interface v0.103\n[ 0.737009] brd: module loaded\n[ 0.739322] loop: module loaded\n[ 0.744707] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746755] GPT:90111 != 2097151\n[ 0.747710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749215] GPT:90111 != 2097151\n[ 0.750192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751541] vda: vda1 vda15\n[ 0.753208] scsi host0: ata_piix\n[ 0.754312] scsi host1: ata_piix\n[ 0.755333] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759067] libphy: Fixed MDIO Bus: probed\n[ 0.760219] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764659] PPP generic driver version 2.4.2\n[ 0.765926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767573] ehci-pci: EHCI PCI platform driver\n[ 0.768796] ehci-platform: EHCI generic platform driver\n[ 0.770188] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771763] ohci-pci: OHCI PCI platform driver\n[ 0.772982] ohci-platform: OHCI generic platform driver\n[ 0.774370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789316] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792770] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799451] usb usb1: Product: UHCI Host Controller\n[ 0.800743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802309] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803757] hub 1-0:1.0: USB hub found\n[ 0.804874] hub 1-0:1.0: 2 ports detected\n[ 0.806191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811885] mousedev: PS/2 mouse device common for all mice\n[ 0.813640] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816229] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817808] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821116] i2c /dev entries driver\n[ 0.822195] device-mapper: uevent: version 1.0.3\n[ 0.823545] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825855] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827792] NET: Registered protocol family 10\n[ 0.829404] NET: Registered protocol family 17\n[ 0.830686] Key type dns_resolver registered\n[ 0.832033] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.833581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836095] registered taskstats version 1\n[ 0.837284] Loading compiled-in X.509 certificates\n[ 0.839194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841809] zswap: loaded using pool lzo/zbud\n[ 0.843946] Key type trusted registered\n[ 0.846284] Key type encrypted registered\n[ 0.847470] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848966] ima: No TPM chip found, activating TPM-bypass!\n[ 0.850475] evm: HMAC attrs: 0x1\n[ 0.851883] Magic number: 14:913:148\n[ 0.853002] bdi 1:0: hash matches\n[ 0.854030] acpi device:19: hash matches\n[ 0.855270] rtc_cmos 00:00: setting system clock to 2018-08-20 22:06:17 UTC (1534802777)\n[ 0.857534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.873407] EDD information not available.\n[ 0.914827] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.916787] ata1.00: configured for MWDMA2\n[ 0.918616] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.921597] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.923287] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.925028] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.927844] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929980] Write protecting the kernel read-only data: 14336k\n[ 0.932959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935467] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.003303] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.17...\nLease of 10.10.10.17 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\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/dev/root resized successfully [took 0.14s]\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\nping 10.10.10.5 OK\n"} 2018-08-20 22:07:23,807 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-fbbea634-2dd3-4f6d-8fe0-188da51863e7 2018-08-20 22:07:23,855 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 22:07:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bcdebcf2-3e36-4f49-99d6-7dd5a7584ec7 x-compute-request-id: req-bcdebcf2-3e36-4f49-99d6-7dd5a7584ec7 Content-Length: 86 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Guest does not have a console available.", "code": 404}} 2018-08-20 22:07:23,855 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e5608c6c-5e2e-422a-86c7-dd4889a40ed8/action used request id req-bcdebcf2-3e36-4f49-99d6-7dd5a7584ec7 2018-08-20 22:07:23,855 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2018-08-20 22:07:23,865 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-08-20 22:07:23,865 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=6cce4dda-3ae6-4ff3-b440-09c151cf43ef network=2c242cf8-6ef2-4c49-aac6-7c594067d5fe secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.17 10.10.10.10 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-20 22:07:23,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:07:23,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:07:23,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:07:23,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:07:23,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:07:23,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:07:23,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:07:23,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:07:23,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:07:23,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:07:23,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:07:23,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:07:23,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:07:23,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:07:23,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:07:23,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:07:23,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:07:23,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:07:23,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:07:23,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:07:23,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:07:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:07:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:07:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:07:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:07:23,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:07:23,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:07:23,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:07:23,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:07:23,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:07:23,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:07:23,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:07:23,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:07:23,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:07:23,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:07:23,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:07:23,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:07:23,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:07:23,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:07:23,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:07:23,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:07:23,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:07:23,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:07:23,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:07:23,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:07:23,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:07:23,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:07:23,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:07:23,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:07:23,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:07:23,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:07:23,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f496dc57-7a63-4292-a459-21dd9fa64fb5 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:07:23,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f496dc57-7a63-4292-a459-21dd9fa64fb5 2018-08-20 22:07:23,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:07:24,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:07:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["ykhltcY-QGSFuHDUQ7nSqA"], "issued_at": "2018-08-20T22:07:24.000000Z"}} 2018-08-20 22:07:24,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d26a544c648b088f41b03a9dbc4d7375fb700a" 2018-08-20 22:07:24,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff6f59cd-2d64-4906-9b43-a7e9b1086b55 x-compute-request-id: req-ff6f59cd-2d64-4906-9b43-a7e9b1086b55 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:07:24,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ff6f59cd-2d64-4906-9b43-a7e9b1086b55 2018-08-20 22:07:24,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d26a544c648b088f41b03a9dbc4d7375fb700a" 2018-08-20 22:07:24,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a85c1a5-cc6a-4600-90af-2bdabaef6b7e x-compute-request-id: req-6a85c1a5-cc6a-4600-90af-2bdabaef6b7e Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:07:24,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-6a85c1a5-cc6a-4600-90af-2bdabaef6b7e 2018-08-20 22:07:24,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d26a544c648b088f41b03a9dbc4d7375fb700a" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNyAxMC4xMC4xMC4xMAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2c242cf8-6ef2-4c49-aac6-7c594067d5fe"}], "config_drive": true}}' 2018-08-20 22:07:28,941 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:07:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da49b60c-7ce6-4f61-8963-a733582cc128 x-compute-request-id: req-da49b60c-7ce6-4f61-8963-a733582cc128 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5dcf195a-34c6-4042-ac97-5dda79827ea9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9", "rel": "bookmark"}], "adminPass": "QoafnNDH2jrF"}} 2018-08-20 22:07:28,941 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-da49b60c-7ce6-4f61-8963-a733582cc128 2018-08-20 22:07:28,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:07:28,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d02db1ca-dae7-42a1-af1c-83fa4640b921 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:07:28,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d02db1ca-dae7-42a1-af1c-83fa4640b921 2018-08-20 22:07:28,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:07:29,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:07:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["X_ZjGcESSGGgCgIRhiRxLg"], "issued_at": "2018-08-20T22:07:29.000000Z"}} 2018-08-20 22:07:29,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebbcf9070ee0110635c46d24aa62c5f75127867f" 2018-08-20 22:07:30,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-59c1b0f0-19bc-441e-9623-a59f91f73b72 x-compute-request-id: req-59c1b0f0-19bc-441e-9623-a59f91f73b72 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5dcf195a-34c6-4042-ac97-5dda79827ea9", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:07:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-4", "created": "2018-08-20T22:07:28Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:07:30,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9 used request id req-59c1b0f0-19bc-441e-9623-a59f91f73b72 2018-08-20 22:07:33,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebbcf9070ee0110635c46d24aa62c5f75127867f" 2018-08-20 22:07:34,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-5817bf59-208b-4fdf-af24-e7563153efdf x-compute-request-id: req-5817bf59-208b-4fdf-af24-e7563153efdf Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9", "rel": "bookmark"}], "image": {"id": "6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "links": [{"href": "http://172.30.9.23:8774/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-000001a0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5dcf195a-34c6-4042-ac97-5dda79827ea9", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ERROR", "updated": "2018-08-20T22:07:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-4", "created": "2018-08-20T22:07:28Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Failed to get resource provider with UUID 733a043e-8e5c-4276-b2bc-2e9a35c6225b", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/compute/manager.py\", line 1919, in _do_build_and_run_instance\n filter_properties, request_spec)\n File \"/usr/lib/python2.7/site-packages/nova/compute/manager.py\", line 2208, in _build_and_run_instance\n instance_uuid=instance.uuid, reason=six.text_type(e))\n", "created": "2018-08-20T22:07:31Z"}, "metadata": {}}} 2018-08-20 22:07:34,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5dcf195a-34c6-4042-ac97-5dda79827ea9 used request id req-5817bf59-208b-4fdf-af24-e7563153efdf 2018-08-20 22:07:34,163 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-10-4 went to ERROR status. 2018-08-20 22:07:34,163 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-20 22:07:34,163 - __name__ - ERROR - exception occurred while executing testcase_10: Error while booting instance sdnvpn-10-4 2018-08-20 22:07:34,163 - __name__ - INFO - Sending stop signal to monitor thread 2018-08-20 22:07:34,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4ee9e4f21ef9d8b17b487fe0d0147704fb9caa" -d '{"forceDelete": null}' 2018-08-20 22:07:34,376 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:07:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b93bfc62-d5cc-4ce0-9cfa-cf32fa0c488b x-compute-request-id: req-b93bfc62-d5cc-4ce0-9cfa-cf32fa0c488b Content-Length: 0 Content-Type: application/json 2018-08-20 22:07:34,376 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d3d49e6b-ef39-410d-af39-54bb2f5df699/action used request id req-b93bfc62-d5cc-4ce0-9cfa-cf32fa0c488b 2018-08-20 22:07:34,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4ee9e4f21ef9d8b17b487fe0d0147704fb9caa" -d '{"forceDelete": null}' 2018-08-20 22:07:34,645 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:07:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-448ef404-2bd7-4515-acdb-efb3d165814f x-compute-request-id: req-448ef404-2bd7-4515-acdb-efb3d165814f Content-Length: 0 Content-Type: application/json 2018-08-20 22:07:34,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cbf86791-7004-41eb-835c-3860ab3c22bd/action used request id req-448ef404-2bd7-4515-acdb-efb3d165814f 2018-08-20 22:07:34,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85c6aacffa3df0066911c8472801e69486f0aaa0" 2018-08-20 22:07:35,617 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5631de0-731e-4e2f-9b0e-d8e33ebaf8da Date: Mon, 20 Aug 2018 22:07:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:07:35,617 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6cce4dda-3ae6-4ff3-b440-09c151cf43ef used request id req-c5631de0-731e-4e2f-9b0e-d8e33ebaf8da 2018-08-20 22:07:35,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/68c6baf3-bb19-4e34-b672-7836c417741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1bef3767af4c09acc2438dbc724cd4703df9bf" 2018-08-20 22:07:35,742 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-f3c89e46-ad43-4e39-bfc9-0c55e92e566c Date: Mon, 20 Aug 2018 22:07:35 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 68c6baf3-bb19-4e34-b672-7836c417741e: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-20 22:07:35,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/68c6baf3-bb19-4e34-b672-7836c417741e used request id req-f3c89e46-ad43-4e39-bfc9-0c55e92e566c 2018-08-20 22:07:35,743 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 68c6baf3-bb19-4e34-b672-7836c417741e: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-20 22:07:35,743 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '68c6baf3-bb19-4e34-b672-7836c417741e')]: Unable to complete operation on subnet 68c6baf3-bb19-4e34-b672-7836c417741e: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-f3c89e46-ad43-4e39-bfc9-0c55e92e566c'] 2018-08-20 22:07:35,744 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 68c6baf3-bb19-4e34-b672-7836c417741e was not deleted. 2018-08-20 22:07:35,745 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_10: Error while booting instance sdnvpn-10-4 Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_10.py", line 215, in main userdata=u4) File "/usr/lib/python2.7/site-packages/sdnvpn/lib/utils.py", line 193, in create_instance raise Exception("Error while booting instance {}".format(name)) Exception: Error while booting instance sdnvpn-10-4 2018-08-20 22:07:35,745 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_10 failed 2018-08-20 22:07:35,745 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2018-08-20 22:07:35,745 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-08-20 22:07:35,745 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-08-20 22:07:35,829 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-08-20 22:07:35,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:07:35,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:07:35,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:07:35,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:07:35,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:07:35,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:07:35,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:07:35,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:07:35,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:07:35,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:07:35,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:07:35,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:07:35,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:07:35,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:07:35,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:07:35,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:07:35,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:07:35,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 22:07:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:07:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:07:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:07:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:07:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:07:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:07:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:07:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:07:35,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:07:35,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:07:35,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:07:35,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:07:35,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:07:35,838 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-20 22:07:35,841 - paramiko.transport - DEBUG - starting thread (client mode): 0x27a44910L 2018-08-20 22:07:35,841 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:35,871 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:35,871 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:35,877 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:35,877 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:35,877 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:35,877 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:35,878 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:35,878 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:35,885 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:35,886 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:35,905 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.225: 37971eab75405ba77ce3aa683abc667b 2018-08-20 22:07:35,906 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:35,926 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:35,949 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:35,970 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:36,183 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:36,183 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:36,224 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:36,224 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:36,242 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:41,538 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:41,540 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:41,542 - paramiko.transport - DEBUG - starting thread (client mode): 0x286156d0L 2018-08-20 22:07:41,542 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:41,558 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:41,558 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:41,561 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:41,561 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:41,561 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:41,562 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:41,562 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:41,562 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:41,567 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:41,568 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:41,574 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 6b9a3ead5ed778533cb158dd4f9ef17c 2018-08-20 22:07:41,575 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:41,608 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:41,621 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:41,639 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:41,763 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:41,763 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:41,803 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:41,803 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:41,806 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:41,818 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:41,819 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:41,820 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:41,821 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:41,821 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:41,862 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:41,876 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:41,878 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:07:41,879 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:41,879 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:07:41,879 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:07:41,920 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:07:41,930 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:07:41,931 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:07:41,933 - paramiko.transport - DEBUG - starting thread (client mode): 0x28612550L 2018-08-20 22:07:41,933 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:41,946 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:41,946 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:41,948 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:41,948 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:41,949 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:41,949 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:41,949 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:41,949 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:41,953 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:41,953 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:41,965 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f9a1216842e472bf1631c90904cd6838 2018-08-20 22:07:41,965 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:41,993 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:42,008 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:42,029 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:42,163 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:42,163 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:42,203 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:42,204 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:42,235 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:42,248 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:42,249 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:42,250 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:42,251 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:42,251 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:42,292 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:42,309 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:42,311 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:07:42,312 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:42,312 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:07:42,313 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:07:42,353 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:07:42,364 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:07:42,366 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:07:42,368 - paramiko.transport - DEBUG - starting thread (client mode): 0x27a66e90L 2018-08-20 22:07:42,368 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:42,451 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:42,451 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:42,454 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:42,454 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:42,455 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:42,455 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:42,455 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:42,455 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:42,460 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:42,460 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:42,468 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8031099bfb2303bcd2e56bac1c160139 2018-08-20 22:07:42,469 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:42,500 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:42,616 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:42,633 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:42,869 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:42,869 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:42,908 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:42,909 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:42,939 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:43,025 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:43,026 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:43,027 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:43,028 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:43,028 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:43,069 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:43,168 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:43,169 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:07:43,170 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:43,171 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:07:43,171 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:07:43,213 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:07:43,251 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:07:43,252 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:07:43,254 - paramiko.transport - DEBUG - starting thread (client mode): 0x28666f10L 2018-08-20 22:07:43,255 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:43,270 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:43,270 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:43,273 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:43,274 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:43,274 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:43,274 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:43,274 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:43,274 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:43,279 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:43,279 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:43,286 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: bbda3e4bd31eda76415c58ee19a9d841 2018-08-20 22:07:43,287 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:43,319 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:43,333 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:43,351 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:43,493 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:43,493 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:43,532 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:43,533 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:43,555 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:43,566 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:43,567 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:43,568 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:43,569 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:43,569 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:43,610 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:43,624 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:43,626 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:07:43,627 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:43,627 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:07:43,627 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:07:43,668 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:07:43,679 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:07:43,681 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:07:43,683 - paramiko.transport - DEBUG - starting thread (client mode): 0x27ab1590L 2018-08-20 22:07:43,683 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:43,994 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:43,994 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:43,998 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:43,998 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:43,998 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:43,999 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:43,999 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:43,999 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:44,005 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:44,005 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:44,015 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2f80ac564d5335749ab6600747c4754d 2018-08-20 22:07:44,016 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:44,045 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:44,212 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:44,217 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:44,582 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:44,583 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:44,622 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:44,623 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:44,630 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:45,102 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:45,103 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:45,104 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:45,105 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:45,105 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:45,146 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:45,546 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:45,548 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:07:45,549 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:45,550 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:07:45,550 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:07:45,591 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:07:45,858 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:07:45,859 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:45,860 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:07:45,861 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:45,862 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:45,866 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:50,089 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:50,091 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:50,093 - paramiko.transport - DEBUG - starting thread (client mode): 0x27a5ba90L 2018-08-20 22:07:50,093 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:50,104 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:50,104 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:50,107 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:50,107 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:50,107 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:50,108 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:50,108 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:50,108 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:50,113 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:50,113 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:50,124 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 6b9a3ead5ed778533cb158dd4f9ef17c 2018-08-20 22:07:50,125 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:50,153 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:50,167 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:50,189 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:50,304 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:50,304 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:50,344 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:50,344 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:50,356 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:50,367 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:50,368 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:50,368 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:50,369 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:50,369 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:50,409 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:50,424 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:50,425 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:50,426 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:07:50,465 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:07:50,465 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:07:50,491 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:07:50,502 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:07:50,503 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:07:50,505 - paramiko.transport - DEBUG - starting thread (client mode): 0x285f2190L 2018-08-20 22:07:50,506 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:50,516 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:50,516 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:50,519 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:50,519 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:50,519 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:50,519 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:50,519 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:50,519 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:50,524 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:50,524 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:50,537 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f9a1216842e472bf1631c90904cd6838 2018-08-20 22:07:50,538 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:50,563 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:50,576 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:50,602 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:50,728 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:50,728 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:50,767 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:50,768 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:50,807 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:50,822 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:50,823 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:50,824 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:50,824 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:50,824 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:50,865 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:50,882 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:50,884 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:07:50,884 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:50,885 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:07:50,886 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:07:50,927 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:07:50,938 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:07:50,940 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:07:50,943 - paramiko.transport - DEBUG - starting thread (client mode): 0x27a43410L 2018-08-20 22:07:50,943 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:50,955 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:50,955 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:50,957 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:50,957 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:50,957 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:50,958 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:50,958 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:50,958 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:50,963 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:50,963 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:50,974 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8031099bfb2303bcd2e56bac1c160139 2018-08-20 22:07:50,975 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:51,002 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:51,015 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:51,039 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:51,153 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:51,153 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:51,192 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:51,193 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:51,208 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:51,223 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:51,224 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:51,225 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:51,225 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:51,225 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:51,267 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:51,283 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:51,285 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:07:51,286 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:51,287 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:07:51,287 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:07:51,328 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:07:51,340 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:07:51,341 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:07:51,343 - paramiko.transport - DEBUG - starting thread (client mode): 0x27a43a50L 2018-08-20 22:07:51,343 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:51,353 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:51,353 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:51,356 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:51,356 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:51,356 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:51,356 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:51,356 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:51,356 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:51,361 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:51,361 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:51,375 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: bbda3e4bd31eda76415c58ee19a9d841 2018-08-20 22:07:51,375 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:51,400 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:51,411 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:51,439 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:51,544 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:51,544 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:51,583 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:51,584 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:51,606 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:51,617 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:51,618 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:51,619 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:51,619 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:51,619 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:51,659 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:51,674 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:51,675 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:07:51,676 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:51,676 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:07:51,676 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:07:51,717 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:07:51,728 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:07:51,729 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:07:51,730 - paramiko.transport - DEBUG - starting thread (client mode): 0x27a423d0L 2018-08-20 22:07:51,731 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:07:51,802 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:07:51,803 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:07:51,806 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:07:51,806 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:07:51,807 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:07:51,807 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:07:51,807 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:07:51,807 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:07:51,812 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:07:51,813 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:07:51,831 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2f80ac564d5335749ab6600747c4754d 2018-08-20 22:07:51,831 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:07:51,852 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:07:51,999 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:07:52,032 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:07:52,248 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:07:52,249 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:07:52,288 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:07:52,289 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:07:52,301 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:07:52,323 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:07:52,324 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:07:52,324 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:07:52,325 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:07:52,325 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:07:52,366 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:07:52,390 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:07:52,391 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:07:52,392 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:07:52,392 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:07:52,393 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:07:52,433 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:07:52,446 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:07:52,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:07:52,450 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:07:52,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-653c9971-22ad-4785-b996-db2a360dc132 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:07:52,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-653c9971-22ad-4785-b996-db2a360dc132 2018-08-20 22:07:52,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:07:52,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:07:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["e7SG7kStTDKo1GsvB8X9Hw"], "issued_at": "2018-08-20T22:07:52.000000Z"}} 2018-08-20 22:07:52,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0254bf8f965385cd02f82c8738e0c699a4f1a92" 2018-08-20 22:07:53,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9725aec4-0b87-49b5-8960-83dddb09bddf Date: Mon, 20 Aug 2018 22:07:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-20 22:07:53,554 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-9725aec4-0b87-49b5-8960-83dddb09bddf 2018-08-20 22:07:53,555 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-20 22:07:53,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0254bf8f965385cd02f82c8738e0c699a4f1a92" 2018-08-20 22:07:53,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-62c2b6f9-5c7d-453b-877d-87b731e1c15e Date: Mon, 20 Aug 2018 22:07:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-20 22:07:53,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-62c2b6f9-5c7d-453b-877d-87b731e1c15e 2018-08-20 22:07:53,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f0254bf8f965385cd02f82c8738e0c699a4f1a92" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-20 22:07:54,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/8700849a-b277-4f01-a64f-cee61ac5bbef Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-707e893b-204f-45d5-b3ba-8e0d7b478d27 Date: Mon, 20 Aug 2018 22:07:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T22:07:54Z", "file": "/v2/images/8700849a-b277-4f01-a64f-cee61ac5bbef/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "8700849a-b277-4f01-a64f-cee61ac5bbef", "size": null, "self": "/v2/images/8700849a-b277-4f01-a64f-cee61ac5bbef", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-20T22:07:54Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 22:07:54,242 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-707e893b-204f-45d5-b3ba-8e0d7b478d27 2018-08-20 22:07:54,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/8700849a-b277-4f01-a64f-cee61ac5bbef/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0254bf8f965385cd02f82c8738e0c699a4f1a92" -d '' 2018-08-20 22:07:55,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-32e606b4-4179-4497-8159-bbf675a50f4e Date: Mon, 20 Aug 2018 22:07:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:07:55,511 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8700849a-b277-4f01-a64f-cee61ac5bbef/file used request id req-32e606b4-4179-4497-8159-bbf675a50f4e 2018-08-20 22:07:55,511 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-08-20 22:07:55,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:07:55,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0c43400-ad58-49d4-b962-e68da47f6d38 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:07:55,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c0c43400-ad58-49d4-b962-e68da47f6d38 2018-08-20 22:07:55,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:07:55,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:07:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["wF7tWscOSlubit0T86b81A"], "issued_at": "2018-08-20T22:07:55.000000Z"}} 2018-08-20 22:07:55,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7e49fbc1763c92f5ad4512af8af5d06b6620afc" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-08-20 22:07:57,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-eda82aa5-7c08-49e6-b9c6-6188716ff8ac Date: Mon, 20 Aug 2018 22:07:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"219a5b3a-c1c9-4415-b0d6-51c5caef4e06","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:07:56Z","is_default":false,"provider:segmentation_id":67,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:07:56Z","mtu":1450}} 2018-08-20 22:07:57,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-eda82aa5-7c08-49e6-b9c6-6188716ff8ac 2018-08-20 22:07:57,231 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 219a5b3a-c1c9-4415-b0d6-51c5caef4e06 with cidr 10.10.10.0/24 2018-08-20 22:07:57,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7e49fbc1763c92f5ad4512af8af5d06b6620afc" -d '{"subnets": [{"ip_version": 4, "network_id": "219a5b3a-c1c9-4415-b0d6-51c5caef4e06", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-08-20 22:07:58,244 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-c4c97129-e899-4773-bf71-087c0c788406 Date: Mon, 20 Aug 2018 22:07:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"219a5b3a-c1c9-4415-b0d6-51c5caef4e06","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:07:57Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:07:57Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"892b4f2f-ea2b-4476-bade-fc199f30763b","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-08-20 22:07:58,245 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c4c97129-e899-4773-bf71-087c0c788406 2018-08-20 22:07:58,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7e49fbc1763c92f5ad4512af8af5d06b6620afc" 2018-08-20 22:07:58,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48895 X-Openstack-Request-Id: req-a9e4797b-647a-469f-bc92-1c1e1ef41f65 Date: Mon, 20 Aug 2018 22:07:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "updated_at": "2018-08-20T16:46:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7037a96b-f334-431f-95c0-e523c939a958", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7c097373-26a4-4636-8025-0b05b6230c95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "88520c47-a545-4b43-a23d-89a99d99ff74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "f7d22496-ff77-4c2b-b760-58629aa38452", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}], "revision_number": 1, "project_id": "f459a43815564047b07d495f87f10ad2", "id": "0987da57-713b-49c3-b135-c0f85ec99b73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "updated_at": "2018-08-20T16:46:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "613d616f-11b1-4318-a678-4a14fd4bbe43", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "c265eddc-864c-4c4b-a370-a52c0551a1db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}], "revision_number": 1, "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "updated_at": "2018-08-20T16:46:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "a42635f9-c149-4597-995e-a5be1fd538b7", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "d3485026-8771-4b90-98da-d49ba756837b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}], "revision_number": 1, "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "updated_at": "2018-08-20T16:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "27320908-5a79-4d7f-8c5a-dea930cb307b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d26643c2-8308-4ad9-a72a-2cf81397007d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d619641a-1792-4c07-ba5c-e101ea428cd0", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}], "revision_number": 1, "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "460ca234-7330-492a-a53a-f9cd0c835220", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "updated_at": "2018-08-20T16:46:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "4fea7278-e724-41db-9313-21007a51140c", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}], "revision_number": 1, "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "updated_at": "2018-08-20T17:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "3a279180-06f0-40b3-ac52-b6f601390e9a", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}], "revision_number": 1, "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "updated_at": "2018-08-20T16:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "0d4ff932-818e-4356-8ec9-632a99c477a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "3ec05dae-cb0d-4846-919a-9e7f22853175", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}], "revision_number": 1, "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "updated_at": "2018-08-20T16:46:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "07559f41-4c75-418c-83be-09863c8a4e4c", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}], "revision_number": 1, "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "bef49320-1a27-4ab9-876b-045d3e43e997", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "updated_at": "2018-08-20T17:37:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}], "revision_number": 1, "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "updated_at": "2018-08-20T22:04:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T22:04:40Z", "revision_number": 0, "id": "5c458e56-e2db-439c-9fe1-f39be6f86870", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T22:04:40Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 80, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:15Z", "revision_number": 0, "id": "91d4bc5a-fb4a-4fa5-963f-dc7d2038d28b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:15Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "9dc85108-f6ef-4e93-9338-11e874e6dc0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "a01d5ccc-c760-4697-8290-265a01475928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "b53d18d0-898c-4ecb-a776-cb15ec808768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "c292ca88-d3ad-4ce8-bb72-d2637a5cf780", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 5, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "updated_at": "2018-08-20T16:46:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8ea96060-1b31-4cbc-8016-c29b458c5593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "eb3fff56-526f-4cdb-8931-11038b781824", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}], "revision_number": 1, "project_id": "2955d687c3384deb9c98180662807a42", "id": "f34de66d-fa43-4257-974a-da7d15670c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 22:07:58,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-a9e4797b-647a-469f-bc92-1c1e1ef41f65 2018-08-20 22:07:58,624 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-20 22:07:58,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:07:58,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6166eefc-74f9-49a2-beaf-4d2733310208 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:07:58,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6166eefc-74f9-49a2-beaf-4d2733310208 2018-08-20 22:07:58,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:07:59,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:07:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["eXGC9YeyQk2yL33OmSbpgA"], "issued_at": "2018-08-20T22:07:58.000000Z"}} 2018-08-20 22:07:59,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}793ea99f8aa6ecd4a3da251bb57c69098f51ecb4" 2018-08-20 22:07:59,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-c57900a2-92b2-4d13-97fd-99761e65da8a x-compute-request-id: req-c57900a2-92b2-4d13-97fd-99761e65da8a Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 5, "hypervisor_type": "QEMU", "local_gb_used": 5, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 6656, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 5, "free_disk_gb": 242, "hypervisor_version": 2010000, "disk_available_least": 245, "local_gb": 247, "free_ram_mb": 25846, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 2, "hypervisor_type": "QEMU", "local_gb_used": 2, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5120, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 2, "free_disk_gb": 245, "hypervisor_version": 2010000, "disk_available_least": 245, "local_gb": 247, "free_ram_mb": 27382, "id": 5}]} 2018-08-20 22:07:59,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-c57900a2-92b2-4d13-97fd-99761e65da8a 2018-08-20 22:07:59,385 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:07:59,386 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:07:59,386 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:07:59,389 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:07:59,413 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-20 22:07:59,415 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-20 22:07:59,416 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:07:59,417 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-20 22:07:59,417 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-20 22:07:59,457 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-20 22:07:59,474 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-20 22:07:59,475 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:07:59,475 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-20 22:07:59,476 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:07:59,477 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:07:59,481 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:07:59,505 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-20 22:07:59,506 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-20 22:07:59,507 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:07:59,508 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-20 22:07:59,508 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-20 22:07:59,548 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-20 22:07:59,566 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-20 22:07:59,567 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-08-20 22:07:59,567 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=8700849a-b277-4f01-a64f-cee61ac5bbef network=219a5b3a-c1c9-4415-b0d6-51c5caef4e06 secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 22:07:59,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:07:59,568 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-20 22:07:59,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:07:59,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:07:59,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:07:59,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:07:59,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:07:59,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:07:59,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:07:59,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:07:59,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:07:59,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:07:59,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:07:59,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:07:59,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:07:59,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:07:59,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:07:59,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:07:59,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:07:59,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:07:59,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:07:59,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:07:59,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:07:59,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:07:59,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:07:59,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:07:59,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:07:59,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:07:59,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:07:59,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:07:59,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:07:59,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:07:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:07:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:07:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:07:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:07:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:07:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:07:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:07:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:07:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:07:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:07:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:07:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:07:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:07:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:07:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:07:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:07:59,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:07:59,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:07:59,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:07:59,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:07:59,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5a6ecd4-eb9d-4517-a69d-11fb89e268a0 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:07:59,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c5a6ecd4-eb9d-4517-a69d-11fb89e268a0 2018-08-20 22:07:59,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:07:59,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:07:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["26uKa0M1Q96sYX72wMOWzg"], "issued_at": "2018-08-20T22:07:59.000000Z"}} 2018-08-20 22:08:00,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da91d9ac407d492251cc3ae9aa43c85c63edd91d" 2018-08-20 22:08:00,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:07: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-ebb8f25e-60c0-4902-8c13-e37f597844f7 x-compute-request-id: req-ebb8f25e-60c0-4902-8c13-e37f597844f7 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:08:00,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ebb8f25e-60c0-4902-8c13-e37f597844f7 2018-08-20 22:08:00,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da91d9ac407d492251cc3ae9aa43c85c63edd91d" 2018-08-20 22:08:00,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-d8314f6d-1a0b-4592-9722-e046b434e363 x-compute-request-id: req-d8314f6d-1a0b-4592-9722-e046b434e363 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:08:00,390 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-d8314f6d-1a0b-4592-9722-e046b434e363 2018-08-20 22:08:00,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da91d9ac407d492251cc3ae9aa43c85c63edd91d" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "8700849a-b277-4f01-a64f-cee61ac5bbef", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "219a5b3a-c1c9-4415-b0d6-51c5caef4e06"}]}}' 2018-08-20 22:08:03,133 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:08: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-219f60a4-33e4-4a75-ab2c-fec6f9eb6453 x-compute-request-id: req-219f60a4-33e4-4a75-ab2c-fec6f9eb6453 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8af3bd63-197d-4727-8a7c-e940003e9c8e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e", "rel": "bookmark"}], "adminPass": "UB8wjAfJgS5x"}} 2018-08-20 22:08:03,133 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-219f60a4-33e4-4a75-ab2c-fec6f9eb6453 2018-08-20 22:08:03,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:08:03,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e847b8f-7e4f-4270-a909-83bf75282055 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:08:03,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8e847b8f-7e4f-4270-a909-83bf75282055 2018-08-20 22:08:03,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:08:03,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:08:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["d2-I-1EVSwW-jt2hqgVonA"], "issued_at": "2018-08-20T22:08:03.000000Z"}} 2018-08-20 22:08:03,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94658b4db7f437be1c6f3b5e150b2b1edc22f50d" 2018-08-20 22:08:04,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-bba39903-ddc8-41b7-ba16-3801d73eedb1 x-compute-request-id: req-bba39903-ddc8-41b7-ba16-3801d73eedb1 Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e", "rel": "bookmark"}], "image": {"id": "8700849a-b277-4f01-a64f-cee61ac5bbef", "links": [{"href": "http://172.30.9.23:8774/images/8700849a-b277-4f01-a64f-cee61ac5bbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8af3bd63-197d-4727-8a7c-e940003e9c8e", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:08:04Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-2", "created": "2018-08-20T22:08:02Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:08:04,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e used request id req-bba39903-ddc8-41b7-ba16-3801d73eedb1 2018-08-20 22:08:07,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94658b4db7f437be1c6f3b5e150b2b1edc22f50d" 2018-08-20 22:08:08,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-e6bfca0e-89e8-4c26-870e-348e25d900bc x-compute-request-id: req-e6bfca0e-89e8-4c26-870e-348e25d900bc Content-Encoding: gzip Content-Length: 1074 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e", "rel": "bookmark"}], "image": {"id": "8700849a-b277-4f01-a64f-cee61ac5bbef", "links": [{"href": "http://172.30.9.23:8774/images/8700849a-b277-4f01-a64f-cee61ac5bbef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000026", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "8af3bd63-197d-4727-8a7c-e940003e9c8e", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T22:08:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-2", "created": "2018-08-20T22:08:02Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 1206, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 723, in _schedule_instances\n return_alternates=return_alternates)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 855, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 53, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 158, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 179, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 133, in _send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 584, in send\n call_monitor_timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 575, in _send\n raise result\n", "created": "2018-08-20T22:08:05Z"}, "metadata": {}}} 2018-08-20 22:08:08,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8af3bd63-197d-4727-8a7c-e940003e9c8e used request id req-e6bfca0e-89e8-4c26-870e-348e25d900bc 2018-08-20 22:08:08,636 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-11-2 went to ERROR status. 2018-08-20 22:08:08,636 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-20 22:08:08,636 - sdnvpn.test.functest.testcase_11 - ERROR - exception occurred while executing testcase_1: Error while booting instance sdnvpn-11-2 2018-08-20 22:08:08,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/8700849a-b277-4f01-a64f-cee61ac5bbef -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0254bf8f965385cd02f82c8738e0c699a4f1a92" 2018-08-20 22:08:09,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42486ade-99af-44a3-8b39-ad7a690c668c Date: Mon, 20 Aug 2018 22:08:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:08:09,904 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8700849a-b277-4f01-a64f-cee61ac5bbef used request id req-42486ade-99af-44a3-8b39-ad7a690c668c 2018-08-20 22:08:09,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/892b4f2f-ea2b-4476-bade-fc199f30763b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7e49fbc1763c92f5ad4512af8af5d06b6620afc" 2018-08-20 22:08:12,470 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97519219-8921-4aaa-ab9f-58305c6b859c Date: Mon, 20 Aug 2018 22:08:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:08:12,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/892b4f2f-ea2b-4476-bade-fc199f30763b used request id req-97519219-8921-4aaa-ab9f-58305c6b859c 2018-08-20 22:08:12,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/219a5b3a-c1c9-4415-b0d6-51c5caef4e06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7e49fbc1763c92f5ad4512af8af5d06b6620afc" 2018-08-20 22:08:14,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d638ab4-983f-4cb2-bd2f-5f458b3e0fcd Date: Mon, 20 Aug 2018 22:08:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:08:14,681 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/219a5b3a-c1c9-4415-b0d6-51c5caef4e06 used request id req-3d638ab4-983f-4cb2-bd2f-5f458b3e0fcd 2018-08-20 22:08:14,697 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_11: Error while booting instance sdnvpn-11-2 Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_11.py", line 83, in main compute_node=av_zone_1) File "/usr/lib/python2.7/site-packages/sdnvpn/lib/utils.py", line 193, in create_instance raise Exception("Error while booting instance {}".format(name)) Exception: Error while booting instance sdnvpn-11-2 2018-08-20 22:08:14,697 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_11 failed 2018-08-20 22:08:14,698 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-08-20 22:08:14,698 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-08-20 22:08:14,698 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-08-20 22:08:14,771 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-08-20 22:08:14,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:08:14,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:08:14,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:08:14,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:08:14,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:08:14,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:08:14,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:08:14,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:08:14,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:08:14,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:08:14,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:08:14,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:08:14,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:08:14,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:08:14,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:08:14,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:08:14,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:08:14,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 22:08:14,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:08:14,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:08:14,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:08:14,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:08:14,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:08:14,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:08:14,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:08:14,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:08:14,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:08:14,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:08:14,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:08:14,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:08:14,780 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-20 22:08:14,782 - paramiko.transport - DEBUG - starting thread (client mode): 0x27999d50L 2018-08-20 22:08:14,783 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:14,804 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:14,804 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:14,808 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:14,809 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:14,809 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:14,809 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:14,809 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:14,809 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:14,814 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:14,815 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:14,846 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.225: 37971eab75405ba77ce3aa683abc667b 2018-08-20 22:08:14,847 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:14,854 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:14,875 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:14,879 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:15,052 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:15,053 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:15,092 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:15,093 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:15,100 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:19,048 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:19,048 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:19,050 - paramiko.transport - DEBUG - starting thread (client mode): 0x27ab6d90L 2018-08-20 22:08:19,050 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:19,060 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:19,060 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:19,063 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:19,063 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:19,063 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:19,064 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:19,064 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:19,064 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:19,069 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:19,069 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:19,081 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 6b9a3ead5ed778533cb158dd4f9ef17c 2018-08-20 22:08:19,082 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:19,109 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:19,122 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:19,148 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:19,250 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:19,250 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:19,289 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:19,290 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:19,315 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:19,327 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:19,328 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:19,329 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:19,330 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:19,330 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:19,371 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:19,386 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:19,387 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:08:19,388 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:19,389 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:08:19,389 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:08:19,430 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:08:19,439 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:08:19,441 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:08:19,443 - paramiko.transport - DEBUG - starting thread (client mode): 0x27ab6fd0L 2018-08-20 22:08:19,444 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:19,455 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:19,455 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:19,458 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:19,458 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:19,458 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:19,458 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:19,459 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:19,459 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:19,463 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:19,464 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:19,475 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f9a1216842e472bf1631c90904cd6838 2018-08-20 22:08:19,476 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:19,503 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:19,518 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:19,540 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:19,668 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:19,668 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:19,707 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:19,708 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:19,746 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:19,761 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:19,762 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:19,763 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:19,764 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:19,764 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:19,805 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:19,823 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:19,824 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:08:19,824 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:19,826 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:08:19,826 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:08:19,866 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:08:19,879 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:08:19,881 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:08:19,882 - paramiko.transport - DEBUG - starting thread (client mode): 0x27999790L 2018-08-20 22:08:19,883 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:19,937 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:19,937 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:19,940 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:19,940 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:19,940 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:19,940 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:19,941 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:19,941 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:19,945 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:19,946 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:19,982 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8031099bfb2303bcd2e56bac1c160139 2018-08-20 22:08:19,983 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:19,985 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:20,004 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:20,016 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:20,150 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:20,151 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:20,191 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:20,191 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:20,222 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:20,261 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:20,262 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:20,263 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:20,263 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:20,264 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:20,305 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:20,321 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:20,323 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:08:20,324 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:20,324 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:08:20,324 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:08:20,365 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:08:20,377 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:08:20,378 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:08:20,380 - paramiko.transport - DEBUG - starting thread (client mode): 0x27990d50L 2018-08-20 22:08:20,380 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:20,390 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:20,390 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:20,393 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:20,393 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:20,393 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:20,393 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:20,394 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:20,394 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:20,398 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:20,399 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:20,412 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: bbda3e4bd31eda76415c58ee19a9d841 2018-08-20 22:08:20,413 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:20,439 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:20,451 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:20,477 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:20,582 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:20,582 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:20,621 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:20,622 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:20,644 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:20,656 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:20,657 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:20,658 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:20,658 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:20,659 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:20,699 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:20,715 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:20,716 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:08:20,717 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:20,718 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:08:20,718 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:08:20,759 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:08:20,770 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:08:20,772 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:08:20,773 - paramiko.transport - DEBUG - starting thread (client mode): 0x279c0450L 2018-08-20 22:08:20,774 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:20,880 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:20,881 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:20,884 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:20,885 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:20,885 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:20,885 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:20,885 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:20,885 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:20,890 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:20,891 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:20,906 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2f80ac564d5335749ab6600747c4754d 2018-08-20 22:08:20,906 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:20,931 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:21,029 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:21,039 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:21,241 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:21,241 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:21,280 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:21,281 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:21,308 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:21,407 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:21,408 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:21,409 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:21,410 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:21,410 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:21,451 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:21,623 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:21,625 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:08:21,626 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:21,627 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:08:21,627 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:08:21,668 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:08:21,793 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:08:21,794 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:21,795 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:08:21,796 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:21,796 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:21,800 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:27,093 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:27,094 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:27,096 - paramiko.transport - DEBUG - starting thread (client mode): 0x27ab6d10L 2018-08-20 22:08:27,097 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:27,103 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:27,104 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:27,105 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:27,106 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:27,106 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:27,106 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:27,106 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:27,106 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:27,111 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:27,112 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:27,112 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 6b9a3ead5ed778533cb158dd4f9ef17c 2018-08-20 22:08:27,113 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:27,151 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:27,164 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:27,177 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:27,289 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:27,289 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:27,328 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:27,329 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:27,344 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:27,356 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:27,357 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:27,357 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:27,358 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:27,358 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:27,399 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:27,414 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:27,415 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:08:27,416 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:27,417 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:08:27,418 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:08:27,458 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:08:27,469 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:08:27,470 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:08:27,472 - paramiko.transport - DEBUG - starting thread (client mode): 0x279bbd10L 2018-08-20 22:08:27,473 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:27,483 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:27,483 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:27,485 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:27,486 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:27,486 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:27,486 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:27,486 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:27,486 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:27,491 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:27,491 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:27,504 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f9a1216842e472bf1631c90904cd6838 2018-08-20 22:08:27,505 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:27,531 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:27,546 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:27,569 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:27,695 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:27,695 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:27,734 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:27,735 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:27,775 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:27,789 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:27,790 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:27,791 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:27,792 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:27,792 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:27,833 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:27,851 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:27,852 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:08:27,853 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:27,854 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:08:27,854 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:08:27,895 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:08:27,908 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:08:27,909 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:08:27,911 - paramiko.transport - DEBUG - starting thread (client mode): 0x279c2c90L 2018-08-20 22:08:27,911 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:27,920 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:27,920 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:27,922 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:27,923 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:27,923 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:27,923 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:27,923 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:27,923 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:27,928 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:27,929 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:27,943 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8031099bfb2303bcd2e56bac1c160139 2018-08-20 22:08:27,943 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:27,968 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:27,982 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:28,008 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:28,128 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:28,128 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:28,167 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:28,168 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:28,177 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:28,192 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:28,193 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:28,193 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:28,194 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:28,195 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:28,235 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:28,252 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:28,253 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:08:28,254 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:28,255 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:08:28,256 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:08:28,296 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:08:28,310 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:08:28,311 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:08:28,314 - paramiko.transport - DEBUG - starting thread (client mode): 0x279a5150L 2018-08-20 22:08:28,314 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:28,322 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:28,322 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:28,324 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:28,325 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:28,325 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:28,325 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:28,325 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:28,325 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:28,330 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:28,330 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:28,346 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: bbda3e4bd31eda76415c58ee19a9d841 2018-08-20 22:08:28,346 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:28,370 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:28,383 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:28,411 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:28,523 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:28,523 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:28,562 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:28,563 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:28,578 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:28,590 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:28,591 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:28,592 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:28,592 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:28,592 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:28,632 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:28,648 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:28,649 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:08:28,650 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:28,651 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:08:28,651 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:08:28,692 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:08:28,703 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:08:28,704 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:08:28,706 - paramiko.transport - DEBUG - starting thread (client mode): 0x279ac250L 2018-08-20 22:08:28,707 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:08:28,803 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:08:28,803 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:08:28,806 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:08:28,806 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:08:28,806 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:08:28,807 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:08:28,807 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:08:28,807 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:08:28,812 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:08:28,812 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:08:28,814 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2f80ac564d5335749ab6600747c4754d 2018-08-20 22:08:28,815 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:08:28,852 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:08:28,950 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:08:28,980 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:08:29,192 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:08:29,192 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:08:29,231 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:08:29,232 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:08:29,249 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:08:29,410 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:08:29,411 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:08:29,412 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:08:29,412 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:08:29,413 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:08:29,454 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:08:29,604 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:08:29,606 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:08:29,607 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:08:29,608 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:08:29,608 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:08:29,649 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:08:29,740 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:08:29,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:08:29,742 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:08:29,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e39091df-a137-4c42-b8b6-0df346033348 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:08:29,751 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e39091df-a137-4c42-b8b6-0df346033348 2018-08-20 22:08:29,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:08:30,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:08:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["-Wt2GKrGQIqFOmTvdLLrog"], "issued_at": "2018-08-20T22:08:30.000000Z"}} 2018-08-20 22:08:30,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52782b3915b0feb7ef2ac6dc131f70fcf88eb6e4" 2018-08-20 22:08:30,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-8bac8ae8-814d-45ea-9482-5ab4370517b6 Date: Mon, 20 Aug 2018 22:08:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-20 22:08:30,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-8bac8ae8-814d-45ea-9482-5ab4370517b6 2018-08-20 22:08:30,548 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-20 22:08:30,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52782b3915b0feb7ef2ac6dc131f70fcf88eb6e4" 2018-08-20 22:08:30,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-6c79aa30-1b9d-4176-a328-ecd9e553757f Date: Mon, 20 Aug 2018 22:08:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-20 22:08:30,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-6c79aa30-1b9d-4176-a328-ecd9e553757f 2018-08-20 22:08:30,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}52782b3915b0feb7ef2ac6dc131f70fcf88eb6e4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-20 22:08:31,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d63068a0-0b40-49b6-8bdd-5fb02df3ffc6 Date: Mon, 20 Aug 2018 22:08:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T22:08:31Z", "file": "/v2/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "03c7dcf3-dd8d-4b89-9cd7-24886672d524", "size": null, "self": "/v2/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-20T22:08:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 22:08:31,627 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d63068a0-0b40-49b6-8bdd-5fb02df3ffc6 2018-08-20 22:08:31,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52782b3915b0feb7ef2ac6dc131f70fcf88eb6e4" -d '' 2018-08-20 22:08:33,533 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1bacaee5-5454-4fa9-a43f-398e451a36bf Date: Mon, 20 Aug 2018 22:08:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:08:33,534 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524/file used request id req-1bacaee5-5454-4fa9-a43f-398e451a36bf 2018-08-20 22:08:33,534 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-08-20 22:08:33,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:08:33,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53f3ddf4-4d76-41e9-8f4b-fff35ac31b93 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:08:33,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-53f3ddf4-4d76-41e9-8f4b-fff35ac31b93 2018-08-20 22:08:33,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:08:33,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:08:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["vw4DPwCzTV6PM11hvK31pg"], "issued_at": "2018-08-20T22:08:33.000000Z"}} 2018-08-20 22:08:33,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16f8c92142d527ba820e21f7b04f77e386868bd8" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-08-20 22:08:34,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-7af521de-5f70-48e0-a316-718b0b859d0d Date: Mon, 20 Aug 2018 22:08:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2adaa74e-27ae-474d-9804-4e7752a89b6d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:08:34Z","is_default":false,"provider:segmentation_id":5,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:08:34Z","mtu":1450}} 2018-08-20 22:08:34,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7af521de-5f70-48e0-a316-718b0b859d0d 2018-08-20 22:08:34,695 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network 2adaa74e-27ae-474d-9804-4e7752a89b6d with cidr 10.10.10.0/24 2018-08-20 22:08:34,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16f8c92142d527ba820e21f7b04f77e386868bd8" -d '{"subnets": [{"ip_version": 4, "network_id": "2adaa74e-27ae-474d-9804-4e7752a89b6d", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-08-20 22:08:35,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-2f6e9ece-3b44-4eb8-97bf-b327f070d52b Date: Mon, 20 Aug 2018 22:08:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2adaa74e-27ae-474d-9804-4e7752a89b6d","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:08:35Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:08:35Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"6d080a75-7503-4ae4-a7b4-c88ad619a9bf","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-08-20 22:08:35,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-2f6e9ece-3b44-4eb8-97bf-b327f070d52b 2018-08-20 22:08:35,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16f8c92142d527ba820e21f7b04f77e386868bd8" 2018-08-20 22:08:36,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48895 X-Openstack-Request-Id: req-560a4580-7fb1-4a6d-9bb6-77347537c283 Date: Mon, 20 Aug 2018 22:08:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "updated_at": "2018-08-20T16:46:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7037a96b-f334-431f-95c0-e523c939a958", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7c097373-26a4-4636-8025-0b05b6230c95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "88520c47-a545-4b43-a23d-89a99d99ff74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "f7d22496-ff77-4c2b-b760-58629aa38452", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}], "revision_number": 1, "project_id": "f459a43815564047b07d495f87f10ad2", "id": "0987da57-713b-49c3-b135-c0f85ec99b73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "updated_at": "2018-08-20T16:46:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "613d616f-11b1-4318-a678-4a14fd4bbe43", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "c265eddc-864c-4c4b-a370-a52c0551a1db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}], "revision_number": 1, "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "updated_at": "2018-08-20T16:46:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "a42635f9-c149-4597-995e-a5be1fd538b7", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "d3485026-8771-4b90-98da-d49ba756837b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}], "revision_number": 1, "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "updated_at": "2018-08-20T16:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "27320908-5a79-4d7f-8c5a-dea930cb307b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d26643c2-8308-4ad9-a72a-2cf81397007d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d619641a-1792-4c07-ba5c-e101ea428cd0", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}], "revision_number": 1, "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "460ca234-7330-492a-a53a-f9cd0c835220", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "updated_at": "2018-08-20T16:46:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "4fea7278-e724-41db-9313-21007a51140c", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}], "revision_number": 1, "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "updated_at": "2018-08-20T17:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "3a279180-06f0-40b3-ac52-b6f601390e9a", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}], "revision_number": 1, "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "updated_at": "2018-08-20T16:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "0d4ff932-818e-4356-8ec9-632a99c477a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "3ec05dae-cb0d-4846-919a-9e7f22853175", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}], "revision_number": 1, "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "updated_at": "2018-08-20T16:46:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "07559f41-4c75-418c-83be-09863c8a4e4c", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}], "revision_number": 1, "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "bef49320-1a27-4ab9-876b-045d3e43e997", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "updated_at": "2018-08-20T17:37:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}], "revision_number": 1, "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "updated_at": "2018-08-20T22:04:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T22:04:40Z", "revision_number": 0, "id": "5c458e56-e2db-439c-9fe1-f39be6f86870", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T22:04:40Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 80, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:15Z", "revision_number": 0, "id": "91d4bc5a-fb4a-4fa5-963f-dc7d2038d28b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:15Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "9dc85108-f6ef-4e93-9338-11e874e6dc0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "a01d5ccc-c760-4697-8290-265a01475928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "b53d18d0-898c-4ecb-a776-cb15ec808768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "c292ca88-d3ad-4ce8-bb72-d2637a5cf780", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 5, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "updated_at": "2018-08-20T16:46:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8ea96060-1b31-4cbc-8016-c29b458c5593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "eb3fff56-526f-4cdb-8931-11038b781824", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}], "revision_number": 1, "project_id": "2955d687c3384deb9c98180662807a42", "id": "f34de66d-fa43-4257-974a-da7d15670c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 22:08:36,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-560a4580-7fb1-4a6d-9bb6-77347537c283 2018-08-20 22:08:36,221 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-20 22:08:36,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:08:36,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9110866-2c82-4f75-b725-2b4a9152b3d0 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:08:36,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e9110866-2c82-4f75-b725-2b4a9152b3d0 2018-08-20 22:08:36,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:08:36,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:08:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["fRPLYsLrTMiUzahQsbKuLA"], "issued_at": "2018-08-20T22:08:36.000000Z"}} 2018-08-20 22:08:36,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edfe690d934bc0344814f148045d1e6566f4ec9b" 2018-08-20 22:08:36,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-7328f766-0565-47da-9629-f5f4fab42658 x-compute-request-id: req-7328f766-0565-47da-9629-f5f4fab42658 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 4, "hypervisor_type": "QEMU", "local_gb_used": 1, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 3449, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 5, "free_disk_gb": 242, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 25846, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 2, "hypervisor_type": "QEMU", "local_gb_used": 2, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5120, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 2, "free_disk_gb": 245, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 27382, "id": 5}]} 2018-08-20 22:08:36,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-7328f766-0565-47da-9629-f5f4fab42658 2018-08-20 22:08:36,976 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:08:36,977 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:08:36,977 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:08:36,980 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:08:37,005 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-20 22:08:37,007 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-20 22:08:37,007 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:08:37,009 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-20 22:08:37,009 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-20 22:08:37,049 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-20 22:08:37,068 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-20 22:08:37,075 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:08:37,075 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-20 22:08:37,076 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:08:37,077 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:08:37,080 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:08:37,105 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-20 22:08:37,107 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-20 22:08:37,108 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:08:37,109 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-20 22:08:37,109 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-20 22:08:37,150 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-20 22:08:37,170 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-20 22:08:37,179 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-20 22:08:37,180 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-20 22:08:37,181 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-20 22:08:37,181 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-20 22:08:37,183 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-20 22:08:37,203 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-20 22:08:37,204 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-20 22:08:37,205 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-20 22:08:37,206 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-20 22:08:37,206 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-20 22:08:37,247 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-20 22:08:37,267 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-20 22:08:37,268 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-20 22:08:37,268 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-20 22:08:37,269 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-20 22:08:37,270 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-20 22:08:37,274 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-20 22:08:37,293 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-20 22:08:37,295 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-20 22:08:37,296 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-20 22:08:37,296 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-20 22:08:37,296 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-20 22:08:37,337 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-20 22:08:37,356 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-20 22:08:37,357 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-08-20 22:08:37,357 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=03c7dcf3-dd8d-4b89-9cd7-24886672d524 network=2adaa74e-27ae-474d-9804-4e7752a89b6d secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 22:08:37,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:08:37,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:08:37,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:08:37,358 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-20 22:08:37,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:08:37,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:08:37,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:08:37,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:08:37,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:08:37,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:08:37,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:08:37,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:08:37,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:08:37,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:08:37,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:08:37,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:08:37,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:08:37,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:08:37,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:08:37,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:08:37,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:08:37,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:08:37,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:08:37,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:08:37,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:08:37,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:08:37,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:08:37,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:08:37,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:08:37,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:08:37,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:08:37,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:08:37,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:08:37,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:08:37,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:08:37,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:08:37,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:08:37,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:08:37,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:08:37,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:08:37,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:08:37,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:08:37,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:08:37,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:08:37,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:08:37,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:08:37,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:08:37,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:08:37,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:08:37,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:08:37,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:08:37,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:08:37,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b36f1a7-ab34-4773-aea4-322ccec51d03 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:08:37,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2b36f1a7-ab34-4773-aea4-322ccec51d03 2018-08-20 22:08:37,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:08:37,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:08:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["q0py7n_FTV2vZanFsfLtTA"], "issued_at": "2018-08-20T22:08:37.000000Z"}} 2018-08-20 22:08:37,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ff39bc9069a29bc2705650c2b1ffaaa8cb53a8" 2018-08-20 22:08:38,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-ae9efb71-89ee-437c-95bf-2f20f11f2563 x-compute-request-id: req-ae9efb71-89ee-437c-95bf-2f20f11f2563 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:08:38,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ae9efb71-89ee-437c-95bf-2f20f11f2563 2018-08-20 22:08:38,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ff39bc9069a29bc2705650c2b1ffaaa8cb53a8" 2018-08-20 22:08:38,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-5eb69e01-b34c-4047-8c6e-3dc699827dbb x-compute-request-id: req-5eb69e01-b34c-4047-8c6e-3dc699827dbb Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:08:38,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-5eb69e01-b34c-4047-8c6e-3dc699827dbb 2018-08-20 22:08:38,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ff39bc9069a29bc2705650c2b1ffaaa8cb53a8" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "03c7dcf3-dd8d-4b89-9cd7-24886672d524", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2adaa74e-27ae-474d-9804-4e7752a89b6d"}]}}' 2018-08-20 22:08:41,420 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:08:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-72bd5d5c-2429-424f-872a-6787fc633fe9 x-compute-request-id: req-72bd5d5c-2429-424f-872a-6787fc633fe9 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "rel": "bookmark"}], "adminPass": "bYUE4583uJZK"}} 2018-08-20 22:08:41,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-72bd5d5c-2429-424f-872a-6787fc633fe9 2018-08-20 22:08:41,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:08:41,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61a63ada-3eac-4c83-991b-5ed239a2b4b6 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:08:41,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-61a63ada-3eac-4c83-991b-5ed239a2b4b6 2018-08-20 22:08:41,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:08:41,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:08:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["674W8loDRrOwTpF0tByW2A"], "issued_at": "2018-08-20T22:08:41.000000Z"}} 2018-08-20 22:08:41,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}055815c1fde692b149012abcf487c938907f0e05" 2018-08-20 22:08:42,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-9c262db0-ed1b-4949-8b23-5bfa9cecfc22 x-compute-request-id: req-9c262db0-ed1b-4949-8b23-5bfa9cecfc22 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "rel": "bookmark"}], "image": {"id": "03c7dcf3-dd8d-4b89-9cd7-24886672d524", "links": [{"href": "http://172.30.9.23:8774/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:08:42Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-2", "created": "2018-08-20T22:08:41Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:08:42,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d used request id req-9c262db0-ed1b-4949-8b23-5bfa9cecfc22 2018-08-20 22:08:45,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}055815c1fde692b149012abcf487c938907f0e05" 2018-08-20 22:08:47,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-3c90242d-0eeb-4c82-84f7-47cad0e1d97d x-compute-request-id: req-3c90242d-0eeb-4c82-84f7-47cad0e1d97d Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "rel": "bookmark"}], "image": {"id": "03c7dcf3-dd8d-4b89-9cd7-24886672d524", "links": [{"href": "http://172.30.9.23:8774/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000001a3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:08:44Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-08-20T22:08:41Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:08:47,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d used request id req-3c90242d-0eeb-4c82-84f7-47cad0e1d97d 2018-08-20 22:08:50,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}055815c1fde692b149012abcf487c938907f0e05" 2018-08-20 22:08:50,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-b4a8f3e9-b2f7-494e-b609-6348c5568289 x-compute-request-id: req-b4a8f3e9-b2f7-494e-b609-6348c5568289 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:0d:35", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "rel": "bookmark"}], "image": {"id": "03c7dcf3-dd8d-4b89-9cd7-24886672d524", "links": [{"href": "http://172.30.9.23:8774/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000001a3", "OS-SRV-USG:launched_at": "2018-08-20T22:08:49.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:08:49Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-08-20T22:08:41Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:08:50,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d used request id req-b4a8f3e9-b2f7-494e-b609-6348c5568289 2018-08-20 22:08:50,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ff39bc9069a29bc2705650c2b1ffaaa8cb53a8" 2018-08-20 22:08:51,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-2f454a65-d57f-4a45-b4bb-cc3857b3b089 x-compute-request-id: req-2f454a65-d57f-4a45-b4bb-cc3857b3b089 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:0d:35", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "rel": "bookmark"}], "image": {"id": "03c7dcf3-dd8d-4b89-9cd7-24886672d524", "links": [{"href": "http://172.30.9.23:8774/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000001a3", "OS-SRV-USG:launched_at": "2018-08-20T22:08:49.000000", "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "1f6be6c8-d069-4361-bd72-6211e7ae4b1d", "security_groups": [{"name": "default"}], "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T22:08:49Z", "hostId": "2ce978070b8dcb61aac287225ae4fabf8621c21d821c216a6563d506", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-08-20T22:08:41Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:08:51,790 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d used request id req-2f454a65-d57f-4a45-b4bb-cc3857b3b089 2018-08-20 22:08:51,791 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.10'. 2018-08-20 22:08:51,791 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-08-20 22:08:51,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edfe690d934bc0344814f148045d1e6566f4ec9b" -d '{"addSecurityGroup": {"name": "d542c74f-2e63-4789-a10d-083e9bdd5b1e"}}' 2018-08-20 22:08:54,311 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:08:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-801836d0-2c62-45ad-bf27-43d7e3ce6f0c x-compute-request-id: req-801836d0-2c62-45ad-bf27-43d7e3ce6f0c Content-Length: 0 Content-Type: application/json 2018-08-20 22:08:54,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1f6be6c8-d069-4361-bd72-6211e7ae4b1d/action used request id req-801836d0-2c62-45ad-bf27-43d7e3ce6f0c 2018-08-20 22:08:54,312 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-08-20 22:08:54,312 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=03c7dcf3-dd8d-4b89-9cd7-24886672d524 network=2adaa74e-27ae-474d-9804-4e7752a89b6d secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-20 22:08:54,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:08:54,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:08:54,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:08:54,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:08:54,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:08:54,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:08:54,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:08:54,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:08:54,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:08:54,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:08:54,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:08:54,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:08:54,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:08:54,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:08:54,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:08:54,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:08:54,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:08:54,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:08:54,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:08:54,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:08:54,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:08:54,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:08:54,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:08:54,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:08:54,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:08:54,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:08:54,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:08:54,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:08:54,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:08:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:08:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:08:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:08:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:08:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:08:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:08:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:08:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:08:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:08:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:08:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:08:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:08:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:08:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:08:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:08:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:08:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:08:54,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:08:54,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:08:54,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:08:54,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:08:54,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:08:54,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e248a8-1a1d-4bd9-98b5-a30be86796fb Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:08:54,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b1e248a8-1a1d-4bd9-98b5-a30be86796fb 2018-08-20 22:08:54,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:08:54,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:08:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["3ZwDsxjdRJi-i2tAoMcNoA"], "issued_at": "2018-08-20T22:08:54.000000Z"}} 2018-08-20 22:08:54,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3f759f6a12b40b0831fb50588c103ff5481b2c" 2018-08-20 22:08:55,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-e85769d2-eadd-4d97-b2e2-500392322377 x-compute-request-id: req-e85769d2-eadd-4d97-b2e2-500392322377 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:08:55,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e85769d2-eadd-4d97-b2e2-500392322377 2018-08-20 22:08:55,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3f759f6a12b40b0831fb50588c103ff5481b2c" 2018-08-20 22:08:55,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08: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-68df8869-0ef6-46b6-973a-2c564942daea x-compute-request-id: req-68df8869-0ef6-46b6-973a-2c564942daea Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}} 2018-08-20 22:08:55,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06 used request id req-68df8869-0ef6-46b6-973a-2c564942daea 2018-08-20 22:08:55,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3f759f6a12b40b0831fb50588c103ff5481b2c" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "03c7dcf3-dd8d-4b89-9cd7-24886672d524", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2adaa74e-27ae-474d-9804-4e7752a89b6d"}]}}' 2018-08-20 22:08:58,540 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:08: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-8a1231d5-11cc-4e21-92f6-1cb94f8b57c1 x-compute-request-id: req-8a1231d5-11cc-4e21-92f6-1cb94f8b57c1 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5800a19f-b8cd-4b33-ab79-73da3c7658ab", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab", "rel": "bookmark"}], "adminPass": "fvhYUYk65mvp"}} 2018-08-20 22:08:58,540 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-8a1231d5-11cc-4e21-92f6-1cb94f8b57c1 2018-08-20 22:08:58,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:08:58,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-256a6bd5-6ed0-4ed4-b0a9-3939d106de0f Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:08:58,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-256a6bd5-6ed0-4ed4-b0a9-3939d106de0f 2018-08-20 22:08:58,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:08:58,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:08:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["nTG_700MSQ2RL9e30yJicA"], "issued_at": "2018-08-20T22:08:58.000000Z"}} 2018-08-20 22:08:58,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee8949986c3fedc969bd0e7ceff833b9cc4a0b7b" 2018-08-20 22:08:59,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:08:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adaf3bf4-e702-4512-bd36-4bafef370fb3 x-compute-request-id: req-adaf3bf4-e702-4512-bd36-4bafef370fb3 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab", "rel": "bookmark"}], "image": {"id": "03c7dcf3-dd8d-4b89-9cd7-24886672d524", "links": [{"href": "http://172.30.9.23:8774/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5800a19f-b8cd-4b33-ab79-73da3c7658ab", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T22:08:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2018-08-20T22:08:58Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:08:59,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab used request id req-adaf3bf4-e702-4512-bd36-4bafef370fb3 2018-08-20 22:09:02,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee8949986c3fedc969bd0e7ceff833b9cc4a0b7b" 2018-08-20 22:09:03,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09: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-776c53ce-e640-4666-ba3a-01be5929101e x-compute-request-id: req-776c53ce-e640-4666-ba3a-01be5929101e Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab", "rel": "bookmark"}], "image": {"id": "03c7dcf3-dd8d-4b89-9cd7-24886672d524", "links": [{"href": "http://172.30.9.23:8774/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-000001a6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}]}, "id": "5800a19f-b8cd-4b33-ab79-73da3c7658ab", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-08-20T22:09:00Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2018-08-20T22:08:58Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Failed to get aggregates for resource provider with UUID 733a043e-8e5c-4276-b2bc-2e9a35c6225b", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/compute/manager.py\", line 1919, in _do_build_and_run_instance\n filter_properties, request_spec)\n File \"/usr/lib/python2.7/site-packages/nova/compute/manager.py\", line 2208, in _build_and_run_instance\n instance_uuid=instance.uuid, reason=six.text_type(e))\n", "created": "2018-08-20T22:09:00Z"}, "metadata": {}}} 2018-08-20 22:09:03,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5800a19f-b8cd-4b33-ab79-73da3c7658ab used request id req-776c53ce-e640-4666-ba3a-01be5929101e 2018-08-20 22:09:03,370 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-12-1 went to ERROR status. 2018-08-20 22:09:03,371 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-20 22:09:03,371 - sdnvpn.test.functest.testcase_12 - ERROR - exception occurred while executing testcase_12: Error while booting instance sdnvpn-12-1 2018-08-20 22:09:03,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52782b3915b0feb7ef2ac6dc131f70fcf88eb6e4" 2018-08-20 22:09:04,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-77a7d569-3500-4beb-a827-4667f97fc46f Date: Mon, 20 Aug 2018 22:09:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:09:04,060 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/03c7dcf3-dd8d-4b89-9cd7-24886672d524 used request id req-77a7d569-3500-4beb-a827-4667f97fc46f 2018-08-20 22:09:04,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/6d080a75-7503-4ae4-a7b4-c88ad619a9bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16f8c92142d527ba820e21f7b04f77e386868bd8" 2018-08-20 22:09:04,458 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-812c9592-f6d1-41d5-9fb1-ebd851201cba Date: Mon, 20 Aug 2018 22:09:04 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 6d080a75-7503-4ae4-a7b4-c88ad619a9bf: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-20 22:09:04,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6d080a75-7503-4ae4-a7b4-c88ad619a9bf used request id req-812c9592-f6d1-41d5-9fb1-ebd851201cba 2018-08-20 22:09:04,458 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 6d080a75-7503-4ae4-a7b4-c88ad619a9bf: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-20 22:09:04,459 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '6d080a75-7503-4ae4-a7b4-c88ad619a9bf')]: Unable to complete operation on subnet 6d080a75-7503-4ae4-a7b4-c88ad619a9bf: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-812c9592-f6d1-41d5-9fb1-ebd851201cba'] 2018-08-20 22:09:04,459 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 6d080a75-7503-4ae4-a7b4-c88ad619a9bf was not deleted. 2018-08-20 22:09:04,460 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_12: Error while booting instance sdnvpn-12-1 Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_12.py", line 94, in main compute_node=av_zone_1) File "/usr/lib/python2.7/site-packages/sdnvpn/lib/utils.py", line 193, in create_instance raise Exception("Error while booting instance {}".format(name)) Exception: Error while booting instance sdnvpn-12-1 2018-08-20 22:09:04,460 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_12 failed 2018-08-20 22:09:04,460 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-08-20 22:09:04,460 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-08-20 22:09:04,461 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-08-20 22:09:04,561 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-08-20 22:09:04,561 - sdnvpn.test.functest.testcase_13 - INFO - Downloading image 2018-08-20 22:09:18,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:09:18,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:09:18,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:09:18,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:09:18,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:09:18,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:09:18,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:09:18,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:09:18,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:09:18,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:09:18,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:09:18,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:09:18,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:09:18,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:09:18,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:09:18,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:09:18,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:09:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:09:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:09:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:09:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:09:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:09:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:09:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:09:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:09:18,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:09:18,029 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-20 22:09:18,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:09:18,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56bfb3bf-1662-4a37-ae10-c044b176d692 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:09:18,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-56bfb3bf-1662-4a37-ae10-c044b176d692 2018-08-20 22:09:18,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:09:18,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:09:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["llX9gsohQymUPpZQZhWRWg"], "issued_at": "2018-08-20T22:09:18.000000Z"}} 2018-08-20 22:09:18,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0d12a7893c757f0c26543093f2f092bab7bd3b37" 2018-08-20 22:09:18,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-f362f453-64c9-4ba7-a49d-614880cd254c Date: Mon, 20 Aug 2018 22:09:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-20 22:09:18,724 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-f362f453-64c9-4ba7-a49d-614880cd254c 2018-08-20 22:09:18,724 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-20 22:09:18,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0d12a7893c757f0c26543093f2f092bab7bd3b37" 2018-08-20 22:09:19,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-3f0082ae-fa36-46e7-9baa-15236524fdd1 Date: Mon, 20 Aug 2018 22:09:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-20 22:09:19,417 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-3f0082ae-fa36-46e7-9baa-15236524fdd1 2018-08-20 22:09:19,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d12a7893c757f0c26543093f2f092bab7bd3b37" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-08-20 22:09:19,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e36ee3b6-4e43-46a5-8243-b05d1bcd057a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-374ab702-f3be-423d-8a5a-ae806e114124 Date: Mon, 20 Aug 2018 22:09:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-20T22:09:19Z", "file": "/v2/images/e36ee3b6-4e43-46a5-8243-b05d1bcd057a/file", "owner": "0639ea8675f44f1bab72e1097507f733", "id": "e36ee3b6-4e43-46a5-8243-b05d1bcd057a", "size": null, "self": "/v2/images/e36ee3b6-4e43-46a5-8243-b05d1bcd057a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-ubuntu", "checksum": null, "created_at": "2018-08-20T22:09:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-20 22:09:19,819 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-374ab702-f3be-423d-8a5a-ae806e114124 2018-08-20 22:09:19,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/e36ee3b6-4e43-46a5-8243-b05d1bcd057a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0d12a7893c757f0c26543093f2f092bab7bd3b37" -d '' 2018-08-20 22:09:28,337 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d79f108f-252b-4659-a585-32d274c82b00 Date: Mon, 20 Aug 2018 22:09:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:09:28,337 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e36ee3b6-4e43-46a5-8243-b05d1bcd057a/file used request id req-d79f108f-252b-4659-a585-32d274c82b00 2018-08-20 22:09:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:09:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:09:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:09:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:09:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:09:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:09:28,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:09:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:09:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:09:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:09:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:09:28,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:09:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:09:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:09:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:09:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:09:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:09:28,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:09:28,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:09:28,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:09:28,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:09:28,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:09:28,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:09:28,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:09:28,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:09:28,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:09:28,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d82fd8f-1aac-4bab-b243-0702b4800137 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:09:28,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7d82fd8f-1aac-4bab-b243-0702b4800137 2018-08-20 22:09:28,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:09:28,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:09:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["r6A6abOBSrO4wsgeAr8XGQ"], "issued_at": "2018-08-20T22:09:28.000000Z"}} 2018-08-20 22:09:28,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c047cba0426110b21c0abf8a29d7adafde99de4" 2018-08-20 22:09:29,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b27122f3-5dff-48c5-9156-9e046a7c7ca2 x-compute-request-id: req-b27122f3-5dff-48c5-9156-9e046a7c7ca2 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "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": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06"}]} 2018-08-20 22:09:29,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-b27122f3-5dff-48c5-9156-9e046a7c7ca2 2018-08-20 22:09:29,085 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-20 22:09:29,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c047cba0426110b21c0abf8a29d7adafde99de4" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.custom", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1024, "id": null, "swap": 0}}' 2018-08-20 22:09:29,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09: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-6a2f6f4f-a394-45f0-ad49-346f7c8bda8b x-compute-request-id: req-6a2f6f4f-a394-45f0-ad49-346f7c8bda8b Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "rel": "bookmark"}], "ram": 1024, "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": 10, "id": "b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4"}} 2018-08-20 22:09:29,135 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6a2f6f4f-a394-45f0-ad49-346f7c8bda8b 2018-08-20 22:09:29,136 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4 created successfully. 2018-08-20 22:09:29,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:09:29,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf6a3af-d24b-470f-b675-018e1e0d3c85 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:09:29,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bbf6a3af-d24b-470f-b675-018e1e0d3c85 2018-08-20 22:09:29,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:09:29,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:09:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["whLhTXVPQR-PzW1C4h26vw"], "issued_at": "2018-08-20T22:09:29.000000Z"}} 2018-08-20 22:09:29,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" 2018-08-20 22:09:30,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11950 X-Openstack-Request-Id: req-76df0d0d-461d-4fa2-82d6-ff4d1df19176 Date: Mon, 20 Aug 2018 22:09:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"02c6a34e-6a14-43c3-9d7f-f922be4136ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:18Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4c1372cb-69b3-4536-883f-6bc23e46975a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:33Z","provider:segmentation_id":53,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"18c6c7f0-1f6c-4dfd-b36e-901e53712f33","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:05:21Z","provider:segmentation_id":87,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:33Z","provider:segmentation_id":58,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2ac1e184-807e-4de2-bde1-d412a56fdff6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:23Z","provider:segmentation_id":28,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2adaa74e-27ae-474d-9804-4e7752a89b6d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["6d080a75-7503-4ae4-a7b4-c88ad619a9bf"],"description":"","tags":[],"updated_at":"2018-08-20T22:08:35Z","provider:segmentation_id":5,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:08:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2c242cf8-6ef2-4c49-aac6-7c594067d5fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["68c6baf3-bb19-4e34-b672-7836c417741e"],"description":"","tags":[],"updated_at":"2018-08-20T22:05:41Z","provider:segmentation_id":6,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:05:40Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"34d96e21-2630-4280-97d0-6fd0d221fc72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:29Z","provider:segmentation_id":15,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902557d-0a77-407a-87e6-228b1c3269a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["7720ad57-2fc4-4c19-806c-21619297983e"],"description":"","tags":[],"updated_at":"2018-08-20T22:04:34Z","provider:segmentation_id":74,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5e2ef56d-b96e-48ca-9899-1de16258988b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:16Z","provider:segmentation_id":72,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"82e2473b-f463-431c-bf86-0904afe9d6d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:23Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"860c45ae-15a4-4d74-b434-2d350016328a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["419507ba-e733-49f6-8773-8d622ce30a3a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:34Z","provider:segmentation_id":59,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8b3c7bdd-7fcc-42aa-9593-165a0b2422e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:33Z","provider:segmentation_id":103,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["52832c7f-e7a1-4923-8704-32f33d9d6277"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:40Z","provider:segmentation_id":100,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:39Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b0688f31-973c-4ccd-a9e0-c79242e2c9e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:00Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ca14a295-1bc9-402e-ba72-15e2a357d71b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:13Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e5ddbda1-39ed-4c07-8023-b95392465ff2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:26Z","provider:segmentation_id":22,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f1e32226-4cea-487b-8fe8-1e3a0c664c5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:13Z","provider:segmentation_id":16,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:13Z","provider:network_type":"vxlan"}]} 2018-08-20 22:09:30,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-76df0d0d-461d-4fa2-82d6-ff4d1df19176 2018-08-20 22:09:30,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" 2018-08-20 22:09:30,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5031 X-Openstack-Request-Id: req-2c1adabe-df3f-4701-ac17-2f9b2cbe0ff0 Date: Mon, 20 Aug 2018 22:09:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:02:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"860c45ae-15a4-4d74-b434-2d350016328a","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:01:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"419507ba-e733-49f6-8773-8d622ce30a3a","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:01:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"4c1372cb-69b3-4536-883f-6bc23e46975a","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:40Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:02:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"gateway_ip":"10.10.11.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.11.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"52832c7f-e7a1-4923-8704-32f33d9d6277","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"51eccb3f-6587-4786-9b87-639d59173f56","tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:12Z","dns_nameservers":[],"updated_at":"2018-08-20T16:25:12Z","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":"f5f56b19cabe41688975fa5f4e20e70d","id":"63f33945-a3b3-48c0-a82d-0120ca26ec45","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c242cf8-6ef2-4c49-aac6-7c594067d5fe","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:05:41Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"68c6baf3-bb19-4e34-b672-7836c417741e","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2adaa74e-27ae-474d-9804-4e7752a89b6d","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:08:35Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:08:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"6d080a75-7503-4ae4-a7b4-c88ad619a9bf","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3902557d-0a77-407a-87e6-228b1c3269a9","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:04:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.20.2","end":"10.10.20.254"}],"gateway_ip":"10.10.20.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.20.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"7720ad57-2fc4-4c19-806c-21619297983e","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-08-20 22:09:30,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-2c1adabe-df3f-4701-ac17-2f9b2cbe0ff0 2018-08-20 22:09:30,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" 2018-08-20 22:09:30,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1245 X-Openstack-Request-Id: req-5a0f671c-0ac4-4260-9cdd-e97c28d9ea7c Date: Mon, 20 Aug 2018 22:09:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3e3ae0455796451cac6a47c3afa71b7d", "created_at": "2018-08-20T20:30:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T20:30:30Z", "revision_number": 0, "routes": [], "project_id": "3e3ae0455796451cac6a47c3afa71b7d", "id": "20c1e64a-0be8-42ae-93ae-cd6728e5a207", "name": ""}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:04:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:05:18Z", "revision_number": 10, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "c18862a5-a77f-4de3-85bf-14b70e71486e", "name": "sdnvpn-8-1-router"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:02:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:04:20Z", "revision_number": 7, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "e0f8dd75-53c4-4ba8-9ff8-b0fbd4fb0545", "name": "sdnvpn-4-1-router"}]} 2018-08-20 22:09:30,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-5a0f671c-0ac4-4260-9cdd-e97c28d9ea7c 2018-08-20 22:09:30,822 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-08-20 22:09:30,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-08-20 22:09:31,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-1b077b86-5ab8-4226-b7e9-f80ed848db42 Date: Mon, 20 Aug 2018 22:09:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"93f7782c-07e6-4393-b6ee-949d2a45f7a2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:09:31Z","is_default":false,"provider:segmentation_id":102,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:09:31Z","mtu":1450}} 2018-08-20 22:09:31,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-1b077b86-5ab8-4226-b7e9-f80ed848db42 2018-08-20 22:09:31,728 - sdnvpn.lib.openstack_utils - DEBUG - Network '93f7782c-07e6-4393-b6ee-949d2a45f7a2' created successfully 2018-08-20 22:09:31,728 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-20 22:09:31,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" -d '{"subnets": [{"ip_version": 4, "network_id": "93f7782c-07e6-4393-b6ee-949d2a45f7a2", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-08-20 22:09:32,900 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-7bff4302-719d-47f4-9da7-a43dd386a932 Date: Mon, 20 Aug 2018 22:09:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93f7782c-07e6-4393-b6ee-949d2a45f7a2","tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:09:32Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-20T22:09:32Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"0639ea8675f44f1bab72e1097507f733","id":"026041fb-268f-4cd9-8dfe-6f144473e627","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-08-20 22:09:32,900 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-7bff4302-719d-47f4-9da7-a43dd386a932 2018-08-20 22:09:32,900 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '026041fb-268f-4cd9-8dfe-6f144473e627' created successfully 2018-08-20 22:09:32,901 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-20 22:09:32,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-08-20 22:09:33,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-729f98da-a766-4f40-8eef-f7eaf354acee Date: Mon, 20 Aug 2018 22:09:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:09:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:09:33Z", "revision_number": 0, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a", "name": "sdnvpn-13-1-router"}} 2018-08-20 22:09:33,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-729f98da-a766-4f40-8eef-f7eaf354acee 2018-08-20 22:09:33,454 - sdnvpn.lib.openstack_utils - DEBUG - Router '9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a' created successfully 2018-08-20 22:09:33,455 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-20 22:09:33,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" -d '{"subnet_id": "026041fb-268f-4cd9-8dfe-6f144473e627"}' 2018-08-20 22:09:36,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3b3becba-add2-4ee6-a5aa-177fb6bbdc44 Date: Mon, 20 Aug 2018 22:09:36 GMT RESP BODY: {"network_id": "93f7782c-07e6-4393-b6ee-949d2a45f7a2", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "026041fb-268f-4cd9-8dfe-6f144473e627", "subnet_ids": ["026041fb-268f-4cd9-8dfe-6f144473e627"], "port_id": "62daa87c-ed78-40f6-9b10-359a1b6c4afe", "id": "9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a"} 2018-08-20 22:09:36,156 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a/add_router_interface used request id req-3b3becba-add2-4ee6-a5aa-177fb6bbdc44 2018-08-20 22:09:36,156 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-20 22:09:36,157 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-20 22:09:36,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" 2018-08-20 22:09:36,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12612 X-Openstack-Request-Id: req-27ceaf26-e0d3-4e64-9ff8-d1b9732b3505 Date: Mon, 20 Aug 2018 22:09:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"02c6a34e-6a14-43c3-9d7f-f922be4136ec","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:18Z","provider:segmentation_id":32,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"169e46f3-1f89-4ea6-a609-38b76d6aacee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["4c1372cb-69b3-4536-883f-6bc23e46975a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:33Z","provider:segmentation_id":53,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"18c6c7f0-1f6c-4dfd-b36e-901e53712f33","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T22:05:21Z","provider:segmentation_id":87,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1a0d42b8-4ed7-493d-a50c-7d7aedb82dea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["3b7a5c8c-5e4e-4646-a655-0bcf86f15ec9"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:33Z","provider:segmentation_id":58,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2ac1e184-807e-4de2-bde1-d412a56fdff6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:23Z","provider:segmentation_id":28,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2adaa74e-27ae-474d-9804-4e7752a89b6d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["6d080a75-7503-4ae4-a7b4-c88ad619a9bf"],"description":"","tags":[],"updated_at":"2018-08-20T22:08:35Z","provider:segmentation_id":5,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:08:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2c242cf8-6ef2-4c49-aac6-7c594067d5fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["68c6baf3-bb19-4e34-b672-7836c417741e"],"description":"","tags":[],"updated_at":"2018-08-20T22:05:41Z","provider:segmentation_id":6,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:05:40Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"34d96e21-2630-4280-97d0-6fd0d221fc72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:29Z","provider:segmentation_id":15,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902557d-0a77-407a-87e6-228b1c3269a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["7720ad57-2fc4-4c19-806c-21619297983e"],"description":"","tags":[],"updated_at":"2018-08-20T22:04:34Z","provider:segmentation_id":74,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:04:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"51eccb3f-6587-4786-9b87-639d59173f56","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5f56b19cabe41688975fa5f4e20e70d","status":"ACTIVE","subnets":["63f33945-a3b3-48c0-a82d-0120ca26ec45"],"description":"","tags":[],"updated_at":"2018-08-20T16:47:13Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f5f56b19cabe41688975fa5f4e20e70d","created_at":"2018-08-20T16:25:05Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5e2ef56d-b96e-48ca-9899-1de16258988b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:16Z","provider:segmentation_id":72,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"82e2473b-f463-431c-bf86-0904afe9d6d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:23Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"860c45ae-15a4-4d74-b434-2d350016328a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["419507ba-e733-49f6-8773-8d622ce30a3a"],"description":"","tags":[],"updated_at":"2018-08-20T22:01:34Z","provider:segmentation_id":59,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:01:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8b3c7bdd-7fcc-42aa-9593-165a0b2422e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:33Z","provider:segmentation_id":103,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"93f7782c-07e6-4393-b6ee-949d2a45f7a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["026041fb-268f-4cd9-8dfe-6f144473e627"],"description":"","tags":[],"updated_at":"2018-08-20T22:09:32Z","provider:segmentation_id":102,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:09:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a5c4a725-4d0c-4cde-ba65-72dcb92d0764","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0639ea8675f44f1bab72e1097507f733","status":"ACTIVE","subnets":["52832c7f-e7a1-4923-8704-32f33d9d6277"],"description":"","tags":[],"updated_at":"2018-08-20T22:02:40Z","provider:segmentation_id":100,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"0639ea8675f44f1bab72e1097507f733","created_at":"2018-08-20T22:02:39Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b0688f31-973c-4ccd-a9e0-c79242e2c9e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:00Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ca14a295-1bc9-402e-ba72-15e2a357d71b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:13Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e5ddbda1-39ed-4c07-8023-b95392465ff2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e3ae0455796451cac6a47c3afa71b7d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T20:30:26Z","provider:segmentation_id":22,"name":"","admin_state_up":true,"tenant_id":"3e3ae0455796451cac6a47c3afa71b7d","created_at":"2018-08-20T20:30:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f1e32226-4cea-487b-8fe8-1e3a0c664c5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b5fdba96871c4de48e29a5d0749568dc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T19:00:13Z","provider:segmentation_id":16,"name":"","admin_state_up":true,"tenant_id":"b5fdba96871c4de48e29a5d0749568dc","created_at":"2018-08-20T19:00:13Z","provider:network_type":"vxlan"}]} 2018-08-20 22:09:36,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-27ceaf26-e0d3-4e64-9ff8-d1b9732b3505 2018-08-20 22:09:36,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" -d '{"router": {"external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56"}}}' 2018-08-20 22:09:38,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-76ca2039-1ce6-4bfe-87fc-552eadd4fbce Date: Mon, 20 Aug 2018 22:09:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:09:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:09:38Z", "revision_number": 3, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a", "name": "sdnvpn-13-1-router"}} 2018-08-20 22:09:38,808 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a used request id req-76ca2039-1ce6-4bfe-87fc-552eadd4fbce 2018-08-20 22:09:38,808 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-20 22:09:38,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" 2018-08-20 22:09:39,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48895 X-Openstack-Request-Id: req-4053c4a7-9714-4ff1-add3-8169b74e4c5c Date: Mon, 20 Aug 2018 22:09:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f459a43815564047b07d495f87f10ad2", "created_at": "2018-08-20T16:46:13Z", "updated_at": "2018-08-20T16:46:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7037a96b-f334-431f-95c0-e523c939a958", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "7c097373-26a4-4636-8025-0b05b6230c95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "88520c47-a545-4b43-a23d-89a99d99ff74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv4", "project_id": "f459a43815564047b07d495f87f10ad2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:13Z", "revision_number": 0, "id": "f7d22496-ff77-4c2b-b760-58629aa38452", "remote_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:13Z", "security_group_id": "0987da57-713b-49c3-b135-c0f85ec99b73", "tenant_id": "f459a43815564047b07d495f87f10ad2", "port_range_min": null, "ethertype": "IPv6", "project_id": "f459a43815564047b07d495f87f10ad2"}], "revision_number": 1, "project_id": "f459a43815564047b07d495f87f10ad2", "id": "0987da57-713b-49c3-b135-c0f85ec99b73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42abc07a2ee1448da6e054031753bb45", "created_at": "2018-08-20T16:46:44Z", "updated_at": "2018-08-20T16:46:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "0a1bb7d8-05f7-4b39-a727-ee5082fcc24f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "57e6b1ec-d2a8-412a-9795-1c662d81c4f0", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv6", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "613d616f-11b1-4318-a678-4a14fd4bbe43", "remote_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:44Z", "revision_number": 0, "id": "c265eddc-864c-4c4b-a370-a52c0551a1db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:44Z", "security_group_id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "tenant_id": "42abc07a2ee1448da6e054031753bb45", "port_range_min": null, "ethertype": "IPv4", "project_id": "42abc07a2ee1448da6e054031753bb45"}], "revision_number": 1, "project_id": "42abc07a2ee1448da6e054031753bb45", "id": "0bd47400-eb59-4f71-9d61-0d1482d0aa80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T16:29:47Z", "updated_at": "2018-08-20T16:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "31767442-bf0a-40ba-8bf8-7cfe69250deb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "3b86895e-3fd3-4445-9c0c-d37b03337c18", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "461d4411-b5b4-4f5f-98e7-279a8d04b163", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:47Z", "revision_number": 0, "id": "56bdd3ac-c77f-40b8-b57d-53f7c5746678", "remote_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:47Z", "security_group_id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "1d473d82-8467-4408-a479-8f5fea51ec8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "created_at": "2018-08-20T16:46:43Z", "updated_at": "2018-08-20T16:46:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "a42635f9-c149-4597-995e-a5be1fd538b7", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "d3485026-8771-4b90-98da-d49ba756837b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "f921221e-49a7-4f49-b8b2-d791bffa34aa", "remote_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:43Z", "revision_number": 0, "id": "fa7b392f-9ae1-4223-9b44-8b6f30c32ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:43Z", "security_group_id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "tenant_id": "ed733f7e84b4469f92a14b9a6589e1ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed733f7e84b4469f92a14b9a6589e1ac"}], "revision_number": 1, "project_id": "ed733f7e84b4469f92a14b9a6589e1ac", "id": "39e47bbe-c779-4ff8-96c3-4dfa95b541e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "created_at": "2018-08-20T16:33:33Z", "updated_at": "2018-08-20T16:33:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "36f9360d-d15b-4ee3-84d5-daa766a77091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "3813f186-b2f2-4de8-a8b4-77b84dd79f71", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "74de52a9-4e44-43bc-a56e-8acda7762788", "remote_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:33:33Z", "revision_number": 0, "id": "e8834d47-4984-4392-b32e-9d6926622cdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:33:33Z", "security_group_id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "tenant_id": "11be53cfbb1c4b7e9835447c81af6f5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "11be53cfbb1c4b7e9835447c81af6f5b"}], "revision_number": 1, "project_id": "11be53cfbb1c4b7e9835447c81af6f5b", "id": "3fb7e913-f403-48ef-ae6a-b01a4de54863", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "created_at": "2018-08-20T16:46:32Z", "updated_at": "2018-08-20T16:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "27320908-5a79-4d7f-8c5a-dea930cb307b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "6a1da4ad-ae2e-4937-bb25-9ee2cef1c58a", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d26643c2-8308-4ad9-a72a-2cf81397007d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:32Z", "revision_number": 0, "id": "d619641a-1792-4c07-ba5c-e101ea428cd0", "remote_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:32Z", "security_group_id": "460ca234-7330-492a-a53a-f9cd0c835220", "tenant_id": "0e71d21917ff4dd5bc7df43674a258dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e71d21917ff4dd5bc7df43674a258dd"}], "revision_number": 1, "project_id": "0e71d21917ff4dd5bc7df43674a258dd", "id": "460ca234-7330-492a-a53a-f9cd0c835220", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "created_at": "2018-08-20T16:46:46Z", "updated_at": "2018-08-20T16:46:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "4fea7278-e724-41db-9313-21007a51140c", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "8a6329a7-c6ed-4bd9-b90f-0069e22b06d1", "remote_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "a790e8c6-61d7-4ae7-8e5a-f37606b0ba9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:46Z", "revision_number": 0, "id": "fbc65c8d-5a6d-4607-aea6-31773817ed42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:46Z", "security_group_id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "tenant_id": "3a70ee81a2554f80a79da2bfc153d77b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a70ee81a2554f80a79da2bfc153d77b"}], "revision_number": 1, "project_id": "3a70ee81a2554f80a79da2bfc153d77b", "id": "5bafee7c-e24f-4fa2-bfb9-fa8c6cb1a625", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "created_at": "2018-08-20T17:00:08Z", "updated_at": "2018-08-20T17:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "0c4fa96c-b7e4-46c3-a690-81a482b1ab62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "27bcc50c-e7d1-47aa-8d40-21a6e4268540", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "3a279180-06f0-40b3-ac52-b6f601390e9a", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:00:08Z", "revision_number": 0, "id": "74a3aac3-c1ff-4d2c-aa05-16ae05d504e7", "remote_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "remote_ip_prefix": null, "created_at": "2018-08-20T17:00:08Z", "security_group_id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "tenant_id": "8c078c7baefe47d1bae1583dfea37be7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c078c7baefe47d1bae1583dfea37be7"}], "revision_number": 1, "project_id": "8c078c7baefe47d1bae1583dfea37be7", "id": "662a310f-f7ae-4de6-9987-73fc3088a2a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "created_at": "2018-08-20T16:35:00Z", "updated_at": "2018-08-20T16:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "0d4ff932-818e-4356-8ec9-632a99c477a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "3ec05dae-cb0d-4846-919a-9e7f22853175", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "90639ba3-6787-4e89-8f2a-e2c23e0700fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv6", "project_id": "66310a1a74c04582a3c99a43581a5c90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:35:00Z", "revision_number": 0, "id": "fe2dc95c-5e9c-4695-8160-6ed09ddeb912", "remote_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "remote_ip_prefix": null, "created_at": "2018-08-20T16:35:00Z", "security_group_id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "tenant_id": "66310a1a74c04582a3c99a43581a5c90", "port_range_min": null, "ethertype": "IPv4", "project_id": "66310a1a74c04582a3c99a43581a5c90"}], "revision_number": 1, "project_id": "66310a1a74c04582a3c99a43581a5c90", "id": "8232dec3-a261-4ff2-b23d-c58c96a465c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "created_at": "2018-08-20T17:50:05Z", "updated_at": "2018-08-20T17:50:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "386822b8-d81f-4056-9cca-8a13c23b6087", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "a3aa05dd-f480-480b-848a-5962e617c1c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "de88e82a-1bf3-433b-b6a7-886536839a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:50:05Z", "revision_number": 0, "id": "e68a1c93-adab-4cd2-9f20-d0e3255a3679", "remote_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "remote_ip_prefix": null, "created_at": "2018-08-20T17:50:05Z", "security_group_id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "tenant_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0"}], "revision_number": 1, "project_id": "2b9d3fffa3094d5e9a89aa026442b3c0", "id": "9202e7e0-366a-4d75-9f9e-75a8635117bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "created_at": "2018-08-20T16:25:05Z", "updated_at": "2018-08-20T16:25:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "0118007d-24a0-4252-a80d-53c3d8e319f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "14976714-fb37-410f-8006-d7f062f55e8c", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "c938766e-1c47-4db7-bc40-8322ff88a2c0", "remote_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:25:05Z", "revision_number": 0, "id": "d9718a9a-6f66-4e43-8cfa-6f066e30153e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:25:05Z", "security_group_id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "tenant_id": "f5f56b19cabe41688975fa5f4e20e70d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5f56b19cabe41688975fa5f4e20e70d"}], "revision_number": 1, "project_id": "f5f56b19cabe41688975fa5f4e20e70d", "id": "a147d2c2-efd9-407d-b9a0-dc7de450ec27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4cafae87beff48349f3d7b495c27391f", "created_at": "2018-08-20T16:30:08Z", "updated_at": "2018-08-20T16:30:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "372b3709-a9cb-4c59-bad2-10e307fb6afe", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "cf29758d-06d1-4c1a-a1c1-56c2cc738aff", "remote_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "d80fdffe-94e9-4aea-ad9a-81660749d939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4cafae87beff48349f3d7b495c27391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:30:08Z", "revision_number": 0, "id": "dc6788fd-619c-4fea-a678-da673b51e926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:30:08Z", "security_group_id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "tenant_id": "4cafae87beff48349f3d7b495c27391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4cafae87beff48349f3d7b495c27391f"}], "revision_number": 1, "project_id": "4cafae87beff48349f3d7b495c27391f", "id": "b2f9a5ce-9165-48e8-9232-18b214207b6f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "created_at": "2018-08-20T16:46:41Z", "updated_at": "2018-08-20T16:46:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "07559f41-4c75-418c-83be-09863c8a4e4c", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "4bb2ef67-dcfc-4d7d-ba8f-26fa366d2df0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "9af34c51-f7ce-4543-b16d-51b6c0384ace", "remote_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:41Z", "revision_number": 0, "id": "a9df9c8b-6373-4db9-ab30-21f0a182ff9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:41Z", "security_group_id": "bef49320-1a27-4ab9-876b-045d3e43e997", "tenant_id": "4a5a7be727dd48b1b7c229ebc19c6963", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a5a7be727dd48b1b7c229ebc19c6963"}], "revision_number": 1, "project_id": "4a5a7be727dd48b1b7c229ebc19c6963", "id": "bef49320-1a27-4ab9-876b-045d3e43e997", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0829dd4a24d74673a230932eb5f174af", "created_at": "2018-08-20T17:37:51Z", "updated_at": "2018-08-20T17:37:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "2f7c5cfb-fb58-419d-b5fd-57a4c0609537", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "7f94f595-0f52-40c7-b8fd-bdcfe93d8be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "b2ee4278-edbc-41b1-ab95-fa96f65e7373", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv6", "project_id": "0829dd4a24d74673a230932eb5f174af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T17:37:51Z", "revision_number": 0, "id": "ead7e2e5-25ba-426b-9ab1-81fb34acb8cc", "remote_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "remote_ip_prefix": null, "created_at": "2018-08-20T17:37:51Z", "security_group_id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "tenant_id": "0829dd4a24d74673a230932eb5f174af", "port_range_min": null, "ethertype": "IPv4", "project_id": "0829dd4a24d74673a230932eb5f174af"}], "revision_number": 1, "project_id": "0829dd4a24d74673a230932eb5f174af", "id": "cbe768c6-8ed4-42fb-9820-80befd8f11f4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T21:57:14Z", "updated_at": "2018-08-20T22:04:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T22:04:40Z", "revision_number": 0, "id": "5c458e56-e2db-439c-9fe1-f39be6f86870", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T22:04:40Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 80, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:15Z", "revision_number": 0, "id": "91d4bc5a-fb4a-4fa5-963f-dc7d2038d28b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:15Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "9dc85108-f6ef-4e93-9338-11e874e6dc0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "a01d5ccc-c760-4697-8290-265a01475928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T21:57:14Z", "revision_number": 0, "id": "b53d18d0-898c-4ecb-a776-cb15ec808768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:14Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T21:57:16Z", "revision_number": 0, "id": "c292ca88-d3ad-4ce8-bb72-d2637a5cf780", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T21:57:16Z", "security_group_id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 5, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "d542c74f-2e63-4789-a10d-083e9bdd5b1e", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "2c817e15a34e490aa249741cfe45f312", "created_at": "2018-08-20T16:36:09Z", "updated_at": "2018-08-20T16:36:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "530220f1-884f-44dd-a398-16b6e06feb70", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "9472e324-fe03-42d3-a781-c1a9c15a1b67", "remote_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "c541f8fa-9547-4a04-bcc5-537df5bbe97e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c817e15a34e490aa249741cfe45f312"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:36:09Z", "revision_number": 0, "id": "d51ad131-557a-41f2-9f0f-8efbcba589a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:36:09Z", "security_group_id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "tenant_id": "2c817e15a34e490aa249741cfe45f312", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c817e15a34e490aa249741cfe45f312"}], "revision_number": 1, "project_id": "2c817e15a34e490aa249741cfe45f312", "id": "dd7760c6-3f8c-4819-b666-e11ce6395772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T16:29:43Z", "updated_at": "2018-08-20T16:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "2cef9d84-0527-42fa-8031-b6591e08ed72", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "74c8cb92-4919-4827-bffa-4172b07847f6", "remote_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "c76e1688-0836-438e-8535-5d6584f51b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv4", "project_id": "0639ea8675f44f1bab72e1097507f733"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:29:43Z", "revision_number": 0, "id": "f14f1314-46c1-4fbd-a1cf-e3f2d5a7fe4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:29:43Z", "security_group_id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "port_range_min": null, "ethertype": "IPv6", "project_id": "0639ea8675f44f1bab72e1097507f733"}], "revision_number": 1, "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "dee8927b-3913-427b-88b6-3a8fcf1f6a21", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "created_at": "2018-08-20T16:31:01Z", "updated_at": "2018-08-20T16:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "6fd753b3-d4a7-42ab-aa21-40000bef3948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "af7fe5d1-173a-423c-8f1e-6d5339b85f2d", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "ed4fbf02-9161-4816-a5a1-c0507aa1391e", "remote_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv6", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:31:01Z", "revision_number": 0, "id": "f02622df-55c6-491c-b9dc-7a4e66e40e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:31:01Z", "security_group_id": "e0e38522-ba0b-42db-a127-abe40d403910", "tenant_id": "8db735dac0c6473bbb6bc1ae3bbca962", "port_range_min": null, "ethertype": "IPv4", "project_id": "8db735dac0c6473bbb6bc1ae3bbca962"}], "revision_number": 1, "project_id": "8db735dac0c6473bbb6bc1ae3bbca962", "id": "e0e38522-ba0b-42db-a127-abe40d403910", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2955d687c3384deb9c98180662807a42", "created_at": "2018-08-20T16:46:28Z", "updated_at": "2018-08-20T16:46:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8bf64fdf-f11c-480d-a613-7c5e71707f93", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "8ea96060-1b31-4cbc-8016-c29b458c5593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "9e7a8bab-7931-4c75-86a8-3fc5f935a02d", "remote_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv4", "project_id": "2955d687c3384deb9c98180662807a42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:46:28Z", "revision_number": 0, "id": "eb3fff56-526f-4cdb-8931-11038b781824", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:46:28Z", "security_group_id": "f34de66d-fa43-4257-974a-da7d15670c42", "tenant_id": "2955d687c3384deb9c98180662807a42", "port_range_min": null, "ethertype": "IPv6", "project_id": "2955d687c3384deb9c98180662807a42"}], "revision_number": 1, "project_id": "2955d687c3384deb9c98180662807a42", "id": "f34de66d-fa43-4257-974a-da7d15670c42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8511eb252404411cba663db8360c4e18", "created_at": "2018-08-20T16:32:38Z", "updated_at": "2018-08-20T16:32:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "383952ff-85b2-4dfe-b208-5f940d23a339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "4a333339-190b-4403-8a26-6b92ff64bd6c", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv6", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "6726c6dd-fffa-4a79-a6cf-5fe43397c1d8", "remote_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T16:32:38Z", "revision_number": 0, "id": "fe100fd5-1266-4a34-8837-df1864789a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T16:32:38Z", "security_group_id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "tenant_id": "8511eb252404411cba663db8360c4e18", "port_range_min": null, "ethertype": "IPv4", "project_id": "8511eb252404411cba663db8360c4e18"}], "revision_number": 1, "project_id": "8511eb252404411cba663db8360c4e18", "id": "fc6310bb-1d2c-471d-a557-3fc9e7a71045", "name": "default"}]} 2018-08-20 22:09:39,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-4053c4a7-9714-4ff1-add3-8169b74e4c5c 2018-08-20 22:09:39,208 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-20 22:09:39,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:09:39,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-916bead3-2876-4bac-8880-220c8ed42348 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:09:39,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-916bead3-2876-4bac-8880-220c8ed42348 2018-08-20 22:09:39,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:09:39,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:09:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["xb_tooKySWi8quuPUYQkTw"], "issued_at": "2018-08-20T22:09:39.000000Z"}} 2018-08-20 22:09:39,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517d0499ea9613df5b596fa5986b862ceb6da77d" 2018-08-20 22:09:39,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09: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-d3c5625d-0abb-4de8-89ed-ad790af1016d x-compute-request-id: req-d3c5625d-0abb-4de8-89ed-ad790af1016d Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 5, "hypervisor_type": "QEMU", "local_gb_used": 5, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 6656, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 5, "free_disk_gb": 242, "hypervisor_version": 2010000, "disk_available_least": 245, "local_gb": 247, "free_ram_mb": 25846, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 2, "hypervisor_type": "QEMU", "local_gb_used": 2, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5120, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 2, "free_disk_gb": 245, "hypervisor_version": 2010000, "disk_available_least": 245, "local_gb": 247, "free_ram_mb": 27382, "id": 5}]} 2018-08-20 22:09:39,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-d3c5625d-0abb-4de8-89ed-ad790af1016d 2018-08-20 22:09:39,952 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-20 22:09:39,952 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-08-20 22:09:39,952 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=e36ee3b6-4e43-46a5-8243-b05d1bcd057a network=93f7782c-07e6-4393-b6ee-949d2a45f7a2 secgroup=d542c74f-2e63-4789-a10d-083e9bdd5b1e hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-08-20 22:09:39,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:09:39,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:09:39,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:09:39,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:09:39,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:09:39,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:09:39,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:09:39,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:09:39,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:09:39,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:09:39,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:09:39,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:09:39,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:09:39,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:09:39,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:09:39,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:09:39,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:09:39,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:09:39,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:09:39,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:09:39,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:09:39,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:09:39,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:09:39,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:09:39,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:09:39,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 22:09:39,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 22:09:39,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 22:09:39,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 22:09:39,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 22:09:39,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 22:09:39,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 22:09:39,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 22:09:39,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 22:09:39,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 22:09:39,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 22:09:39,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 22:09:39,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 22:09:39,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 22:09:39,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 22:09:39,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 22:09:39,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 22:09:39,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 22:09:39,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 22:09:39,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 22:09:39,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 22:09:39,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 22:09:39,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 22:09:39,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 22:09:39,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 22:09:39,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:09:39,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8e0871-9d20-44e4-827a-2b5ffde6dc2f Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:09:39,971 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-de8e0871-9d20-44e4-827a-2b5ffde6dc2f 2018-08-20 22:09:39,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:09:40,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["D4jL6J7US0C9wEo0W3amEg"], "issued_at": "2018-08-20T22:09:40.000000Z"}} 2018-08-20 22:09:40,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f74026463a92b3ccac6c1f54e7d290968b082b" 2018-08-20 22:09:40,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09: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-56174c28-8b17-46ba-8cc1-11686e1fb1cf x-compute-request-id: req-56174c28-8b17-46ba-8cc1-11686e1fb1cf Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d9072661-87bf-4e0d-9756-5c4aeeeb2f06", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-20 22:09:40,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-56174c28-8b17-46ba-8cc1-11686e1fb1cf 2018-08-20 22:09:40,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f74026463a92b3ccac6c1f54e7d290968b082b" 2018-08-20 22:09:40,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09: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-0766f9ed-e9b4-4e07-93e2-e5abbebc8199 x-compute-request-id: req-0766f9ed-e9b4-4e07-93e2-e5abbebc8199 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "rel": "bookmark"}], "ram": 1024, "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": 10, "id": "b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4"}} 2018-08-20 22:09:40,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4 used request id req-0766f9ed-e9b4-4e07-93e2-e5abbebc8199 2018-08-20 22:09:40,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f74026463a92b3ccac6c1f54e7d290968b082b" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "e36ee3b6-4e43-46a5-8243-b05d1bcd057a", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "93f7782c-07e6-4393-b6ee-949d2a45f7a2"}], "config_drive": true}}' 2018-08-20 22:09:44,457 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:09: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-f413e447-4ddf-48d6-8032-0d7d265279c9 x-compute-request-id: req-f413e447-4ddf-48d6-8032-0d7d265279c9 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/7d6406f0-a336-446b-8213-635444053240 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7d6406f0-a336-446b-8213-635444053240", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7d6406f0-a336-446b-8213-635444053240", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7d6406f0-a336-446b-8213-635444053240", "rel": "bookmark"}], "adminPass": "zf2K7me5DmT3"}} 2018-08-20 22:09:44,457 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f413e447-4ddf-48d6-8032-0d7d265279c9 2018-08-20 22:09:44,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 22:09:44,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b0062c1-0de3-4e95-8ed9-d4ee490da161 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-20 22:09:44,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0b0062c1-0de3-4e95-8ed9-d4ee490da161 2018-08-20 22:09:44,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:09:44,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:09:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["MRqUidVvR-WWF22_BcBWQA"], "issued_at": "2018-08-20T22:09:44.000000Z"}} 2018-08-20 22:09:44,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7d6406f0-a336-446b-8213-635444053240 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c892a7442d652a96df533116e00cd04807ec15b4" 2018-08-20 22:09:45,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09: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-96506100-a4d2-4e6a-9a8e-578f99936318 x-compute-request-id: req-96506100-a4d2-4e6a-9a8e-578f99936318 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7d6406f0-a336-446b-8213-635444053240", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7d6406f0-a336-446b-8213-635444053240", "rel": "bookmark"}], "image": {"id": "e36ee3b6-4e43-46a5-8243-b05d1bcd057a", "links": [{"href": "http://172.30.9.23:8774/images/e36ee3b6-4e43-46a5-8243-b05d1bcd057a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "links": [{"href": "http://172.30.9.23:8774/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "rel": "bookmark"}]}, "id": "7d6406f0-a336-446b-8213-635444053240", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-20T22:09:45Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-1", "created": "2018-08-20T22:09:44Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 22:09:45,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7d6406f0-a336-446b-8213-635444053240 used request id req-96506100-a4d2-4e6a-9a8e-578f99936318 2018-08-20 22:09:48,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7d6406f0-a336-446b-8213-635444053240 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c892a7442d652a96df533116e00cd04807ec15b4" 2018-08-20 22:09:49,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:09: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-cb196a70-69b0-41f0-8736-2a1de8b23ba8 x-compute-request-id: req-cb196a70-69b0-41f0-8736-2a1de8b23ba8 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7d6406f0-a336-446b-8213-635444053240", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7d6406f0-a336-446b-8213-635444053240", "rel": "bookmark"}], "image": {"id": "e36ee3b6-4e43-46a5-8243-b05d1bcd057a", "links": [{"href": "http://172.30.9.23:8774/images/e36ee3b6-4e43-46a5-8243-b05d1bcd057a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-000001a9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "links": [{"href": "http://172.30.9.23:8774/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4", "rel": "bookmark"}]}, "id": "7d6406f0-a336-446b-8213-635444053240", "user_id": "04600668867b4d2daf44c8ddb6f03457", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "ERROR", "updated": "2018-08-20T22:09:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-1", "created": "2018-08-20T22:09:44Z", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Failed to get resource provider with UUID 733a043e-8e5c-4276-b2bc-2e9a35c6225b", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/compute/manager.py\", line 1919, in _do_build_and_run_instance\n filter_properties, request_spec)\n File \"/usr/lib/python2.7/site-packages/nova/compute/manager.py\", line 2208, in _build_and_run_instance\n instance_uuid=instance.uuid, reason=six.text_type(e))\n", "created": "2018-08-20T22:09:47Z"}, "metadata": {}}} 2018-08-20 22:09:49,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7d6406f0-a336-446b-8213-635444053240 used request id req-cb196a70-69b0-41f0-8736-2a1de8b23ba8 2018-08-20 22:09:49,218 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-13-1 went to ERROR status. 2018-08-20 22:09:49,219 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-20 22:09:49,219 - sdnvpn.test.functest.testcase_13 - ERROR - exception occurred while executing testcase_13: Error while booting instance sdnvpn-13-1 2018-08-20 22:09:49,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" -d '{"router": {"routes": []}}' 2018-08-20 22:09:49,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-96bef1ef-4a20-4fd2-a984-af38b11fbfe8 Date: Mon, 20 Aug 2018 22:09:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "51eccb3f-6587-4786-9b87-639d59173f56", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "63f33945-a3b3-48c0-a82d-0120ca26ec45", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:09:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:09:38Z", "revision_number": 3, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a", "name": "sdnvpn-13-1-router"}} 2018-08-20 22:09:49,776 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a used request id req-96bef1ef-4a20-4fd2-a984-af38b11fbfe8 2018-08-20 22:09:49,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517d0499ea9613df5b596fa5986b862ceb6da77d" 2018-08-20 22:09:49,836 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 22:09: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-6529a172-b3bb-45cd-8080-10e46502c2e2 x-compute-request-id: req-6529a172-b3bb-45cd-8080-10e46502c2e2 Content-Length: 0 Content-Type: application/json 2018-08-20 22:09:49,836 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b94e5b4c-0fb0-48e0-bf5b-5a77f29576f4 used request id req-6529a172-b3bb-45cd-8080-10e46502c2e2 2018-08-20 22:09:49,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/e36ee3b6-4e43-46a5-8243-b05d1bcd057a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0d12a7893c757f0c26543093f2f092bab7bd3b37" 2018-08-20 22:09:51,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3a430e6e-a182-4d5e-93d4-7800192f8a1a Date: Mon, 20 Aug 2018 22:09:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 22:09:51,676 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e36ee3b6-4e43-46a5-8243-b05d1bcd057a used request id req-3a430e6e-a182-4d5e-93d4-7800192f8a1a 2018-08-20 22:09:51,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" -d '{"subnet_id": "026041fb-268f-4cd9-8dfe-6f144473e627"}' 2018-08-20 22:09:53,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3977c584-b14e-4706-8fb7-6130bc05937e Date: Mon, 20 Aug 2018 22:09:53 GMT RESP BODY: {"network_id": "93f7782c-07e6-4393-b6ee-949d2a45f7a2", "tenant_id": "0639ea8675f44f1bab72e1097507f733", "subnet_id": "026041fb-268f-4cd9-8dfe-6f144473e627", "subnet_ids": ["026041fb-268f-4cd9-8dfe-6f144473e627"], "port_id": "62daa87c-ed78-40f6-9b10-359a1b6c4afe", "id": "9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a"} 2018-08-20 22:09:53,341 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a/remove_router_interface used request id req-3977c584-b14e-4706-8fb7-6130bc05937e 2018-08-20 22:09:53,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" -d '{"router": {"external_gateway_info": {}}}' 2018-08-20 22:09:55,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-6e1178c0-04f9-47b6-8eb5-37eaac3cdabf Date: Mon, 20 Aug 2018 22:09:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0639ea8675f44f1bab72e1097507f733", "created_at": "2018-08-20T22:09:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T22:09:54Z", "revision_number": 7, "routes": [], "project_id": "0639ea8675f44f1bab72e1097507f733", "id": "9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a", "name": "sdnvpn-13-1-router"}} 2018-08-20 22:09:55,131 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a used request id req-6e1178c0-04f9-47b6-8eb5-37eaac3cdabf 2018-08-20 22:09:55,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/026041fb-268f-4cd9-8dfe-6f144473e627 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" 2018-08-20 22:09:57,775 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-598c1ca6-2b49-438c-a5f6-56cead36923c Date: Mon, 20 Aug 2018 22:09:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:09:57,775 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/026041fb-268f-4cd9-8dfe-6f144473e627 used request id req-598c1ca6-2b49-438c-a5f6-56cead36923c 2018-08-20 22:09:57,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" 2018-08-20 22:09:59,112 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a3eb33c-9fca-47c3-ba21-70db2f008eaa Content-Length: 0 Date: Mon, 20 Aug 2018 22:09:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:09:59,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/9a8bb9e0-2030-4f08-82cd-c9d1f8c6594a used request id req-0a3eb33c-9fca-47c3-ba21-70db2f008eaa 2018-08-20 22:09:59,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/93f7782c-07e6-4393-b6ee-949d2a45f7a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a33d3f253153d8f26fc09abc77110a8a007e036" 2018-08-20 22:10:00,476 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f1c00d1-b575-474c-970f-4d85592dbc20 Date: Mon, 20 Aug 2018 22:10:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 22:10:00,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/93f7782c-07e6-4393-b6ee-949d2a45f7a2 used request id req-1f1c00d1-b575-474c-970f-4d85592dbc20 2018-08-20 22:10:00,477 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_13: Error while booting instance sdnvpn-13-1 Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_13.py", line 102, in main userdata=u1) File "/usr/lib/python2.7/site-packages/sdnvpn/lib/utils.py", line 193, in create_instance raise Exception("Error while booting instance {}".format(name)) Exception: Error while booting instance sdnvpn-13-1 2018-08-20 22:10:00,478 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_13 failed 2018-08-20 22:10:00,478 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-08-20 22:10:00,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:10:00,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:10:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["wUALm5f4TV6E5uOTOv0OZA"], "issued_at": "2018-08-20T22:10:00.000000Z"}} 2018-08-20 22:10:00,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/0639ea8675f44f1bab72e1097507f733 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed56a41e16ea64e9025f9f0bc2a0f00e65047133" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-08-20 22:10:01,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-4680b36d-8a6f-4a13-a118-1881a6011fe4 Date: Mon, 20 Aug 2018 22:10:01 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-08-20 22:10:01,366 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/0639ea8675f44f1bab72e1097507f733 used request id req-4680b36d-8a6f-4a13-a118-1881a6011fe4 2018-08-20 22:10:01,367 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-08-20 22:10:01,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-20 22:10:01,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b1108172d284ccbb970dd9eb7ccff69", "name": "member"}, {"id": "e254437e436f418898bd004ffb1d92b3", "name": "reader"}, {"id": "2bb5b968af6a4dddaec5cfd10c00d91e", "name": "admin"}], "expires_at": "2018-08-20T23:10:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0639ea8675f44f1bab72e1097507f733", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec720e0faf748ccb29c4019ef64964b"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbf4cd7dd93f4943ad13c07c5372df9e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce144c6d01044cd49f4da9dc49966c12"}], "type": "compute", "id": "0b2c81d178354316a59a5f26fbb141d2", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73717be56c8d4ab1ba371d0024b0d835"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9335b9ed200e427fa2285dbab0d4b8c4"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eed4ae978d744cf985ae4fce568b5999"}], "type": "event", "id": "128d9665174f4f90a15f2ca586b78137", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "666ba7090df241a296deec0c19870e09"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70abeb68f4ca434f9a678ab89a1c7915"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b9048c59146349c782c19237d552b12c"}], "type": "metric", "id": "12a107ba5fe94cf48543f88f5be124fa", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18d6189927864f4dac822b526e3b9519"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a0b3620a1a14a2782569ef08045cee7"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9dd83b6dafa4d118a2008949cbcbc2c"}], "type": "network", "id": "12b559676db645e8a04b05c81c9e709f", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "17c1bee285824dbfa4f4d1e7e2da9053", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.25:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0745759a99b34899a51ca44e542379cf"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce19a9024d54f4d844b1b3e0992973e"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "557ad22ee6914d8a9f1c03cd254c8b1b"}], "type": "object-store", "id": "6025853856bf4c35af9715940730bf20", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "165709aabde94f5bb6da493f888c5f30"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e77deb0570c4e5aad9ac75d4b663ea6"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7f7f8fdd374743a16e1a53eecbd856"}], "type": "identity", "id": "6e6af8c7be45430db7e9e59f8010f135", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "334282f4ed52408ea3fd2f8d22e7823a"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3927dca2985a45b8a2cbe08e7b6a2aa0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf8b1d6fe0bc44698ef1b386fc835389"}], "type": "placement", "id": "7201054fc9a046268b744bbb78e55641", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dff0289b2af4fb5ab4ade67ef6d660c"}, {"url": "http://192.30.9.4:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d8012bf7d246d59cc2e096bca700fc"}, {"url": "http://172.30.9.23:8004/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4330fea8672542ef8bbebf0f0a6397cb"}], "type": "orchestration", "id": "7d9deb94ea5b40fdbd670773fe199e28", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "678d2461431c41528ee31f73f5e1c5c9"}, {"url": "http://172.30.9.23:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8bae401d4f5474a99b0becdc28c01db"}, {"url": "http://192.30.9.4:8776/v1/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d762b7a92f0642b1be8d1656b28324bf"}], "type": "volume", "id": "910fef42db724bdeb1fa8bbf3c3250ce", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b7bf7fad80343719f677b42b6e7d7eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97fe31e36112419d876d4f038c5a65a7"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a745773445cd4ab8b9028b4a5d54fee5"}], "type": "image", "id": "974664aa4d5d44f0bdeaa7ff632bf474", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3f2588a9fcb74f658367cfd3e3c9160d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8bb75eb46faf4e8689f160d0c61bffcd"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52e6ed992d34e1aa42ec0e8b23efd7e"}], "type": "alarming", "id": "a225b602456e405e8b41665d9636d9f5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2719728c7a17452a81d105e420a8e681"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e4fb1f8a7544cabd201f1acf25781f"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ff8bb00a744445198c53095abeae75a"}], "type": "cloudformation", "id": "b445507065d24d018a5ea7ae1fd1b3d7", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c85cb8f3222145899f0549f37fb06f4f"}, {"url": "http://192.30.9.4:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db9b4669ffb04a008eae20361e57281f"}, {"url": "http://172.30.9.23:8776/v2/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e87843a15af14c07a118e3a573904ce5"}], "type": "volumev2", "id": "e542cb895a3f4177a56a423cb878eebb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3786b50b5cda4ddd803c115c358e8dea"}, {"url": "http://172.30.9.23:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f68b52328c249afa0a28ed6b2a9a260"}, {"url": "http://192.30.9.4:8776/v3/0639ea8675f44f1bab72e1097507f733", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe9df36472904e47bad81207763a6be9"}], "type": "volumev3", "id": "f1fc853614074be2a0c0beb1ce04f343", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "04600668867b4d2daf44c8ddb6f03457"}, "audit_ids": ["Mmw3vShHSAKaJS2UwnOLyg"], "issued_at": "2018-08-20T22:10:01.000000Z"}} 2018-08-20 22:10:01,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31586e5d78574dcc16ec958ec8210e59019ade2" -d '{"quota_class_set": {"instances": 10}}' 2018-08-20 22:10:02,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 22:10: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-04b39060-0e95-4020-8f1e-238185148133 x-compute-request-id: req-04b39060-0e95-4020-8f1e-238185148133 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"quota_class_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-08-20 22:10:02,071 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-04b39060-0e95-4020-8f1e-238185148133 2018-08-20 22:10:02,074 - paramiko.transport - DEBUG - starting thread (client mode): 0x28666350L 2018-08-20 22:10:02,074 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:02,098 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:02,098 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:02,104 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:02,104 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:02,104 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:02,104 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:02,104 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:02,105 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:02,112 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:02,112 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:02,138 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.225: 37971eab75405ba77ce3aa683abc667b 2018-08-20 22:10:02,138 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:02,156 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:02,180 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:02,203 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:02,392 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:02,393 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:02,432 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:02,432 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:02,442 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:06,515 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:06,516 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:06,518 - paramiko.transport - DEBUG - starting thread (client mode): 0x262af210L 2018-08-20 22:10:06,518 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:06,527 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:06,527 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:06,530 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:06,530 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:06,530 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:06,530 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:06,530 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:06,530 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:06,535 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:06,536 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:06,550 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 6b9a3ead5ed778533cb158dd4f9ef17c 2018-08-20 22:10:06,551 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:06,575 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:06,588 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:06,615 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:06,719 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:06,720 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:06,759 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:06,760 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:06,782 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:06,795 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:06,796 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:06,797 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:06,798 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:06,798 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:06,839 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:06,854 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:06,855 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:10:06,856 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:06,857 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:10:06,857 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:10:06,897 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:10:06,907 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:10:06,909 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:10:06,911 - paramiko.transport - DEBUG - starting thread (client mode): 0x26242b90L 2018-08-20 22:10:06,912 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:06,963 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:06,963 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:06,965 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:06,966 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:06,966 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:06,966 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:06,966 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:06,966 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:06,971 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:06,972 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:06,976 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f9a1216842e472bf1631c90904cd6838 2018-08-20 22:10:06,976 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:07,011 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:07,044 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:07,077 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:07,210 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:07,210 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:07,249 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:07,250 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:07,283 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:07,298 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:07,299 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:07,300 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:07,301 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:07,301 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:07,342 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:07,387 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:07,389 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:10:07,390 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:07,391 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:10:07,391 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:10:07,431 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:10:07,447 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:10:07,449 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:10:07,451 - paramiko.transport - DEBUG - starting thread (client mode): 0x26215e50L 2018-08-20 22:10:07,451 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:07,529 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:07,529 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:07,533 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:07,533 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:07,533 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:07,533 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:07,533 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:07,534 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:07,538 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:07,539 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:07,551 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8031099bfb2303bcd2e56bac1c160139 2018-08-20 22:10:07,552 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:07,578 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:07,677 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:07,684 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:07,866 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:07,866 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:07,905 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:07,906 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:07,921 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:07,981 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:07,982 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:07,983 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:07,984 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:07,984 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:08,025 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:08,095 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:08,097 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:10:08,098 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:08,098 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:10:08,099 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:10:08,139 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:10:08,167 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:10:08,168 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:10:08,170 - paramiko.transport - DEBUG - starting thread (client mode): 0x26246450L 2018-08-20 22:10:08,171 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:08,181 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:08,181 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:08,183 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:08,184 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:08,184 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:08,184 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:08,184 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:08,184 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:08,189 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:08,189 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:08,202 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: bbda3e4bd31eda76415c58ee19a9d841 2018-08-20 22:10:08,203 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:08,229 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:08,240 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:08,267 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:08,370 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:08,371 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:08,410 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:08,411 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:08,435 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:08,446 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:08,447 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:08,449 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:08,449 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:08,449 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:08,489 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:08,503 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:08,505 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:10:08,506 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:08,507 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:10:08,507 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:10:08,547 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:10:08,557 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:10:08,558 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:10:08,560 - paramiko.transport - DEBUG - starting thread (client mode): 0x26248ad0L 2018-08-20 22:10:08,561 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:08,647 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:08,648 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:08,651 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:08,651 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:08,651 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:08,651 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:08,652 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:08,652 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:08,656 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:08,657 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:08,661 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2f80ac564d5335749ab6600747c4754d 2018-08-20 22:10:08,661 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:08,697 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:08,837 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:08,862 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:09,054 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:09,054 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:09,093 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:09,094 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:09,099 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:09,188 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:09,189 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:09,190 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:09,190 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:09,190 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:09,232 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:09,306 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:09,307 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:10:09,308 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:09,309 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:10:09,309 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:10:09,350 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:10:09,395 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:10:09,396 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:09,397 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:10:09,398 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:09,399 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:09,403 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:13,432 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:13,434 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:13,436 - paramiko.transport - DEBUG - starting thread (client mode): 0x262a6bd0L 2018-08-20 22:10:13,436 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:13,444 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:13,444 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:13,447 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:13,447 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:13,447 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:13,447 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:13,447 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:13,447 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:13,452 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:13,453 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:13,468 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 6b9a3ead5ed778533cb158dd4f9ef17c 2018-08-20 22:10:13,468 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:13,492 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:13,504 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:13,533 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:13,633 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:13,633 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:13,672 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:13,673 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:13,700 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:13,712 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:13,713 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:13,713 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:13,714 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:13,715 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:13,755 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:13,772 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:13,773 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:10:13,774 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:13,775 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:10:13,775 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:10:13,815 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:10:13,827 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:10:13,829 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:10:13,830 - paramiko.transport - DEBUG - starting thread (client mode): 0x26257310L 2018-08-20 22:10:13,831 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:13,838 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:13,839 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:13,841 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:13,841 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:13,841 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:13,841 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:13,842 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:13,842 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:13,847 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:13,848 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:13,862 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f9a1216842e472bf1631c90904cd6838 2018-08-20 22:10:13,863 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:13,887 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:13,902 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:13,927 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:14,054 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:14,054 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:14,093 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:14,094 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:14,133 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:14,147 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:14,148 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:14,148 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:14,149 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:14,150 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:14,190 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:14,208 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:14,210 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:10:14,211 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:14,212 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:10:14,212 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:10:14,252 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:10:14,266 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:10:14,267 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:10:14,270 - paramiko.transport - DEBUG - starting thread (client mode): 0x2625f490L 2018-08-20 22:10:14,270 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:14,278 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:14,278 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:14,281 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:14,282 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:14,282 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:14,283 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:14,283 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:14,283 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:14,287 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:14,288 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:14,301 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8031099bfb2303bcd2e56bac1c160139 2018-08-20 22:10:14,302 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:14,327 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:14,341 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:14,366 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:14,484 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:14,484 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:14,523 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:14,524 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:14,535 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:14,549 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:14,550 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:14,551 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:14,552 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:14,552 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:14,592 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:14,610 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:14,611 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:10:14,613 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:14,614 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:10:14,614 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:10:14,656 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:10:14,667 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:10:14,668 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:10:14,670 - paramiko.transport - DEBUG - starting thread (client mode): 0x2625fe50L 2018-08-20 22:10:14,671 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:14,683 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:14,683 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:14,686 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:14,686 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:14,686 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:14,686 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:14,687 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:14,687 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:14,691 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:14,691 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:14,702 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: bbda3e4bd31eda76415c58ee19a9d841 2018-08-20 22:10:14,703 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:14,731 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:14,744 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:14,767 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:14,900 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:14,900 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:14,939 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:14,940 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:14,971 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:14,983 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:14,984 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:14,985 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:14,986 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:14,986 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:15,026 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:15,041 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:15,043 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:10:15,043 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:15,044 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:10:15,044 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:10:15,086 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:10:15,097 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:10:15,098 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:10:15,100 - paramiko.transport - DEBUG - starting thread (client mode): 0x26265f10L 2018-08-20 22:10:15,100 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 22:10:15,175 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-20 22:10:15,175 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-20 22:10:15,178 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 22:10:15,178 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 22:10:15,178 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 22:10:15,178 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 22:10:15,179 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 22:10:15,179 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 22:10:15,183 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 22:10:15,184 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 22:10:15,200 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2f80ac564d5335749ab6600747c4754d 2018-08-20 22:10:15,201 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-20 22:10:15,224 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 22:10:15,245 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 22:10:15,266 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 22:10:15,401 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 22:10:15,401 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 22:10:15,440 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 22:10:15,441 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 22:10:15,472 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 22:10:15,487 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 22:10:15,488 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 22:10:15,489 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 22:10:15,490 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 22:10:15,490 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 22:10:15,532 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 22:10:15,550 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 22:10:15,552 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 22:10:15,553 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 22:10:15,554 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 22:10:15,554 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 22:10:15,595 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 22:10:15,606 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 22:10:15,607 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-08-20 22:10:15,608 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 22:10:15,626 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:10:15,627 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:10:15,627 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:10:15,630 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:10:15,643 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-20 22:10:15,643 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-20 22:10:15,645 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-20 22:10:15,646 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-20 22:10:15,647 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-20 22:10:15,649 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-20 22:10:15,649 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-20 22:10:15,650 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-20 22:10:15,652 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:10:15,653 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-20 22:10:15,653 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:15,654 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:15,654 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:15,772 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-20 22:10:15,773 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-20 22:10:15,774 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-20 22:10:15,775 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-20 22:10:15,775 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-20 22:10:15,817 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-20 22:10:15,828 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-20 22:10:15,829 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-20 22:10:15,830 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-20 22:10:15,830 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-20 22:10:15,834 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-20 22:10:15,836 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-20 22:10:15,849 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-08-20 22:10:15,865 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:10:15,866 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:10:15,866 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:10:15,881 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:10:15,901 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-20 22:10:15,901 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-20 22:10:15,907 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-20 22:10:15,908 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-20 22:10:15,909 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-20 22:10:15,910 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-20 22:10:15,911 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-20 22:10:15,911 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-20 22:10:15,914 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:10:15,915 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-20 22:10:15,916 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:15,916 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:15,917 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:20,201 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-20 22:10:20,204 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-20 22:10:20,205 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-20 22:10:20,206 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-20 22:10:20,206 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-20 22:10:20,249 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-20 22:10:20,261 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-20 22:10:20,262 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-20 22:10:20,263 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-20 22:10:20,264 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-20 22:10:20,269 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-20 22:10:20,270 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-20 22:10:20,285 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-08-20 22:10:20,303 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:10:20,305 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:10:20,305 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:10:20,311 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:10:20,327 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-20 22:10:20,327 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-20 22:10:20,340 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-20 22:10:20,340 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-20 22:10:20,342 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-20 22:10:20,343 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-20 22:10:20,344 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-20 22:10:20,344 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-20 22:10:20,346 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:10:20,347 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-20 22:10:20,347 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:20,348 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:20,348 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:22,716 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-20 22:10:22,718 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-20 22:10:22,719 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-20 22:10:22,720 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-20 22:10:22,720 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-20 22:10:22,762 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-20 22:10:22,775 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-20 22:10:22,775 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-20 22:10:22,776 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-20 22:10:22,777 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-20 22:10:22,782 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-20 22:10:22,783 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-20 22:10:22,797 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-08-20 22:10:22,815 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:10:22,817 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:10:22,817 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:10:22,822 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:10:22,836 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-20 22:10:22,836 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-20 22:10:22,838 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-20 22:10:22,839 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-20 22:10:22,841 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-20 22:10:22,842 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-20 22:10:22,843 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-20 22:10:22,843 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-20 22:10:22,846 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:10:22,846 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-20 22:10:22,847 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:22,847 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:22,848 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:22,979 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-20 22:10:22,981 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-20 22:10:22,981 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-20 22:10:22,982 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-20 22:10:22,982 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-20 22:10:23,023 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-20 22:10:23,034 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-20 22:10:23,034 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-20 22:10:23,035 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-20 22:10:23,036 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-20 22:10:23,040 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-20 22:10:23,042 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-20 22:10:23,055 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-08-20 22:10:23,070 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-20 22:10:23,071 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-20 22:10:23,072 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-20 22:10:23,083 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-20 22:10:23,280 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-20 22:10:23,280 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-20 22:10:23,296 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-20 22:10:23,297 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-20 22:10:23,299 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-20 22:10:23,300 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-20 22:10:23,301 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-20 22:10:23,301 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-20 22:10:23,303 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-20 22:10:23,304 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-20 22:10:23,305 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:23,305 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:23,306 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-20 22:10:26,114 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-20 22:10:26,116 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-20 22:10:26,117 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-20 22:10:26,118 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-20 22:10:26,118 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-20 22:10:26,159 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-20 22:10:26,171 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-20 22:10:26,171 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-20 22:10:26,172 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-20 22:10:26,173 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-20 22:10:26,178 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-20 22:10:26,179 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-20 22:10:26,195 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-08-20 22:10:26,213 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-08-20 22:10:26,402 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 22:10:26,403 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 101:10 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-08-20 22:10:26,407 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-08-20 22:10:26,408 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:08 | FAIL | | bgpvpn | sdnvpn | features | 101:10 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | | vgpu | functest | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-20 22:10:26,413 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-20 22:10:26,432 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:26,534 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:26,603 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:26,635 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:26,664 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:26,732 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:26,734 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:26,765 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:26,845 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:26,933 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,033 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,073 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,154 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,273 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,344 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,429 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,536 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,565 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,619 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,730 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,829 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:27,959 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:28,060 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:28,187 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:28,296 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:28,356 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:28,393 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:28,483 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 22:10:52,172 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-227 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-20 22:10:52,175 - 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.23,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=IGEoAXNnUN4pnBmqW26kWHxyV 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=0639ea8675f44f1bab72e1097507f733 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=veh7aL4uE9r5BKb2JoTiPAdnl export OS_REGION_NAME=regionOne 2018-08-20 22:10:52,175 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-20 22:10:52,175 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-20 22:10:52,176 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 00:00 | SKIP | | cloudify_ims | functest | vnf | 00:00 | SKIP | | heat_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-20 22:10:52,178 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK